Skip to content

Commit 48b53f2

Browse files
committed
1 parent cafa7d5 commit 48b53f2

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

packages/create-vite/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 5.3.0 (2024-06-21)
2+
3+
* fix(create-vite): revert eslint 9 upgrade in templates (#17511) ([86cf1b4](https://github.com./vitejs/vite/commit/86cf1b4)), closes [#17511](https://github.com./vitejs/vite/issues/17511)
4+
* fix(create-vite): update tsconfig with moduleDetection true (#17468) ([7b240e4](https://github.com./vitejs/vite/commit/7b240e4)), closes [#17468](https://github.com./vitejs/vite/issues/17468)
5+
* fix(deps): update all non-major dependencies (#16258) ([7caef42](https://github.com./vitejs/vite/commit/7caef42)), closes [#16258](https://github.com./vitejs/vite/issues/16258)
6+
* fix(deps): update all non-major dependencies (#16376) ([58a2938](https://github.com./vitejs/vite/commit/58a2938)), closes [#16376](https://github.com./vitejs/vite/issues/16376)
7+
* fix(deps): update all non-major dependencies (#16488) ([2d50be2](https://github.com./vitejs/vite/commit/2d50be2)), closes [#16488](https://github.com./vitejs/vite/issues/16488)
8+
* fix(deps): update all non-major dependencies (#16549) ([2d6a13b](https://github.com./vitejs/vite/commit/2d6a13b)), closes [#16549](https://github.com./vitejs/vite/issues/16549)
9+
* fix(deps): update all non-major dependencies (#16603) ([6711553](https://github.com./vitejs/vite/commit/6711553)), closes [#16603](https://github.com./vitejs/vite/issues/16603)
10+
* fix(deps): update all non-major dependencies (#16660) ([bf2f014](https://github.com./vitejs/vite/commit/bf2f014)), closes [#16660](https://github.com./vitejs/vite/issues/16660)
11+
* fix(deps): update all non-major dependencies (#17321) ([4a89766](https://github.com./vitejs/vite/commit/4a89766)), closes [#17321](https://github.com./vitejs/vite/issues/17321)
12+
* fix(deps): update all non-major dependencies (#17430) ([4453d35](https://github.com./vitejs/vite/commit/4453d35)), closes [#17430](https://github.com./vitejs/vite/issues/17430)
13+
* fix(deps): update all non-major dependencies (#17494) ([bf123f2](https://github.com./vitejs/vite/commit/bf123f2)), closes [#17494](https://github.com./vitejs/vite/issues/17494)
14+
* chore(create-vite): update IDE support instructions in helloworld components (#16605) ([a265282](https://github.com./vitejs/vite/commit/a265282)), closes [#16605](https://github.com./vitejs/vite/issues/16605)
15+
* chore(deps): update all non-major dependencies (#16325) ([a78e265](https://github.com./vitejs/vite/commit/a78e265)), closes [#16325](https://github.com./vitejs/vite/issues/16325)
16+
* chore(deps): update all non-major dependencies (#16722) ([b45922a](https://github.com./vitejs/vite/commit/b45922a)), closes [#16722](https://github.com./vitejs/vite/issues/16722)
17+
* chore(deps): update all non-major dependencies (#17373) ([f2d52f1](https://github.com./vitejs/vite/commit/f2d52f1)), closes [#17373](https://github.com./vitejs/vite/issues/17373)
18+
* chore(deps): update dependency eslint to v9 (#16661) ([6c10662](https://github.com./vitejs/vite/commit/6c10662)), closes [#16661](https://github.com./vitejs/vite/issues/16661)
19+
* chore(deps): update dependency execa to v9 (#16662) ([76d1642](https://github.com./vitejs/vite/commit/76d1642)), closes [#16662](https://github.com./vitejs/vite/issues/16662)
20+
* feat(create-vite): add help usage (#16390) ([1d9bfc0](https://github.com./vitejs/vite/commit/1d9bfc0)), closes [#16390](https://github.com./vitejs/vite/issues/16390)
21+
* feat(create-vite): use "solution" tsconfig so that vite.config.ts is type checked (#15913) ([cf3f40c](https://github.com./vitejs/vite/commit/cf3f40c)), closes [#15913](https://github.com./vitejs/vite/issues/15913)
22+
* docs(create-vite): link to Vue docs for IDE support info (#16225) ([520bb89](https://github.com./vitejs/vite/commit/520bb89)), closes [#16225](https://github.com./vitejs/vite/issues/16225)
23+
24+
25+
126
## <small>5.2.3 (2024-03-20)</small>
227

328
* docs: update volar name and remove takeover mode related docs (#16171) ([0a56177](https://github.com./vitejs/vite/commit/0a56177)), closes [#16171](https://github.com./vitejs/vite/issues/16171)

packages/create-vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-vite",
3-
"version": "5.2.3",
3+
"version": "5.3.0",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)