Skip to content

Commit 6f15c6e

Browse files
committed
chore: Publish crates with swc_core v22.5.3
1 parent 3a0fa99 commit 6f15c6e

File tree

49 files changed

+150
-150
lines changed

Some content is hidden

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

49 files changed

+150
-150
lines changed

.changeset/smooth-parrots-happen.md

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

.changeset/stupid-pens-talk.md

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

CHANGELOG-CORE.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Changelog
2+
## [unreleased]
3+
4+
### Bug Fixes
5+
6+
7+
8+
- **(es/proposal)** Preserve class id for hoisted classes when transforming `using` declarations ([#10407](https://github.com/swc-project/swc/issues/10407)) ([b703f21](https://github.com/swc-project/swc/commit/b703f21f6175386be7794ff1adaff471e42af9f3))
9+
10+
### Refactor
11+
12+
13+
14+
- Use debug level tracing for ast related tracing ([#10411](https://github.com/swc-project/swc/issues/10411)) ([3a0fa99](https://github.com/swc-project/swc/commit/3a0fa9968ebce3f6ce46961fa539dbbb07d32658))
15+
216
## [[email protected]] - 2025-04-23
317

418
### Miscellaneous Tasks
@@ -2059,9 +2073,6 @@
20592073
- **(cli)** Exclude non-files from get_files_list ([#9560](https://github.com/swc-project/swc/issues/9560)) ([85cc2bd](https://github.com/swc-project/swc/commit/85cc2bd79c3193cb0a8b54e4fce0efc1aa15b271))
20602074

20612075

2062-
- **(common)** Do not use `adjust_mappings` from `sourcemap` crate ([#9437](https://github.com/swc-project/swc/issues/9437)) ([563c162](https://github.com/swc-project/swc/commit/563c162f1ca8904e7b9a61a0c79fad952a56d624))
2063-
2064-
20652076
- **(common)** Use `SourceMap::adjust_mappings` in correct order ([#9447](https://github.com/swc-project/swc/issues/9447)) ([05961eb](https://github.com/swc-project/swc/commit/05961eb018e2e76ed5ef95de9bad923b2fe1df88))
20662077

20672078

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Changelog
2+
## [unreleased]
3+
4+
### Bug Fixes
5+
6+
7+
8+
- **(es/proposal)** Preserve class id for hoisted classes when transforming `using` declarations ([#10407](https://github.com/swc-project/swc/issues/10407)) ([b703f21](https://github.com/swc-project/swc/commit/b703f21f6175386be7794ff1adaff471e42af9f3))
9+
10+
### Refactor
11+
12+
13+
14+
- Use debug level tracing for ast related tracing ([#10411](https://github.com/swc-project/swc/issues/10411)) ([3a0fa99](https://github.com/swc-project/swc/commit/3a0fa9968ebce3f6ce46961fa539dbbb07d32658))
15+
216
## [1.11.22] - 2025-04-23
317

418
### Bug Fixes
@@ -1987,9 +2001,6 @@
19872001

19882002

19892003

1990-
- **(common)** Do not use `adjust_mappings` from `sourcemap` crate ([#9437](https://github.com/swc-project/swc/issues/9437)) ([563c162](https://github.com/swc-project/swc/commit/563c162f1ca8904e7b9a61a0c79fad952a56d624))
1991-
1992-
19932004
- **(es)** Mark TypeScript nodes as reachable from `Evaluator` ([#9440](https://github.com/swc-project/swc/issues/9440)) ([308e5ec](https://github.com/swc-project/swc/commit/308e5ec81b4e6d49c5940f2d8914d8627f838141))
19942005

19952006

Cargo.lock

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

crates/dbg-swc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ swc_common = { version = "8.1.1", features = [
3232
"tty-emitter",
3333
], path = "../swc_common" }
3434
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
35-
swc_ecma_codegen = { version = "10.0.0", path = "../swc_ecma_codegen" }
36-
swc_ecma_minifier = { version = "16.1.0", path = "../swc_ecma_minifier", features = [
35+
swc_ecma_codegen = { version = "10.0.1", path = "../swc_ecma_codegen" }
36+
swc_ecma_minifier = { version = "16.1.1", path = "../swc_ecma_minifier", features = [
3737
"concurrent",
3838
] }
39-
swc_ecma_parser = { version = "11.1.3", path = "../swc_ecma_parser" }
39+
swc_ecma_parser = { version = "11.1.4", path = "../swc_ecma_parser" }
4040
swc_ecma_transforms_base = { version = "12.2.0", path = "../swc_ecma_transforms_base" }
4141
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }
4242
swc_error_reporters = { version = "10.0.0", path = "../swc_error_reporters" }

crates/jsdoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ anyhow = { workspace = true }
2727
dashmap = { workspace = true }
2828

2929
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
30-
swc_ecma_parser = { version = "11.1.3", path = "../swc_ecma_parser" }
30+
swc_ecma_parser = { version = "11.1.4", path = "../swc_ecma_parser" }
3131
testing = { version = "9.0.0", path = "../testing" }

crates/swc/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,16 @@ swc_common = { version = "8.1.1", path = "../swc_common", features = [
8181
swc_compiler_base = { version = "18.0.0", path = "../swc_compiler_base" }
8282
swc_config = { version = "2.0.0", path = "../swc_config" }
8383
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
84-
swc_ecma_codegen = { version = "10.0.0", path = "../swc_ecma_codegen" }
84+
swc_ecma_codegen = { version = "10.0.1", path = "../swc_ecma_codegen" }
8585
swc_ecma_ext_transforms = { version = "12.0.0", path = "../swc_ecma_ext_transforms" }
8686
swc_ecma_lints = { version = "12.1.0", path = "../swc_ecma_lints" }
8787
swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader", features = [
8888
"cache",
8989
"node",
9090
"tsc",
9191
] }
92-
swc_ecma_minifier = { version = "16.1.0", path = "../swc_ecma_minifier" }
93-
swc_ecma_parser = { version = "11.1.3", path = "../swc_ecma_parser" }
92+
swc_ecma_minifier = { version = "16.1.1", path = "../swc_ecma_minifier" }
93+
swc_ecma_parser = { version = "11.1.4", path = "../swc_ecma_parser" }
9494
swc_ecma_preset_env = { version = "16.0.0", path = "../swc_ecma_preset_env" }
9595
swc_ecma_transforms = { version = "15.0.0", path = "../swc_ecma_transforms", features = [
9696
"compat",
@@ -102,7 +102,7 @@ swc_ecma_transforms = { version = "15.0.0", path = "../swc_ecma_transforms", fea
102102
] }
103103
swc_ecma_transforms_base = { version = "12.2.0", path = "../swc_ecma_transforms_base" }
104104
swc_ecma_transforms_compat = { version = "13.0.0", path = "../swc_ecma_transforms_compat" }
105-
swc_ecma_transforms_optimization = { version = "12.0.0", path = "../swc_ecma_transforms_optimization" }
105+
swc_ecma_transforms_optimization = { version = "12.0.1", path = "../swc_ecma_transforms_optimization" }
106106
swc_ecma_utils = { version = "12.0.1", path = "../swc_ecma_utils" }
107107
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }
108108
swc_error_reporters = { version = "10.0.0", path = "../swc_error_reporters" }

crates/swc_bundler/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ tracing = { workspace = true }
4141
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
4242
swc_common = { version = "8.1.1", path = "../swc_common" }
4343
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
44-
swc_ecma_codegen = { version = "10.0.0", path = "../swc_ecma_codegen" }
44+
swc_ecma_codegen = { version = "10.0.1", path = "../swc_ecma_codegen" }
4545
swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader" }
46-
swc_ecma_parser = { version = "11.1.3", path = "../swc_ecma_parser" }
46+
swc_ecma_parser = { version = "11.1.4", path = "../swc_ecma_parser" }
4747
swc_ecma_transforms_base = { version = "12.2.0", path = "../swc_ecma_transforms_base" }
48-
swc_ecma_transforms_optimization = { version = "12.0.0", path = "../swc_ecma_transforms_optimization" }
48+
swc_ecma_transforms_optimization = { version = "12.0.1", path = "../swc_ecma_transforms_optimization" }
4949
swc_ecma_utils = { version = "12.0.1", path = "../swc_ecma_utils" }
5050
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }
5151
swc_graph_analyzer = { version = "9.0.0", path = "../swc_graph_analyzer/" }
@@ -64,10 +64,10 @@ swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader", features = [
6464
"node",
6565
"cache",
6666
] }
67-
swc_ecma_minifier = { version = "16.1.0", path = "../swc_ecma_minifier", features = [
67+
swc_ecma_minifier = { version = "16.1.1", path = "../swc_ecma_minifier", features = [
6868
"concurrent",
6969
] }
70-
swc_ecma_transforms_proposal = { version = "12.0.2", path = "../swc_ecma_transforms_proposal" }
70+
swc_ecma_transforms_proposal = { version = "12.0.3", path = "../swc_ecma_transforms_proposal" }
7171
swc_ecma_transforms_react = { version = "13.0.1", path = "../swc_ecma_transforms_react" }
7272
swc_ecma_transforms_typescript = { version = "13.0.0", path = "../swc_ecma_transforms_typescript" }
7373
swc_malloc = { version = "1.2.2", path = "../swc_malloc" }

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 = "22.5.2", features = [
43+
swc_core = { version = "22.5.3", features = [
4444
"trace_macro",
4545
"common_concurrent",
4646
"base_concurrent",

crates/swc_compiler_base/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ swc_common = { version = "8.1.1", path = "../swc_common", features = [
2929
] }
3030
swc_config = { version = "2.0.0", path = "../swc_config" }
3131
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
32-
swc_ecma_codegen = { version = "10.0.0", path = "../swc_ecma_codegen" }
33-
swc_ecma_minifier = { version = "16.1.0", path = "../swc_ecma_minifier" }
34-
swc_ecma_parser = { version = "11.1.3", path = "../swc_ecma_parser" }
32+
swc_ecma_codegen = { version = "10.0.1", path = "../swc_ecma_codegen" }
33+
swc_ecma_minifier = { version = "16.1.1", path = "../swc_ecma_minifier" }
34+
swc_ecma_parser = { version = "11.1.4", path = "../swc_ecma_parser" }
3535
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }
3636
swc_timer = { version = "1.0.0", path = "../swc_timer" }
3737

crates/swc_core/Cargo.toml

Lines changed: 8 additions & 8 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 = "22.5.2"
9+
version = "22.5.3"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -366,22 +366,22 @@ swc_css_prefixer = { optional = true, version = "10.0.1", path =
366366
swc_css_utils = { optional = true, version = "8.0.0", path = "../swc_css_utils/" }
367367
swc_css_visit = { optional = true, version = "8.0.0", path = "../swc_css_visit" }
368368
swc_ecma_ast = { optional = true, version = "8.1.2", path = "../swc_ecma_ast" }
369-
swc_ecma_codegen = { optional = true, version = "10.0.0", path = "../swc_ecma_codegen" }
369+
swc_ecma_codegen = { optional = true, version = "10.0.1", path = "../swc_ecma_codegen" }
370370
swc_ecma_lints = { optional = true, version = "12.1.0", path = "../swc_ecma_lints" }
371371
swc_ecma_loader = { optional = true, version = "8.0.0", path = "../swc_ecma_loader" }
372-
swc_ecma_minifier = { optional = true, version = "16.1.0", path = "../swc_ecma_minifier" }
373-
swc_ecma_parser = { optional = true, version = "11.1.3", path = "../swc_ecma_parser" }
372+
swc_ecma_minifier = { optional = true, version = "16.1.1", path = "../swc_ecma_minifier" }
373+
swc_ecma_parser = { optional = true, version = "11.1.4", path = "../swc_ecma_parser" }
374374
swc_ecma_preset_env = { optional = true, version = "16.0.0", path = "../swc_ecma_preset_env" }
375375
swc_ecma_quote_macros = { optional = true, version = "11.0.0", path = "../swc_ecma_quote_macros" }
376376
swc_ecma_transforms_base = { optional = true, version = "12.2.0", path = "../swc_ecma_transforms_base" }
377377
swc_ecma_transforms_compat = { optional = true, version = "13.0.0", path = "../swc_ecma_transforms_compat" }
378378
swc_ecma_transforms_module = { optional = true, version = "13.0.0", path = "../swc_ecma_transforms_module" }
379-
swc_ecma_transforms_optimization = { optional = true, version = "12.0.0", path = "../swc_ecma_transforms_optimization" }
380-
swc_ecma_transforms_proposal = { optional = true, version = "12.0.2", path = "../swc_ecma_transforms_proposal" }
379+
swc_ecma_transforms_optimization = { optional = true, version = "12.0.1", path = "../swc_ecma_transforms_optimization" }
380+
swc_ecma_transforms_proposal = { optional = true, version = "12.0.3", path = "../swc_ecma_transforms_proposal" }
381381
swc_ecma_transforms_react = { optional = true, version = "13.0.1", path = "../swc_ecma_transforms_react" }
382382
swc_ecma_transforms_testing = { optional = true, version = "15.0.0", path = "../swc_ecma_transforms_testing" }
383383
swc_ecma_transforms_typescript = { optional = true, version = "13.0.0", path = "../swc_ecma_transforms_typescript" }
384-
swc_ecma_usage_analyzer = { optional = true, version = "13.1.0", path = "../swc_ecma_usage_analyzer" }
384+
swc_ecma_usage_analyzer = { optional = true, version = "13.1.1", path = "../swc_ecma_usage_analyzer" }
385385
swc_ecma_utils = { optional = true, version = "12.0.1", path = "../swc_ecma_utils" }
386386
swc_ecma_visit = { optional = true, version = "8.0.0", path = "../swc_ecma_visit" }
387387
swc_malloc = { optional = true, version = "1.2.2", path = "../swc_malloc" }
@@ -391,7 +391,7 @@ swc_plugin = { optional = true, version = "1.0.0", path =
391391
swc_plugin_macro = { optional = true, version = "1.1.0", path = "../swc_plugin_macro" }
392392
swc_plugin_proxy = { optional = true, version = "8.0.0", path = "../swc_plugin_proxy" }
393393
swc_plugin_runner = { optional = true, version = "10.0.0", path = "../swc_plugin_runner", default-features = false }
394-
swc_trace_macro = { optional = true, version = "2.0.0", path = "../swc_trace_macro" }
394+
swc_trace_macro = { optional = true, version = "2.0.1", path = "../swc_trace_macro" }
395395
swc_transform_common = { optional = true, version = "2.0.0", path = "../swc_transform_common" }
396396
swc_typescript = { optional = true, version = "11.0.1", path = "../swc_typescript" }
397397
testing = { optional = true, version = "9.0.0", path = "../testing" }

crates/swc_ecma_codegen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
77
license = { workspace = true }
88
name = "swc_ecma_codegen"
99
repository = { workspace = true }
10-
version = "10.0.0"
10+
version = "10.0.1"
1111

1212
[features]
1313
# This does not enable serde for ast nodes.
@@ -46,7 +46,7 @@ swc_allocator = { version = "4.0.0", path = "../swc_allocator" }
4646
swc_common = { version = "8.1.1", path = "../swc_common", features = [
4747
"sourcemap",
4848
] }
49-
swc_ecma_parser = { version = "11.1.3", path = "../swc_ecma_parser" }
49+
swc_ecma_parser = { version = "11.1.4", path = "../swc_ecma_parser" }
5050
swc_ecma_testing = { version = "9.0.0", path = "../swc_ecma_testing" }
5151
swc_malloc = { version = "1.2.2", path = "../swc_malloc" }
5252
testing = { version = "9.0.0", path = "../testing" }

crates/swc_ecma_compat_bugfixes/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ tracing = { workspace = true }
1717
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
1818
swc_common = { version = "8.1.1", path = "../swc_common" }
1919
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
20-
swc_ecma_compat_es2015 = { version = "12.0.0", path = "../swc_ecma_compat_es2015" }
20+
swc_ecma_compat_es2015 = { version = "12.0.1", path = "../swc_ecma_compat_es2015" }
2121
swc_ecma_transforms_base = { version = "12.2.0", path = "../swc_ecma_transforms_base" }
2222
swc_ecma_utils = { version = "12.0.1", path = "../swc_ecma_utils" }
2323
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }
24-
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
24+
swc_trace_macro = { version = "2.0.1", path = "../swc_trace_macro" }
2525

2626
[dev-dependencies]
27-
swc_ecma_parser = { version = "11.1.3", path = "../swc_ecma_parser" }
27+
swc_ecma_parser = { version = "11.1.4", path = "../swc_ecma_parser" }
2828
swc_ecma_transforms_testing = { version = "15.0.0", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ swc_common = { version = "8.1.1", path = "../swc_common" }
1616
swc_ecma_ast = { version = "8.1.2", path = "../swc_ecma_ast" }
1717
swc_ecma_utils = { version = "12.0.1", path = "../swc_ecma_utils" }
1818
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }
19-
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
19+
swc_trace_macro = { version = "2.0.1", path = "../swc_trace_macro" }

0 commit comments

Comments
 (0)