Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a16bfb0

Browse filesBrowse files
committed
chore: update deps
1 parent a969e25 commit a16bfb0
Copy full SHA for a16bfb0

File tree

4 files changed

+3245
-1102
lines changed
Filter options

4 files changed

+3245
-1102
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "13.1.0",
55
"private": true,
6-
"packageManager": "pnpm@10.8.0",
6+
"packageManager": "pnpm@10.10.0",
77
"description": "Collection of essential Vue Composition Utilities",
88
"author": "Anthony Fu<https://github.com/antfu>",
99
"license": "MIT",

‎packages/shared/until/index.test.ts

Copy file name to clipboardExpand all lines: packages/shared/until/index.test.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ describe('until', () => {
224224
})
225225

226226
it('should type check', () => {
227-
// eslint-disable-next-line ts/no-unused-expressions
227+
/* eslint-disable ts/no-unused-expressions */
228228
async () => {
229229
const x = deepRef<'x'>()
230230
// type checks are done this way to prevent unused variable warnings
@@ -266,5 +266,6 @@ describe('until', () => {
266266
const zNot1 = await until(z).not.toMatch(is1)
267267
'test' as any as Expect<Equal<typeof zNot1, 2 | 3>>
268268
}
269+
/* eslint-enable ts/no-unused-expressions */
269270
})
270271
})

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.