Skip to content

Commit

Permalink
chore: Publish crates with swc_core v10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 10, 2025
1 parent 5709bc2 commit 6490bc5
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 27 deletions.
6 changes: 0 additions & 6 deletions .changeset/metal-penguins-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-pants-agree.md

This file was deleted.

30 changes: 24 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,30 @@

- **(es/parser)** Fix context of dynamic import type ([#9852](https://github.com/swc-project/swc/issues/9852)) ([caa7f37](https://github.com/swc-project/swc/commit/caa7f370ff2003983a3448a2b7e6f0f6d6224b86))

### Documentation



- Update the link to the team ([0fcdc31](https://github.com/swc-project/swc/commit/0fcdc3143592fe45522c885796dcb826d8992c75))

### Features



- **(ts/fast-strip)** Distinguish invalid vs unsupported ([#9846](https://github.com/swc-project/swc/issues/9846)) ([5709bc2](https://github.com/swc-project/swc/commit/5709bc2205e17540d55d459cd2208a3110e073c9))

### Testing



- **(parallel)** Add test to debug segfault on windows x64 ([#9857](https://github.com/swc-project/swc/issues/9857)) ([ae53a35](https://github.com/swc-project/swc/commit/ae53a359c331ae9bcf93f94e7067381e2e6f1629))

### Build



- Update `wasmer` to `v5.0.5-rc1` ([#9860](https://github.com/swc-project/swc/issues/9860)) ([615ae93](https://github.com/swc-project/swc/commit/615ae9302e5000963f461f2e322d4a6fd6ad12d7))

## [1.10.6] - 2025-01-07

### Performance
Expand Down Expand Up @@ -1529,12 +1553,6 @@



- **(es/lexer)** Reduce allocation while lexing identifiers ([#9076](https://github.com/swc-project/swc/issues/9076)) ([69f00b8](https://github.com/swc-project/swc/commit/69f00b85d465e882ec33642d6e8ed22dbe3c3fb2))


- **(es/lexer)** Add a fast-path to template literal lexer ([#9080](https://github.com/swc-project/swc/issues/9080)) ([238f1c5](https://github.com/swc-project/swc/commit/238f1c50e5b27a8655e10ac2b2be723b62233931))


- **(es/lexer)** Add fast-path to jsx lexer ([#9081](https://github.com/swc-project/swc/issues/9081)) ([af58606](https://github.com/swc-project/swc/commit/af586069a922525dc24b5f59aefaf53daed7759a))

<!-- generated by git-cliff -->
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/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ 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" }
swc_plugin_proxy = { version = "5.0.0", path = "../swc_plugin_proxy", optional = true }
swc_plugin_runner = { version = "5.0.0", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_plugin_runner = { version = "5.1.0", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_timer = { version = "1.0.0", path = "../swc_timer" }
swc_transform_common = { version = "1.0.0", path = "../swc_transform_common" }
swc_typescript = { version = "6.0.0", path = "../swc_typescript" }
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.0.2", features = [
swc_core = { version = "10.1.0", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
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 = "10.0.2"
version = "10.1.0"
[package.metadata.docs.rs]
features = [
"allocator_node",
Expand Down Expand Up @@ -384,7 +384,7 @@ swc_typescript = { optional = true, version = "6.0.0", path =
testing = { optional = true, version = "5.0.0", path = "../testing" }
# TODO: eventually swc_plugin_runner needs to remove default features
swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features = false }
swc_plugin_runner = { optional = true, version = "5.0.0", path = "../swc_plugin_runner", default-features = false }
swc_plugin_runner = { optional = true, version = "5.1.0", path = "../swc_plugin_runner", default-features = false }

[build-dependencies]
vergen = { workspace = true, features = ["cargo"] }
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 @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = { workspace = true }
name = "swc_fast_ts_strip"
repository = { workspace = true }
version = "7.0.0"
version = "7.1.0"


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_plugin_runner/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_plugin_runner"
repository = { workspace = true }
version = "5.0.0"
version = "5.1.0"

[lib]
bench = false
Expand Down

0 comments on commit 6490bc5

Please sign in to comment.