Skip to content

Commit 2de9a4d

Browse files
committed
Upgrade Vite to v7
1 parent 7da63e1 commit 2de9a4d

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A clear and concise description of what the bug is.
1313
### Checklist
1414

1515
- [ ] I have recreated the issue in the vanilla starter kit _(this is a template repo, some issues may be related to code or configuration that has been added outside the starter kit)_.
16-
- [ ] I am using a supported version of Node _(at least 20.18)_ and npm _(not Yarn)_.
16+
- [ ] I am using a supported version of Node _(at least 20.19)_ and npm _(not Yarn)_.
1717
- [ ] I have installed the correct dependencies _(run `npm ci` if you're unsure, this will clear `node_modules/` and install based on the `package-lock.json`)_.
1818

1919
### To reproduce

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
node: [20.18, 20, 22, 24]
23+
node: [20.19, 20, 22, 24]
2424
runs-on: ubuntu-latest
2525
outputs:
2626
lcov-artifact-id: ${{ steps.upload-lcov.outputs.artifact-id }}

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
"husky": "^9.1.7",
5656
"lint-staged": "^16.1.2",
5757
"prettier": "~3.6.2",
58-
"vite": "^6.3.5",
58+
"vite": "^7.0.0",
5959
"vitest": "^3.2.2"
6060
},
6161
"engines": {
62-
"node": "^20.18.1 || ^22 || ^24",
62+
"node": "^20.19 || ^22.12 || ^24",
6363
"npm": "^10 || ^11"
6464
},
6565
"dependencies": {

0 commit comments

Comments
 (0)