Skip to content

Commit 47c22df

Browse files
committed
chore: Publish crates with swc_core v47.0.7
1 parent 633536a commit 47c22df

File tree

41 files changed

+51
-64
lines changed

Some content is hidden

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

41 files changed

+51
-64
lines changed

.changeset/cold-feet-dance.md

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

.changeset/nervous-years-sin.md

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

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/dbg-swc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ swc_common = { version = "17.0.1", features = [
2828
], path = "../swc_common" }
2929
swc_ecma_ast = { version = "18.0.0", path = "../swc_ecma_ast" }
3030
swc_ecma_codegen = { version = "20.0.0", path = "../swc_ecma_codegen" }
31-
swc_ecma_minifier = { version = "36.0.2", path = "../swc_ecma_minifier", features = [
31+
swc_ecma_minifier = { version = "36.0.3", path = "../swc_ecma_minifier", features = [
3232
"concurrent",
3333
] }
34-
swc_ecma_parser = { version = "27.0.4", path = "../swc_ecma_parser" }
34+
swc_ecma_parser = { version = "27.0.5", path = "../swc_ecma_parser" }
3535
swc_ecma_transforms_base = { version = "30.0.0", path = "../swc_ecma_transforms_base" }
3636
swc_ecma_visit = { version = "18.0.1", path = "../swc_ecma_visit" }
3737
swc_error_reporters = { version = "19.0.0", path = "../swc_error_reporters" }

crates/jsdoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ swc_common = { version = "17.0.1", path = "../swc_common" }
3030

3131
[dev-dependencies]
3232
dashmap = { workspace = true }
33-
swc_ecma_parser = { version = "27.0.4", path = "../swc_ecma_parser" }
33+
swc_ecma_parser = { version = "27.0.5", path = "../swc_ecma_parser" }
3434
testing = { version = "18.0.0", path = "../testing" }

crates/swc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ swc_ecma_loader = { version = "17.0.0", path = "../swc_ecma_loader", features =
9595
"node",
9696
"tsc",
9797
] }
98-
swc_ecma_minifier = { version = "36.0.2", path = "../swc_ecma_minifier" }
99-
swc_ecma_parser = { version = "27.0.4", path = "../swc_ecma_parser", default-features = false, features = [
98+
swc_ecma_minifier = { version = "36.0.3", path = "../swc_ecma_minifier" }
99+
swc_ecma_parser = { version = "27.0.5", path = "../swc_ecma_parser", default-features = false, features = [
100100
"typescript",
101101
] }
102102
swc_ecma_preset_env = { version = "39.0.0", path = "../swc_ecma_preset_env" }

crates/swc_bundler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ swc_common = { version = "17.0.1", path = "../swc_common" }
4545
swc_ecma_ast = { version = "18.0.0", path = "../swc_ecma_ast" }
4646
swc_ecma_codegen = { version = "20.0.0", path = "../swc_ecma_codegen" }
4747
swc_ecma_loader = { version = "17.0.0", path = "../swc_ecma_loader" }
48-
swc_ecma_parser = { version = "27.0.4", path = "../swc_ecma_parser", default-features = false, features = [
48+
swc_ecma_parser = { version = "27.0.5", path = "../swc_ecma_parser", default-features = false, features = [
4949
"typescript",
5050
] }
5151
swc_ecma_transforms_base = { version = "30.0.0", path = "../swc_ecma_transforms_base" }
@@ -67,7 +67,7 @@ swc_ecma_loader = { version = "17.0.0", path = "../swc_ecma_loader", features =
6767
"node",
6868
"cache",
6969
] }
70-
swc_ecma_minifier = { version = "36.0.2", path = "../swc_ecma_minifier", features = [
70+
swc_ecma_minifier = { version = "36.0.3", path = "../swc_ecma_minifier", features = [
7171
"concurrent",
7272
] }
7373
swc_ecma_transforms_base = { version = "30.0.0", path = "../swc_ecma_transforms_base", features = [

crates/swc_cli_impl/Cargo.toml

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

41-
swc_core = { version = "47.0.6", features = [
41+
swc_core = { version = "47.0.7", features = [
4242
"trace_macro",
4343
"common_concurrent",
4444
"base_concurrent",

crates/swc_compiler_base/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ swc_common = { version = "17.0.1", path = "../swc_common", features = [
3030
swc_config = { version = "3.1.2", path = "../swc_config" }
3131
swc_ecma_ast = { version = "18.0.0", path = "../swc_ecma_ast" }
3232
swc_ecma_codegen = { version = "20.0.0", path = "../swc_ecma_codegen" }
33-
swc_ecma_minifier = { version = "36.0.2", path = "../swc_ecma_minifier" }
34-
swc_ecma_parser = { version = "27.0.4", path = "../swc_ecma_parser", default-features = false, features = [
33+
swc_ecma_minifier = { version = "36.0.3", path = "../swc_ecma_minifier" }
34+
swc_ecma_parser = { version = "27.0.5", path = "../swc_ecma_parser", default-features = false, features = [
3535
"typescript",
3636
] }
3737
swc_ecma_visit = { version = "18.0.1", path = "../swc_ecma_visit" }

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 = "47.0.6"
9+
version = "47.0.7"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -352,8 +352,8 @@ swc_ecma_ast = { optional = true, version = "18.0.0", path =
352352
swc_ecma_codegen = { optional = true, version = "20.0.0", path = "../swc_ecma_codegen" }
353353
swc_ecma_lints = { optional = true, version = "25.0.0", path = "../swc_ecma_lints" }
354354
swc_ecma_loader = { optional = true, version = "17.0.0", path = "../swc_ecma_loader" }
355-
swc_ecma_minifier = { optional = true, version = "36.0.2", path = "../swc_ecma_minifier" }
356-
swc_ecma_parser = { optional = true, version = "27.0.4", path = "../swc_ecma_parser", default-features = false }
355+
swc_ecma_minifier = { optional = true, version = "36.0.3", path = "../swc_ecma_minifier" }
356+
swc_ecma_parser = { optional = true, version = "27.0.5", path = "../swc_ecma_parser", default-features = false }
357357
swc_ecma_preset_env = { optional = true, version = "39.0.0", path = "../swc_ecma_preset_env" }
358358
swc_ecma_quote_macros = { optional = true, version = "27.0.0", path = "../swc_ecma_quote_macros" }
359359
swc_ecma_react_compiler = { optional = true, version = "11.0.0", path = "../swc_ecma_react_compiler" }

0 commit comments

Comments
 (0)