Skip to content

Commit 4227962

Browse files
committed
release: v2.5.4
1 parent 311026f commit 4227962

File tree

3 files changed

+14
-28
lines changed

3 files changed

+14
-28
lines changed

packages/vite/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [2.5.4](https://github.com/vitejs/vite/compare/v2.5.3...v2.5.4) (2021-09-07)
2+
3+
4+
### Bug Fixes
5+
6+
* check for Blob before creating worker URL, close [#4462](https://github.com/vitejs/vite/issues/4462) ([#4674](https://github.com/vitejs/vite/issues/4674)) ([311026f](https://github.com/vitejs/vite/commit/311026f0eb327874ca43e3ecccb9a9916f0850fb))
7+
* **css:** loadPreprocessor tolerate `require.resolve.paths` not exists ([#4853](https://github.com/vitejs/vite/issues/4853)) ([c588b8f](https://github.com/vitejs/vite/commit/c588b8fd4cbef6a29a8b62985f7cfb53fb1f6fb7))
8+
* handle error in numberToPos and formatError ([#4782](https://github.com/vitejs/vite/issues/4782)) ([c87763c](https://github.com/vitejs/vite/commit/c87763c1418d1ba876eae13d139eba83ac6f28b2))
9+
* **overlay:** handle missing customElements ([#4856](https://github.com/vitejs/vite/issues/4856)) ([e5b472d](https://github.com/vitejs/vite/commit/e5b472d12e4bdaf7c0a2bd4015e73b40a716dac8))
10+
* sometimes THIS_IS_UNDEFINED warnings were still shown ([#4844](https://github.com/vitejs/vite/issues/4844)) ([8d956f6](https://github.com/vitejs/vite/commit/8d956f6e585bed9ce4f02b7c9fed6631144f638d))
11+
12+
13+
114
## [2.5.3](https://github.com/vitejs/vite/compare/v2.5.2...v2.5.3) (2021-09-01)
215

316

packages/vite/LICENSE.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -781,33 +781,6 @@ Repository: https://github.com/acornjs/acorn-class-fields
781781
782782
---------------------------------------
783783

784-
## acorn-numeric-separator
785-
License: MIT
786-
By: Adrian Heine
787-
Repository: https://github.com/acornjs/acorn-numeric-separator
788-
789-
> Copyright (C) 2017-2018 by Adrian Heine
790-
>
791-
> Permission is hereby granted, free of charge, to any person obtaining a copy
792-
> of this software and associated documentation files (the "Software"), to deal
793-
> in the Software without restriction, including without limitation the rights
794-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
795-
> copies of the Software, and to permit persons to whom the Software is
796-
> furnished to do so, subject to the following conditions:
797-
>
798-
> The above copyright notice and this permission notice shall be included in
799-
> all copies or substantial portions of the Software.
800-
>
801-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
802-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
803-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
804-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
805-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
806-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
807-
> THE SOFTWARE.
808-
809-
---------------------------------------
810-
811784
## acorn-private-class-elements
812785
License: MIT
813786
By: Adrian Heine

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite",
3-
"version": "2.5.3",
3+
"version": "2.5.4",
44
"license": "MIT",
55
"author": "Evan You",
66
"description": "Native-ESM powered web dev build tool",

0 commit comments

Comments
 (0)