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 a2fd051

Browse filesBrowse files
chore(deps): update all non-major dependencies (3.x) (#28058)
1 parent e0141fe commit a2fd051
Copy full SHA for a2fd051

File tree

Expand file treeCollapse file tree

21 files changed

+1212
-1683
lines changed
Filter options
Expand file treeCollapse file tree

21 files changed

+1212
-1683
lines changed

‎.github/workflows/autofix-docs.yml

Copy file name to clipboardExpand all lines: .github/workflows/autofix-docs.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2121
- run: corepack enable
22-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
22+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
2323
with:
2424
node-version: 20
2525
cache: "pnpm"

‎.github/workflows/autofix.yml

Copy file name to clipboardExpand all lines: .github/workflows/autofix.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717
- run: corepack enable
18-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
18+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
1919
with:
2020
node-version: 20
2121
cache: "pnpm"

‎.github/workflows/benchmark.yml

Copy file name to clipboardExpand all lines: .github/workflows/benchmark.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3333
- run: corepack enable
34-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
34+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
3535
with:
3636
node-version: 20
3737
cache: "pnpm"
@@ -46,7 +46,7 @@ jobs:
4646
run: pnpm build
4747

4848
- name: Run benchmarks
49-
uses: CodSpeedHQ/action@f11c406b8c87cda176ff341ed4925bc98086f6d1 # v2.4.2
49+
uses: CodSpeedHQ/action@a58b84c0b61569a9cbb7cfb378cc849d65cf1ce5 # v2.4.3
5050
with:
5151
run: pnpm vitest bench
5252
token: ${{ secrets.CODSPEED_TOKEN }}

‎.github/workflows/changelog.yml

Copy file name to clipboardExpand all lines: .github/workflows/changelog.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- run: corepack enable
27-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
27+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
2828
with:
2929
node-version: 20
3030
cache: "pnpm"

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+10-10Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4141
- run: corepack enable
42-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
42+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
4343
with:
4444
node-version: 20
4545
cache: "pnpm"
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7878
- run: corepack enable
79-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
79+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
8080
with:
8181
node-version: 20
8282
cache: "pnpm"
@@ -85,7 +85,7 @@ jobs:
8585
run: pnpm install
8686

8787
- name: Initialize CodeQL
88-
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
88+
uses: github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
8989
with:
9090
languages: javascript
9191
queries: +security-and-quality
@@ -97,7 +97,7 @@ jobs:
9797
path: packages
9898

9999
- name: Perform CodeQL Analysis
100-
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
100+
uses: github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
101101
with:
102102
category: "/language:javascript"
103103

@@ -115,7 +115,7 @@ jobs:
115115
steps:
116116
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
117117
- run: corepack enable
118-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
118+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
119119
with:
120120
node-version: 20
121121
cache: "pnpm"
@@ -146,7 +146,7 @@ jobs:
146146
steps:
147147
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
148148
- run: corepack enable
149-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
149+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
150150
with:
151151
node-version: 20
152152
cache: "pnpm"
@@ -170,7 +170,7 @@ jobs:
170170
steps:
171171
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
172172
- run: corepack enable
173-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
173+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
174174
with:
175175
node-version: 20
176176
cache: "pnpm"
@@ -222,7 +222,7 @@ jobs:
222222
steps:
223223
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
224224
- run: corepack enable
225-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
225+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
226226
with:
227227
node-version: ${{ matrix.node }}
228228
cache: "pnpm"
@@ -278,7 +278,7 @@ jobs:
278278
with:
279279
fetch-depth: 0
280280
- run: corepack enable
281-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
281+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
282282
with:
283283
node-version: 20
284284
cache: "pnpm"
@@ -319,7 +319,7 @@ jobs:
319319
with:
320320
fetch-depth: 0
321321
- run: corepack enable
322-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
322+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
323323
with:
324324
node-version: 20
325325
cache: "pnpm"

‎.github/workflows/dependency-review.yml

Copy file name to clipboardExpand all lines: .github/workflows/dependency-review.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: 'Checkout Repository'
2020
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2121
- name: 'Dependency Review'
22-
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
22+
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4

‎.github/workflows/docs.yml

Copy file name to clipboardExpand all lines: .github/workflows/docs.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2525
- run: corepack enable
26-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
26+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
2727
with:
2828
node-version: 20
2929
cache: "pnpm"

‎.github/workflows/release-pr.yml

Copy file name to clipboardExpand all lines: .github/workflows/release-pr.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fetch-depth: 1
5555

5656
- run: corepack enable
57-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
57+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
5858
with:
5959
node-version: 20
6060
cache: "pnpm"

‎.github/workflows/release.yml

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
- run: corepack enable
26-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
26+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
2727
with:
2828
node-version: 20
2929
registry-url: "https://registry.npmjs.org/"

‎.github/workflows/scorecards.yml

Copy file name to clipboardExpand all lines: .github/workflows/scorecards.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
# Upload the results to GitHub's code scanning dashboard.
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
71+
uses: github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
7272
if: github.repository == 'nuxt/nuxt' && success()
7373
with:
7474
sarif_file: results.sarif

‎package.json

Copy file name to clipboardExpand all lines: package.json
+13-13Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@
4141
"@nuxt/webpack-builder": "workspace:*",
4242
"magic-string": "^0.30.10",
4343
"nuxt": "workspace:*",
44-
"rollup": "^4.18.0",
45-
"vite": "5.3.3",
46-
"vue": "3.4.31"
44+
"rollup": "^4.18.1",
45+
"vite": "5.3.4",
46+
"vue": "3.4.32"
4747
},
4848
"devDependencies": {
49-
"@eslint/js": "9.6.0",
49+
"@eslint/js": "9.7.0",
5050
"@nuxt/eslint-config": "0.3.13",
5151
"@nuxt/kit": "workspace:*",
5252
"@nuxt/test-utils": "3.13.1",
5353
"@nuxt/webpack-builder": "workspace:*",
5454
"@testing-library/vue": "8.1.0",
5555
"@types/eslint__js": "8.42.3",
56-
"@types/node": "20.14.9",
56+
"@types/node": "20.14.11",
5757
"@types/semver": "7.5.8",
58-
"@unhead/schema": "1.9.15",
58+
"@unhead/schema": "1.9.16",
5959
"@vitejs/plugin-vue": "5.0.5",
6060
"@vitest/coverage-v8": "2.0.2",
6161
"@vue/test-utils": "2.4.6",
@@ -65,7 +65,7 @@
6565
"consola": "3.2.3",
6666
"cssnano": "7.0.4",
6767
"devalue": "5.0.0",
68-
"eslint": "9.6.0",
68+
"eslint": "9.7.0",
6969
"eslint-plugin-no-only-tests": "3.1.0",
7070
"eslint-plugin-perfectionist": "2.11.0",
7171
"eslint-typegen": "0.2.4",
@@ -81,19 +81,19 @@
8181
"nuxt-content-twoslash": "0.1.0",
8282
"ofetch": "1.3.4",
8383
"pathe": "1.1.2",
84-
"playwright-core": "1.45.1",
85-
"rimraf": "6.0.0",
86-
"semver": "7.6.2",
84+
"playwright-core": "1.45.2",
85+
"rimraf": "6.0.1",
86+
"semver": "7.6.3",
8787
"std-env": "3.7.0",
8888
"typescript": "5.5.3",
89-
"ufo": "1.5.3",
89+
"ufo": "1.5.4",
9090
"vitest": "2.0.2",
9191
"vitest-environment-nuxt": "1.0.0",
92-
"vue": "3.4.31",
92+
"vue": "3.4.32",
9393
"vue-router": "4.4.0",
9494
"vue-tsc": "2.0.26"
9595
},
96-
"packageManager": "pnpm@9.4.0",
96+
"packageManager": "pnpm@9.5.0",
9797
"engines": {
9898
"node": "^16.10.0 || >=18.0.0"
9999
},

‎packages/kit/package.json

Copy file name to clipboardExpand all lines: packages/kit/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"pathe": "^1.1.2",
4242
"pkg-types": "^1.1.3",
4343
"scule": "^1.3.0",
44-
"semver": "^7.6.2",
45-
"ufo": "^1.5.3",
44+
"semver": "^7.6.3",
45+
"ufo": "^1.5.4",
4646
"unctx": "^2.3.1",
47-
"unimport": "^3.7.2",
47+
"unimport": "^3.9.0",
4848
"untyped": "^1.4.2"
4949
},
5050
"devDependencies": {
@@ -54,9 +54,9 @@
5454
"lodash-es": "4.17.21",
5555
"nitropack": "2.9.7",
5656
"unbuild": "latest",
57-
"vite": "5.3.3",
57+
"vite": "5.3.4",
5858
"vitest": "2.0.2",
59-
"webpack": "5.92.1"
59+
"webpack": "5.93.0"
6060
},
6161
"engines": {
6262
"node": "^14.18.0 || >=16.10.0"

‎packages/nuxt/package.json

Copy file name to clipboardExpand all lines: packages/nuxt/package.json
+12-12Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
"@nuxt/schema": "workspace:*",
6666
"@nuxt/telemetry": "^2.5.4",
6767
"@nuxt/vite-builder": "workspace:*",
68-
"@unhead/dom": "^1.9.15",
69-
"@unhead/ssr": "^1.9.15",
70-
"@unhead/vue": "^1.9.15",
71-
"@vue/shared": "^3.4.31",
68+
"@unhead/dom": "^1.9.16",
69+
"@unhead/ssr": "^1.9.16",
70+
"@unhead/vue": "^1.9.16",
71+
"@vue/shared": "^3.4.32",
7272
"acorn": "8.12.1",
7373
"c12": "^1.11.1",
7474
"chokidar": "^3.6.0",
@@ -100,33 +100,33 @@
100100
"pkg-types": "^1.1.3",
101101
"radix3": "^1.1.2",
102102
"scule": "^1.3.0",
103-
"semver": "^7.6.2",
103+
"semver": "^7.6.3",
104104
"std-env": "^3.7.0",
105105
"strip-literal": "^2.1.0",
106-
"ufo": "^1.5.3",
106+
"ufo": "^1.5.4",
107107
"ultrahtml": "^1.5.3",
108108
"uncrypto": "^0.1.3",
109109
"unctx": "^2.3.1",
110-
"unenv": "^1.9.0",
111-
"unimport": "^3.7.2",
110+
"unenv": "^1.10.0",
111+
"unimport": "^3.9.0",
112112
"unplugin": "^1.11.0",
113113
"unplugin-vue-router": "^0.10.0",
114114
"unstorage": "^1.10.2",
115115
"untyped": "^1.4.2",
116-
"vue": "^3.4.31",
116+
"vue": "^3.4.32",
117117
"vue-bundle-renderer": "^2.1.0",
118118
"vue-devtools-stub": "^0.1.0",
119119
"vue-router": "^4.4.0"
120120
},
121121
"devDependencies": {
122-
"@nuxt/scripts": "0.5.1",
122+
"@nuxt/scripts": "0.6.4",
123123
"@nuxt/ui-templates": "1.3.4",
124124
"@parcel/watcher": "2.4.1",
125125
"@types/estree": "1.0.5",
126126
"@vitejs/plugin-vue": "5.0.5",
127-
"@vue/compiler-sfc": "3.4.31",
127+
"@vue/compiler-sfc": "3.4.32",
128128
"unbuild": "latest",
129-
"vite": "5.3.3",
129+
"vite": "5.3.4",
130130
"vitest": "2.0.2"
131131
},
132132
"peerDependencies": {

‎packages/nuxt/src/app/composables/script-stubs.ts

Copy file name to clipboardExpand all lines: packages/nuxt/src/app/composables/script-stubs.ts
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ export function useScriptCloudflareWebAnalytics (...args: unknown[]) {
4545
renderStubMessage('useScriptCloudflareWebAnalytics')
4646
}
4747
// eslint-disable-next-line @typescript-eslint/no-unused-vars
48+
export function useScriptCrisp (...args: unknown[]) {
49+
renderStubMessage('useScriptCrisp')
50+
}
51+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
4852
export function useScriptFathomAnalytics (...args: unknown[]) {
4953
renderStubMessage('useScriptFathomAnalytics')
5054
}

‎packages/nuxt/src/imports/presets.ts

Copy file name to clipboardExpand all lines: packages/nuxt/src/imports/presets.ts
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export const scriptsStubsPreset = {
140140
'useScriptYouTubePlayer',
141141
'useScriptGoogleMaps',
142142
'useScriptNpm',
143+
'useScriptCrisp',
143144
],
144145
priority: -1,
145146
from: '#app/composables/script-stubs',

‎packages/schema/package.json

Copy file name to clipboardExpand all lines: packages/schema/package.json
+10-10Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,27 @@
3939
"@types/file-loader": "5.0.4",
4040
"@types/pug": "2.0.10",
4141
"@types/sass-loader": "8.0.8",
42-
"@unhead/schema": "1.9.15",
42+
"@unhead/schema": "1.9.16",
4343
"@vitejs/plugin-vue": "5.0.5",
4444
"@vitejs/plugin-vue-jsx": "4.0.0",
45-
"@vue/compiler-core": "3.4.31",
46-
"@vue/compiler-sfc": "3.4.31",
45+
"@vue/compiler-core": "3.4.32",
46+
"@vue/compiler-sfc": "3.4.32",
4747
"@vue/language-core": "2.0.26",
4848
"c12": "1.11.1",
49-
"esbuild-loader": "4.2.0",
49+
"esbuild-loader": "4.2.2",
5050
"h3": "1.12.0",
5151
"ignore": "5.3.1",
5252
"nitropack": "2.9.7",
5353
"ofetch": "1.3.4",
5454
"unbuild": "latest",
5555
"unctx": "2.3.1",
56-
"unenv": "1.9.0",
57-
"vite": "5.3.3",
58-
"vue": "3.4.31",
56+
"unenv": "1.10.0",
57+
"vite": "5.3.4",
58+
"vue": "3.4.32",
5959
"vue-bundle-renderer": "2.1.0",
6060
"vue-loader": "17.4.2",
6161
"vue-router": "4.4.0",
62-
"webpack": "5.92.1",
62+
"webpack": "5.93.0",
6363
"webpack-dev-middleware": "7.2.1"
6464
},
6565
"dependencies": {
@@ -71,9 +71,9 @@
7171
"pkg-types": "^1.1.3",
7272
"scule": "^1.3.0",
7373
"std-env": "^3.7.0",
74-
"ufo": "^1.5.3",
74+
"ufo": "^1.5.4",
7575
"uncrypto": "^0.1.3",
76-
"unimport": "^3.7.2",
76+
"unimport": "^3.9.0",
7777
"untyped": "^1.4.2"
7878
},
7979
"engines": {

0 commit comments

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