Skip to content

Commit c713153

Browse files
chore(deps): update all non-major dependencies
1 parent 7e1477c commit c713153

File tree

7 files changed

+313
-399
lines changed

7 files changed

+313
-399
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
permissions:
1515
id-token: write
1616
steps:
17-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
- run: corepack enable
19-
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
19+
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
2020
with:
2121
node-version: 20
2222
registry-url: 'https://registry.npmjs.org/'

.github/workflows/reproduction.yml

+1-1
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"generate": "nuxi generate"
1212
},
1313
"devDependencies": {
14-
"@iconify-json/carbon": "^1.2.3",
15-
"@nuxt/devtools-kit": "^1.6.0",
16-
"@nuxt/devtools-ui-kit": "^1.6.0",
14+
"@iconify-json/carbon": "^1.2.4",
15+
"@nuxt/devtools-kit": "^1.6.3",
16+
"@nuxt/devtools-ui-kit": "^1.6.3",
1717
"@nuxt/kit": "^3.13.2",
1818
"nuxt": "latest",
19-
"vue": "^3.5.12",
19+
"vue": "^3.5.13",
2020
"vue-router": "latest"
2121
}
2222
}

docs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"@iconify-json/heroicons": "^1.2.1",
1313
"@iconify-json/noto": "^1.2.1",
1414
"@iconify-json/ph": "^1.2.1",
15-
"@iconify-json/simple-icons": "^1.2.12",
15+
"@iconify-json/simple-icons": "^1.2.15",
1616
"@nuxt/content": "^2.13.4",
17-
"@nuxt/fonts": "^0.10.2",
17+
"@nuxt/fonts": "^0.10.3",
1818
"@nuxt/image": "^1.8.1",
1919
"@nuxt/scripts": "workspace:*",
20-
"@nuxt/ui-pro": "^1.5.0",
20+
"@nuxt/ui-pro": "^1.6.0",
2121
"@nuxthq/studio": "^2.2.1",
22-
"@nuxtjs/seo": "^2.0.0",
22+
"@nuxtjs/seo": "^2.0.2",
2323
"@vueuse/core": "^11.3.0",
2424
"@vueuse/nuxt": "^11.3.0",
2525
"nuxt-scripts-devtools": "workspace:*",
26-
"shiki": "^1.23.1"
26+
"shiki": "^1.24.1"
2727
}
2828
}

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/scripts",
33
"type": "module",
44
"version": "0.9.5",
5-
"packageManager": "pnpm@9.14.2",
5+
"packageManager": "pnpm@9.15.0",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -85,7 +85,7 @@
8585
"pathe": "^1.1.2",
8686
"pkg-types": "^1.2.1",
8787
"semver": "^7.6.3",
88-
"shiki": "1.24.0",
88+
"shiki": "1.24.1",
8989
"sirv": "^3.0.0",
9090
"std-env": "^3.8.0",
9191
"third-party-capital": "2.3.0",
@@ -96,23 +96,23 @@
9696
"valibot": "1.0.0-beta.9"
9797
},
9898
"devDependencies": {
99-
"@nuxt/devtools-ui-kit": "^1.6.1",
99+
"@nuxt/devtools-ui-kit": "^1.6.3",
100100
"@nuxt/eslint-config": "^0.7.2",
101101
"@nuxt/module-builder": "^0.8.4",
102102
"@nuxt/test-utils": "3.15.1",
103103
"@types/semver": "^7.5.8",
104-
"@typescript-eslint/typescript-estree": "^8.17.0",
104+
"@typescript-eslint/typescript-estree": "^8.18.0",
105105
"@unhead/schema": "1.11.13",
106106
"acorn-loose": "^8.4.0",
107-
"bumpp": "^9.8.1",
107+
"bumpp": "^9.9.0",
108108
"changelogen": "^0.5.7",
109109
"eslint": "9.16.0",
110110
"eslint-plugin-n": "^17.14.0",
111111
"happy-dom": "^15.11.7",
112112
"knitwork": "^1.1.0",
113113
"nuxt": "^3.14.1592",
114114
"nuxt-scripts-devtools": "workspace:*",
115-
"playwright-core": "^1.49.0",
115+
"playwright-core": "^1.49.1",
116116
"typescript": "5.7.2",
117117
"vitest": "^2.1.8",
118118
"vue": "^3.5.13",
@@ -123,15 +123,15 @@
123123
"typescript": "5.6.3",
124124
"@nuxt/schema": "3.14.1592",
125125
"@nuxt/scripts": "workspace:*",
126-
"@unhead/dom": "1.11.11",
127-
"@unhead/schema": "1.11.11",
128-
"@unhead/shared": "1.11.11",
129-
"@unhead/ssr": "1.11.11",
130-
"@unhead/vue": "1.11.11",
126+
"@unhead/dom": "1.11.13",
127+
"@unhead/schema": "1.11.13",
128+
"@unhead/shared": "1.11.13",
129+
"@unhead/ssr": "1.11.13",
130+
"@unhead/vue": "1.11.13",
131131
"nuxt": "^3.14.1592",
132132
"nuxt-scripts-devtools": "workspace:*",
133-
"unhead": "1.11.11",
133+
"unhead": "1.11.13",
134134
"vue": "^3.5.13",
135-
"vue-router": "^4.4.5"
135+
"vue-router": "^4.5.0"
136136
}
137137
}

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@nuxt/scripts": "workspace:*",
12-
"@nuxt/ui": "^2.18.7",
12+
"@nuxt/ui": "^2.20.0",
1313
"nuxt-scripts-devtools": "workspace:*"
1414
}
1515
}

0 commit comments

Comments
 (0)