Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
274 changes: 176 additions & 98 deletions deps/swc/Cargo.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions deps/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repository = "https://github.com/swc-project/swc.git"
# bytecheck version should be in sync with rkyv version. Do not bump individually.
bytecheck = "0.8.0"
rancor = "0.1.0"
rkyv = "0.8.8"
rkyv = "0.8.16"


Inflector = "0.11.4"
Expand Down Expand Up @@ -47,7 +47,7 @@ console_error_panic_hook = "0.1.7"
copyless = "0.1.5"
crc = "2.1.0"
criterion = "0.5.1"
dashmap = "5.5.3"
dashmap = "6.1.0"
dialoguer = "0.10.2"
difference = "2"
dragonbox_ecma = "0.1.0"
Expand Down Expand Up @@ -77,6 +77,7 @@ napi-derive = { version = "3", default-features = false }
new_debug_unreachable = "1.0.6"
nom = "7.1.3"
ntest = "0.7.2"
notify = "8.0.0"
num-bigint = "0.4.3"
num_cpus = "1.13.1"
once_cell = "1.19.0"
Expand Down
2 changes: 1 addition & 1 deletion deps/swc/bindings/binding_core_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
name = "binding_core_wasm"
publish = false
repository = { workspace = true }
version = "1.15.33"
version = "1.15.40"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion deps/swc/bindings/binding_es_ast_viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = { workspace = true }
name = "binding_es_ast_viewer"
publish = false
repository = { workspace = true }
version = "1.15.33"
version = "1.15.40"

[dependencies]
anyhow = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion deps/swc/bindings/binding_html_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
name = "binding_html_wasm"
publish = false
repository = { workspace = true }
version = "1.15.33"
version = "1.15.40"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion deps/swc/bindings/binding_minifier_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
name = "binding_minifier_wasm"
publish = false
repository = { workspace = true }
version = "1.15.33"
version = "1.15.40"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion deps/swc/bindings/binding_typescript_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = { workspace = true }
name = "binding_typescript_wasm"
publish = false
repository = { workspace = true }
version = "1.15.33"
version = "1.15.40"

[lib]
bench = false
Expand Down
4 changes: 2 additions & 2 deletions deps/swc/bindings/swc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = { workspace = true }
name = "swc_cli"
repository = { workspace = true }
version = "0.110.5"
version = "0.111.8"

[[bin]]
bench = false
Expand All @@ -20,4 +20,4 @@ plugin = ["swc_cli_impl/plugin"]
[dependencies]
anyhow = { workspace = true }
par-core = { workspace = true, features = ["chili"] }
swc_cli_impl = { version = "65.0.0", path = "../../crates/swc_cli_impl" }
swc_cli_impl = { version = "66.0.0", path = "../../crates/swc_cli_impl" }
10 changes: 5 additions & 5 deletions deps/swc/crates/binding_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = { workspace = true }
license = { workspace = true }
name = "binding_macros"
repository = { workspace = true }
version = "63.0.0"
version = "64.0.0"

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

[dependencies]
# Common deps for the SWC imports
swc = { optional = true, version = "63.0.0", path = "../swc", default-features = false }
swc_common = { optional = true, version = "21.0.1", path = "../swc_common", default-features = false }
swc_ecma_ast = { optional = true, version = "23.0.0", path = "../swc_ecma_ast", default-features = false }
swc_ecma_transforms = { optional = true, version = "52.0.0", path = "../swc_ecma_transforms", default-features = false }
swc = { optional = true, version = "64.0.1", path = "../swc", default-features = false }
swc_common = { optional = true, version = "21.0.2", path = "../swc_common", default-features = false }
swc_ecma_ast = { optional = true, version = "23.0.1", path = "../swc_ecma_ast", default-features = false }
swc_ecma_transforms = { optional = true, version = "53.0.0", path = "../swc_ecma_transforms", default-features = false }
swc_ecma_visit = { optional = true, version = "23.0.0", path = "../swc_ecma_visit", default-features = false }

# Optional deps for the wasm binding macro
Expand Down
16 changes: 8 additions & 8 deletions deps/swc/crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = { workspace = true }
license = { workspace = true }
name = "dbg-swc"
repository = { workspace = true }
version = "53.0.0"
version = "54.0.0"

[[bin]]
bench = false
Expand All @@ -22,20 +22,20 @@ rayon = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
sha1 = { workspace = true }
swc_common = { version = "21.0.1", features = [
swc_common = { version = "21.0.2", features = [
"concurrent",
"tty-emitter",
], path = "../swc_common" }
swc_ecma_ast = { version = "23.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "26.0.1", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "52.0.3", path = "../swc_ecma_minifier", features = [
swc_ecma_ast = { version = "23.0.1", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "26.0.2", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "53.0.3", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "39.0.2", path = "../swc_ecma_parser", features = [
swc_ecma_parser = { version = "39.1.1", path = "../swc_ecma_parser", features = [
"flow",
] }
swc_ecma_transforms_base = { version = "42.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_typescript = { version = "46.0.1", path = "../swc_ecma_transforms_typescript" }
swc_ecma_transforms_base = { version = "42.0.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_typescript = { version = "47.0.1", path = "../swc_ecma_transforms_typescript" }
swc_ecma_visit = { version = "23.0.0", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "23.0.0", path = "../swc_error_reporters" }
swc_timer = { version = "1.0.0", path = "../swc_timer" }
Expand Down
2 changes: 1 addition & 1 deletion deps/swc/crates/hstr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = { workspace = true }
license = { workspace = true }
name = "hstr"
repository = { workspace = true }
version = "3.0.4"
version = "3.0.5"

[lib]
bench = false
Expand Down
6 changes: 3 additions & 3 deletions deps/swc/crates/jsdoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ cbor4ii = { workspace = true, features = ["use_std"], optional = true }
nom = { workspace = true }
serde = { workspace = true, features = ["derive"], optional = true }

swc_atoms = { version = "9.0.0", path = "../swc_atoms" }
swc_common = { version = "21.0.1", path = "../swc_common" }
swc_atoms = { version = "9.0.1", path = "../swc_atoms" }
swc_common = { version = "21.0.2", path = "../swc_common" }

[dev-dependencies]
dashmap = { workspace = true }
swc_ecma_parser = { version = "39.0.2", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "39.1.1", path = "../swc_ecma_parser" }
testing = { version = "22.0.0", path = "../testing" }
2 changes: 1 addition & 1 deletion deps/swc/crates/preset_env_base/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 = "preset_env_base"
repository = { workspace = true }
version = "7.0.0"
version = "8.0.0"

[lib]
bench = false
Expand Down
6 changes: 3 additions & 3 deletions deps/swc/crates/swc-ast-explorer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ anyhow = { workspace = true }
clap = { version = "3", features = ["derive"] }
owo-colors = { workspace = true }
regex = { workspace = true }
swc_common = { version = "21.0.1", path = "../swc_common" }
swc_ecma_ast = { version = "23.0.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "39.0.2", path = "../swc_ecma_parser" }
swc_common = { version = "21.0.2", path = "../swc_common" }
swc_ecma_ast = { version = "23.0.1", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "39.1.1", path = "../swc_ecma_parser" }
swc_error_reporters = { version = "23.0.0", path = "../swc_error_reporters" }

[dev-dependencies]
Expand Down
50 changes: 25 additions & 25 deletions deps/swc/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 = { workspace = true }
name = "swc"
repository = { workspace = true }
version = "63.0.0"
version = "64.0.1"

[lib]
bench = false
Expand Down Expand Up @@ -83,48 +83,48 @@ tracing = { workspace = true }
url = { workspace = true }


swc_atoms = { version = "9.0.0", path = "../swc_atoms" }
swc_common = { version = "21.0.1", path = "../swc_common", features = [
swc_atoms = { version = "9.0.1", path = "../swc_atoms" }
swc_common = { version = "21.0.2", path = "../swc_common", features = [
"sourcemap",
"parking_lot",
] }
swc_compiler_base = { version = "55.0.0", path = "../swc_compiler_base" }
swc_config = { version = "4.0.1", path = "../swc_config" }
swc_ecma_ast = { version = "23.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "26.0.1", path = "../swc_ecma_codegen" }
swc_compiler_base = { version = "56.0.0", path = "../swc_compiler_base" }
swc_config = { version = "5.0.0", path = "../swc_config" }
swc_ecma_ast = { version = "23.0.1", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "26.0.2", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "29.0.0", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "30.0.0", path = "../swc_ecma_lints", optional = true }
swc_ecma_loader = { version = "21.0.0", path = "../swc_ecma_loader", features = [
swc_ecma_lints = { version = "31.0.0", path = "../swc_ecma_lints", optional = true }
swc_ecma_loader = { version = "22.0.0", path = "../swc_ecma_loader", features = [
"cache",
"node",
"tsc",
] }
swc_ecma_minifier = { version = "52.0.3", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "39.0.2", path = "../swc_ecma_parser", default-features = false, features = [
swc_ecma_minifier = { version = "53.0.3", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "39.1.1", path = "../swc_ecma_parser", default-features = false, features = [
"typescript",
] }
swc_ecma_preset_env = { version = "53.0.0", path = "../swc_ecma_preset_env", default-features = false, features = ["serde-impl"] }
swc_ecma_transforms = { version = "52.0.0", path = "../swc_ecma_transforms", features = [
swc_ecma_preset_env = { version = "54.0.0", path = "../swc_ecma_preset_env", default-features = false, features = ["serde-impl"] }
swc_ecma_transforms = { version = "53.0.0", path = "../swc_ecma_transforms", features = [
"compat",
"optimization",
"proposal",
"react",
"typescript",
] }
swc_ecma_transforms_module = { version = "46.0.0", path = "../swc_ecma_transforms_module", optional = true }
swc_ecma_transforms_base = { version = "42.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "48.0.0", path = "../swc_ecma_transforms_compat", default-features = false }
swc_ecma_transforms_optimization = { version = "44.0.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "29.1.0", path = "../swc_ecma_utils" }
swc_ecma_transforms_module = { version = "47.0.0", path = "../swc_ecma_transforms_module", optional = true }
swc_ecma_transforms_base = { version = "42.0.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "49.0.0", path = "../swc_ecma_transforms_compat", default-features = false }
swc_ecma_transforms_optimization = { version = "45.0.1", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "29.1.1", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "23.0.0", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "23.0.0", path = "../swc_error_reporters" }
swc_node_comments = { version = "21.0.0", path = "../swc_node_comments" }
swc_node_comments = { version = "22.0.0", path = "../swc_node_comments" }
swc_plugin_backend_wasmer = { version = "10.0.0", path = "../swc_plugin_backend_wasmer", optional = true, default-features = false }
swc_plugin_proxy = { version = "23.0.0", path = "../swc_plugin_proxy", optional = true }
swc_plugin_runner = { version = "27.0.0", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_timer = { version = "1.0.0", path = "../swc_timer" }
swc_transform_common = { version = "15.0.0", path = "../swc_transform_common" }
swc_typescript = { version = "28.0.0", path = "../swc_typescript", optional = true }
swc_typescript = { version = "28.0.2", path = "../swc_typescript", optional = true }
swc_visit = { version = "2.0.1", path = "../swc_visit" }

[dependencies.tokio]
Expand All @@ -150,20 +150,20 @@ par-core = { workspace = true, features = ["chili"] }
tempfile = { workspace = true }
walkdir = { workspace = true }

swc_ecma_ast = { version = "23.0.0", path = "../swc_ecma_ast", features = [
swc_ecma_ast = { version = "23.0.1", path = "../swc_ecma_ast", features = [
"serde-impl",
] }
swc_ecma_lints = { version = "30.0.0", path = "../swc_ecma_lints", features = [
swc_ecma_lints = { version = "31.0.0", path = "../swc_ecma_lints", features = [
"non_critical_lints",
] }
swc_ecma_preset_env = { version = "53.0.0", path = "../swc_ecma_preset_env", features = [
swc_ecma_preset_env = { version = "54.0.0", path = "../swc_ecma_preset_env", features = [
"es3",
] }
swc_ecma_testing = { version = "22.0.0", path = "../swc_ecma_testing" }
swc_ecma_transforms_base = { version = "42.0.0", path = "../swc_ecma_transforms_base", features = [
swc_ecma_transforms_base = { version = "42.0.1", path = "../swc_ecma_transforms_base", features = [
"inline-helpers",
] }
swc_ecma_transforms_compat = { version = "48.0.0", path = "../swc_ecma_transforms_compat", features = [
swc_ecma_transforms_compat = { version = "49.0.0", path = "../swc_ecma_transforms_compat", features = [
"es3",
] }
swc_malloc = { version = "1.2.5", path = "../swc_malloc" }
Expand Down
4 changes: 2 additions & 2 deletions deps/swc/crates/swc_atoms/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_atoms"
repository = { workspace = true }
version = "9.0.0"
version = "9.0.1"

[lib]
bench = false
Expand All @@ -28,4 +28,4 @@ rkyv = { workspace = true, optional = true }
serde = { workspace = true }
shrink-to-fit = { workspace = true, optional = true }

hstr = { version = "3.0.4", path = "../hstr", features = ["serde"] }
hstr = { version = "3.0.5", path = "../hstr", features = ["serde"] }
30 changes: 15 additions & 15 deletions deps/swc/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 = { workspace = true }
name = "swc_bundler"
repository = { workspace = true }
version = "48.0.0"
version = "49.0.0"

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -40,17 +40,17 @@ relative-path = { workspace = true }
rustc-hash = { workspace = true }
tracing = { workspace = true }

swc_atoms = { version = "9.0.0", path = "../swc_atoms" }
swc_common = { version = "21.0.1", path = "../swc_common" }
swc_ecma_ast = { version = "23.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "26.0.1", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "21.0.0", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "39.0.2", path = "../swc_ecma_parser", default-features = false, features = [
swc_atoms = { version = "9.0.1", path = "../swc_atoms" }
swc_common = { version = "21.0.2", path = "../swc_common" }
swc_ecma_ast = { version = "23.0.1", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "26.0.2", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "22.0.0", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "39.1.1", path = "../swc_ecma_parser", default-features = false, features = [
"typescript",
] }
swc_ecma_transforms_base = { version = "42.0.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "44.0.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "29.1.0", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { version = "42.0.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "45.0.1", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "29.1.1", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "23.0.0", path = "../swc_ecma_visit" }
swc_graph_analyzer = { version = "14.0.1", path = "../swc_graph_analyzer/" }

Expand All @@ -63,18 +63,18 @@ reqwest = { workspace = true, features = ["blocking"] }
sha1 = { workspace = true }
tempfile = { workspace = true }

swc_ecma_loader = { version = "21.0.0", path = "../swc_ecma_loader", features = [
swc_ecma_loader = { version = "22.0.0", path = "../swc_ecma_loader", features = [
"node",
"cache",
] }
swc_ecma_minifier = { version = "52.0.3", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "53.0.3", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_transforms_base = { version = "42.0.0", path = "../swc_ecma_transforms_base", features = [
swc_ecma_transforms_base = { version = "42.0.1", path = "../swc_ecma_transforms_base", features = [
"inline-helpers",
] }
swc_ecma_transforms_proposal = { version = "42.0.0", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "46.0.0", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "46.0.1", path = "../swc_ecma_transforms_typescript" }
swc_ecma_transforms_react = { version = "47.0.0", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "47.0.1", path = "../swc_ecma_transforms_typescript" }
swc_malloc = { version = "1.2.5", path = "../swc_malloc" }
testing = { version = "22.0.0", path = "../testing" }
7 changes: 4 additions & 3 deletions deps/swc/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 = { workspace = true }
name = "swc_cli_impl"
repository = { workspace = true }
version = "65.0.0"
version = "66.0.0"

[[bin]]
name = "swc"
Expand All @@ -28,17 +28,18 @@ plugin = [
anyhow = { workspace = true }
clap = { version = "3.2.25", features = ["derive", "wrap_help"] }
glob = { workspace = true }
notify = { workspace = true }
par-core = { workspace = true, features = ["chili"] }
par-iter = { workspace = true }
path-absolutize = { workspace = true, features = ["once_cell_cache"] }
relative-path = { workspace = true }
pathdiff = { workspace = true }
serde_json = { workspace = true, features = ["unbounded_depth"] }
tracing = { workspace = true }
tracing-chrome = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
walkdir = { workspace = true }

swc_core = { version = "65.0.2", features = [
swc_core = { version = "66.0.5", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
Expand Down
Loading
Loading