Skip to content

Commit

Permalink
chore: Publish crates with swc_core v10.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 20, 2025
1 parent 2687231 commit e222f0d
Show file tree
Hide file tree
Showing 46 changed files with 124 additions and 139 deletions.
9 changes: 0 additions & 9 deletions .changeset/calm-frogs-search.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/friendly-crews-breathe.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/old-foxes-train.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tall-flowers-remember.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-tigers-approve.md

This file was deleted.

52 changes: 35 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
# Changelog
## [unreleased]

### Documentation



- **(es/parallel)** Improve document of `Parallel` ([#9896](https://github.com/swc-project/swc/issues/9896)) ([9962c9c](https://github.com/swc-project/swc/commit/9962c9c98d8a30623b4680303e398ae57da6d6a9))

### Features



- **(es/minifier)** Print total size from `minify-all` example ([#9897](https://github.com/swc-project/swc/issues/9897)) ([134000f](https://github.com/swc-project/swc/commit/134000fe93029c3af887726e5be6da1fd812e330))

### Miscellaneous Tasks



- **(es/minifier)** Print slow files from `minify-all` example ([#9899](https://github.com/swc-project/swc/issues/9899)) ([2d87b89](https://github.com/swc-project/swc/commit/2d87b897e6f62e07aee3b0741d3e961190986763))

### Performance



- **(es/minifier)** Make character frequency analysis parallel ([#9895](https://github.com/swc-project/swc/issues/9895)) ([ca2fd1e](https://github.com/swc-project/swc/commit/ca2fd1ebdf94270efdb319379551de31f41428a2))


- **(es/minifier)** Parallelize handling of class members ([#9900](https://github.com/swc-project/swc/issues/9900)) ([ed74839](https://github.com/swc-project/swc/commit/ed748394be54b9e4e212717007b430aa169667e9))


- **(es/minifier)** Adjust threshold for parallel char frequency calculation ([#9901](https://github.com/swc-project/swc/issues/9901)) ([47ea8de](https://github.com/swc-project/swc/commit/47ea8de2777051bce249f666b10580f168d8d72a))


- **(es/minifier)** Do heavy operation only if required ([#9902](https://github.com/swc-project/swc/issues/9902)) ([2687231](https://github.com/swc-project/swc/commit/26872310f60d4de40e717cd30e7bf856bad3edba))

## [1.10.8] - 2025-01-19

### Bug Fixes
Expand Down Expand Up @@ -1500,12 +1535,6 @@

## [1.6.7] - 2024-07-03

### Bug Fixes



- **(es/compat)** Do not reuse span ([#9117](https://github.com/swc-project/swc/issues/9117)) ([6520052](https://github.com/swc-project/swc/commit/652005243260f46074595a6c031f7b82fa85302d))

### Documentation


Expand All @@ -1521,9 +1550,6 @@

- **(es/minifier)** Handle more indexing expression ([#8750](https://github.com/swc-project/swc/issues/8750)) ([570c47a](https://github.com/swc-project/swc/commit/570c47a9acd7363428f58dfea2f41c097f73ec1f))


- **(preset-env)** Upgrade `browserslist-rs` ([#9023](https://github.com/swc-project/swc/issues/9023)) ([18d6277](https://github.com/swc-project/swc/commit/18d6277e4c68474333349a5b413ad30e59813483))

### Performance


Expand Down Expand Up @@ -1551,12 +1577,4 @@

- **(bindings)** Fix build of typescript binding ([#9125](https://github.com/swc-project/swc/issues/9125)) ([f409bc0](https://github.com/swc-project/swc/commit/f409bc09d5613db8342e98552efc520f9c2c393c))

## [1.6.6] - 2024-06-29

### Bug Fixes



- **(es/lexer)** Fix lexing of `\r\n` in JSX ([#9112](https://github.com/swc-project/swc/issues/9112)) ([2a0ebec](https://github.com/swc-project/swc/commit/2a0ebec0f5e51d5cba1c1981215a893834c63255))

<!-- generated by git-cliff -->
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ swc_common = { version = "5.0.0", features = [
], path = "../swc_common" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "5.1.0", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "7.2.0", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "7.3.0", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "6.0.0", path = "../swc_error_reporters" }
swc_timer = { version = "1.0.0", path = "../swc_timer" }
12 changes: 6 additions & 6 deletions crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ swc_config = { version = "1.0.0", path = "../swc_config" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "5.1.0", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "7.0.0", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "7.0.0", path = "../swc_ecma_lints" }
swc_ecma_lints = { version = "7.0.1", path = "../swc_ecma_lints" }
swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", features = [
"cache",
"node",
"tsc",
] }
swc_ecma_minifier = { version = "7.2.0", path = "../swc_ecma_minifier" }
swc_ecma_minifier = { version = "7.3.0", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "9.0.0", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "9.0.0", path = "../swc_ecma_transforms", features = [
Expand All @@ -99,10 +99,10 @@ swc_ecma_transforms = { version = "9.0.0", path = "../swc_ecma_transforms", feat
"react",
"typescript",
] }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "8.0.0", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "7.1.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_transforms_optimization = { version = "7.1.1", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "6.0.0", path = "../swc_error_reporters" }
swc_node_comments = { version = "5.0.0", path = "../swc_node_comments" }
Expand Down Expand Up @@ -139,7 +139,7 @@ codspeed-criterion-compat = { workspace = true }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast", features = [
"serde-impl",
] }
swc_ecma_lints = { version = "7.0.0", path = "../swc_ecma_lints", features = [
swc_ecma_lints = { version = "7.0.1", path = "../swc_ecma_lints", features = [
"non_critical_lints",
] }
swc_ecma_testing = { version = "5.0.0", path = "../swc_ecma_testing" }
Expand Down
8 changes: 4 additions & 4 deletions crates/swc_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast"
swc_ecma_codegen = { version = "5.1.0", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "7.1.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "7.1.1", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "6.0.0", path = "../swc_fast_graph/" }
swc_graph_analyzer = { version = "5.0.0", path = "../swc_graph_analyzer/" }
Expand All @@ -63,7 +63,7 @@ swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", features = [
"node",
"cache",
] }
swc_ecma_minifier = { version = "7.2.0", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "7.3.0", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_transforms_proposal = { version = "7.0.1", path = "../swc_ecma_transforms_proposal" }
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 = "10.4.0", features = [
swc_core = { version = "10.5.0", 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 @@ -30,7 +30,7 @@ swc_common = { version = "5.0.0", path = "../swc_common", features = [
swc_config = { version = "1.0.0", path = "../swc_config" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "5.1.0", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "7.2.0", path = "../swc_ecma_minifier" }
swc_ecma_minifier = { version = "7.3.0", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_timer = { version = "1.0.0", path = "../swc_timer" }
Expand Down
12 changes: 6 additions & 6 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 = "10.4.0"
version = "10.5.0"
[package.metadata.docs.rs]
features = [
"allocator_node",
Expand Down Expand Up @@ -355,22 +355,22 @@ swc_css_utils = { optional = true, version = "5.0.0", path =
swc_css_visit = { optional = true, version = "5.0.0", path = "../swc_css_visit" }
swc_ecma_ast = { optional = true, version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_codegen = { optional = true, version = "5.1.0", path = "../swc_ecma_codegen" }
swc_ecma_lints = { optional = true, version = "7.0.0", path = "../swc_ecma_lints" }
swc_ecma_lints = { optional = true, version = "7.0.1", path = "../swc_ecma_lints" }
swc_ecma_loader = { optional = true, version = "5.0.0", path = "../swc_ecma_loader" }
swc_ecma_minifier = { optional = true, version = "7.2.0", path = "../swc_ecma_minifier" }
swc_ecma_minifier = { optional = true, version = "7.3.0", path = "../swc_ecma_minifier" }
swc_ecma_parser = { optional = true, version = "6.0.2", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { optional = true, version = "9.0.0", path = "../swc_ecma_preset_env" }
swc_ecma_quote_macros = { optional = true, version = "6.0.0", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { optional = true, version = "7.1.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { optional = true, version = "8.0.0", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { optional = true, version = "8.0.0", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_optimization = { optional = true, version = "7.1.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_optimization = { optional = true, version = "7.1.1", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_proposal = { optional = true, version = "7.0.1", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "7.0.0", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { optional = true, version = "7.0.1", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { optional = true, version = "7.0.0", path = "../swc_ecma_transforms_typescript" }
swc_ecma_usage_analyzer = { optional = true, version = "7.0.0", path = "../swc_ecma_usage_analyzer" }
swc_ecma_utils = { optional = true, version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { optional = true, version = "7.0.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "5.0.0", path = "../swc_ecma_visit" }
swc_malloc = { optional = true, version = "1.0.0", path = "../swc_malloc" }
swc_node_bundler = { optional = true, version = "10.0.0", path = "../swc_node_bundler" }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_bugfixes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ swc_atoms = { version = "3.0.3", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_compat_es2015 = { version = "7.0.0", path = "../swc_ecma_compat_es2015" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
tracing = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ version = "7.0.0"
[dependencies]
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_es2015/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ swc_common = { version = "5.0.0", path = "../swc_common" }
swc_config = { version = "1.0.0", path = "../swc_config" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_compat_common = { version = "7.0.0", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "7.0.0", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
tracing = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_es2016/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ version = "7.0.0"
swc_atoms = { version = "3.0.3", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
tracing = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_es2017/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ tracing = { workspace = true }
swc_atoms = { version = "3.0.3", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }

Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_es2018/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ swc_atoms = { version = "3.0.3", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_compat_common = { version = "7.0.0", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }

Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_es2019/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ tracing = { workspace = true }
swc_atoms = { version = "3.0.3", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }

Expand Down
Loading

0 comments on commit e222f0d

Please sign in to comment.