Skip to content

Commit

Permalink
chore: Publish crates with swc_core v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 22, 2024
1 parent e0fdd68 commit 4e903e9
Show file tree
Hide file tree
Showing 63 changed files with 140 additions and 148 deletions.
8 changes: 0 additions & 8 deletions .changeset/silent-flowers-agree.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/smart-horses-repeat.md

This file was deleted.

21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,23 @@



- **(@swc/types)** Tsc build file ignored by npm ([#9754](https://github.com/swc-project/swc/issues/9754)) ([14a5c1e](https://github.com/swc-project/swc/commit/14a5c1ebd233ab0e105a1affdf04d689446d80dc))


- **(es)** Source map `super(...args)` calls in injected constructors ([#9745](https://github.com/swc-project/swc/issues/9745)) ([35b0ca0](https://github.com/swc-project/swc/commit/35b0ca007147dea03e911795639c8b032a0fbd28))


- **(es/plugin)** Migrate `swc plugin new` to use `.cargo/config.toml` ([#9740](https://github.com/swc-project/swc/issues/9740)) ([4ffb21e](https://github.com/swc-project/swc/commit/4ffb21ebe6e40f85f8b7f78cd29b10965fe035b1))


- **(es/resolver)** Ignore `VarDecl` with `declare: true` ([#9734](https://github.com/swc-project/swc/issues/9734)) ([aa0f784](https://github.com/swc-project/swc/commit/aa0f784c7d38d106e65e6aae1f0a318f575a0f09))

### Documentation



- **(types)** Document `Assumptions` API ([#9746](https://github.com/swc-project/swc/issues/9746)) ([cd4321c](https://github.com/swc-project/swc/commit/cd4321c88a97a9a6f9d0f972dcebe5e19a1326bb))

### Features


Expand All @@ -19,6 +31,9 @@

- **(plugin)** Update `wasmer` to `v5` ([#9731](https://github.com/swc-project/swc/issues/9731)) ([9b74ccd](https://github.com/swc-project/swc/commit/9b74ccd92cf138d11790178f5817c89e44aa2deb))


- **(visit)** Derive serde for `AstParentKind` ([#9744](https://github.com/swc-project/swc/issues/9744)) ([e0fdd68](https://github.com/swc-project/swc/commit/e0fdd68183b9851050e1a03a903261275872044e))

### Miscellaneous Tasks


Expand Down Expand Up @@ -1463,12 +1478,6 @@
- **(es)** Integrate experimental data API ([#9027](https://github.com/swc-project/swc/issues/9027)) ([825749f](https://github.com/swc-project/swc/commit/825749f44052234ba0de9db3f4cea40517ddd917))


- **(es/minifier)** Support `module: "unknown"` ([#9026](https://github.com/swc-project/swc/issues/9026)) ([cada50b](https://github.com/swc-project/swc/commit/cada50b01746978d7c2c16fd03c3a6672aeed118))


- **(es/renamer)** Workaround a bug of Safari ([#9029](https://github.com/swc-project/swc/issues/9029)) ([54ac992](https://github.com/swc-project/swc/commit/54ac992781fa5a619ee1bcb9f097c3915276d9a3))


- **(es/transforms)** Add an API for returning metadata to JS ([#9022](https://github.com/swc-project/swc/issues/9022)) ([6ce112c](https://github.com/swc-project/swc/commit/6ce112cfebc9be87df7d6e532a67a1af43cc0038))

<!-- generated by git-cliff -->
18 changes: 9 additions & 9 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/binding_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ swc = { optional = true, version = "6.0.0", path = "../swc" }
swc_common = { optional = true, version = "4.0.1", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "6.0.0", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "4.0.0", path = "../swc_ecma_visit" }
swc_ecma_visit = { optional = true, version = "4.0.1", path = "../swc_ecma_visit" }

# Optional deps for the wasm binding macro
anyhow = { workspace = true, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ swc_ecma_minifier = { version = "5.0.0", path = "../swc_ecma_minifier", features
] }
swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" }
swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "5.0.0", path = "../swc_error_reporters" }
swc_timer = { version = "1.0.0", path = "../swc_timer" }
6 changes: 3 additions & 3 deletions crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ swc_ecma_transforms = { version = "6.0.0", path = "../swc_ecma_transforms", feat
"typescript",
] }
swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "6.0.0", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_compat = { version = "6.0.1", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "5.0.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" }
swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "5.0.0", path = "../swc_error_reporters" }
swc_node_comments = { version = "4.0.0", path = "../swc_node_comments" }
swc_plugin_proxy = { version = "4.0.0", path = "../swc_plugin_proxy", optional = true }
Expand Down
6 changes: 3 additions & 3 deletions crates/swc_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_load
swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "5.0.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" }
swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "5.0.0", path = "../swc_fast_graph/" }
swc_graph_analyzer = { version = "4.0.0", path = "../swc_graph_analyzer/" }

Expand All @@ -66,7 +66,7 @@ swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_loader", features = [
swc_ecma_minifier = { version = "5.0.0", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_transforms_proposal = { version = "5.0.0", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_proposal = { version = "5.0.1", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "5.0.0", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "5.0.0", path = "../swc_ecma_transforms_typescript" }
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
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 @@ -32,7 +32,7 @@ swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "5.0.0", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" }
swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" }
swc_timer = { version = "1.0.0", path = "../swc_timer" }

[dependencies.napi-derive]
Expand Down
10 changes: 5 additions & 5 deletions crates/swc_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ swc_css_modules = { optional = true, version = "4.0.0", path =
swc_css_parser = { optional = true, version = "4.0.0", path = "../swc_css_parser" }
swc_css_prefixer = { optional = true, version = "4.0.0", path = "../swc_css_prefixer" }
swc_css_utils = { optional = true, version = "4.0.0", path = "../swc_css_utils/" }
swc_css_visit = { optional = true, version = "4.0.0", path = "../swc_css_visit" }
swc_css_visit = { optional = true, version = "4.0.1", path = "../swc_css_visit" }
swc_ecma_ast = { optional = true, version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_codegen = { optional = true, version = "4.0.2", path = "../swc_ecma_codegen" }
swc_ecma_lints = { optional = true, version = "5.0.0", path = "../swc_ecma_lints" }
Expand All @@ -362,16 +362,16 @@ swc_ecma_parser = { optional = true, version = "5.0.0", path =
swc_ecma_preset_env = { optional = true, version = "6.0.0", path = "../swc_ecma_preset_env" }
swc_ecma_quote_macros = { optional = true, version = "5.0.0", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "5.0.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { optional = true, version = "6.0.0", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_compat = { optional = true, version = "6.0.1", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_optimization = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_proposal = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_proposal = { optional = true, version = "5.0.1", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms_typescript" }
swc_ecma_usage_analyzer = { optional = true, version = "5.0.0", path = "../swc_ecma_usage_analyzer" }
swc_ecma_utils = { optional = true, version = "5.0.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "4.0.0", path = "../swc_ecma_visit" }
swc_ecma_utils = { optional = true, version = "5.0.1", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "4.0.1", path = "../swc_ecma_visit" }
swc_malloc = { optional = true, version = "1.0.0", path = "../swc_malloc" }
swc_node_bundler = { optional = true, version = "6.0.0", path = "../swc_node_bundler" }
swc_nodejs_common = { optional = true, version = "1.0.0", path = "../swc_nodejs_common" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ swc_css_modules = { version = "4.0.0", path = "../swc_css_modules", optional =
swc_css_parser = { version = "4.0.0", path = "../swc_css_parser" }
swc_css_prefixer = { version = "4.0.0", path = "../swc_css_prefixer", optional = true }
swc_css_utils = { version = "4.0.0", path = "../swc_css_utils/" }
swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" }
swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" }
2 changes: 1 addition & 1 deletion crates/swc_css_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ swc_common = { version = "4.0.1", path = "../swc_common", features = [
"sourcemap",
] }
swc_css_parser = { version = "4.0.0", path = "../swc_css_parser" }
swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" }
swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" }
testing = { version = "4.0.0", path = "../testing" }
2 changes: 1 addition & 1 deletion crates/swc_css_compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.1", path = "../swc_common" }
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" }
swc_css_utils = { version = "4.0.0", path = "../swc_css_utils/" }
swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" }
swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" }

[dev-dependencies]
swc_css_codegen = { version = "4.0.0", path = "../swc_css_codegen" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_cached = { version = "1.0.0", path = "../swc_cached" }
swc_common = { version = "4.0.1", path = "../swc_common" }
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" }
swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" }
swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" }

[dev-dependencies]
serde_json = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_minifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.1", path = "../swc_common" }
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" }
swc_css_utils = { version = "4.0.0", path = "../swc_css_utils/" }
swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" }
swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" }

[dev-dependencies]
codspeed-criterion-compat = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ swc_common = { version = "4.0.1", path = "../swc_common" }
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" }
swc_css_codegen = { version = "4.0.0", path = "../swc_css_codegen" }
swc_css_parser = { version = "4.0.0", path = "../swc_css_parser" }
swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" }
swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" }

[dev-dependencies]
indexmap = { workspace = true, features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde_json = { workspace = true }
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast", features = [
"serde-impl",
] }
swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" }
swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" }
swc_malloc = { version = "1.0.0", path = "../swc_malloc" }
testing = { version = "4.0.0", path = "../testing" }

Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_prefixer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.1", path = "../swc_common" }
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" }
swc_css_utils = { version = "4.0.0", path = "../swc_css_utils/" }
swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" }
swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" }

[dev-dependencies]
swc_css_codegen = { version = "4.0.0", path = "../swc_css_codegen" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ serde_json = { workspace = true }
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.1", path = "../swc_common" }
swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" }
swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" }
swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" }
2 changes: 1 addition & 1 deletion crates/swc_css_visit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_css_visit"
repository = "https://github.com/swc-project/swc.git"
version = "4.0.0"
version = "4.0.1"

[package.metadata.docs.rs]
all-features = true
Expand Down
6 changes: 3 additions & 3 deletions crates/swc_ecma_compat_bugfixes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ version = "5.0.0"
swc_atoms = { version = "2.0.0", path = "../swc_atoms" }
swc_common = { version = "4.0.1", path = "../swc_common" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_compat_es2015 = { version = "5.0.0", path = "../swc_ecma_compat_es2015" }
swc_ecma_compat_es2015 = { version = "5.0.1", path = "../swc_ecma_compat_es2015" }
swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" }
swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "4.0.1", 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_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ version = "5.0.0"
[dependencies]
swc_common = { version = "4.0.1", path = "../swc_common" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" }
swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
6 changes: 3 additions & 3 deletions crates/swc_ecma_compat_es2015/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es2015"
repository = "https://github.com/swc-project/swc.git"
version = "5.0.0"
version = "5.0.1"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -30,8 +30,8 @@ swc_ecma_compat_common = { version = "5.0.0", path = "../swc_ecma_compat_co
swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "5.0.0", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" }
swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "4.0.1", 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 @@ -18,8 +18,8 @@ swc_common = { version = "4.0.1", path = "../swc_common" }
swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" }
swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
tracing = { workspace = true }

Expand Down
Loading

0 comments on commit 4e903e9

Please sign in to comment.