Skip to content

Commit

Permalink
chore: Publish crates with swc_core v15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 24, 2025
1 parent 31f2530 commit f91d811
Show file tree
Hide file tree
Showing 24 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-CORE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## [unreleased]
## [swc_core@v15.0.0] - 2025-02-24

### Bug Fixes

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ swc_common = { version = "8.0.0", features = [
"tty-emitter",
], path = "../swc_common" }
swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "12.0.0", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ swc_common = { version = "8.0.0", path = "../swc_common", features = [
swc_compiler_base = { version = "13.0.0", path = "../swc_compiler_base" }
swc_config = { version = "2.0.0", path = "../swc_config" }
swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "11.0.0", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "11.0.0", path = "../swc_ecma_lints" }
swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader", features = [
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tracing = { workspace = true }
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
swc_common = { version = "8.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "11.0.0", path = "../swc_ecma_transforms_base" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_cli_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tracing-futures = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
walkdir = { workspace = true }

swc_core = { version = "15.0.0", features = [
swc_core = { version = "15.0.1", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_compiler_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ swc_common = { version = "8.0.0", path = "../swc_common", features = [
] }
swc_config = { version = "2.0.0", path = "../swc_config" }
swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "12.0.0", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = { workspace = true }
license = { workspace = true }
name = "swc_core"
repository = { workspace = true }
version = "15.0.0"
version = "15.0.1"
[package.metadata.docs.rs]
features = [
"allocator_node",
Expand Down Expand Up @@ -353,7 +353,7 @@ swc_css_prefixer = { optional = true, version = "9.0.0", path =
swc_css_utils = { optional = true, version = "8.0.0", path = "../swc_css_utils/" }
swc_css_visit = { optional = true, version = "8.0.0", path = "../swc_css_visit" }
swc_ecma_ast = { optional = true, version = "8.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { optional = true, version = "8.0.0", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { optional = true, version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_lints = { optional = true, version = "11.0.0", path = "../swc_ecma_lints" }
swc_ecma_loader = { optional = true, version = "8.0.0", path = "../swc_ecma_loader" }
swc_ecma_minifier = { optional = true, version = "12.0.0", path = "../swc_ecma_minifier" }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = { workspace = true }
name = "swc_ecma_codegen"
repository = { workspace = true }
version = "8.0.0"
version = "8.0.1"

[features]
# This does not enable serde for ast nodes.
Expand All @@ -34,7 +34,7 @@ swc_allocator = { version = "4.0.0", path = "../swc_allocator", default-features
swc_atoms = { version = "5.0.0", path = "../swc_atoms" }
swc_common = { version = "8.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen_macros = { version = "1.0.0", path = "../swc_ecma_codegen_macros" }
swc_ecma_codegen_macros = { version = "1.0.1", path = "../swc_ecma_codegen_macros" }

[dev-dependencies]
base64 = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_codegen_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = { workspace = true }
license = { workspace = true }
name = "swc_ecma_codegen_macros"
repository = { workspace = true }
version = "1.0.0"
version = "1.0.1"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ anyhow = { workspace = true }
codspeed-criterion-compat = { workspace = true }
criterion = { workspace = true }
pretty_assertions = { workspace = true }
swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" }
swc_ecma_testing = { version = "8.0.0", path = "../swc_ecma_testing" }
swc_ecma_transforms_base = { version = "11.0.0", path = "../swc_ecma_transforms_base" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_minifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ swc_config = { version = "2.0.0", path = "../swc_config", features = [
swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast", features = [
"serde",
] }
swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "11.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "11.0.0", path = "../swc_ecma_transforms_optimization" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_preset_env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ codspeed-criterion-compat = { workspace = true }
criterion = { workspace = true }
pretty_assertions = { workspace = true }

swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" }
testing = { version = "8.0.0", path = "../testing" }

Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pretty_assertions = { workspace = true }
sourcemap = { workspace = true }
tempfile = { workspace = true }

swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" }
testing = { version = "8.0.0", path = "../testing" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ codspeed-criterion-compat = { workspace = true }
criterion = { workspace = true }
rayon = { workspace = true }

swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
testing = { version = "8.0.0", path = "../testing" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_proposal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }
[dev-dependencies]
serde_json = { workspace = true }

swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "12.0.0", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_react/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }

[dev-dependencies]
swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen/" }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen/" }
swc_ecma_transforms_compat = { version = "12.0.0", path = "../swc_ecma_transforms_compat/" }
swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" }
testing = { version = "8.0.0", path = "../testing" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ swc_common = { version = "8.0.0", path = "../swc_common", features = [
"sourcemap",
] }
swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" }
swc_ecma_testing = { version = "8.0.0", path = "../swc_ecma_testing" }
swc_ecma_transforms_base = { version = "11.0.0", path = "../swc_ecma_transforms_base" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_typescript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }
codspeed-criterion-compat = { workspace = true }
criterion = { workspace = true }

swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "12.0.0", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_proposal = { version = "11.0.0", path = "../swc_ecma_transforms_proposal" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecmascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]

[dependencies]
swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen", optional = true }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen", optional = true }
swc_ecma_minifier = { version = "12.0.0", path = "../swc_ecma_minifier", optional = true }
swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser", optional = true, default-features = false }
swc_ecma_preset_env = { version = "13.0.0", path = "../swc_ecma_preset_env", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_fast_ts_strip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ swc_common = { version = "8.0.0", path = "../swc_common", features = [
"sourcemap",
] }
swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "11.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_typescript = { version = "11.0.0", path = "../swc_ecma_transforms_typescript" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_html_minifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ swc_css_codegen = { version = "8.0.0", path = "../swc_css_codegen", optional = t
swc_css_minifier = { version = "8.0.0", path = "../swc_css_minifier", optional = true }
swc_css_parser = { version = "8.0.0", path = "../swc_css_parser", optional = true }
swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen", features = [
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen", features = [
"serde-impl",
] }
swc_ecma_minifier = { version = "12.0.0", path = "../swc_ecma_minifier", features = [
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_node_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ swc_common = { version = "8.0.0", path = "../swc_common", features = [
"concurrent",
] }
swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" }
swc_ecma_transforms = { version = "13.0.0", path = "../swc_ecma_transforms" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_typescript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" }


[dev-dependencies]
swc_ecma_codegen = { version = "8.0.0", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "11.0.0", path = "../swc_ecma_transforms_base" }
testing = { version = "8.0.0", path = "../testing" }

0 comments on commit f91d811

Please sign in to comment.