Skip to content

Commit ea311ed

Browse files
committed
chore: Publish crates with swc_core v26.4.4
1 parent 2a2b284 commit ea311ed

File tree

85 files changed

+134
-140
lines changed

Some content is hidden

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

85 files changed

+134
-140
lines changed

.changeset/big-otters-crash.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/twenty-nails-sniff.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG-CORE.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55

66

77

8+
- **(es/fixer)** Fix a bug with awaited arrow fn expression ([#10555](https://github.com/swc-project/swc/issues/10555)) ([9dfdfa6](https://github.com/swc-project/swc/commit/9dfdfa62d3603586ff4279daf4e66443c024cdd6))
9+
10+
11+
- **(swc_common)** Revert skip condition patch ([#10564](https://github.com/swc-project/swc/issues/10564)) ([2a2b284](https://github.com/swc-project/swc/commit/2a2b284f2522ee1bb04033a4aa787b853617823f))
12+
13+
## [[email protected]] - 2025-06-04
14+
15+
### Bug Fixes
16+
17+
18+
819
- **(swc_common)** Fix skip condition for sourcemap, really ([#10563](https://github.com/swc-project/swc/issues/10563)) ([14feedb](https://github.com/swc-project/swc/commit/14feedb55286bbd811b4dfba26501bd1127067fe))
920

1021
## [[email protected]] - 2025-06-04
@@ -2481,9 +2492,6 @@
24812492
- **(es/compat)** Skip `getter` and `setter` as FlowHelper `function` do ([#9580](https://github.com/swc-project/swc/issues/9580)) ([14cfd70](https://github.com/swc-project/swc/commit/14cfd70ee00938497ce6b59f68332f9daa17378b))
24822493

24832494

2484-
- **(es/decorator)** Add support for private access expressions in legacy decorators ([#9535](https://github.com/swc-project/swc/issues/9535)) ([62ed065](https://github.com/swc-project/swc/commit/62ed0655e6d9be2f4a5c641a969b41b8c0e7f75a))
2485-
2486-
24872495
- **(es/isolated-dts)** Preserve comments ([#9572](https://github.com/swc-project/swc/issues/9572)) ([6d15d9c](https://github.com/swc-project/swc/commit/6d15d9c2eb4397b15908cda38f2e44e02d81ebc1))
24882496

24892497

CHANGELOG.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
- **(es/codegen)** Improve comments handling ([#10534](https://github.com/swc-project/swc/issues/10534)) ([d9ba838](https://github.com/swc-project/swc/commit/d9ba838df9b88d6c4108bc21dd9d6eebd406aacd))
99

1010

11+
- **(es/fixer)** Fix a bug with awaited arrow fn expression ([#10555](https://github.com/swc-project/swc/issues/10555)) ([9dfdfa6](https://github.com/swc-project/swc/commit/9dfdfa62d3603586ff4279daf4e66443c024cdd6))
12+
13+
1114
- **(es/minifier)** Fix missing variable ([#10478](https://github.com/swc-project/swc/issues/10478)) ([6de3ef6](https://github.com/swc-project/swc/commit/6de3ef65bc599679020de13a3085824f06e047a7))
1215

1316

@@ -41,6 +44,9 @@
4144
- **(swc_common)** Fix skip condition for sourcemap, really ([#10563](https://github.com/swc-project/swc/issues/10563)) ([14feedb](https://github.com/swc-project/swc/commit/14feedb55286bbd811b4dfba26501bd1127067fe))
4245

4346

47+
- **(swc_common)** Revert skip condition patch ([#10564](https://github.com/swc-project/swc/issues/10564)) ([2a2b284](https://github.com/swc-project/swc/commit/2a2b284f2522ee1bb04033a4aa787b853617823f))
48+
49+
4450
- **(ts/fast-dts)** Correctly emit Symbol-keyed accessors in declarations ([#10508](https://github.com/swc-project/swc/issues/10508)) ([1298e76](https://github.com/swc-project/swc/commit/1298e767e78d69ba02efb1cb3260266b5a2812c2))
4551

4652

@@ -2087,12 +2093,4 @@
20872093

20882094
- **(bindings/node)** Fix type definition ([64ec111](https://github.com/swc-project/swc/commit/64ec1117697029895284e248d79698f802cf1aa8))
20892095

2090-
## [1.7.24] - 2024-09-08
2091-
2092-
### Bug Fixes
2093-
2094-
2095-
2096-
- **(es/decorator)** Add support for private access expressions in legacy decorators ([#9535](https://github.com/swc-project/swc/issues/9535)) ([62ed065](https://github.com/swc-project/swc/commit/62ed0655e6d9be2f4a5c641a969b41b8c0e7f75a))
2097-
20982096
<!-- generated by git-cliff -->

Cargo.lock

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

crates/binding_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ binding_wasm = [
3434
[dependencies]
3535
# Common deps for the SWC imports
3636
swc = { optional = true, version = "25.0.0", path = "../swc" }
37-
swc_common = { optional = true, version = "11.1.2", path = "../swc_common" }
37+
swc_common = { optional = true, version = "11.1.3", path = "../swc_common" }
3838
swc_ecma_ast = { optional = true, version = "11.0.0", path = "../swc_ecma_ast" }
3939
swc_ecma_transforms = { optional = true, version = "19.0.0", path = "../swc_ecma_transforms" }
4040
swc_ecma_visit = { optional = true, version = "11.0.0", path = "../swc_ecma_visit" }

crates/dbg-swc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tracing-subscriber = { workspace = true, features = ["fmt", "env-filter"] }
2727
url = { workspace = true }
2828

2929
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
30-
swc_common = { version = "11.1.2", features = [
30+
swc_common = { version = "11.1.3", features = [
3131
"concurrent",
3232
"tty-emitter",
3333
], path = "../swc_common" }
@@ -37,7 +37,7 @@ swc_ecma_minifier = { version = "20.0.5", path = "../swc_ecma_minifier", feature
3737
"concurrent",
3838
] }
3939
swc_ecma_parser = { version = "14.0.2", path = "../swc_ecma_parser" }
40-
swc_ecma_transforms_base = { version = "15.1.0", path = "../swc_ecma_transforms_base" }
40+
swc_ecma_transforms_base = { version = "15.1.1", path = "../swc_ecma_transforms_base" }
4141
swc_ecma_visit = { version = "11.0.0", path = "../swc_ecma_visit" }
4242
swc_error_reporters = { version = "13.0.0", path = "../swc_error_reporters" }
4343
swc_timer = { version = "1.0.0", path = "../swc_timer" }

crates/jsdoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ nom = { workspace = true }
2020
serde = { workspace = true, features = ["derive"], optional = true }
2121

2222
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
23-
swc_common = { version = "11.1.2", path = "../swc_common" }
23+
swc_common = { version = "11.1.3", path = "../swc_common" }
2424

2525
[dev-dependencies]
2626
anyhow = { workspace = true }

crates/swc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ url = { workspace = true }
7373

7474

7575
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
76-
swc_common = { version = "11.1.2", path = "../swc_common", features = [
76+
swc_common = { version = "11.1.3", path = "../swc_common", features = [
7777
"sourcemap",
7878
"parking_lot",
7979
] }
@@ -99,7 +99,7 @@ swc_ecma_transforms = { version = "19.0.0", path = "../swc_ecma_transforms", fea
9999
"react",
100100
"typescript",
101101
] }
102-
swc_ecma_transforms_base = { version = "15.1.0", path = "../swc_ecma_transforms_base" }
102+
swc_ecma_transforms_base = { version = "15.1.1", path = "../swc_ecma_transforms_base" }
103103
swc_ecma_transforms_compat = { version = "17.0.0", path = "../swc_ecma_transforms_compat" }
104104
swc_ecma_transforms_optimization = { version = "16.0.0", path = "../swc_ecma_transforms_optimization" }
105105
swc_ecma_utils = { version = "15.0.2", path = "../swc_ecma_utils" }

crates/swc_bundler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ rustc-hash = { workspace = true }
3939
tracing = { workspace = true }
4040

4141
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
42-
swc_common = { version = "11.1.2", path = "../swc_common" }
42+
swc_common = { version = "11.1.3", path = "../swc_common" }
4343
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
4444
swc_ecma_codegen = { version = "13.2.0", path = "../swc_ecma_codegen" }
4545
swc_ecma_loader = { version = "11.0.0", path = "../swc_ecma_loader" }
4646
swc_ecma_parser = { version = "14.0.2", path = "../swc_ecma_parser" }
47-
swc_ecma_transforms_base = { version = "15.1.0", path = "../swc_ecma_transforms_base" }
47+
swc_ecma_transforms_base = { version = "15.1.1", path = "../swc_ecma_transforms_base" }
4848
swc_ecma_transforms_optimization = { version = "16.0.0", path = "../swc_ecma_transforms_optimization" }
4949
swc_ecma_utils = { version = "15.0.2", path = "../swc_ecma_utils" }
5050
swc_ecma_visit = { version = "11.0.0", path = "../swc_ecma_visit" }

crates/swc_cli_impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tracing-futures = { workspace = true }
4040
tracing-subscriber = { workspace = true, features = ["env-filter"] }
4141
walkdir = { workspace = true }
4242

43-
swc_core = { version = "26.4.3", features = [
43+
swc_core = { version = "26.4.4", features = [
4444
"trace_macro",
4545
"common_concurrent",
4646
"base_concurrent",

crates/swc_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = { workspace = true }
66
license = { workspace = true }
77
name = "swc_common"
88
repository = { workspace = true }
9-
version = "11.1.2"
9+
version = "11.1.3"
1010

1111
[package.metadata.docs.rs]
1212
all-features = true

crates/swc_compiler_base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sourcemap = { workspace = true }
2424
swc_allocator = { version = "4.0.0", path = "../swc_allocator", default-features = false }
2525

2626
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
27-
swc_common = { version = "11.1.2", path = "../swc_common", features = [
27+
swc_common = { version = "11.1.3", path = "../swc_common", features = [
2828
"sourcemap",
2929
] }
3030
swc_config = { version = "3.0.0", path = "../swc_config" }

crates/swc_core/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = { workspace = true }
66
license = { workspace = true }
77
name = "swc_core"
88
repository = { workspace = true }
9-
version = "26.4.3"
9+
version = "26.4.4"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -353,7 +353,7 @@ swc = { optional = true, version = "25.0.0", path =
353353
swc_allocator = { version = "4.0.0", path = "../swc_allocator", default-features = false }
354354
swc_atoms = { optional = true, version = "5.0.0", path = "../swc_atoms" }
355355
swc_bundler = { optional = true, version = "19.0.0", path = "../swc_bundler" }
356-
swc_common = { optional = true, version = "11.1.2", path = "../swc_common" }
356+
swc_common = { optional = true, version = "11.1.3", path = "../swc_common" }
357357
swc_config = { optional = true, version = "3.0.0", path = "../swc_config" }
358358
swc_css_ast = { optional = true, version = "11.0.0", path = "../swc_css_ast" }
359359
swc_css_codegen = { optional = true, version = "11.0.0", path = "../swc_css_codegen" }
@@ -373,7 +373,7 @@ swc_ecma_parser = { optional = true, version = "14.0.2", path =
373373
swc_ecma_preset_env = { optional = true, version = "20.0.0", path = "../swc_ecma_preset_env" }
374374
swc_ecma_quote_macros = { optional = true, version = "14.0.0", path = "../swc_ecma_quote_macros" }
375375
swc_ecma_react_compiler = { optional = true, version = "4.0.2", path = "../swc_ecma_react_compiler" }
376-
swc_ecma_transforms_base = { optional = true, version = "15.1.0", path = "../swc_ecma_transforms_base" }
376+
swc_ecma_transforms_base = { optional = true, version = "15.1.1", path = "../swc_ecma_transforms_base" }
377377
swc_ecma_transforms_compat = { optional = true, version = "17.0.0", path = "../swc_ecma_transforms_compat" }
378378
swc_ecma_transforms_module = { optional = true, version = "17.0.0", path = "../swc_ecma_transforms_module" }
379379
swc_ecma_transforms_optimization = { optional = true, version = "16.0.0", path = "../swc_ecma_transforms_optimization" }

crates/swc_css_ast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ serde = { workspace = true, features = ["derive"], optional = true }
3232
string_enum = { version = "1.0.0", path = "../string_enum/" }
3333

3434
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
35-
swc_common = { version = "11.1.2", path = "../swc_common" }
35+
swc_common = { version = "11.1.3", path = "../swc_common" }
3636

3737
rkyv = { workspace = true, optional = true }

crates/swc_css_codegen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ rustc-hash = { workspace = true }
1919
serde = { workspace = true }
2020

2121
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
22-
swc_common = { version = "11.1.2", path = "../swc_common" }
22+
swc_common = { version = "11.1.3", path = "../swc_common" }
2323
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2424
swc_css_codegen_macros = { version = "1.0.0", path = "../swc_css_codegen_macros" }
2525
swc_css_utils = { version = "11.0.0", path = "../swc_css_utils" }
2626

2727
[dev-dependencies]
28-
swc_common = { version = "11.1.2", path = "../swc_common", features = [
28+
swc_common = { version = "11.1.3", path = "../swc_common", features = [
2929
"sourcemap",
3030
] }
3131
swc_css_parser = { version = "11.0.0", path = "../swc_css_parser" }

crates/swc_css_compat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde = { workspace = true, features = ["derive"] }
1919
serde_json = { workspace = true }
2020

2121
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
22-
swc_common = { version = "11.1.2", path = "../swc_common" }
22+
swc_common = { version = "11.1.3", path = "../swc_common" }
2323
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2424
swc_css_utils = { version = "11.0.0", path = "../swc_css_utils/" }
2525
swc_css_visit = { version = "11.0.0", path = "../swc_css_visit" }

crates/swc_css_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde = { workspace = true, features = ["derive"] }
2222
thiserror = { workspace = true }
2323

2424
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
25-
swc_common = { version = "11.1.2", path = "../swc_common" }
25+
swc_common = { version = "11.1.3", path = "../swc_common" }
2626
swc_config = { version = "3.0.0", path = "../swc_config", features = ["regex"] }
2727
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2828
swc_css_visit = { version = "11.0.0", path = "../swc_css_visit" }

crates/swc_css_minifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rustc-hash = { workspace = true }
1717
serde = { workspace = true }
1818

1919
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
20-
swc_common = { version = "11.1.2", path = "../swc_common" }
20+
swc_common = { version = "11.1.3", path = "../swc_common" }
2121
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2222
swc_css_utils = { version = "11.0.0", path = "../swc_css_utils/" }
2323
swc_css_visit = { version = "11.0.0", path = "../swc_css_visit" }

crates/swc_css_modules/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rustc-hash = { workspace = true }
1919
serde = { workspace = true, features = ["derive"] }
2020

2121
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
22-
swc_common = { version = "11.1.2", path = "../swc_common" }
22+
swc_common = { version = "11.1.3", path = "../swc_common" }
2323
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2424
swc_css_codegen = { version = "11.0.0", path = "../swc_css_codegen" }
2525
swc_css_parser = { version = "11.0.0", path = "../swc_css_parser" }

crates/swc_css_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lexical = { workspace = true }
2020
serde = { workspace = true }
2121

2222
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
23-
swc_common = { version = "11.1.2", path = "../swc_common" }
23+
swc_common = { version = "11.1.3", path = "../swc_common" }
2424
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2525

2626
[dev-dependencies]

crates/swc_css_prefixer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde_json = { workspace = true }
2020

2121
preset_env_base = { version = "3.0.1", path = "../preset_env_base" }
2222
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
23-
swc_common = { version = "11.1.2", path = "../swc_common" }
23+
swc_common = { version = "11.1.3", path = "../swc_common" }
2424
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2525
swc_css_utils = { version = "11.0.0", path = "../swc_css_utils/" }
2626
swc_css_visit = { version = "11.0.0", path = "../swc_css_visit" }

crates/swc_css_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ serde = { workspace = true, features = ["derive"] }
1919
serde_json = { workspace = true }
2020

2121
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
22-
swc_common = { version = "11.1.2", path = "../swc_common" }
22+
swc_common = { version = "11.1.3", path = "../swc_common" }
2323
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2424
swc_css_visit = { version = "11.0.0", path = "../swc_css_visit" }

crates/swc_css_visit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ serde-impl = ["serde"]
2424
serde = { workspace = true, optional = true, features = ["derive"] }
2525

2626
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
27-
swc_common = { version = "11.1.2", path = "../swc_common" }
27+
swc_common = { version = "11.1.3", path = "../swc_common" }
2828
swc_css_ast = { version = "11.0.0", path = "../swc_css_ast" }
2929
swc_visit = { version = "2.0.0", path = "../swc_visit" }

crates/swc_ecma_ast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ unicode-id-start = { workspace = true }
5353

5454
string_enum = { version = "1.0.0", path = "../string_enum" }
5555
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
56-
swc_common = { version = "11.1.2", path = "../swc_common" }
56+
swc_common = { version = "11.1.3", path = "../swc_common" }
5757
swc_visit = { version = "2.0.0", path = "../swc_visit" }
5858

5959
[dev-dependencies]

crates/swc_ecma_codegen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ swc_allocator = { version = "4.0.0", path = "../swc_allocator", default-features
3333
"hashbrown",
3434
] }
3535
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
36-
swc_common = { version = "11.1.2", path = "../swc_common" }
36+
swc_common = { version = "11.1.3", path = "../swc_common" }
3737
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
3838
swc_ecma_codegen_macros = { version = "2.0.0", path = "../swc_ecma_codegen_macros" }
3939

@@ -44,7 +44,7 @@ criterion = { workspace = true }
4444
serde_json = { workspace = true }
4545

4646
swc_allocator = { version = "4.0.0", path = "../swc_allocator" }
47-
swc_common = { version = "11.1.2", path = "../swc_common", features = [
47+
swc_common = { version = "11.1.3", path = "../swc_common", features = [
4848
"sourcemap",
4949
] }
5050
swc_ecma_parser = { version = "14.0.2", path = "../swc_ecma_parser" }

crates/swc_ecma_compat_bugfixes/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ rustc-hash = { workspace = true }
1515
tracing = { workspace = true }
1616

1717
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
18-
swc_common = { version = "11.1.2", path = "../swc_common" }
18+
swc_common = { version = "11.1.3", path = "../swc_common" }
1919
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
2020
swc_ecma_compat_es2015 = { version = "16.0.0", path = "../swc_ecma_compat_es2015" }
21-
swc_ecma_transforms_base = { version = "15.1.0", path = "../swc_ecma_transforms_base" }
21+
swc_ecma_transforms_base = { version = "15.1.1", path = "../swc_ecma_transforms_base" }
2222
swc_ecma_utils = { version = "15.0.2", path = "../swc_ecma_utils" }
2323
swc_ecma_visit = { version = "11.0.0", path = "../swc_ecma_visit" }
2424
swc_trace_macro = { version = "2.0.1", path = "../swc_trace_macro" }

crates/swc_ecma_compat_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version = "15.0.0"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
swc_common = { version = "11.1.2", path = "../swc_common" }
15+
swc_common = { version = "11.1.3", path = "../swc_common" }
1616
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
1717
swc_ecma_utils = { version = "15.0.2", path = "../swc_ecma_utils" }
1818
swc_ecma_visit = { version = "11.0.0", path = "../swc_ecma_visit" }

crates/swc_ecma_compat_es2015/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ smallvec = { workspace = true }
2323
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
2424

2525

26-
swc_common = { version = "11.1.2", path = "../swc_common" }
26+
swc_common = { version = "11.1.3", path = "../swc_common" }
2727
swc_config = { version = "3.0.0", path = "../swc_config" }
2828
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
2929
swc_ecma_compat_common = { version = "15.0.0", path = "../swc_ecma_compat_common" }
30-
swc_ecma_transforms_base = { version = "15.1.0", path = "../swc_ecma_transforms_base" }
30+
swc_ecma_transforms_base = { version = "15.1.1", path = "../swc_ecma_transforms_base" }
3131
swc_ecma_transforms_classes = { version = "15.0.0", path = "../swc_ecma_transforms_classes" }
3232
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
3333
swc_ecma_utils = { version = "15.0.2", path = "../swc_ecma_utils" }

0 commit comments

Comments
 (0)