Skip to content

Commit 3e81af3

Browse files
fix(deps): update all non-major dependencies (#20324)
1 parent 30d2f1b commit 3e81af3

File tree

21 files changed

+804
-763
lines changed

21 files changed

+804
-763
lines changed

docs/guide/api-plugin.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ Vite plugins can also provide hooks that serve Vite-specific purposes. These hoo
416416
server: ViteDevServer
417417
}
418418
```
419+
419420
- `modules` is an array of modules that are affected by the changed file. It's an array because a single file may map to multiple served modules (e.g. Vue SFCs).
420421

421422
- `read` is an async read function that returns the content of the file. This is provided because on some systems, the file change callback may fire too fast before the editor finishes updating the file and direct `fs.readFile` will return empty content. The read function passed in normalizes this behavior.

docs/guide/backend-integration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ If you need a custom integration, you can follow the steps in this guide to conf
9999
}
100100
}
101101
```
102+
102103
- The manifest has a `Record<name, chunk>` structure
103104
- For entry or dynamic entry chunks, the key is the relative src path from project root.
104105
- For non entry chunks, the key is the base name of the generated file prefixed with `_`.

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"@types/express": "^5.0.3",
1313
"feed": "^5.1.0",
1414
"gsap": "^3.13.0",
15-
"vitepress": "^2.0.0-alpha.6",
16-
"vitepress-plugin-group-icons": "^1.6.0",
17-
"vitepress-plugin-llms": "^1.5.1",
15+
"vitepress": "^2.0.0-alpha.7",
16+
"vitepress-plugin-group-icons": "^1.6.1",
17+
"vitepress-plugin-llms": "^1.6.0",
1818
"vue": "^3.5.17"
1919
}
2020
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ci-docs": "pnpm build && pnpm docs-build"
4141
},
4242
"devDependencies": {
43-
"@eslint/js": "^9.29.0",
43+
"@eslint/js": "^9.30.0",
4444
"@type-challenges/utils": "^0.1.1",
4545
"@types/babel__core": "^7.20.5",
4646
"@types/babel__preset-env": "^7.10.0",
@@ -50,27 +50,27 @@
5050
"@types/estree": "^1.0.8",
5151
"@types/etag": "^1.8.4",
5252
"@types/less": "^3.0.8",
53-
"@types/node": "^22.15.32",
53+
"@types/node": "^22.15.34",
5454
"@types/picomatch": "^4.0.0",
5555
"@types/stylus": "^0.48.43",
5656
"@types/ws": "^8.18.1",
5757
"@vitejs/release-scripts": "^1.5.0",
5858
"conventional-changelog-cli": "^5.0.0",
59-
"eslint": "^9.29.0",
60-
"eslint-plugin-import-x": "^4.15.2",
59+
"eslint": "^9.30.0",
60+
"eslint-plugin-import-x": "^4.16.1",
6161
"eslint-plugin-n": "^17.20.0",
6262
"eslint-plugin-regexp": "^2.9.0",
6363
"execa": "^9.6.0",
6464
"globals": "^16.2.0",
6565
"lint-staged": "^16.1.2",
6666
"picocolors": "^1.1.1",
6767
"playwright-chromium": "^1.53.1",
68-
"prettier": "3.6.0",
68+
"prettier": "3.6.2",
6969
"rollup": "^4.40.0",
7070
"simple-git-hooks": "^2.13.0",
7171
"tsx": "^4.20.3",
7272
"typescript": "~5.7.2",
73-
"typescript-eslint": "^8.34.1",
73+
"typescript-eslint": "^8.35.0",
7474
"vite": "workspace:*",
7575
"vitest": "^3.2.4"
7676
},
@@ -91,7 +91,7 @@
9191
"eslint --cache --fix"
9292
]
9393
},
94-
"packageManager": "pnpm@10.12.2",
94+
"packageManager": "pnpm@10.12.4",
9595
"stackblitz": {
9696
"startCommand": "pnpm --filter='./packages/vite' run dev"
9797
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"preact": "^10.26.9"
1313
},
1414
"devDependencies": {
15-
"@preact/preset-vite": "^2.10.1",
15+
"@preact/preset-vite": "^2.10.2",
1616
"typescript": "~5.8.3",
1717
"vite": "^7.0.0"
1818
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"preact": "^10.26.9"
1313
},
1414
"devDependencies": {
15-
"@preact/preset-vite": "^2.10.1",
15+
"@preact/preset-vite": "^2.10.2",
1616
"vite": "^7.0.0"
1717
}
1818
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"react-dom": "^19.1.0"
1515
},
1616
"devDependencies": {
17-
"@eslint/js": "^9.29.0",
17+
"@eslint/js": "^9.30.0",
1818
"@types/react": "^19.1.8",
1919
"@types/react-dom": "^19.1.6",
20-
"@vitejs/plugin-react": "^4.5.2",
21-
"eslint": "^9.29.0",
20+
"@vitejs/plugin-react": "^4.6.0",
21+
"eslint": "^9.30.0",
2222
"eslint-plugin-react-hooks": "^5.2.0",
2323
"eslint-plugin-react-refresh": "^0.4.20",
2424
"globals": "^16.2.0",
2525
"typescript": "~5.8.3",
26-
"typescript-eslint": "^8.34.1",
26+
"typescript-eslint": "^8.35.0",
2727
"vite": "^7.0.0"
2828
}
2929
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"react-dom": "^19.1.0"
1515
},
1616
"devDependencies": {
17-
"@eslint/js": "^9.29.0",
17+
"@eslint/js": "^9.30.0",
1818
"@types/react": "^19.1.8",
1919
"@types/react-dom": "^19.1.6",
20-
"@vitejs/plugin-react": "^4.5.2",
21-
"eslint": "^9.29.0",
20+
"@vitejs/plugin-react": "^4.6.0",
21+
"eslint": "^9.30.0",
2222
"eslint-plugin-react-hooks": "^5.2.0",
2323
"eslint-plugin-react-refresh": "^0.4.20",
2424
"globals": "^16.2.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"typescript": "~5.8.3",
1616
"vite": "^7.0.0",
17-
"vite-plugin-solid": "^2.11.6"
17+
"vite-plugin-solid": "^2.11.7"
1818
}
1919
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"vite": "^7.0.0",
16-
"vite-plugin-solid": "^2.11.6"
16+
"vite-plugin-solid": "^2.11.7"
1717
}
1818
}

0 commit comments

Comments
 (0)