Skip to content

Commit 32992a5

Browse files
authored
chore: Update swc_core to v10.2.3 (#389)
1 parent 4e25c56 commit 32992a5

Some content is hidden

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

46 files changed

+217
-42
lines changed

Cargo.lock

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

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ serde_repr = "0.1"
4343
sha2 = "0.10"
4444
similar-asserts = "1.4.2"
4545
sourcemap = "9.0.0"
46-
swc_atoms = "3.0.2"
46+
swc_atoms = "3.0.3"
4747
swc_cached = "1.0.0"
4848
swc_common = "5.0.0"
49-
swc_core = "10.0.0"
49+
swc_core = "10.2.5"
5050
swc_css_ast = "5.0.0"
5151
swc_css_codegen = "5.0.0"
5252
swc_css_compat = "5.0.0"
@@ -56,13 +56,13 @@ swc_css_prefixer = "5.0.0"
5656
swc_css_visit = "5.0.0"
5757
swc_ecma_ast = "5.0.1"
5858
swc_ecma_codegen = "5.0.1"
59-
swc_ecma_minifier = "7.0.0"
60-
swc_ecma_parser = "6.0.1"
59+
swc_ecma_minifier = "7.1.0"
60+
swc_ecma_parser = "6.0.2"
6161
swc_ecma_transforms = "9.0.0"
62-
swc_ecma_transforms_base = "7.0.0"
62+
swc_ecma_transforms_base = "7.1.0"
6363
swc_ecma_transforms_react = "7.0.0"
64-
swc_ecma_transforms_testing = "7.0.0"
65-
swc_ecma_utils = "7.0.0"
64+
swc_ecma_transforms_testing = "7.0.1"
65+
swc_ecma_utils = "7.0.1"
6666
swc_ecma_visit = "5.0.0"
6767
swc_plugin_macro = "1.0.0"
6868
swc_plugin_proxy = "5.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+
## 8.0.4
4+
5+
### Patch Changes
6+
7+
- e8973e8: Update swc_core to v10.2.3
8+
39
## 8.0.3
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+
## 8.0.4
38+
39+
### Patch Changes
40+
41+
- e8973e8: Update swc_core to v10.2.3
42+
3743
## 8.0.3
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": "8.0.3",
3+
"version": "8.0.4",
44
"description": "SWC plugin for emotion css-in-js library",
55
"main": "swc_plugin_emotion.wasm",
66
"scripts": {

packages/formatjs/CHANGELOG.md

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

3+
## 2.0.6
4+
5+
### Patch Changes
6+
7+
- e8973e8: Update swc_core to v10.2.3
8+
39
## 2.0.5
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+
## 2.0.6
8+
9+
### Patch Changes
10+
11+
- e8973e8: Update swc_core to v10.2.3
12+
713
## 2.0.5
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": "2.0.5",
3+
"version": "2.0.6",
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+
## 6.0.4
4+
5+
### Patch Changes
6+
7+
- e8973e8: Update swc_core to v10.2.3
8+
39
## 6.0.3
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+
## 6.0.4
6+
7+
### Patch Changes
8+
9+
- e8973e8: Update swc_core to v10.2.3
10+
511
## 6.0.3
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": "6.0.3",
3+
"version": "6.0.4",
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+
## 5.0.4
4+
5+
### Patch Changes
6+
7+
- e8973e8: Update swc_core to v10.2.3
8+
39
## 5.0.3
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+
## 5.0.4
27+
28+
### Patch Changes
29+
30+
- e8973e8: Update swc_core to v10.2.3
31+
2632
## 5.0.3
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": "5.0.3",
3+
"version": "5.0.4",
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+
## 6.0.4
4+
5+
### Patch Changes
6+
7+
- e8973e8: Update swc_core to v10.2.3
8+
39
## 6.0.3
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+
## 6.0.4
6+
7+
### Patch Changes
8+
9+
- e8973e8: Update swc_core to v10.2.3
10+
511
## 6.0.3
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": "6.0.3",
3+
"version": "6.0.4",
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+
## 6.0.4
4+
5+
### Patch Changes
6+
7+
- e8973e8: Update swc_core to v10.2.3
8+
39
## 6.0.3
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+
## 6.0.4
44+
45+
### Patch Changes
46+
47+
- e8973e8: Update swc_core to v10.2.3
48+
4349
## 6.0.3
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": "6.0.3",
3+
"version": "6.0.4",
44
"description": "SWC plugin for preact refresh",
55
"main": "swc_plugin_prefresh.wasm",
66
"scripts": {

packages/react-remove-properties/CHANGELOG.md

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

3+
## 6.0.4
4+
5+
### Patch Changes
6+
7+
- e8973e8: Update swc_core to v10.2.3
8+
39
## 6.0.3
410

511
### Patch Changes

packages/react-remove-properties/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ or
2323

2424
# @swc/plugin-react-remove-properties
2525

26+
## 6.0.4
27+
28+
### Patch Changes
29+
30+
- e8973e8: Update swc_core to v10.2.3
31+
2632
## 6.0.3
2733

2834
### Patch Changes

packages/react-remove-properties/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/plugin-react-remove-properties",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "SWC plugin for https://www.npmjs.com/package/babel-plugin-react-remove-properties",
55
"main": "swc_plugin_react_remove_properties.wasm",
66
"scripts": {

0 commit comments

Comments
 (0)