Skip to content

Commit 1c6544e

Browse files
committed
chore: Publish crates with swc_core v33.0.3
1 parent 452fc98 commit 1c6544e

File tree

42 files changed

+91
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+91
-90
lines changed

.changeset/cool-news-begin.md

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

.changeset/quick-snakes-warn.md

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

.changeset/selfish-colts-smell.md

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

CHANGELOG-CORE.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
55

66

77

8+
- **(es/decorators)** Handle empty class members ([#10892](https://github.com/swc-project/swc/issues/10892)) ([fe44972](https://github.com/swc-project/swc/commit/fe44972aaab79f2269ee2e401fa4467638b8c84e))
9+
10+
11+
- **(es/minifier)** Hoist props when only props are used ([#10891](https://github.com/swc-project/swc/issues/10891)) ([452fc98](https://github.com/swc-project/swc/commit/452fc989c41b18551682299dea52cfac11a8444c))
12+
13+
14+
- **(es/parser)** Fix parsing of JSX identifiers ([#10894](https://github.com/swc-project/swc/issues/10894)) ([0047c39](https://github.com/swc-project/swc/commit/0047c39df08f183ab0a45eca2b4e4314be71379d))
15+
16+
### Testing
17+
18+
19+
20+
- **(es/minify)** Verify fixed issue ([#10888](https://github.com/swc-project/swc/issues/10888)) ([86c1dca](https://github.com/swc-project/swc/commit/86c1dca11836b2a035b3fe159ecc260043ca8720))
21+
22+
## [[email protected]] - 2025-07-18
23+
24+
### Bug Fixes
25+
26+
27+
828
- **(es/compat)** Properly handle rest assignment in for-in/of RHS ([#10883](https://github.com/swc-project/swc/issues/10883)) ([5d11851](https://github.com/swc-project/swc/commit/5d118515b5f704f25c6240dfda593317db001ff4))
929

1030

@@ -2695,12 +2715,4 @@
26952715

26962716
- **(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))
26972717

2698-
## [[email protected]] - 2025-01-07
2699-
2700-
### Performance
2701-
2702-
2703-
2704-
- **(es/minifier)** Speed up `merge_sequences_in_exprs` by caching computation ([#9843](https://github.com/swc-project/swc/issues/9843)) ([6e5632f](https://github.com/swc-project/swc/commit/6e5632fa413c73ea5e1393a0b28b93d4000a3ac1))
2705-
27062718
<!-- generated by git-cliff -->

CHANGELOG.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,23 @@
88
- **(es/compat)** Properly handle rest assignment in for-in/of RHS ([#10883](https://github.com/swc-project/swc/issues/10883)) ([5d11851](https://github.com/swc-project/swc/commit/5d118515b5f704f25c6240dfda593317db001ff4))
99

1010

11+
- **(es/decorators)** Handle empty class members ([#10892](https://github.com/swc-project/swc/issues/10892)) ([fe44972](https://github.com/swc-project/swc/commit/fe44972aaab79f2269ee2e401fa4467638b8c84e))
12+
13+
14+
- **(es/minifier)** Hoist props when only props are used ([#10891](https://github.com/swc-project/swc/issues/10891)) ([452fc98](https://github.com/swc-project/swc/commit/452fc989c41b18551682299dea52cfac11a8444c))
15+
16+
17+
- **(es/parser)** Fix parsing of JSX identifiers ([#10894](https://github.com/swc-project/swc/issues/10894)) ([0047c39](https://github.com/swc-project/swc/commit/0047c39df08f183ab0a45eca2b4e4314be71379d))
18+
19+
1120
- **(ts/fast-strip)** Strip private method overloads ([#10886](https://github.com/swc-project/swc/issues/10886)) ([cdb6e87](https://github.com/swc-project/swc/commit/cdb6e87291250103b1f54e90a863ca476d7624b0))
1221

22+
### Testing
23+
24+
25+
26+
- **(es/minify)** Verify fixed issue ([#10888](https://github.com/swc-project/swc/issues/10888)) ([86c1dca](https://github.com/swc-project/swc/commit/86c1dca11836b2a035b3fe159ecc260043ca8720))
27+
1328
## [1.13.0] - 2025-07-17
1429

1530
### Bug Fixes
@@ -2180,12 +2195,4 @@
21802195

21812196
## [1.10.6] - 2025-01-07
21822197

2183-
### Performance
2184-
2185-
2186-
2187-
- **(es/minifier)** Speed up `merge_sequences_in_exprs` by caching computation ([#9843](https://github.com/swc-project/swc/issues/9843)) ([6e5632f](https://github.com/swc-project/swc/commit/6e5632fa413c73ea5e1393a0b28b93d4000a3ac1))
2188-
2189-
## [1.10.5] - 2025-01-07
2190-
21912198
<!-- generated by git-cliff -->

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -31,10 +31,10 @@ swc_common = { version = "14.0.1", features = [
3131
], path = "../swc_common" }
3232
swc_ecma_ast = { version = "14.0.0", path = "../swc_ecma_ast" }
3333
swc_ecma_codegen = { version = "16.0.0", path = "../swc_ecma_codegen" }
34-
swc_ecma_minifier = { version = "27.0.1", path = "../swc_ecma_minifier", features = [
34+
swc_ecma_minifier = { version = "27.0.2", path = "../swc_ecma_minifier", features = [
3535
"concurrent",
3636
] }
37-
swc_ecma_parser = { version = "21.0.0", path = "../swc_ecma_parser" }
37+
swc_ecma_parser = { version = "21.0.1", path = "../swc_ecma_parser" }
3838
swc_ecma_transforms_base = { version = "22.0.0", path = "../swc_ecma_transforms_base" }
3939
swc_ecma_visit = { version = "14.0.0", path = "../swc_ecma_visit" }
4040
swc_error_reporters = { version = "16.0.1", path = "../swc_error_reporters" }

crates/jsdoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ swc_common = { version = "14.0.1", path = "../swc_common" }
2424

2525
[dev-dependencies]
2626
dashmap = { workspace = true }
27-
swc_ecma_parser = { version = "21.0.0", path = "../swc_ecma_parser" }
27+
swc_ecma_parser = { version = "21.0.1", path = "../swc_ecma_parser" }
2828
testing = { version = "15.0.0", path = "../testing" }

crates/swc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ swc_ecma_loader = { version = "14.0.0", path = "../swc_ecma_loader", features =
9090
"node",
9191
"tsc",
9292
] }
93-
swc_ecma_minifier = { version = "27.0.1", path = "../swc_ecma_minifier" }
94-
swc_ecma_parser = { version = "21.0.0", path = "../swc_ecma_parser" }
93+
swc_ecma_minifier = { version = "27.0.2", path = "../swc_ecma_minifier" }
94+
swc_ecma_parser = { version = "21.0.1", path = "../swc_ecma_parser" }
9595
swc_ecma_preset_env = { version = "27.0.0", path = "../swc_ecma_preset_env" }
9696
swc_ecma_transforms = { version = "26.0.0", path = "../swc_ecma_transforms", features = [
9797
"compat",

crates/swc_bundler/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ swc_common = { version = "14.0.1", path = "../swc_common"
4242
swc_ecma_ast = { version = "14.0.0", path = "../swc_ecma_ast" }
4343
swc_ecma_codegen = { version = "16.0.0", path = "../swc_ecma_codegen" }
4444
swc_ecma_loader = { version = "14.0.0", path = "../swc_ecma_loader" }
45-
swc_ecma_parser = { version = "21.0.0", path = "../swc_ecma_parser" }
45+
swc_ecma_parser = { version = "21.0.1", path = "../swc_ecma_parser" }
4646
swc_ecma_transforms_base = { version = "22.0.0", path = "../swc_ecma_transforms_base" }
4747
swc_ecma_transforms_optimization = { version = "23.0.0", path = "../swc_ecma_transforms_optimization" }
4848
swc_ecma_utils = { version = "19.0.0", path = "../swc_ecma_utils" }
@@ -62,13 +62,13 @@ swc_ecma_loader = { version = "14.0.0", path = "../swc_ecma_loader", features =
6262
"node",
6363
"cache",
6464
] }
65-
swc_ecma_minifier = { version = "27.0.1", path = "../swc_ecma_minifier", features = [
65+
swc_ecma_minifier = { version = "27.0.2", path = "../swc_ecma_minifier", features = [
6666
"concurrent",
6767
] }
6868
swc_ecma_transforms_base = { version = "22.0.0", path = "../swc_ecma_transforms_base", features = [
6969
"inline-helpers",
7070
] }
71-
swc_ecma_transforms_proposal = { version = "22.0.0", path = "../swc_ecma_transforms_proposal" }
71+
swc_ecma_transforms_proposal = { version = "22.0.1", path = "../swc_ecma_transforms_proposal" }
7272
swc_ecma_transforms_react = { version = "24.0.0", path = "../swc_ecma_transforms_react" }
7373
swc_ecma_transforms_typescript = { version = "24.0.0", path = "../swc_ecma_transforms_typescript" }
7474
swc_malloc = { version = "1.2.3", path = "../swc_malloc" }

0 commit comments

Comments
 (0)