Skip to content

Commit ce4c8d4

Browse files
committed
release: v3.2.3
1 parent 8ea71b4 commit ce4c8d4

File tree

3 files changed

+19
-86
lines changed

3 files changed

+19
-86
lines changed

packages/vite/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## <small>3.2.3 (2022-11-07)</small>
2+
3+
* refactor: change style.innerHTML to style.textContent (#10801) ([8ea71b4](https://github.com/vitejs/vite/commit/8ea71b4)), closes [#10801](https://github.com/vitejs/vite/issues/10801)
4+
* fix: add `@types/node` as an optional peer dependency (#10757) ([57916a4](https://github.com/vitejs/vite/commit/57916a4)), closes [#10757](https://github.com/vitejs/vite/issues/10757)
5+
* fix: transform import.meta.glob when scan JS/TS #10634 (#10635) ([c53ffec](https://github.com/vitejs/vite/commit/c53ffec)), closes [#10634](https://github.com/vitejs/vite/issues/10634) [#10635](https://github.com/vitejs/vite/issues/10635)
6+
* fix(css): url() with variable in sass/less (fixes #3644, #7651) (#10741) ([fa2e47f](https://github.com/vitejs/vite/commit/fa2e47f)), closes [#3644](https://github.com/vitejs/vite/issues/3644) [#7651](https://github.com/vitejs/vite/issues/7651) [#10741](https://github.com/vitejs/vite/issues/10741)
7+
* feat: add `vite:afterUpdate` event (#9810) ([1f57f84](https://github.com/vitejs/vite/commit/1f57f84)), closes [#9810](https://github.com/vitejs/vite/issues/9810)
8+
* perf: improve `multilineCommentsRE` regex (fix #10689) (#10751) ([51ed059](https://github.com/vitejs/vite/commit/51ed059)), closes [#10689](https://github.com/vitejs/vite/issues/10689) [#10751](https://github.com/vitejs/vite/issues/10751)
9+
* perf: Use only one ps exec to find a Chromium browser opened on Mac OS (#10588) ([f199e90](https://github.com/vitejs/vite/commit/f199e90)), closes [#10588](https://github.com/vitejs/vite/issues/10588)
10+
* chore: fix dev build replacing undefined (#10740) ([1358a3c](https://github.com/vitejs/vite/commit/1358a3c)), closes [#10740](https://github.com/vitejs/vite/issues/10740)
11+
* chore: remove non used type definitions (#10738) ([ee8c7a6](https://github.com/vitejs/vite/commit/ee8c7a6)), closes [#10738](https://github.com/vitejs/vite/issues/10738)
12+
* chore(deps): update dependency @rollup/plugin-commonjs to v23 (#10611) ([cc4be70](https://github.com/vitejs/vite/commit/cc4be70)), closes [#10611](https://github.com/vitejs/vite/issues/10611)
13+
* chore(deps): update dependency @rollup/plugin-dynamic-import-vars to v2 (#10726) ([326f782](https://github.com/vitejs/vite/commit/326f782)), closes [#10726](https://github.com/vitejs/vite/issues/10726)
14+
15+
16+
117
## <small>3.2.2 (2022-10-31)</small>
218

319
* chore: remove src/client from package (#10703) ([816842e](https://github.com/vitejs/vite/commit/816842e)), closes [#10703](https://github.com/vitejs/vite/issues/10703)

packages/vite/LICENSE.md

Lines changed: 2 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -535,28 +535,6 @@ License: MIT
535535
By: Rich Harris
536536
Repository: rollup/plugins
537537

538-
> The MIT License (MIT)
539-
>
540-
> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
541-
>
542-
> Permission is hereby granted, free of charge, to any person obtaining a copy
543-
> of this software and associated documentation files (the "Software"), to deal
544-
> in the Software without restriction, including without limitation the rights
545-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
546-
> copies of the Software, and to permit persons to whom the Software is
547-
> furnished to do so, subject to the following conditions:
548-
>
549-
> The above copyright notice and this permission notice shall be included in
550-
> all copies or substantial portions of the Software.
551-
>
552-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
553-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
554-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
555-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
556-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
557-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
558-
> THE SOFTWARE.
559-
560538
---------------------------------------
561539

562540
## acorn
@@ -822,32 +800,6 @@ Repository: http://github.com/substack/node-commondir.git
822800
823801
---------------------------------------
824802

825-
## concat-map
826-
License: MIT
827-
By: James Halliday
828-
Repository: git://github.com/substack/node-concat-map.git
829-
830-
> This software is released under the MIT license:
831-
>
832-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
833-
> this software and associated documentation files (the "Software"), to deal in
834-
> the Software without restriction, including without limitation the rights to
835-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
836-
> the Software, and to permit persons to whom the Software is furnished to do so,
837-
> subject to the following conditions:
838-
>
839-
> The above copyright notice and this permission notice shall be included in all
840-
> copies or substantial portions of the Software.
841-
>
842-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
843-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
844-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
845-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
846-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
847-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
848-
849-
---------------------------------------
850-
851803
## connect
852804
License: MIT
853805
By: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell
@@ -1555,7 +1507,7 @@ Repository: git://github.com/isaacs/node-glob.git
15551507

15561508
> The ISC License
15571509
>
1558-
> Copyright (c) Isaac Z. Schlueter and Contributors
1510+
> Copyright (c) 2009-2022 Isaac Z. Schlueter and Contributors
15591511
>
15601512
> Permission to use, copy, modify, and/or distribute this software for any
15611513
> purpose with or without fee is hereby granted, provided that the above
@@ -1568,12 +1520,6 @@ Repository: git://github.com/isaacs/node-glob.git
15681520
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15691521
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
15701522
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1571-
>
1572-
> ## Glob Logo
1573-
>
1574-
> Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
1575-
> under a Creative Commons Attribution-ShareAlike 4.0 International License
1576-
> https://creativecommons.org/licenses/by-sa/4.0/
15771523
15781524
---------------------------------------
15791525

@@ -2078,7 +2024,7 @@ Repository: git://github.com/isaacs/minimatch.git
20782024

20792025
> The ISC License
20802026
>
2081-
> Copyright (c) Isaac Z. Schlueter and Contributors
2027+
> Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors
20822028
>
20832029
> Permission to use, copy, modify, and/or distribute this software for any
20842030
> purpose with or without fee is hereby granted, provided that the above
@@ -2395,35 +2341,6 @@ Repository: pillarjs/parseurl
23952341
23962342
---------------------------------------
23972343

2398-
## path-is-absolute
2399-
License: MIT
2400-
By: Sindre Sorhus
2401-
Repository: sindresorhus/path-is-absolute
2402-
2403-
> The MIT License (MIT)
2404-
>
2405-
> Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com)
2406-
>
2407-
> Permission is hereby granted, free of charge, to any person obtaining a copy
2408-
> of this software and associated documentation files (the "Software"), to deal
2409-
> in the Software without restriction, including without limitation the rights
2410-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2411-
> copies of the Software, and to permit persons to whom the Software is
2412-
> furnished to do so, subject to the following conditions:
2413-
>
2414-
> The above copyright notice and this permission notice shall be included in
2415-
> all copies or substantial portions of the Software.
2416-
>
2417-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2418-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2419-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2420-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2421-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2422-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2423-
> THE SOFTWARE.
2424-
2425-
---------------------------------------
2426-
24272344
## path-key
24282345
License: MIT
24292346
By: Sindre Sorhus

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": "3.2.2",
3+
"version": "3.2.3",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)