Skip to content

Commit 3354cd5

Browse files
authored
build: Update swc_core to v73.0.0 (#645)
1 parent 9d7587a commit 3354cd5

85 files changed

Lines changed: 934 additions & 610 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: 681 additions & 555 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ similar-asserts = "1.4.2"
5151
swc_atoms = "9.0.3"
5252
swc_cached = "2.0.0"
5353
swc_common = "23.0.2"
54-
swc_core = "72.0.0"
54+
swc_core = "73.0.0"
5555
swc_css_ast = "23.0.0"
5656
swc_css_codegen = "23.0.0"
5757
swc_css_compat = "23.0.0"
@@ -61,9 +61,9 @@ swc_css_prefixer = "28.0.0"
6161
swc_css_visit = "23.0.0"
6262
swc_ecma_ast = "25.0.0"
6363
swc_ecma_codegen = "28.0.2"
64-
swc_ecma_minifier = "57.0.0"
64+
swc_ecma_minifier = "57.0.1"
6565
swc_ecma_parser = "41.1.2"
66-
swc_ecma_transforms = "57.0.0"
66+
swc_ecma_transforms = "58.0.0"
6767
swc_ecma_transforms_base = "45.0.0"
6868
swc_ecma_transforms_react = "51.0.0"
6969
swc_ecma_transforms_testing = "49.0.0"
@@ -77,7 +77,7 @@ testing = "24.0.1"
7777
tracing = "0.1.40"
7878
widestring = "1.0.2"
7979

80-
swc_icu_messageformat_parser = { version = "31.0.0", path = "./crates/swc_icu_messageformat_parser" }
80+
swc_icu_messageformat_parser = { version = "32.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.28.0
4+
5+
### Minor Changes
6+
7+
- b7be81b: build: Update swc_core to v73.0.0
8+
39
## 0.27.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.27.0",
3+
"version": "0.28.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.16.0
4+
5+
### Minor Changes
6+
7+
- b7be81b: build: Update swc_core to v73.0.0
8+
39
## 14.15.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 = "23.0.0"
11+
version = "24.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.15.0",
3+
"version": "14.16.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 = "12.0.0"
13+
version = "13.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 = "12.0.0"
4+
version = "13.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 = "31.0.0"
11+
version = "32.0.0"
1212

1313

1414
[features]

0 commit comments

Comments
 (0)