Skip to content

Commit 74c76db

Browse files
authored
build: Update swc_core to v75.0.0 (#647)
1 parent 7d11cfc commit 74c76db

86 files changed

Lines changed: 533 additions & 218 deletions

File tree

Some content is hidden

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

Cargo.lock

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

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,33 +51,33 @@ similar-asserts = "1.4.2"
5151
swc_atoms = "10.0.0"
5252
swc_cached = "2.0.0"
5353
swc_common = "24.0.0"
54-
swc_core = "74.0.0"
54+
swc_core = "75.0.0"
5555
swc_css_ast = "24.0.0"
5656
swc_css_codegen = "24.0.0"
5757
swc_css_compat = "24.0.0"
5858
swc_css_minifier = "24.0.0"
5959
swc_css_parser = "24.0.0"
6060
swc_css_prefixer = "29.0.0"
6161
swc_css_visit = "24.0.0"
62-
swc_ecma_ast = "26.0.0"
63-
swc_ecma_codegen = "29.0.0"
64-
swc_ecma_minifier = "58.0.0"
65-
swc_ecma_parser = "42.0.0"
66-
swc_ecma_transforms = "59.0.0"
67-
swc_ecma_transforms_base = "46.0.0"
68-
swc_ecma_transforms_react = "52.0.0"
69-
swc_ecma_transforms_testing = "50.0.0"
70-
swc_ecma_utils = "32.0.0"
71-
swc_ecma_visit = "26.0.0"
62+
swc_ecma_ast = "27.0.0"
63+
swc_ecma_codegen = "30.0.0"
64+
swc_ecma_minifier = "59.0.0"
65+
swc_ecma_parser = "43.0.0"
66+
swc_ecma_transforms = "60.0.0"
67+
swc_ecma_transforms_base = "47.0.0"
68+
swc_ecma_transforms_react = "53.0.0"
69+
swc_ecma_transforms_testing = "51.0.0"
70+
swc_ecma_utils = "33.0.0"
71+
swc_ecma_visit = "27.0.0"
7272
swc_plugin_macro = "1.1.1"
73-
swc_plugin_proxy = "27.0.0"
73+
swc_plugin_proxy = "28.0.0"
7474
swc_sourcemap = "10.0.2"
7575
swc_trace_macro = "2.0.2"
7676
testing = "25.0.0"
7777
tracing = "0.1.40"
7878
widestring = "1.0.2"
7979

80-
swc_icu_messageformat_parser = { version = "33.0.0", path = "./crates/swc_icu_messageformat_parser" }
80+
swc_icu_messageformat_parser = { version = "34.0.0", path = "./crates/swc_icu_messageformat_parser" }
8181

8282

8383
[profile.release]

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.30.0
4+
5+
### Minor Changes
6+
7+
- 1a6fdee: build: Update swc_core to v75.0.0
8+
39
## 0.29.0
410

511
### Minor 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.29.0",
3+
"version": "0.30.0",
44
"publishConfig": {
55
"access": "public",
66
"provenance": true

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+
## 14.18.0
4+
5+
### Minor Changes
6+
7+
- 1a6fdee: build: Update swc_core to v75.0.0
8+
39
## 14.17.0
410

511
### Minor 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 = "25.0.0"
11+
version = "26.0.0"
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": "14.17.0",
3+
"version": "14.18.0",
44
"publishConfig": {
55
"access": "public",
66
"provenance": true

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 = "14.0.0"
13+
version = "15.0.0"
1414

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

crates/swc_feature_flags/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
description = "Feature flag transformation for SWC - build-time marking and runtime dead code elimination"
33
name = "swc_feature_flags"
4-
version = "14.0.0"
4+
version = "15.0.0"
55

66
authors = { workspace = true }
77
edition = { workspace = true }

crates/swc_icu_messageformat_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = { workspace = true }
88
license = { workspace = true }
99
name = "swc_icu_messageformat_parser"
1010
repository = { workspace = true }
11-
version = "33.0.0"
11+
version = "34.0.0"
1212

1313

1414
[features]

0 commit comments

Comments
 (0)