Skip to content

Commit

Permalink
build(cargo): Update swc_core to 0.87.3 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Dec 21, 2023
1 parent 6dca40d commit 3d52bc1
Show file tree
Hide file tree
Showing 37 changed files with 344 additions and 414 deletions.
373 changes: 157 additions & 216 deletions Cargo.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions packages/constify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_constify"
publish = false
version = "0.1.0"
version = "0.2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
swc_common = { version = "0.33.8", features = ["concurrent"] }
swc_common = { version = "0.33.12", features = ["concurrent"] }
swc_constify = { path = "./transform" }
tracing = { version = "0.1.37", features = ["release_max_level_off"] }
swc_ecma_visit = "0.96.9"
swc_ecma_utils = "0.124.27"
swc_ecma_ast = "0.110.9"
swc_ecma_visit = "0.96.15"
swc_ecma_utils = "0.125.0"
swc_ecma_ast = "0.110.15"
swc_plugin_macro = "0.9.15"
2 changes: 1 addition & 1 deletion packages/constify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/plugin-constify",
"version": "0.1.35",
"version": "0.1.38",
"description": "SWC plugin for optimization",
"main": "swc_plugin_constify.wasm",
"scripts": {
Expand Down
20 changes: 10 additions & 10 deletions packages/constify/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_constify"
repository = "https://github.com/swc-project/plugins.git"
version = "0.30.0"
version = "0.31.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tracing = { version = "0.1.37" }
rustc-hash = "1.1.0"

swc_common = "0.33.8"
swc_ecma_ast = "0.110.9"
swc_ecma_utils = "0.124.27"
swc_ecma_visit = "0.96.9"
swc_atoms = "0.6.4"
swc_common = "0.33.12"
swc_ecma_ast = "0.110.15"
swc_ecma_utils = "0.125.0"
swc_ecma_visit = "0.96.15"
swc_atoms = "0.6.5"
once_cell = "1.18.0"


[dev-dependencies]
serde_json = "1"
swc_ecma_parser = "0.141.22"
swc_ecma_transforms_base = "0.134.31"
swc_ecma_transforms_testing = "0.137.33"
testing = "0.35.10"
swc_ecma_parser = "0.141.33"
swc_ecma_transforms_base = "0.135.1"
swc_ecma_transforms_testing = "0.138.1"
testing = "0.35.14"
14 changes: 7 additions & 7 deletions packages/emotion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_emotion"
publish = false
version = "0.12.5"
version = "0.13.0"

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
serde = "1"
serde_json = "1.0.79"
swc_common = { version = "0.33.8", features = ["concurrent"] }
swc_core = { version = "0.86.55", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.110.9"
swc_ecma_utils = "0.124.27"
swc_ecma_visit = "0.96.9"
swc_common = { version = "0.33.12", features = ["concurrent"] }
swc_core = { version = "0.87.3", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.110.15"
swc_ecma_utils = "0.125.0"
swc_ecma_visit = "0.96.15"
swc_emotion = { path = "./transform" }
swc_plugin_macro = "0.9.15"
swc_plugin_proxy = "0.39.9"
swc_plugin_proxy = "0.39.15"
tracing = { version = "0.1.37", features = ["release_max_level_off"] }
2 changes: 1 addition & 1 deletion packages/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/plugin-emotion",
"version": "2.5.105",
"version": "2.5.108",
"description": "SWC plugin for emotion css-in-js library",
"main": "swc_plugin_emotion.wasm",
"scripts": {
Expand Down
22 changes: 11 additions & 11 deletions packages/emotion/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_emotion"
repository = "https://github.com/swc-project/plugins.git"
version = "0.66.0"
version = "0.67.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -18,18 +18,18 @@ radix_fmt = "1"
regex = "1.5"
serde = "1"
sourcemap = "6.0.1"
swc_atoms = "0.6.4"
swc_common = "0.33.8"
swc_ecma_ast = "0.110.9"
swc_ecma_codegen = "0.146.25"
swc_ecma_utils = "0.124.27"
swc_ecma_visit = "0.96.9"
swc_atoms = "0.6.5"
swc_common = "0.33.12"
swc_ecma_ast = "0.110.15"
swc_ecma_codegen = "0.146.45"
swc_ecma_utils = "0.125.0"
swc_ecma_visit = "0.96.15"
swc_trace_macro = "0.1.3"
tracing = { version = "0.1.37" }

[dev-dependencies]
serde_json = "1"
swc_ecma_parser = "0.141.22"
swc_ecma_transforms_react = "0.180.40"
swc_ecma_transforms_testing = "0.137.33"
testing = "0.35.10"
swc_ecma_parser = "0.141.33"
swc_ecma_transforms_react = "0.181.3"
swc_ecma_transforms_testing = "0.138.1"
testing = "0.35.14"
12 changes: 6 additions & 6 deletions packages/jest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_jest"
publish = false
version = "0.25.3"
version = "0.26.0"

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
phf = { version = "0.10.0", features = ["macros"] }
serde = { version = "1.0.130", features = ["derive"] }
swc_common = { version = "0.33.8", features = ["concurrent"] }
swc_core = { version = "0.86.55", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.110.9"
swc_ecma_utils = "0.124.27"
swc_ecma_visit = "0.96.9"
swc_common = { version = "0.33.12", features = ["concurrent"] }
swc_core = { version = "0.87.3", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.110.15"
swc_ecma_utils = "0.125.0"
swc_ecma_visit = "0.96.15"
swc_plugin_macro = "0.9.15"
tracing = { version = "0.1.37", features = ["release_max_level_off"] }
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/plugin-jest",
"version": "1.5.105",
"version": "1.5.108",
"description": "SWC plugin for jest",
"main": "swc_plugin_jest.wasm",
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions packages/loadable-components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_loadable_components"
publish = false
version = "0.12.3"
version = "0.13.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand All @@ -14,14 +14,14 @@ crate-type = ["cdylib", "rlib"]
once_cell = "1.13.1"
regex = "1.6.0"
serde_json = "1.0.79"
swc_common = { version = "0.33.8", features = ["concurrent"] }
swc_core = { version = "0.86.55", features = ["ecma_quote", "ecma_plugin_transform"] }
swc_ecma_ast = "0.110.9"
swc_ecma_utils = "0.124.27"
swc_ecma_visit = "0.96.9"
swc_common = { version = "0.33.12", features = ["concurrent"] }
swc_core = { version = "0.87.3", features = ["ecma_quote", "ecma_plugin_transform"] }
swc_ecma_ast = "0.110.15"
swc_ecma_utils = "0.125.0"
swc_ecma_visit = "0.96.15"
swc_plugin_macro = "0.9.15"
swc_plugin_proxy = "0.39.9"
swc_plugin_proxy = "0.39.15"
tracing = { version = "0.1.37", features = ["release_max_level_off"] }

[dev-dependencies]
testing = "0.35.10"
testing = "0.35.14"
2 changes: 1 addition & 1 deletion packages/loadable-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/plugin-loadable-components",
"version": "0.3.105",
"version": "0.3.108",
"description": "SWC plugin for `@loadable/components`",
"main": "swc_plugin_loadable_components.wasm",
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions packages/noop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_noop"
publish = false
version = "0.12.3"
version = "0.13.0"

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
swc_common = { version = "0.33.8", features = ["concurrent"] }
swc_core = { version = "0.86.55", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.110.9"
swc_ecma_utils = "0.124.27"
swc_ecma_visit = "0.96.9"
swc_common = { version = "0.33.12", features = ["concurrent"] }
swc_core = { version = "0.87.3", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.110.15"
swc_ecma_utils = "0.125.0"
swc_ecma_visit = "0.96.15"
swc_plugin_macro = "0.9.15"
tracing = { version = "0.1.37", features = ["release_max_level_off"] }
2 changes: 1 addition & 1 deletion packages/noop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/plugin-noop",
"version": "1.5.103",
"version": "1.5.106",
"description": "Noop SWC plugin, for debugging",
"main": "swc_plugin_noop.wasm",
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions packages/react-remove-properties/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_react_remove_properties"
publish = false
version = "0.13.3"
version = "0.14.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand All @@ -14,10 +14,10 @@ crate-type = ["cdylib", "rlib"]
react_remove_properties = { path = "./transform" }
serde_json = "1.0.79"
swc_cached = "0.3.18"
swc_common = { version = "0.33.8", features = ["concurrent"] }
swc_core = { version = "0.86.55", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.110.9"
swc_ecma_utils = "0.124.27"
swc_ecma_visit = "0.96.9"
swc_common = { version = "0.33.12", features = ["concurrent"] }
swc_core = { version = "0.87.3", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.110.15"
swc_ecma_utils = "0.125.0"
swc_ecma_visit = "0.96.15"
swc_plugin_macro = "0.9.15"
tracing = { version = "0.1.37", features = ["release_max_level_off"] }
2 changes: 1 addition & 1 deletion packages/react-remove-properties/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/plugin-react-remove-properties",
"version": "1.5.105",
"version": "1.5.108",
"description": "SWC plugin for https://www.npmjs.com/package/babel-plugin-react-remove-properties",
"main": "swc_plugin_react_remove_properties.wasm",
"scripts": {
Expand Down
18 changes: 9 additions & 9 deletions packages/react-remove-properties/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ edition = "2021"
license = "Apache-2.0"
name = "react_remove_properties"
repository = "https://github.com/swc-project/plugins.git"
version = "0.18.0"
version = "0.19.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1", features = ["derive"] }
swc_atoms = "0.6.4"
swc_atoms = "0.6.5"
swc_cached = "0.3.18"
swc_common = "0.33.8"
swc_ecma_ast = "0.110.9"
swc_ecma_visit = "0.96.9"
swc_common = "0.33.12"
swc_ecma_ast = "0.110.15"
swc_ecma_visit = "0.96.15"

[dev-dependencies]
swc_ecma_parser = "0.141.22"
swc_ecma_transforms_base = "0.134.31"
swc_ecma_transforms_testing = "0.137.33"
testing = "0.35.10"
swc_ecma_parser = "0.141.33"
swc_ecma_transforms_base = "0.135.1"
swc_ecma_transforms_testing = "0.138.1"
testing = "0.35.14"
12 changes: 6 additions & 6 deletions packages/relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_relay"
publish = false
version = "0.1.0"
version = "0.2.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand All @@ -15,13 +15,13 @@ once_cell = "1.8.0"
regex = "1.5"
serde = "1"
serde_json = "1"
swc_common = { version = "0.33.8", features = ["concurrent"] }
swc_common = { version = "0.33.12", features = ["concurrent"] }
tracing = { version = "0.1.37", features = ["release_max_level_off"] }
swc_core = { version = "0.86.55", features = ["ecma_plugin_transform"] }
swc_core = { version = "0.87.3", features = ["ecma_plugin_transform"] }
swc_relay = { path = "./transform" }
swc_ecma_ast = "0.110.9"
swc_ecma_utils = "0.124.27"
swc_ecma_visit = "0.96.9"
swc_ecma_ast = "0.110.15"
swc_ecma_utils = "0.125.0"
swc_ecma_visit = "0.96.15"
swc_plugin_macro = "0.9.15"

[dev-dependencies]
2 changes: 1 addition & 1 deletion packages/relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/plugin-relay",
"version": "1.5.105",
"version": "1.5.108",
"description": "SWC plugin for relay",
"main": "swc_plugin_relay.wasm",
"types": "./types.d.ts",
Expand Down
16 changes: 8 additions & 8 deletions packages/relay/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_relay"
repository = "https://github.com/swc-project/plugins.git"
version = "0.38.0"
version = "0.39.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -14,13 +14,13 @@ once_cell = "1.8.0"
regex = "1.5"
serde = "1"
serde_json = "1"
swc_atoms = "0.6.4"
swc_common = { version = "0.33.8", features = ["concurrent"] }
swc_ecma_ast = "0.110.9"
swc_ecma_utils = "0.124.27"
swc_ecma_visit = "0.96.9"
swc_atoms = "0.6.5"
swc_common = { version = "0.33.12", features = ["concurrent"] }
swc_ecma_ast = "0.110.15"
swc_ecma_utils = "0.125.0"
swc_ecma_visit = "0.96.15"
tracing = { version = "0.1.37" }

[dev-dependencies]
swc_ecma_transforms_testing = "0.137.33"
testing = "0.35.10"
swc_ecma_transforms_testing = "0.138.1"
testing = "0.35.14"
12 changes: 6 additions & 6 deletions packages/remove-console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_remove_console"
publish = false
version = "0.13.3"
version = "0.14.0"

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
remove_console = { path = "./transform" }
serde_json = "1.0.79"
swc_common = { version = "0.33.8", features = ["concurrent"] }
swc_core = { version = "0.86.55", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.110.9"
swc_ecma_utils = "0.124.27"
swc_ecma_visit = "0.96.9"
swc_common = { version = "0.33.12", features = ["concurrent"] }
swc_core = { version = "0.87.3", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.110.15"
swc_ecma_utils = "0.125.0"
swc_ecma_visit = "0.96.15"
swc_plugin_macro = "0.9.15"
tracing = { version = "0.1.37", features = ["release_max_level_off"] }
Loading

0 comments on commit 3d52bc1

Please sign in to comment.