Skip to content

Commit cc6fb10

Browse files
chore(deps): update all non-major dependencies
1 parent e1f3cc3 commit cc6fb10

File tree

5 files changed

+3707
-1080
lines changed

5 files changed

+3707
-1080
lines changed

.github/workflows/reproduction-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
stale:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
14+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
1515
with:
1616
days-before-stale: -1 # Issues and PR will never be flagged stale automatically.
1717
stale-issue-label: needs reproduction # Label that flags an issue as stale.

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"devDependencies": {
1414
"@iconify-json/carbon": "^1.2.14",
15-
"@nuxt/devtools-kit": "^2.6.5",
16-
"@nuxt/devtools-ui-kit": "^2.6.5",
15+
"@nuxt/devtools-kit": "^2.7.0",
16+
"@nuxt/devtools-ui-kit": "^2.7.0",
1717
"@nuxt/kit": "^4.1.3",
1818
"nuxt": "^4.1.3",
1919
"vue": "^3.5.22",

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"@iconify-json/heroicons": "^1.2.3",
1313
"@iconify-json/noto": "^1.2.7",
1414
"@iconify-json/ph": "^1.2.2",
15-
"@iconify-json/simple-icons": "^1.2.54",
15+
"@iconify-json/simple-icons": "^1.2.56",
1616
"@nuxt/content": "^3.7.1",
1717
"@nuxt/fonts": "^0.11.4",
1818
"@nuxt/image": "^1.11.0",
1919
"@nuxt/scripts": "workspace:*",
20-
"@nuxt/ui": "4.0.0",
20+
"@nuxt/ui": "4.1.0",
2121
"@nuxthq/studio": "^2.2.1",
2222
"@nuxtjs/seo": "^3.2.2",
2323
"@vueuse/core": "^13.9.0",
@@ -26,6 +26,6 @@
2626
"nuxt-content-twoslash": "^0.1.2",
2727
"nuxt-llms": "^0.1.3",
2828
"ohash": "^2.0.11",
29-
"shiki": "^3.13.0"
29+
"shiki": "^3.14.0"
3030
}
3131
}

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/scripts",
33
"type": "module",
44
"version": "0.13.0",
5-
"packageManager": "pnpm@10.18.3",
5+
"packageManager": "pnpm@10.20.0",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -73,12 +73,12 @@
7373
},
7474
"peerDependencies": {
7575
"@googlemaps/markerclusterer": "^2.6.2",
76-
"@paypal/paypal-js": "^8.1.2",
77-
"@stripe/stripe-js": "^7.0.0",
76+
"@paypal/paypal-js": "^8.4.2",
77+
"@stripe/stripe-js": "^7.9.0",
7878
"@types/google.maps": "^3.58.1",
7979
"@types/vimeo__player": "^2.18.3",
80-
"@types/youtube": "^0.1.0",
81-
"@unhead/vue": "^2.0.3"
80+
"@types/youtube": "^0.1.2",
81+
"@unhead/vue": "^2.0.19"
8282
},
8383
"peerDependenciesMeta": {
8484
"@googlemaps/markerclusterer": {
@@ -106,8 +106,8 @@
106106
"consola": "^3.4.2",
107107
"defu": "^6.1.4",
108108
"h3": "^1.15.4",
109-
"magic-string": "^0.30.19",
110-
"ofetch": "^1.4.1",
109+
"magic-string": "^0.30.21",
110+
"ofetch": "^1.5.0",
111111
"ohash": "^2.0.11",
112112
"pathe": "^2.0.3",
113113
"pkg-types": "^2.3.0",
@@ -119,31 +119,31 @@
119119
"valibot": "^1.1.0"
120120
},
121121
"devDependencies": {
122-
"@nuxt/devtools-kit": "^2.6.5",
123-
"@nuxt/devtools-ui-kit": "^2.6.5",
124-
"@nuxt/eslint-config": "^1.9.0",
122+
"@nuxt/devtools-kit": "^2.7.0",
123+
"@nuxt/devtools-ui-kit": "^2.7.0",
124+
"@nuxt/eslint-config": "^1.10.0",
125125
"@nuxt/module-builder": "^1.0.2",
126126
"@nuxt/scripts": "workspace:*",
127-
"@nuxt/test-utils": "3.19.2",
127+
"@nuxt/test-utils": "3.20.1",
128128
"@paypal/paypal-js": "^9.0.1",
129129
"@types/semver": "^7.7.1",
130-
"@typescript-eslint/typescript-estree": "^8.46.1",
130+
"@typescript-eslint/typescript-estree": "^8.46.2",
131131
"@vue/test-utils": "^2.4.6",
132132
"acorn-loose": "^8.5.2",
133133
"bumpp": "^10.3.1",
134134
"changelogen": "^0.6.2",
135-
"eslint": "^9.37.0",
135+
"eslint": "^9.38.0",
136136
"eslint-plugin-n": "^17.23.1",
137-
"happy-dom": "^20.0.2",
137+
"happy-dom": "^20.0.10",
138138
"knitwork": "^1.2.0",
139139
"nuxt": "^4.1.3",
140-
"playwright-core": "^1.56.0",
141-
"shiki": "^3.13.0",
140+
"playwright-core": "^1.56.1",
141+
"shiki": "^3.14.0",
142142
"typescript": "5.9.3",
143143
"vitest": "^3.2.4",
144144
"vue": "^3.5.22",
145-
"vue-router": "^4.6.2",
146-
"vue-tsc": "^3.0.9"
145+
"vue-router": "^4.6.3",
146+
"vue-tsc": "^3.1.2"
147147
},
148148
"resolutions": {
149149
"@nuxt/scripts": "workspace:*"

0 commit comments

Comments
 (0)