Skip to content

Commit c28e9c1

Browse files
fix(deps): update all non-major dependencies (#22268)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0a3887d commit c28e9c1

File tree

17 files changed

+638
-394
lines changed

17 files changed

+638
-394
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Get changed files
4848
id: changed-files
49-
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
49+
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6
5050
with:
5151
files: |
5252
docs/**

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"@shikijs/vitepress-twoslash": "^4.0.2",
1313
"@types/express": "^5.0.6",
1414
"@voidzero-dev/vitepress-theme": "^4.8.4",
15-
"feed": "^5.2.0",
15+
"feed": "^5.2.1",
1616
"markdown-it-image-size": "^15.0.1",
1717
"oxc-minify": "^0.126.0",
1818
"vitepress": "^2.0.0-alpha.17",
19-
"vitepress-plugin-graphviz": "^0.0.1",
20-
"vitepress-plugin-group-icons": "^1.7.3",
21-
"vitepress-plugin-llms": "^1.12.0",
19+
"vitepress-plugin-graphviz": "^0.1.0",
20+
"vitepress-plugin-group-icons": "^1.7.5",
21+
"vitepress-plugin-llms": "^1.12.1",
2222
"vue": "^3.5.32",
23-
"vue-tsc": "^3.2.6"
23+
"vue-tsc": "^3.2.7"
2424
}
2525
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@
6161
"execa": "^9.6.1",
6262
"globals": "^17.5.0",
6363
"lint-staged": "^16.4.0",
64-
"oxfmt": "^0.44.0",
64+
"oxfmt": "^0.45.0",
6565
"picocolors": "^1.1.1",
6666
"playwright-chromium": "^1.59.1",
6767
"rolldown": "1.0.0-rc.16",
6868
"rollup": "^4.59.0",
6969
"simple-git-hooks": "^2.13.1",
7070
"tsx": "^4.21.0",
7171
"typescript": "~6.0.2",
72-
"typescript-eslint": "^8.58.1",
72+
"typescript-eslint": "^8.58.2",
7373
"vite": "workspace:*",
7474
"vitest": "^4.1.4"
7575
},

packages/create-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"funding": "https://github.com/vitejs/vite?sponsor=1",
3636
"devDependencies": {
3737
"@clack/prompts": "^1.2.0",
38-
"@vercel/detect-agent": "^1.2.2",
38+
"@vercel/detect-agent": "^1.2.3",
3939
"cross-spawn": "^7.0.6",
4040
"mri": "^1.2.0",
4141
"tsdown": "^0.21.9"

packages/create-vite/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ function pkgFromUserAgent(userAgent: string | undefined): PkgInfo | undefined {
771771

772772
function setupReactCompiler(root: string, isTs: boolean) {
773773
// renovate: datasource=npm depName=@rolldown/plugin-babel
774-
const babelPluginVersion = '0.2.2'
774+
const babelPluginVersion = '0.2.3'
775775
// renovate: datasource=npm depName=babel-plugin-react-compiler
776776
const reactCompilerPluginVersion = '1.0.0'
777777
// renovate: datasource=npm depName=@babel/core

packages/create-vite/template-react-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"@types/react-dom": "^19.2.3",
2121
"@vitejs/plugin-react": "^6.0.1",
2222
"eslint": "^9.39.4",
23-
"eslint-plugin-react-hooks": "^7.0.1",
23+
"eslint-plugin-react-hooks": "^7.1.1",
2424
"eslint-plugin-react-refresh": "^0.5.2",
2525
"globals": "^17.5.0",
2626
"typescript": "~6.0.2",
27-
"typescript-eslint": "^8.58.1",
27+
"typescript-eslint": "^8.58.2",
2828
"vite": "^8.0.8"
2929
}
3030
}

packages/create-vite/template-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/react-dom": "^19.2.3",
2020
"@vitejs/plugin-react": "^6.0.1",
2121
"eslint": "^9.39.4",
22-
"eslint-plugin-react-hooks": "^7.0.1",
22+
"eslint-plugin-react-hooks": "^7.1.1",
2323
"eslint-plugin-react-refresh": "^0.5.2",
2424
"globals": "^17.5.0",
2525
"vite": "^8.0.8"

packages/create-vite/template-svelte-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@sveltejs/vite-plugin-svelte": "^7.0.0",
1414
"@tsconfig/svelte": "^5.0.8",
1515
"@types/node": "^24.12.2",
16-
"svelte": "^5.55.3",
16+
"svelte": "^5.55.4",
1717
"svelte-check": "^4.4.6",
1818
"typescript": "~6.0.2",
1919
"vite": "^8.0.8"

packages/create-vite/template-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@sveltejs/vite-plugin-svelte": "^7.0.0",
13-
"svelte": "^5.55.3",
13+
"svelte": "^5.55.4",
1414
"vite": "^8.0.8"
1515
}
1616
}

packages/create-vite/template-vue-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
},
1414
"devDependencies": {
1515
"@types/node": "^24.12.2",
16-
"@vitejs/plugin-vue": "^6.0.5",
16+
"@vitejs/plugin-vue": "^6.0.6",
1717
"@vue/tsconfig": "^0.9.1",
1818
"typescript": "~6.0.2",
1919
"vite": "^8.0.8",
20-
"vue-tsc": "^3.2.6"
20+
"vue-tsc": "^3.2.7"
2121
}
2222
}

0 commit comments

Comments
 (0)