Skip to content

Commit 0c3bbe7

Browse files
committed
1 parent 54377f7 commit 0c3bbe7

File tree

18 files changed

+37
-17
lines changed

18 files changed

+37
-17
lines changed

packages/create-vite/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## <small>[7.1.2](https://github.com/vitejs/vite/compare/[email protected]@7.1.2) (2025-09-18)</small>
2+
### Bug Fixes
3+
4+
* **create-vite:** unique name for tanstack router options ([#20783](https://github.com/vitejs/vite/issues/20783)) ([91e68a3](https://github.com/vitejs/vite/commit/91e68a3015bdf30667ba9365f8fc51d3571f10d0))
5+
* **deps:** update all non-major dependencies ([#20634](https://github.com/vitejs/vite/issues/20634)) ([4851cab](https://github.com/vitejs/vite/commit/4851cab3ba818b5f0f82eef3796b61d4b12768f1))
6+
* **deps:** update all non-major dependencies ([#20676](https://github.com/vitejs/vite/issues/20676)) ([5a274b2](https://github.com/vitejs/vite/commit/5a274b29df83744cf0ce4dafd94029d2a9e01135))
7+
* **deps:** update all non-major dependencies ([#20709](https://github.com/vitejs/vite/issues/20709)) ([0401feb](https://github.com/vitejs/vite/commit/0401feba17e60bd7e976c5643128a0da49670a83))
8+
* **deps:** update all non-major dependencies ([#20732](https://github.com/vitejs/vite/issues/20732)) ([122bfba](https://github.com/vitejs/vite/commit/122bfbabeb1f095ce7cabd30893e5531e9a007c4))
9+
* **deps:** update all non-major dependencies ([#20773](https://github.com/vitejs/vite/issues/20773)) ([88af2ae](https://github.com/vitejs/vite/commit/88af2ae7df77160e7d11a9fa147a4967c8499f13))
10+
11+
### Miscellaneous Chores
12+
13+
* **deps:** update rolldown-related dependencies ([#20633](https://github.com/vitejs/vite/issues/20633)) ([98b92e8](https://github.com/vitejs/vite/commit/98b92e8c4b10ae87c48292a8ac09b01ca81a02cf))
14+
* **deps:** update rolldown-related dependencies ([#20675](https://github.com/vitejs/vite/issues/20675)) ([a67bb5f](https://github.com/vitejs/vite/commit/a67bb5fbec5f3e42151dc7e3166858d0d33533de))
15+
* **deps:** update rolldown-related dependencies ([#20772](https://github.com/vitejs/vite/issues/20772)) ([d785e72](https://github.com/vitejs/vite/commit/d785e72f2ead705e8b2416c0a5097878fced3435))
16+
17+
### Code Refactoring
18+
19+
* **create-vite:** migrate `tseslint.config` to ESLint core's `defineConfig` ([#20734](https://github.com/vitejs/vite/issues/20734)) ([feeb8bc](https://github.com/vitejs/vite/commit/feeb8bccfb6981c21f3f8a09b26e36373a51dae0))
20+
121
## <small>[7.1.1](https://github.com/vitejs/vite/compare/[email protected]@7.1.1) (2025-08-12)</small>
222
### Bug Fixes
323

packages/create-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-vite",
3-
"version": "7.1.1",
3+
"version": "7.1.2",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"typescript": "~5.8.3",
16-
"vite": "^7.1.5"
16+
"vite": "^7.1.6"
1717
}
1818
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"lit": "^3.3.1"
1313
},
1414
"devDependencies": {
15-
"vite": "^7.1.5"
15+
"vite": "^7.1.6"
1616
}
1717
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"@preact/preset-vite": "^2.10.2",
1616
"typescript": "~5.8.3",
17-
"vite": "^7.1.5"
17+
"vite": "^7.1.6"
1818
}
1919
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@preact/preset-vite": "^2.10.2",
16-
"vite": "^7.1.5"
16+
"vite": "^7.1.6"
1717
}
1818
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"serve": "^14.2.5",
1313
"typescript": "~5.8.3",
14-
"vite": "^7.1.5"
14+
"vite": "^7.1.6"
1515
},
1616
"dependencies": {
1717
"@builder.io/qwik": "^1.16.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"serve": "^14.2.5",
13-
"vite": "^7.1.5"
13+
"vite": "^7.1.6"
1414
},
1515
"dependencies": {
1616
"@builder.io/qwik": "^1.16.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"globals": "^16.4.0",
2525
"typescript": "~5.8.3",
2626
"typescript-eslint": "^8.43.0",
27-
"vite": "^7.1.5"
27+
"vite": "^7.1.6"
2828
}
2929
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"eslint-plugin-react-hooks": "^5.2.0",
2323
"eslint-plugin-react-refresh": "^0.4.20",
2424
"globals": "^16.4.0",
25-
"vite": "^7.1.5"
25+
"vite": "^7.1.6"
2626
}
2727
}

0 commit comments

Comments
 (0)