Skip to content

Commit dacb6cf

Browse files
committed
chore: Publish crates with swc_core v1.0.5
1 parent 715c42c commit dacb6cf

File tree

35 files changed

+64
-53
lines changed

35 files changed

+64
-53
lines changed

.changeset/silly-wolves-suffer.md

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

.changeset/sixty-ladybugs-help.md

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

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
# Changelog
2+
## [unreleased]
3+
4+
### Bug Fixes
5+
6+
7+
8+
- **(bindings)** Update napi to handle string with `\0` ([#9665](https://github.com/swc-project/swc/issues/9665)) ([8f45eaf](https://github.com/swc-project/swc/commit/8f45eaf837d023847c478e562265e141213ce231))
9+
10+
11+
- **(bindings/node)** Add `VisitTsPropertySignature` ([#9670](https://github.com/swc-project/swc/issues/9670)) ([715c42c](https://github.com/swc-project/swc/commit/715c42c0bfe699d822a7e9ea18751d35aac3235d))
12+
13+
14+
- **(es/codegen)** Improve EndsWithAlphaNum ([#9675](https://github.com/swc-project/swc/issues/9675)) ([ba2a942](https://github.com/swc-project/swc/commit/ba2a942f56776e6927b48cfd185d8720052b7409))
15+
16+
17+
- **(es/renamer)** Check `preserved` in normal renaming mode ([#9666](https://github.com/swc-project/swc/issues/9666)) ([87b4e10](https://github.com/swc-project/swc/commit/87b4e10e5dbeb236ee5232d85d3176472fa4a9d0))
18+
19+
### Documentation
20+
21+
22+
23+
- **(contributing)** Document changeset ([#9667](https://github.com/swc-project/swc/issues/9667)) ([602c667](https://github.com/swc-project/swc/commit/602c667b9d435fa9155345952379287cb11e59db))
24+
225
## [1.7.39] - 2024-10-22
326

427
### Bug Fixes

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
@@ -33,11 +33,11 @@ swc_common = { version = "1.0.0", features = [
3333
], path = "../swc_common" }
3434
swc_ecma_ast = { version = "1.0.0", path = "../swc_ecma_ast" }
3535
swc_ecma_codegen = { version = "1.0.0", path = "../swc_ecma_codegen" }
36-
swc_ecma_minifier = { version = "1.0.2", path = "../swc_ecma_minifier", features = [
36+
swc_ecma_minifier = { version = "1.0.3", path = "../swc_ecma_minifier", features = [
3737
"concurrent",
3838
] }
3939
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
40-
swc_ecma_transforms_base = { version = "1.0.0", path = "../swc_ecma_transforms_base" }
40+
swc_ecma_transforms_base = { version = "1.0.1", path = "../swc_ecma_transforms_base" }
4141
swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }
4242
swc_error_reporters = { version = "2.0.0", path = "../swc_error_reporters" }
4343
swc_timer = { version = "1.0.0", path = "../swc_timer" }

crates/swc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ swc_ecma_loader = { version = "1.0.0", path = "../swc_ecma_loader", features = [
8585
"node",
8686
"tsc",
8787
] }
88-
swc_ecma_minifier = { version = "1.0.2", path = "../swc_ecma_minifier" }
88+
swc_ecma_minifier = { version = "1.0.3", path = "../swc_ecma_minifier" }
8989
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
9090
swc_ecma_preset_env = { version = "1.0.0", path = "../swc_ecma_preset_env" }
9191
swc_ecma_transforms = { version = "1.0.0", path = "../swc_ecma_transforms", features = [
@@ -96,7 +96,7 @@ swc_ecma_transforms = { version = "1.0.0", path = "../swc_ecma_transforms", feat
9696
"react",
9797
"typescript",
9898
] }
99-
swc_ecma_transforms_base = { version = "1.0.0", path = "../swc_ecma_transforms_base" }
99+
swc_ecma_transforms_base = { version = "1.0.1", path = "../swc_ecma_transforms_base" }
100100
swc_ecma_transforms_compat = { version = "1.0.0", path = "../swc_ecma_transforms_compat" }
101101
swc_ecma_transforms_optimization = { version = "1.0.0", path = "../swc_ecma_transforms_optimization" }
102102
swc_ecma_utils = { version = "1.0.1", path = "../swc_ecma_utils" }

crates/swc_bundler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ swc_ecma_ast = { version = "1.0.0", path = "../swc_ecma_ast"
4343
swc_ecma_codegen = { version = "1.0.0", path = "../swc_ecma_codegen" }
4444
swc_ecma_loader = { version = "1.0.0", path = "../swc_ecma_loader" }
4545
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
46-
swc_ecma_transforms_base = { version = "1.0.0", path = "../swc_ecma_transforms_base" }
46+
swc_ecma_transforms_base = { version = "1.0.1", path = "../swc_ecma_transforms_base" }
4747
swc_ecma_transforms_optimization = { version = "1.0.0", path = "../swc_ecma_transforms_optimization" }
4848
swc_ecma_utils = { version = "1.0.1", path = "../swc_ecma_utils" }
4949
swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }
@@ -63,7 +63,7 @@ swc_ecma_loader = { version = "1.0.0", path = "../swc_ecma_loader", features = [
6363
"node",
6464
"cache",
6565
] }
66-
swc_ecma_minifier = { version = "1.0.2", path = "../swc_ecma_minifier", features = [
66+
swc_ecma_minifier = { version = "1.0.3", path = "../swc_ecma_minifier", features = [
6767
"concurrent",
6868
] }
6969
swc_ecma_transforms_proposal = { version = "1.0.1", path = "../swc_ecma_transforms_proposal" }

crates/swc_cli_impl/Cargo.toml

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

42-
swc_core = { version = "1.0.4", features = [
42+
swc_core = { version = "1.0.5", features = [
4343
"trace_macro",
4444
"common_concurrent",
4545
"base_concurrent",

crates/swc_compiler_base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ swc_common = { version = "1.0.0", path = "../swc_common", features = [
3030
swc_config = { version = "1.0.0", path = "../swc_config" }
3131
swc_ecma_ast = { version = "1.0.0", path = "../swc_ecma_ast" }
3232
swc_ecma_codegen = { version = "1.0.0", path = "../swc_ecma_codegen" }
33-
swc_ecma_minifier = { version = "1.0.2", path = "../swc_ecma_minifier" }
33+
swc_ecma_minifier = { version = "1.0.3", path = "../swc_ecma_minifier" }
3434
swc_ecma_parser = { version = "1.0.1", path = "../swc_ecma_parser" }
3535
swc_ecma_visit = { version = "1.0.0", path = "../swc_ecma_visit" }
3636
swc_timer = { version = "1.0.0", path = "../swc_timer" }

crates/swc_core/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
name = "swc_core"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "1.0.4"
9+
version = "1.0.5"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -357,11 +357,11 @@ swc_ecma_ast = { optional = true, version = "1.0.0", path =
357357
swc_ecma_codegen = { optional = true, version = "1.0.0", path = "../swc_ecma_codegen" }
358358
swc_ecma_lints = { optional = true, version = "1.0.0", path = "../swc_ecma_lints" }
359359
swc_ecma_loader = { optional = true, version = "1.0.0", path = "../swc_ecma_loader" }
360-
swc_ecma_minifier = { optional = true, version = "1.0.2", path = "../swc_ecma_minifier" }
360+
swc_ecma_minifier = { optional = true, version = "1.0.3", path = "../swc_ecma_minifier" }
361361
swc_ecma_parser = { optional = true, version = "1.0.1", path = "../swc_ecma_parser" }
362362
swc_ecma_preset_env = { optional = true, version = "1.0.0", path = "../swc_ecma_preset_env" }
363363
swc_ecma_quote_macros = { optional = true, version = "1.0.0", path = "../swc_ecma_quote_macros" }
364-
swc_ecma_transforms_base = { optional = true, version = "1.0.0", path = "../swc_ecma_transforms_base" }
364+
swc_ecma_transforms_base = { optional = true, version = "1.0.1", path = "../swc_ecma_transforms_base" }
365365
swc_ecma_transforms_compat = { optional = true, version = "1.0.0", path = "../swc_ecma_transforms_compat" }
366366
swc_ecma_transforms_module = { optional = true, version = "1.0.0", path = "../swc_ecma_transforms_module" }
367367
swc_ecma_transforms_optimization = { optional = true, version = "1.0.0", path = "../swc_ecma_transforms_optimization" }

0 commit comments

Comments
 (0)