Skip to content

Commit 075e6a9

Browse files
authored
build: Update swc_core to v35 (#516)
1 parent 6b80174 commit 075e6a9

File tree

63 files changed

+261
-75
lines changed

Some content is hidden

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

63 files changed

+261
-75
lines changed

Cargo.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ similar-asserts = "1.4.2"
5050
swc_atoms = "7.0.0"
5151
swc_cached = "2.0.0"
5252
swc_common = "14.0.2"
53-
swc_core = "34.0.0"
53+
swc_core = "35.0.0"
5454
swc_css_ast = "14.0.0"
5555
swc_css_codegen = "14.0.0"
5656
swc_css_compat = "14.0.0"
@@ -60,13 +60,13 @@ swc_css_prefixer = "17.0.0"
6060
swc_css_visit = "14.0.0"
6161
swc_ecma_ast = "14.0.0"
6262
swc_ecma_codegen = "16.0.0"
63-
swc_ecma_minifier = "28.0.0"
64-
swc_ecma_parser = "22.0.0"
65-
swc_ecma_transforms = "27.0.0"
66-
swc_ecma_transforms_base = "23.0.0"
67-
swc_ecma_transforms_react = "25.0.0"
68-
swc_ecma_transforms_testing = "26.0.0"
69-
swc_ecma_utils = "19.0.0"
63+
swc_ecma_minifier = "29.0.0"
64+
swc_ecma_parser = "22.0.3"
65+
swc_ecma_transforms = "28.0.0"
66+
swc_ecma_transforms_base = "24.0.0"
67+
swc_ecma_transforms_react = "26.0.0"
68+
swc_ecma_transforms_testing = "27.0.0"
69+
swc_ecma_utils = "20.0.0"
7070
swc_ecma_visit = "14.0.0"
7171
swc_plugin_macro = "1.1.0"
7272
swc_plugin_proxy = "14.0.0"

contrib/graphql-codegen-client-preset/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @swc-contrib/plugin-graphql-codegen-client-preset
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- 9b08ff7: Update swc_core to v35
8+
39
## 0.4.1
410

511
### Patch Changes

contrib/graphql-codegen-client-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-contrib/plugin-graphql-codegen-client-preset",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "A SWC plugin for https://the-guild.dev/graphql/codegen/plugins/presets/preset-client",
55
"main": "swc_plugin_graphql_codegen_client_preset.wasm",
66
"scripts": {

contrib/mut-cjs-exports/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @swc-contrib/mut-cjs-exports
22

3+
## 11.0.3
4+
5+
### Patch Changes
6+
7+
- 9b08ff7: Update swc_core to v35
8+
39
## 11.0.2
410

511
### Patch Changes

contrib/mut-cjs-exports/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "swc_mut_cjs_exports"
99
readme = "README.md"
1010
repository = "https://github.com/magic-akari/swc_mut_cjs_exports"
11-
version = "11.0.0"
11+
version = "10.7.1"
1212

1313
[lib]
1414
crate-type = ["cdylib", "lib"]

contrib/mut-cjs-exports/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-contrib/mut-cjs-exports",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"description": "[SWC plugin] mutable CJS exports",
55
"author": "magic-akari <[email protected]>",
66
"license": "MIT",

crates/swc_experimental_babel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = { workspace = true }
1010
license = { workspace = true }
1111
repository = { workspace = true }
1212
rust-version = { workspace = true }
13-
version = "0.16.0"
13+
version = "0.16.1"
1414

1515
[dependencies]
1616
anyhow = { workspace = true }

packages/emotion/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @swc/plugin-emotion
22

3+
## 11.0.2
4+
5+
### Patch Changes
6+
7+
- 9b08ff7: Update swc_core to v35
8+
39
## 11.0.1
410

511
### Patch Changes

packages/emotion/README.md

Lines changed: 6 additions & 0 deletions
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+
## 11.0.2
38+
39+
### Patch Changes
40+
41+
- 9b08ff7: Update swc_core to v35
42+
3743
## 11.0.1
3844
3945
### Patch Changes

0 commit comments

Comments
 (0)