Skip to content

Commit a0424a4

Browse files
authored
build: Update swc_core to v22.1.0 (#437)
1 parent fd35169 commit a0424a4

Some content is hidden

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

58 files changed

+254
-76
lines changed

.browserslistrc

Whitespace-only changes.

Cargo.lock

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

Cargo.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ magic-crypt = "3.1.13"
3333
once_cell = "1.19.0"
3434
parcel_selectors = "0.28.0"
3535
phf = "0.11.2"
36-
preset_env_base = "2.0.1"
36+
preset_env_base = "3.0.0"
3737
pretty_assertions = "1.3.0"
3838
radix_fmt = "1"
3939
regex = { version = "1.10.4", default-features = false }
@@ -46,29 +46,29 @@ similar-asserts = "1.4.2"
4646
sourcemap = "9.0.0"
4747
swc_atoms = "5.0.0"
4848
swc_cached = "2.0.0"
49-
swc_common = "8.0.1"
50-
swc_core = "21.0.1"
49+
swc_common = "8.1.0"
50+
swc_core = "22.1.0"
5151
swc_css_ast = "8.0.0"
5252
swc_css_codegen = "8.0.0"
5353
swc_css_compat = "8.0.0"
5454
swc_css_minifier = "8.0.0"
5555
swc_css_parser = "8.0.0"
56-
swc_css_prefixer = "9.0.0"
56+
swc_css_prefixer = "10.0.0"
5757
swc_css_visit = "8.0.0"
58-
swc_ecma_ast = "8.1.0"
58+
swc_ecma_ast = "8.1.1"
5959
swc_ecma_codegen = "10.0.0"
60-
swc_ecma_minifier = "16.0.0"
61-
swc_ecma_parser = "11.0.0"
60+
swc_ecma_minifier = "16.0.1"
61+
swc_ecma_parser = "11.0.1"
6262
swc_ecma_transforms = "15.0.0"
63-
swc_ecma_transforms_base = "12.0.0"
64-
swc_ecma_transforms_react = "13.0.0"
65-
swc_ecma_transforms_testing = "14.0.0"
63+
swc_ecma_transforms_base = "12.1.0"
64+
swc_ecma_transforms_react = "13.0.1"
65+
swc_ecma_transforms_testing = "15.0.0"
6666
swc_ecma_utils = "12.0.0"
6767
swc_ecma_visit = "8.0.0"
68-
swc_plugin_macro = "1.0.0"
68+
swc_plugin_macro = "1.1.0"
6969
swc_plugin_proxy = "8.0.0"
7070
swc_trace_macro = "2.0.0"
71-
testing = "8.0.0"
71+
testing = "9.0.0"
7272
tracing = "0.1.40"
7373
widestring = "1.0.2"
7474

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.3
4+
5+
### Patch Changes
6+
7+
- d51d525: Update swc_core to v22.0.0
8+
39
## 9.0.2
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.3
38+
39+
### Patch Changes
40+
41+
- d51d525: Update swc_core to v22.0.0
42+
3743
## 9.0.2
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.2",
3+
"version": "9.0.3",
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.85.0"
10+
version = "0.86.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.2
4+
5+
### Patch Changes
6+
7+
- d51d525: Update swc_core to v22.0.0
8+
39
## 3.1.1
410

511
### Patch 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.2
8+
9+
### Patch Changes
10+
11+
- d51d525: Update swc_core to v22.0.0
12+
713
## 3.1.1
814

915
### Patch 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.1",
3+
"version": "3.1.2",
44
"description": "FormatJS SWC plugin",
55
"main": "swc_plugin_formatjs.wasm",
66
"scripts": {

0 commit comments

Comments
 (0)