Skip to content

Commit f014f3e

Browse files
committed
chore: Publish crates with swc_core v10.4.0
1 parent fafd754 commit f014f3e

File tree

12 files changed

+15
-18
lines changed

12 files changed

+15
-18
lines changed

.changeset/late-maps-jump.md

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

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
- **(es/minifier)** Adjust parallel threshold ([#9872](https://github.com/swc-project/swc/issues/9872)) ([d5d856c](https://github.com/swc-project/swc/commit/d5d856cf3b7c89da4d917cb1acea4fdb3096769b))
3939

4040

41+
- **(es/minifier)** Box `VarUsageInfo` of `ProgramData` ([#9894](https://github.com/swc-project/swc/issues/9894)) ([fafd754](https://github.com/swc-project/swc/commit/fafd754f74be0cd9dfc1c0f5a24b1c078023cb64))
42+
43+
4144
- **(es/renamer)** Use `IndexSet` for rename queue ([#9866](https://github.com/swc-project/swc/issues/9866)) ([f404720](https://github.com/swc-project/swc/commit/f404720b8fa0166a27f47bf6913307353def7fae))
4245

4346

Cargo.lock

Lines changed: 2 additions & 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ swc_common = { version = "5.0.0", features = [
3333
], path = "../swc_common" }
3434
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
3535
swc_ecma_codegen = { version = "5.1.0", path = "../swc_ecma_codegen" }
36-
swc_ecma_minifier = { version = "7.1.0", path = "../swc_ecma_minifier", features = [
36+
swc_ecma_minifier = { version = "7.2.0", path = "../swc_ecma_minifier", features = [
3737
"concurrent",
3838
] }
3939
swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" }

crates/swc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", features = [
8888
"node",
8989
"tsc",
9090
] }
91-
swc_ecma_minifier = { version = "7.1.0", path = "../swc_ecma_minifier" }
91+
swc_ecma_minifier = { version = "7.2.0", path = "../swc_ecma_minifier" }
9292
swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" }
9393
swc_ecma_preset_env = { version = "9.0.0", path = "../swc_ecma_preset_env" }
9494
swc_ecma_transforms = { version = "9.0.0", path = "../swc_ecma_transforms", features = [

crates/swc_bundler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", features = [
6363
"node",
6464
"cache",
6565
] }
66-
swc_ecma_minifier = { version = "7.1.0", path = "../swc_ecma_minifier", features = [
66+
swc_ecma_minifier = { version = "7.2.0", path = "../swc_ecma_minifier", features = [
6767
"concurrent",
6868
] }
6969
swc_ecma_transforms_proposal = { version = "7.0.1", path = "../swc_ecma_transforms_proposal" }

crates/swc_cli_impl/Cargo.toml

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

42-
swc_core = { version = "10.3.0", features = [
42+
swc_core = { version = "10.4.0", features = [
4343
"trace_macro",
4444
"common_concurrent",
4545
"base_concurrent",

crates/swc_compiler_base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ swc_common = { version = "5.0.0", path = "../swc_common", features = [
3030
swc_config = { version = "1.0.0", path = "../swc_config" }
3131
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
3232
swc_ecma_codegen = { version = "5.1.0", path = "../swc_ecma_codegen" }
33-
swc_ecma_minifier = { version = "7.1.0", path = "../swc_ecma_minifier" }
33+
swc_ecma_minifier = { version = "7.2.0", path = "../swc_ecma_minifier" }
3434
swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" }
3535
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
3636
swc_timer = { version = "1.0.0", path = "../swc_timer" }

crates/swc_core/Cargo.toml

Lines changed: 2 additions & 2 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 = "10.3.0"
9+
version = "10.4.0"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -357,7 +357,7 @@ swc_ecma_ast = { optional = true, version = "5.0.2", path =
357357
swc_ecma_codegen = { optional = true, version = "5.1.0", path = "../swc_ecma_codegen" }
358358
swc_ecma_lints = { optional = true, version = "7.0.0", path = "../swc_ecma_lints" }
359359
swc_ecma_loader = { optional = true, version = "5.0.0", path = "../swc_ecma_loader" }
360-
swc_ecma_minifier = { optional = true, version = "7.1.0", path = "../swc_ecma_minifier" }
360+
swc_ecma_minifier = { optional = true, version = "7.2.0", path = "../swc_ecma_minifier" }
361361
swc_ecma_parser = { optional = true, version = "6.0.2", path = "../swc_ecma_parser" }
362362
swc_ecma_preset_env = { optional = true, version = "9.0.0", path = "../swc_ecma_preset_env" }
363363
swc_ecma_quote_macros = { optional = true, version = "6.0.0", path = "../swc_ecma_quote_macros" }

crates/swc_ecma_minifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
77
license = { workspace = true }
88
name = "swc_ecma_minifier"
99
repository = { workspace = true }
10-
version = "7.1.0"
10+
version = "7.2.0"
1111

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

0 commit comments

Comments
 (0)