chore: Bump crates

This commit is contained in:
SWC Bot 2024-02-13 07:05:36 +00:00
parent 762959c72d
commit 07bbfbd2a4
4 changed files with 11 additions and 8 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Features
- **(swc_core)** Expose ES linter ([#8635](https://github.com/swc-project/swc/issues/8635)) ([762959c](https://github.com/swc-project/swc/commit/762959c72d08994c2ad7c4f43405e591cc6af6eb))
### Testing
@ -1449,9 +1455,6 @@
- **(es/minifier)** Respect `toplevel` and `module` options ([#7671](https://github.com/swc-project/swc/issues/7671)) ([9893bd2](https://github.com/swc-project/swc/commit/9893bd2d43de60978dd28c44c8e4032170b11987))
- **(es/minifier)** Respect top-level when invoking IIFE ([#7690](https://github.com/swc-project/swc/issues/7690)) ([bf72362](https://github.com/swc-project/swc/commit/bf723625b02204c4d2e9228d53ac53c9d41221a1))
<!-- generated by git-cliff -->

4
Cargo.lock generated
View File

@ -3802,7 +3802,7 @@ dependencies = [
[[package]]
name = "swc_cli_impl"
version = "0.8.8"
version = "0.8.9"
dependencies = [
"anyhow",
"assert_cmd",
@ -3907,7 +3907,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.90.8"
version = "0.90.9"
dependencies = [
"anyhow",
"binding_macros",

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli_impl"
repository = "https://github.com/swc-project/swc.git"
version = "0.8.8"
version = "0.8.9"
[[bin]]
name = "swc"
@ -40,7 +40,7 @@ tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
walkdir = "2"
swc_core = { version = "0.90.8", features = [
swc_core = { version = "0.90.9", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.90.8"
version = "0.90.9"
[package.metadata.docs.rs]
features = [
"allocator_node",