Skip to content

Commit 110eaa9

Browse files
committed
chore: bump deps
1 parent 83e9954 commit 110eaa9

File tree

8 files changed

+2271
-2166
lines changed

8 files changed

+2271
-2166
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
ci:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- uses: pnpm/action-setup@v4
1919
name: Install pnpm
2020
- name: Install Node.js
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v5
2222
with:
23-
node-version: 22
23+
node-version: 24
2424
cache: 'pnpm'
2525
- run: pnpm install
2626
# https://github.com/vitejs/vite/blob/main/.github/workflows/ci.yml#L62

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4
2323

2424
- name: Use Node.js LTS
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v5
2626
with:
2727
node-version: lts/*
2828
registry-url: https://registry.npmjs.org/

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
release:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919

2020
- name: Install pnpm
2121
uses: pnpm/action-setup@v4
2222

2323
- name: Set node
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v5
2525
with:
2626
node-version: latest
2727
cache: pnpm

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@nuxt/devtools-ui-kit": "^2.6.3",
1717
"@nuxt/kit": "catalog:",
1818
"nuxt": "catalog:",
19-
"vue": "^3.5.19",
19+
"vue": "^3.5.21",
2020
"vue-router": "latest"
2121
}
2222
}

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
},
1111
"dependencies": {
1212
"@iconify-json/heroicons": "^1.2.2",
13-
"@iconify-json/noto": "^1.2.6",
13+
"@iconify-json/noto": "^1.2.7",
1414
"@iconify-json/ph": "^1.2.2",
15-
"@iconify-json/simple-icons": "^1.2.48",
16-
"@nuxt/content": "^3.6.3",
15+
"@iconify-json/simple-icons": "^1.2.52",
16+
"@nuxt/content": "^3.7.1",
1717
"@nuxt/fonts": "^0.11.4",
1818
"@nuxt/image": "^1.11.0",
1919
"@nuxt/scripts": "workspace:*",
20-
"@nuxt/ui-pro": "^3.3.2",
20+
"@nuxt/ui-pro": "^3.3.4",
2121
"@nuxthq/studio": "^2.2.1",
22-
"@nuxtjs/seo": "^3.1.0",
23-
"@vueuse/core": "^13.7.0",
24-
"@vueuse/nuxt": "^13.7.0",
22+
"@nuxtjs/seo": "^3.2.2",
23+
"@vueuse/core": "^13.9.0",
24+
"@vueuse/nuxt": "^13.9.0",
2525
"better-sqlite3": "^12.2.0",
2626
"nuxt-content-twoslash": "^0.1.2",
2727
"nuxt-llms": "^0.1.3",
2828
"ohash": "^2.0.11",
29-
"shiki": "^3.11.0"
29+
"shiki": "^3.12.2"
3030
}
3131
}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/scripts",
33
"type": "module",
44
"version": "0.11.13",
5-
"packageManager": "pnpm@10.15.0",
5+
"packageManager": "pnpm@10.17.0",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -94,20 +94,20 @@
9494
},
9595
"dependencies": {
9696
"@nuxt/kit": "catalog:",
97-
"@vueuse/core": "^13.7.0",
97+
"@vueuse/core": "^13.9.0",
9898
"consola": "^3.4.2",
9999
"defu": "^6.1.4",
100100
"h3": "^1.15.4",
101-
"magic-string": "^0.30.18",
101+
"magic-string": "^0.30.19",
102102
"ofetch": "^1.4.1",
103103
"ohash": "^2.0.11",
104104
"pathe": "^2.0.3",
105105
"pkg-types": "^2.3.0",
106-
"sirv": "^3.0.1",
106+
"sirv": "^3.0.2",
107107
"std-env": "^3.9.0",
108108
"ufo": "^1.6.1",
109-
"unplugin": "^2.3.8",
110-
"unstorage": "^1.16.1",
109+
"unplugin": "^2.3.10",
110+
"unstorage": "^1.17.1",
111111
"valibot": "^1.1.0"
112112
},
113113
"devDependencies": {
@@ -117,23 +117,23 @@
117117
"@nuxt/module-builder": "^1.0.2",
118118
"@nuxt/scripts": "workspace:*",
119119
"@nuxt/test-utils": "3.19.2",
120-
"@types/semver": "^7.7.0",
121-
"@typescript-eslint/typescript-estree": "^8.40.0",
120+
"@types/semver": "^7.7.1",
121+
"@typescript-eslint/typescript-estree": "^8.44.0",
122122
"acorn-loose": "^8.5.2",
123123
"bumpp": "^10.2.3",
124124
"changelogen": "^0.6.2",
125-
"eslint": "9.33.0",
126-
"eslint-plugin-n": "^17.21.3",
125+
"eslint": "^9.35.0",
126+
"eslint-plugin-n": "^17.23.0",
127127
"happy-dom": "^18.0.1",
128128
"knitwork": "^1.2.0",
129129
"nuxt": "catalog:",
130130
"playwright-core": "^1.55.0",
131-
"shiki": "3.11.0",
131+
"shiki": "^3.12.2",
132132
"typescript": "5.9.2",
133133
"vitest": "^3.2.4",
134-
"vue": "^3.5.19",
134+
"vue": "^3.5.21",
135135
"vue-router": "^4.5.1",
136-
"vue-tsc": "^3.0.6"
136+
"vue-tsc": "^3.0.7"
137137
},
138138
"resolutions": {
139139
"@nuxt/scripts": "workspace:*"

0 commit comments

Comments
 (0)