Skip to content

Commit

Permalink
chore: Bump crates
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Mar 4, 2024
1 parent baba663 commit 7a5c7df
Show file tree
Hide file tree
Showing 44 changed files with 213 additions and 213 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
- **(es/parser)** Check for existence of modifiers while parsing `accessor` token ([#8649](https://github.com/swc-project/swc/issues/8649)) ([ca23a33](https://github.com/swc-project/swc/commit/ca23a3353cefb0064ab28d10ea86634be5a0c191))


- **(es/typescript)** Handle accessibility in private method ([#8689](https://github.com/swc-project/swc/issues/8689)) ([baba663](https://github.com/swc-project/swc/commit/baba66346403da84db3083d22f4afbba4f6a9bfb))


- **(es/visit)** Skip `TsExprWithTypeArgs` from `noop_visit/fold_type` macros ([#8677](https://github.com/swc-project/swc/issues/8677)) ([a7a00aa](https://github.com/swc-project/swc/commit/a7a00aafb9ead8cb536e1205087b371e20a795b3))

### Documentation
Expand Down Expand Up @@ -1415,9 +1418,6 @@

- **(es/minifier)** Abort on `Array.slice` with `start >= end` ([#7745](https://github.com/swc-project/swc/issues/7745)) ([36ccbec](https://github.com/swc-project/swc/commit/36ccbec06130a55bc0707a0096a56558a77a1ceb))


- **(es/utils)** Ignore `typeof Id` while preserving side effects ([#7763](https://github.com/swc-project/swc/issues/7763)) ([d57ac0d](https://github.com/swc-project/swc/commit/d57ac0dd28cdefef63a18d53565154e65ee8b838))

### Refactor


Expand Down
48 changes: 24 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ swc_common = { version = "0.33.18", features = [
"tty-emitter",
], path = "../swc_common" }
swc_ecma_ast = { version = "0.112.4", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.148.8", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "0.148.9", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.192.12", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "0.143.6", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.137.11", path = "../swc_ecma_transforms_base" }
swc_ecma_parser = { version = "0.143.7", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.137.12", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.98.5", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.17", path = "../swc_error_reporters" }
swc_timer = { version = "0.21.19", path = "../swc_timer" }
4 changes: 2 additions & 2 deletions crates/jsdoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "jsdoc"
version = "0.112.6"
version = "0.112.7"

[lib]
bench = false
Expand All @@ -26,5 +26,5 @@ anyhow = "1"
dashmap = "5.4.0"

swc_ecma_ast = { version = "0.112.4", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.143.6", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "0.143.7", path = "../swc_ecma_parser" }
testing = { version = "0.35.19", path = "../testing" }
16 changes: 8 additions & 8 deletions crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@ swc_common = { version = "0.33.18", path = "../swc_common", features = [
swc_compiler_base = { version = "0.7.12", path = "../swc_compiler_base" }
swc_config = { version = "0.1.11", path = "../swc_config" }
swc_ecma_ast = { version = "0.112.4", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.148.8", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "0.113.8", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.92.13", path = "../swc_ecma_lints" }
swc_ecma_codegen = { version = "0.148.9", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "0.113.9", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.92.14", path = "../swc_ecma_lints" }
swc_ecma_loader = { version = "0.45.21", path = "../swc_ecma_loader", features = [
"cache",
"node",
"tsc",
] }
swc_ecma_minifier = { version = "0.192.12", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.143.6", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "0.143.7", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "0.206.12", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.229.12", path = "../swc_ecma_transforms", features = [
"compat",
Expand All @@ -95,10 +95,10 @@ swc_ecma_transforms = { version = "0.229.12", path = "../swc_ecma_transforms", f
"react",
"typescript",
] }
swc_ecma_transforms_base = { version = "0.137.11", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.163.11", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_base = { version = "0.137.12", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.163.12", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.198.12", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.127.8", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.127.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.98.5", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.17", path = "../swc_error_reporters" }
swc_node_comments = { version = "0.20.17", path = "../swc_node_comments" }
Expand Down Expand Up @@ -127,7 +127,7 @@ rayon = "1.7.0"
swc_ecma_ast = { version = "0.112.4", path = "../swc_ecma_ast", features = [
"serde-impl",
] }
swc_ecma_lints = { version = "0.92.13", path = "../swc_ecma_lints", features = [
swc_ecma_lints = { version = "0.92.14", path = "../swc_ecma_lints", features = [
"non_critical_lints",
] }
swc_ecma_testing = { version = "0.22.20", path = "../swc_ecma_testing" }
Expand Down
8 changes: 4 additions & 4 deletions crates/swc_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ tracing = "0.1.37"
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
swc_common = { version = "0.33.18", path = "../swc_common" }
swc_ecma_ast = { version = "0.112.4", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.148.8", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "0.148.9", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "0.45.21", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.143.6", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.137.11", path = "../swc_ecma_transforms_base" }
swc_ecma_parser = { version = "0.143.7", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.137.12", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.198.12", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.127.8", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.127.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.98.5", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "0.21.18", path = "../swc_fast_graph/" }
swc_graph_analyzer = { version = "0.22.20", path = "../swc_graph_analyzer/" }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_compiler_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ swc_common = { version = "0.33.18", path = "../swc_common", features = [
] }
swc_config = { version = "0.1.11", path = "../swc_config" }
swc_ecma_ast = { version = "0.112.4", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.148.8", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "0.148.9", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.192.12", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.143.6", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "0.143.7", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "0.98.5", path = "../swc_ecma_visit" }
swc_timer = { version = "0.21.19", path = "../swc_timer" }

Expand Down
18 changes: 9 additions & 9 deletions crates/swc_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -343,23 +343,23 @@ swc_css_prefixer = { optional = true, version = "0.153.33", path
swc_css_utils = { optional = true, version = "0.137.19", path = "../swc_css_utils/" }
swc_css_visit = { optional = true, version = "0.139.19", path = "../swc_css_visit" }
swc_ecma_ast = { optional = true, version = "0.112.4", path = "../swc_ecma_ast" }
swc_ecma_codegen = { optional = true, version = "0.148.8", path = "../swc_ecma_codegen" }
swc_ecma_lints = { optional = true, version = "0.92.13", path = "../swc_ecma_lints" }
swc_ecma_codegen = { optional = true, version = "0.148.9", path = "../swc_ecma_codegen" }
swc_ecma_lints = { optional = true, version = "0.92.14", path = "../swc_ecma_lints" }
swc_ecma_loader = { optional = true, version = "0.45.21", path = "../swc_ecma_loader" }
swc_ecma_minifier = { optional = true, version = "0.192.12", path = "../swc_ecma_minifier" }
swc_ecma_parser = { optional = true, version = "0.143.6", path = "../swc_ecma_parser" }
swc_ecma_parser = { optional = true, version = "0.143.7", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { optional = true, version = "0.206.12", path = "../swc_ecma_preset_env" }
swc_ecma_quote_macros = { optional = true, version = "0.54.9", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "0.137.11", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { optional = true, version = "0.163.11", path = "../swc_ecma_transforms_compat" }
swc_ecma_quote_macros = { optional = true, version = "0.54.10", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "0.137.12", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { optional = true, version = "0.163.12", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { optional = true, version = "0.180.12", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_optimization = { optional = true, version = "0.198.12", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_proposal = { optional = true, version = "0.171.12", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "0.183.12", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { optional = true, version = "0.140.11", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { optional = true, version = "0.140.12", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { optional = true, version = "0.188.12", path = "../swc_ecma_transforms_typescript" }
swc_ecma_usage_analyzer = { optional = true, version = "0.23.8", path = "../swc_ecma_usage_analyzer" }
swc_ecma_utils = { optional = true, version = "0.127.8", path = "../swc_ecma_utils" }
swc_ecma_usage_analyzer = { optional = true, version = "0.23.9", path = "../swc_ecma_usage_analyzer" }
swc_ecma_utils = { optional = true, version = "0.127.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "0.98.5", path = "../swc_ecma_visit" }
swc_malloc = { optional = true, version = "0.5.10", path = "../swc_malloc" }
swc_node_bundler = { optional = true, version = "0.62.15", path = "../swc_node_bundler" }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_codegen/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_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.148.8"
version = "0.148.9"

[features]
# This does not enable serde for ast nodes.
Expand Down Expand Up @@ -38,7 +38,7 @@ serde_json = "1"
swc_common = { version = "0.33.18", path = "../swc_common", features = [
"sourcemap",
] }
swc_ecma_parser = { version = "0.143.6", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "0.143.7", path = "../swc_ecma_parser" }
swc_ecma_testing = { version = "0.22.20", path = "../swc_ecma_testing" }
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
testing = { version = "0.35.19", path = "../testing" }
Expand Down
Loading

0 comments on commit 7a5c7df

Please sign in to comment.