Skip to content

Commit fd35169

Browse files
authored
build: Update swc_core to v21.0.1 (#436)
1 parent 7c4f25e commit fd35169

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+225
-51
lines changed

Cargo.lock

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sourcemap = "9.0.0"
4747
swc_atoms = "5.0.0"
4848
swc_cached = "2.0.0"
4949
swc_common = "8.0.1"
50-
swc_core = "19.0.0"
50+
swc_core = "21.0.1"
5151
swc_css_ast = "8.0.0"
5252
swc_css_codegen = "8.0.0"
5353
swc_css_compat = "8.0.0"
@@ -56,13 +56,13 @@ swc_css_parser = "8.0.0"
5656
swc_css_prefixer = "9.0.0"
5757
swc_css_visit = "8.0.0"
5858
swc_ecma_ast = "8.1.0"
59-
swc_ecma_codegen = "8.1.0"
60-
swc_ecma_minifier = "14.0.0"
59+
swc_ecma_codegen = "10.0.0"
60+
swc_ecma_minifier = "16.0.0"
6161
swc_ecma_parser = "11.0.0"
6262
swc_ecma_transforms = "15.0.0"
6363
swc_ecma_transforms_base = "12.0.0"
6464
swc_ecma_transforms_react = "13.0.0"
65-
swc_ecma_transforms_testing = "12.0.0"
65+
swc_ecma_transforms_testing = "14.0.0"
6666
swc_ecma_utils = "12.0.0"
6767
swc_ecma_visit = "8.0.0"
6868
swc_plugin_macro = "1.0.0"

packages/emotion/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @swc/plugin-emotion
22

3+
## 9.0.2
4+
5+
### Patch Changes
6+
7+
- cb94b92: Update swc_core to v21.0.1
8+
39
## 9.0.1
410

511
### Patch Changes

packages/emotion/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Source code for plugin itself (not transforms) are copied from https://github.co
3434
3535
# @swc/plugin-emotion
3636
37+
## 9.0.2
38+
39+
### Patch Changes
40+
41+
- cb94b92: Update swc_core to v21.0.1
42+
3743
## 9.0.1
3844
3945
### Patch Changes

packages/emotion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/plugin-emotion",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "SWC plugin for emotion css-in-js library",
55
"main": "swc_plugin_emotion.wasm",
66
"scripts": {

packages/emotion/transform/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = { workspace = true }
77
name = "swc_emotion"
88
repository = { workspace = true }
99
rust-version = { workspace = true }
10-
version = "0.84.0"
10+
version = "0.85.0"
1111

1212

1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

packages/formatjs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @swc/plugin-formatjs
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- cb94b92: Update swc_core to v21.0.1
8+
39
## 3.1.0
410

511
### Minor Changes

packages/formatjs/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ FormatJS SWC plugin, maintained by SWC team.
44

55
# @swc/plugin-formatjs
66

7+
## 3.1.1
8+
9+
### Patch Changes
10+
11+
- cb94b92: Update swc_core to v21.0.1
12+
713
## 3.1.0
814

915
### Minor Changes

packages/formatjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/plugin-formatjs",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "FormatJS SWC plugin",
55
"main": "swc_plugin_formatjs.wasm",
66
"scripts": {

packages/jest/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @swc/plugin-jest
22

3+
## 7.0.2
4+
5+
### Patch Changes
6+
7+
- cb94b92: Update swc_core to v21.0.1
8+
39
## 7.0.1
410

511
### Patch Changes

packages/jest/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# @swc/plugin-jest
44

5+
## 7.0.2
6+
7+
### Patch Changes
8+
9+
- cb94b92: Update swc_core to v21.0.1
10+
511
## 7.0.1
612

713
### Patch Changes

packages/jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/plugin-jest",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "SWC plugin for jest",
55
"main": "swc_plugin_jest.wasm",
66
"scripts": {

packages/loadable-components/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @swc/plugin-loadable-components
22

3+
## 6.0.2
4+
5+
### Patch Changes
6+
7+
- cb94b92: Update swc_core to v21.0.1
8+
39
## 6.0.1
410

511
### Patch Changes

packages/loadable-components/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ By default `loadable-components` are configured to transform dynamic imports use
2323

2424
# @swc/plugin-loadable-components
2525

26+
## 6.0.2
27+
28+
### Patch Changes
29+
30+
- cb94b92: Update swc_core to v21.0.1
31+
2632
## 6.0.1
2733

2834
### Patch Changes

packages/loadable-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/plugin-loadable-components",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "SWC plugin for `@loadable/components`",
55
"main": "swc_plugin_loadable_components.wasm",
66
"scripts": {

packages/noop/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @swc/plugin-noop
22

3+
## 7.0.2
4+
5+
### Patch Changes
6+
7+
- cb94b92: Update swc_core to v21.0.1
8+
39
## 7.0.1
410

511
### Patch Changes

packages/noop/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# @swc/plugin-noop
44

5+
## 7.0.2
6+
7+
### Patch Changes
8+
9+
- cb94b92: Update swc_core to v21.0.1
10+
511
## 7.0.1
612

713
### Patch Changes

packages/noop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/plugin-noop",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Noop SWC plugin, for debugging",
55
"main": "swc_plugin_noop.wasm",
66
"scripts": {

packages/prefresh/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @swc/plugin-prefresh
22

3+
## 7.0.2
4+
5+
### Patch Changes
6+
7+
- cb94b92: Update swc_core to v21.0.1
8+
39
## 7.0.1
410

511
### Patch Changes

packages/prefresh/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ And SWC has built-in React Refresh transformation, therefore, this plugin only i
4040

4141
# @swc/plugin-prefresh
4242

43+
## 7.0.2
44+
45+
### Patch Changes
46+
47+
- cb94b92: Update swc_core to v21.0.1
48+
4349
## 7.0.1
4450

4551
### Patch Changes

packages/prefresh/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/plugin-prefresh",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "SWC plugin for preact refresh",
55
"main": "swc_plugin_prefresh.wasm",
66
"scripts": {

0 commit comments

Comments
 (0)