Skip to content

Commit 0464c19

Browse files
chore(deps): update all non-major dependencies (#266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b494283 commit 0464c19

File tree

6 files changed

+1344
-633
lines changed

6 files changed

+1344
-633
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@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
14+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.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.

.github/workflows/reproduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
reproduire:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
13+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
1515
with:
1616
label: needs reproduction

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.8",
15-
"@nuxt/devtools-kit": "^2.1.1",
16-
"@nuxt/devtools-ui-kit": "^2.1.1",
15+
"@nuxt/devtools-kit": "^2.2.1",
16+
"@nuxt/devtools-ui-kit": "^2.2.1",
1717
"@nuxt/kit": "^3.15.4",
1818
"nuxt": "^3.15.4",
1919
"vue": "^3.5.13",

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
},
1111
"dependencies": {
1212
"@iconify-json/heroicons": "^1.2.2",
13-
"@iconify-json/noto": "^1.2.2",
13+
"@iconify-json/noto": "^1.2.3",
1414
"@iconify-json/ph": "^1.2.2",
15-
"@iconify-json/simple-icons": "^1.2.26",
16-
"@nuxt/content": "^3.2.2",
15+
"@iconify-json/simple-icons": "^1.2.27",
16+
"@nuxt/content": "^3.3.0",
1717
"@nuxt/fonts": "^0.10.3",
1818
"@nuxt/image": "^1.9.0",
1919
"@nuxt/scripts": "workspace:*",
2020
"@nuxt/ui-pro": "^1.7.0",
2121
"@nuxthq/studio": "^2.2.1",
2222
"@nuxtjs/seo": "^2.2.0",
23-
"@vueuse/core": "^12.7.0",
24-
"@vueuse/nuxt": "^12.7.0",
23+
"@vueuse/core": "^12.8.2",
24+
"@vueuse/nuxt": "^12.8.2",
2525
"nuxt-content-twoslash": "^0.1.2",
2626
"nuxt-llms": "^0.1.0",
27-
"shiki": "^2.3.2"
27+
"shiki": "^2.5.0"
2828
}
2929
}

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/scripts",
33
"type": "module",
44
"version": "0.10.5",
5-
"packageManager": "pnpm@10.5.2",
5+
"packageManager": "pnpm@10.6.1",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -65,7 +65,7 @@
6565
]
6666
},
6767
"peerDependencies": {
68-
"@stripe/stripe-js": "^5.6.0",
68+
"@stripe/stripe-js": "^5.10.0",
6969
"@types/google.maps": "^3.58.1",
7070
"@types/vimeo__player": "^2.18.3",
7171
"@types/youtube": "^0.1.0",
@@ -87,54 +87,54 @@
8787
},
8888
"dependencies": {
8989
"@nuxt/kit": "catalog:",
90-
"@vueuse/core": "^12.7.0",
90+
"@vueuse/core": "^12.8.2",
9191
"consola": "^3.4.0",
9292
"defu": "^6.1.4",
9393
"h3": "^1.15.1",
9494
"magic-string": "^0.30.17",
9595
"ofetch": "^1.4.1",
96-
"ohash": "^2.0.7",
96+
"ohash": "^2.0.11",
9797
"pathe": "^2.0.3",
98-
"pkg-types": "^2.0.1",
98+
"pkg-types": "^2.1.0",
9999
"semver": "^7.7.1",
100100
"sirv": "^3.0.1",
101-
"std-env": "^3.8.0",
101+
"std-env": "^3.8.1",
102102
"ufo": "^1.5.4",
103103
"unplugin": "^2.2.0",
104104
"unstorage": "^1.15.0",
105-
"valibot": "^1.0.0-rc.2"
105+
"valibot": "^1.0.0-rc.3"
106106
},
107107
"devDependencies": {
108-
"@nuxt/devtools-kit": "^2.1.1",
109-
"@nuxt/devtools-ui-kit": "^2.1.1",
108+
"@nuxt/devtools-kit": "^2.2.1",
109+
"@nuxt/devtools-ui-kit": "^2.2.1",
110110
"@nuxt/eslint-config": "^1.1.0",
111111
"@nuxt/module-builder": "^0.8.4",
112-
"@nuxt/test-utils": "3.17.0",
112+
"@nuxt/test-utils": "3.17.1",
113113
"@types/semver": "^7.5.8",
114-
"@typescript-eslint/typescript-estree": "^8.25.0",
114+
"@typescript-eslint/typescript-estree": "^8.26.0",
115115
"acorn-loose": "^8.4.0",
116116
"bumpp": "^10.0.3",
117117
"@unhead/ssr": "^1.11.20",
118-
"changelogen": "^0.6.0",
118+
"changelogen": "^0.6.1",
119119
"eslint": "9.21.0",
120-
"eslint-plugin-n": "^17.15.1",
121-
"happy-dom": "^17.1.8",
120+
"eslint-plugin-n": "^17.16.2",
121+
"happy-dom": "^17.3.0",
122122
"knitwork": "^1.2.0",
123123
"nuxt": "catalog:",
124-
"playwright-core": "^1.50.1",
125-
"shiki": "2.3.2",
126-
"typescript": "5.7.3",
127-
"vitest": "^3.0.7",
124+
"playwright-core": "^1.51.0",
125+
"shiki": "2.5.0",
126+
"typescript": "5.8.2",
127+
"vitest": "^3.0.8",
128128
"vue": "^3.5.13",
129129
"vue-router": "^4.5.0",
130-
"vue-tsc": "^2.2.6",
130+
"vue-tsc": "^2.2.8",
131131
"@nuxt/scripts": "workspace:*"
132132
},
133133
"resolutions": {
134134
"@nuxt/schema": "catalog:",
135135
"@nuxt/scripts": "workspace:*",
136136
"nuxt": "catalog:",
137-
"typescript": "5.6.3",
137+
"typescript": "5.8.2",
138138
"vue": "^3.5.13",
139139
"vue-router": "^4.5.0"
140140
},

0 commit comments

Comments
 (0)