Skip to content

Commit 706b407

Browse files
chore(deps): update all non-major dependencies (#1478)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent a744b65 commit 706b407

File tree

8 files changed

+835
-582
lines changed

8 files changed

+835
-582
lines changed

examples/app-vitest-full/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"devDependencies": {
1919
"@nuxt/test-utils": "latest",
2020
"@testing-library/vue": "8.1.0",
21-
"happy-dom": "20.0.8",
22-
"jsdom": "27.0.1",
21+
"happy-dom": "20.0.10",
22+
"jsdom": "27.1.0",
2323
"listhen": "1.9.0",
2424
"nuxt": "4.1.3",
2525
"typescript": "5.9.3",
2626
"vitest": "3.2.4",
27-
"vue-tsc": "3.1.2"
27+
"vue-tsc": "3.1.3"
2828
},
2929
"dependencies": {
3030
"idb-keyval": "^6.2.2"

examples/app-vitest-workspace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@nuxt/test-utils": "latest",
1818
"globby": "15.0.0",
19-
"happy-dom": "20.0.8",
19+
"happy-dom": "20.0.10",
2020
"playwright-core": "1.56.1",
2121
"typescript": "5.9.3",
2222
"vitest": "3.2.4"

examples/app-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@nuxt/test-utils": "latest",
18-
"happy-dom": "20.0.8",
18+
"happy-dom": "20.0.10",
1919
"playwright-core": "1.56.1",
2020
"tinyglobby": "0.2.15",
2121
"typescript": "5.9.3",

examples/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"preview": "nuxt preview"
1414
},
1515
"devDependencies": {
16-
"@nuxt/content": "3.7.1",
16+
"@nuxt/content": "3.8.0",
1717
"@nuxt/test-utils": "latest",
1818
"@vitest/browser": "3.2.4",
1919
"nuxt": "4.1.3",

examples/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@nuxt/test-utils": "latest",
15-
"@nuxtjs/i18n": "10.1.2",
15+
"@nuxtjs/i18n": "10.2.0",
1616
"nuxt": "4.1.3",
1717
"vitest": "3.2.4"
1818
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"magic-string": "^0.30.21",
8181
"node-fetch-native": "^1.6.7",
8282
"node-mock-http": "^1.0.3",
83-
"ofetch": "^1.4.1",
83+
"ofetch": "^1.5.1",
8484
"pathe": "^2.0.3",
8585
"perfect-debounce": "^2.0.0",
8686
"radix3": "^1.1.2",
@@ -96,7 +96,7 @@
9696
"@cucumber/cucumber": "12.2.0",
9797
"@jest/globals": "30.2.0",
9898
"@nuxt/devtools-kit": "2.7.0",
99-
"@nuxt/eslint-config": "1.9.0",
99+
"@nuxt/eslint-config": "1.10.0",
100100
"@nuxt/schema": "4.1.3",
101101
"@playwright/test": "1.56.1",
102102
"@testing-library/vue": "8.1.0",
@@ -108,10 +108,10 @@
108108
"@vue/test-utils": "2.4.6",
109109
"changelogen": "0.6.2",
110110
"compatx": "0.2.0",
111-
"eslint": "9.38.0",
111+
"eslint": "9.39.1",
112112
"installed-check": "9.3.0",
113-
"knip": "5.66.3",
114-
"nitropack": "2.12.8",
113+
"knip": "5.67.1",
114+
"nitropack": "2.12.9",
115115
"nuxt": "4.1.3",
116116
"pkg-pr-new": "0.0.60",
117117
"playwright-core": "1.56.1",
@@ -123,7 +123,7 @@
123123
"vite": "7.1.12",
124124
"vitest": "3.2.4",
125125
"vue-router": "4.6.3",
126-
"vue-tsc": "3.1.2"
126+
"vue-tsc": "3.1.3"
127127
},
128128
"peerDependencies": {
129129
"@cucumber/cucumber": "^10.3.1 || >=11.0.0",
@@ -183,5 +183,5 @@
183183
"engines": {
184184
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
185185
},
186-
"packageManager": "pnpm@10.19.0"
186+
"packageManager": "pnpm@10.20.0"
187187
}

pnpm-lock.yaml

Lines changed: 817 additions & 564 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/runtime-utils/mock.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export function mockComponent<Props, RawBindings = object>(
158158
path: string,
159159
setup: OptionalFunction<
160160
(props: Readonly<Props>, ctx: SetupContext) => RawBindings | RenderFunction
161-
>
161+
>,
162162
): void
163163
export function mockComponent<
164164
Props = {},
@@ -188,7 +188,7 @@ export function mockComponent<
188188
I,
189189
II
190190
>
191-
>
191+
>,
192192
): void
193193
export function mockComponent<
194194
PropNames extends string,
@@ -218,7 +218,7 @@ export function mockComponent<
218218
I,
219219
II
220220
>
221-
>
221+
>,
222222
): void
223223
export function mockComponent<
224224
PropsOptions extends Readonly<ComponentPropsOptions>,
@@ -248,7 +248,7 @@ export function mockComponent<
248248
I,
249249
II
250250
>
251-
>
251+
>,
252252
): void
253253
export function mockComponent(_path: string, _component: unknown): void {
254254
throw new Error(

0 commit comments

Comments
 (0)