Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Nov 22, 2023
1 parent 8af6ffb commit 14cd8dd
Show file tree
Hide file tree
Showing 47 changed files with 685 additions and 1,197 deletions.
1,276 changes: 382 additions & 894 deletions CHANGELOG.md

Large diffs are not rendered by default.

90 changes: 45 additions & 45 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions crates/binding_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "binding_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.60.74"
version = "0.60.75"

[lib]
bench = false
Expand Down Expand Up @@ -33,10 +33,10 @@ binding_wasm = [

[dependencies]
# Common deps for the SWC imports
swc = { optional = true, version = "0.269.67", path = "../swc" }
swc = { optional = true, version = "0.269.68", path = "../swc" }
swc_common = { optional = true, version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.226.54", path = "../swc_ecma_transforms" }
swc_ecma_transforms = { optional = true, version = "0.226.55", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.96.10", path = "../swc_ecma_visit" }

# Optional deps for the wasm binding macro
Expand Down
10 changes: 5 additions & 5 deletions crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.89.75"
version = "0.89.76"

[[bin]]
bench = false
Expand All @@ -31,12 +31,12 @@ swc_common = { version = "0.33.9", features = [
"tty-emitter",
], path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.32", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.189.64", path = "../swc_ecma_minifier", features = [
swc_ecma_codegen = { version = "0.146.33", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.189.65", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "0.141.26", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.42", path = "../swc_ecma_transforms_base" }
swc_ecma_parser = { version = "0.141.27", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.43", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.9", path = "../swc_error_reporters" }
swc_timer = { version = "0.21.11", path = "../swc_timer" }
4 changes: 2 additions & 2 deletions crates/jsdoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "jsdoc"
version = "0.110.26"
version = "0.110.27"

[lib]
bench = false
Expand All @@ -26,5 +26,5 @@ anyhow = "1"
dashmap = "5.4.0"

swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.141.26", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "0.141.27", path = "../swc_ecma_parser" }
testing = { version = "0.35.11", path = "../testing" }
30 changes: 15 additions & 15 deletions crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc"
repository = "https://github.com/swc-project/swc.git"
version = "0.269.67"
version = "0.269.68"

[lib]
bench = false
Expand Down Expand Up @@ -73,37 +73,37 @@ swc_common = { version = "0.33.9", path = "../swc_common", features = [
"sourcemap",
"parking_lot",
] }
swc_compiler_base = { version = "0.3.70", path = "../swc_compiler_base" }
swc_compiler_base = { version = "0.3.71", path = "../swc_compiler_base" }
swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.32", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "0.110.33", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.89.41", path = "../swc_ecma_lints" }
swc_ecma_codegen = { version = "0.146.33", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "0.110.34", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.89.42", path = "../swc_ecma_lints" }
swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", features = [
"cache",
"node",
"tsc",
] }
swc_ecma_minifier = { version = "0.189.64", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.141.26", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "0.203.54", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.226.54", path = "../swc_ecma_transforms", features = [
swc_ecma_minifier = { version = "0.189.65", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.141.27", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "0.203.55", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.226.55", path = "../swc_ecma_transforms", features = [
"compat",
"module",
"optimization",
"proposal",
"react",
"typescript",
] }
swc_ecma_transforms_base = { version = "0.134.42", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.160.48", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.195.54", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.124.32", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { version = "0.134.43", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.160.49", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.195.55", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.124.33", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.9", path = "../swc_error_reporters" }
swc_node_comments = { version = "0.20.9", path = "../swc_node_comments" }
swc_plugin_proxy = { version = "0.39.10", path = "../swc_plugin_proxy", optional = true }
swc_plugin_runner = { version = "0.104.28", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_plugin_runner = { version = "0.104.29", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_timer = { version = "0.21.11", path = "../swc_timer" }
swc_visit = { version = "0.5.7", path = "../swc_visit" }

Expand All @@ -127,7 +127,7 @@ rayon = "1.7.0"
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast", features = [
"serde-impl",
] }
swc_ecma_lints = { version = "0.89.41", path = "../swc_ecma_lints", features = [
swc_ecma_lints = { version = "0.89.42", path = "../swc_ecma_lints", features = [
"non_critical_lints",
] }
swc_ecma_testing = { version = "0.22.11", path = "../swc_ecma_testing" }
Expand Down
20 changes: 10 additions & 10 deletions crates/swc_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0"
name = "swc_bundler"
repository = "https://github.com/swc-project/swc.git"
version = "0.222.62"
version = "0.222.63"

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -40,12 +40,12 @@ tracing = "0.1.37"
swc_atoms = { version = "0.6.4", path = "../swc_atoms" }
swc_common = { version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.32", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "0.146.33", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.141.26", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.42", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.195.54", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.124.32", path = "../swc_ecma_utils" }
swc_ecma_parser = { version = "0.141.27", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.43", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.195.55", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.124.33", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "0.21.9", path = "../swc_fast_graph/" }
swc_graph_analyzer = { version = "0.22.11", path = "../swc_graph_analyzer/" }
Expand All @@ -63,11 +63,11 @@ swc_ecma_loader = { version = "0.45.10", path = "../swc_ecma_loader", features =
"node",
"cache",
] }
swc_ecma_minifier = { version = "0.189.64", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "0.189.65", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_transforms_proposal = { version = "0.168.52", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.180.52", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.185.52", path = "../swc_ecma_transforms_typescript" }
swc_ecma_transforms_proposal = { version = "0.168.53", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.180.53", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.185.53", path = "../swc_ecma_transforms_typescript" }
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
testing = { version = "0.35.11", path = "../testing" }
4 changes: 2 additions & 2 deletions crates/swc_cli_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli_impl"
repository = "https://github.com/swc-project/swc.git"
version = "0.4.74"
version = "0.4.75"

[[bin]]
name = "swc"
Expand Down Expand Up @@ -40,7 +40,7 @@ tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
walkdir = "2"

swc_core = { version = "0.86.75", features = [
swc_core = { version = "0.86.76", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
Expand Down
8 changes: 4 additions & 4 deletions crates/swc_compiler_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_compiler_base"
repository = "https://github.com/swc-project/swc.git"
version = "0.3.70"
version = "0.3.71"

[features]
node = ["napi", "napi-derive"]
Expand All @@ -24,9 +24,9 @@ swc_common = { version = "0.33.9", path = "../swc_common", features = [
] }
swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.32", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.189.64", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.141.26", path = "../swc_ecma_parser" }
swc_ecma_codegen = { version = "0.146.33", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.189.65", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.141.27", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
swc_timer = { version = "0.21.11", path = "../swc_timer" }

Expand Down
42 changes: 21 additions & 21 deletions crates/swc_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.86.75"
version = "0.86.76"
[package.metadata.docs.rs]
features = [
"allocator_node",
Expand Down Expand Up @@ -324,10 +324,10 @@ __visit = ["__ecma", "swc_ecma_visit"]
once_cell = { optional = true, version = "1.18.0" }

# swc_* dependencies
binding_macros = { optional = true, version = "0.60.74", path = "../binding_macros" }
swc = { optional = true, version = "0.269.67", path = "../swc" }
binding_macros = { optional = true, version = "0.60.75", path = "../binding_macros" }
swc = { optional = true, version = "0.269.68", path = "../swc" }
swc_atoms = { optional = true, version = "0.6.4", path = "../swc_atoms" }
swc_bundler = { optional = true, version = "0.222.62", path = "../swc_bundler" }
swc_bundler = { optional = true, version = "0.222.63", path = "../swc_bundler" }
swc_cached = { optional = true, version = "0.3.18", path = "../swc_cached" }
swc_common = { optional = true, version = "0.33.9", path = "../swc_common" }
swc_css_ast = { optional = true, version = "0.140.10", path = "../swc_css_ast" }
Expand All @@ -340,33 +340,33 @@ swc_css_prefixer = { optional = true, version = "0.153.18", path
swc_css_utils = { optional = true, version = "0.137.10", path = "../swc_css_utils/" }
swc_css_visit = { optional = true, version = "0.139.10", path = "../swc_css_visit" }
swc_ecma_ast = { optional = true, version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_codegen = { optional = true, version = "0.146.32", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { optional = true, version = "0.146.33", path = "../swc_ecma_codegen" }
swc_ecma_loader = { optional = true, version = "0.45.10", path = "../swc_ecma_loader" }
swc_ecma_minifier = { optional = true, version = "0.189.64", path = "../swc_ecma_minifier" }
swc_ecma_parser = { optional = true, version = "0.141.26", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { optional = true, version = "0.203.54", path = "../swc_ecma_preset_env" }
swc_ecma_quote_macros = { optional = true, version = "0.52.26", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "0.134.42", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { optional = true, version = "0.160.48", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { optional = true, version = "0.177.51", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_optimization = { optional = true, version = "0.195.54", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_proposal = { optional = true, version = "0.168.52", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "0.180.52", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { optional = true, version = "0.137.44", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { optional = true, version = "0.185.52", path = "../swc_ecma_transforms_typescript" }
swc_ecma_usage_analyzer = { optional = true, version = "0.20.33", path = "../swc_ecma_usage_analyzer" }
swc_ecma_utils = { optional = true, version = "0.124.32", path = "../swc_ecma_utils" }
swc_ecma_minifier = { optional = true, version = "0.189.65", path = "../swc_ecma_minifier" }
swc_ecma_parser = { optional = true, version = "0.141.27", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { optional = true, version = "0.203.55", path = "../swc_ecma_preset_env" }
swc_ecma_quote_macros = { optional = true, version = "0.52.27", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "0.134.43", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { optional = true, version = "0.160.49", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { optional = true, version = "0.177.52", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_optimization = { optional = true, version = "0.195.55", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_proposal = { optional = true, version = "0.168.53", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "0.180.53", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { optional = true, version = "0.137.45", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { optional = true, version = "0.185.53", path = "../swc_ecma_transforms_typescript" }
swc_ecma_usage_analyzer = { optional = true, version = "0.20.34", path = "../swc_ecma_usage_analyzer" }
swc_ecma_utils = { optional = true, version = "0.124.33", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "0.96.10", path = "../swc_ecma_visit" }
swc_malloc = { optional = true, version = "0.5.10", path = "../swc_malloc" }
swc_node_bundler = { optional = true, version = "0.58.74", path = "../swc_node_bundler" }
swc_node_bundler = { optional = true, version = "0.58.75", path = "../swc_node_bundler" }
swc_nodejs_common = { optional = true, version = "0.0.8", path = "../swc_nodejs_common" }
swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" }
swc_plugin_macro = { optional = true, version = "0.9.15", path = "../swc_plugin_macro" }
swc_plugin_proxy = { optional = true, version = "0.39.10", path = "../swc_plugin_proxy" }
swc_trace_macro = { optional = true, version = "0.1.3", path = "../swc_trace_macro" }
testing = { optional = true, version = "0.35.11", path = "../testing" }
# TODO: eventually swc_plugin_runner needs to remove default features
swc_plugin_runner = { optional = true, version = "0.104.28", path = "../swc_plugin_runner", default-features = false }
swc_plugin_runner = { optional = true, version = "0.104.29", path = "../swc_plugin_runner", default-features = false }

[build-dependencies]
vergen = { version = "7.3.2", default-features = false, features = ["cargo"] }
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 = "Apache-2.0"
name = "swc_ecma_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.146.32"
version = "0.146.33"

[features]
# This does not enable serde for ast nodes.
Expand Down Expand Up @@ -38,7 +38,7 @@ serde_json = "1"
swc_common = { version = "0.33.9", path = "../swc_common", features = [
"sourcemap",
] }
swc_ecma_parser = { version = "0.141.26", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "0.141.27", path = "../swc_ecma_parser" }
swc_ecma_testing = { version = "0.22.11", path = "../swc_ecma_testing" }
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
testing = { version = "0.35.11", path = "../testing" }
Expand Down
Loading

0 comments on commit 14cd8dd

Please sign in to comment.