Skip to content

Commit

Permalink
build: Update swc_core to 0.95.x (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jun 15, 2024
1 parent 33887ae commit 4015191
Show file tree
Hide file tree
Showing 57 changed files with 384 additions and 224 deletions.
160 changes: 91 additions & 69 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions packages/emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swc/plugin-emotion

## 3.0.7

### Patch Changes

- 41a8f56: Update swc_core to v0.95.x

## 3.0.6

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/emotion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
serde = "1"
serde_json = "1.0.117"
swc_common = { version = "0.33.26", features = ["concurrent"] }
swc_core = { version = "0.93.0", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.113.7"
swc_ecma_utils = "0.128.3"
swc_ecma_visit = "0.99.1"
swc_common = { version = "0.34.0", features = ["concurrent"] }
swc_core = { version = "0.95.0", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.115.0"
swc_ecma_utils = "0.130.0"
swc_ecma_visit = "0.101.0"
swc_emotion = { path = "./transform" }
swc_plugin_macro = "0.9.16"
swc_plugin_proxy = "0.42.1"
swc_plugin_proxy = "0.44.0"
tracing = { version = "0.1.40", features = ["release_max_level_off"] }
6 changes: 6 additions & 0 deletions packages/emotion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ Source code for plugin itself (not transforms) are copied from https://github.co
# @swc/plugin-emotion
## 3.0.7
### Patch Changes
- 41a8f56: Update swc_core to v0.95.x
## 3.0.6
### Patch Changes
Expand Down
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": "3.0.6",
"version": "3.0.7",
"description": "SWC plugin for emotion css-in-js library",
"main": "swc_plugin_emotion.wasm",
"scripts": {
Expand Down
20 changes: 10 additions & 10 deletions packages/emotion/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = { workspace = true }
name = "swc_emotion"
repository = { workspace = true }
rust-version = { workspace = true }
version = "0.72.14"
version = "0.72.15"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -22,17 +22,17 @@ regex = "1.10"
serde = "1"
sourcemap = "8.0.1"
swc_atoms = "0.6.7"
swc_common = "0.33.26"
swc_ecma_ast = "0.113.7"
swc_ecma_codegen = "0.149.2"
swc_ecma_utils = "0.128.3"
swc_ecma_visit = "0.99.1"
swc_common = "0.34.0"
swc_ecma_ast = "0.115.0"
swc_ecma_codegen = "0.151.0"
swc_ecma_utils = "0.130.0"
swc_ecma_visit = "0.101.0"
swc_trace_macro = "0.1.3"
tracing = { version = "0.1.40" }

[dev-dependencies]
serde_json = "1"
swc_ecma_parser = "0.144.2"
swc_ecma_transforms_react = "0.184.1"
swc_ecma_transforms_testing = "0.141.1"
testing = "0.35.25"
swc_ecma_parser = "0.146.0"
swc_ecma_transforms_react = "0.186.0"
swc_ecma_transforms_testing = "0.143.0"
testing = "0.36.0"
6 changes: 6 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swc/plugin-jest

## 2.0.6

### Patch Changes

- 41a8f56: Update swc_core to v0.95.x

## 2.0.5

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/jest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
phf = { version = "0.11.2", features = ["macros"] }
serde = { version = "1.0.201", features = ["derive"] }
swc_common = { version = "0.33.26", features = ["concurrent"] }
swc_core = { version = "0.93.0", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.113.7"
swc_ecma_utils = "0.128.3"
swc_ecma_visit = "0.99.1"
swc_common = { version = "0.34.0", features = ["concurrent"] }
swc_core = { version = "0.95.0", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.115.0"
swc_ecma_utils = "0.130.0"
swc_ecma_visit = "0.101.0"
swc_plugin_macro = "0.9.16"
tracing = { version = "0.1.40", features = ["release_max_level_off"] }
6 changes: 6 additions & 0 deletions packages/jest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# @swc/plugin-jest

## 2.0.6

### Patch Changes

- 41a8f56: Update swc_core to v0.95.x

## 2.0.5

### Patch Changes
Expand Down
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": "2.0.5",
"version": "2.0.6",
"description": "SWC plugin for jest",
"main": "swc_plugin_jest.wasm",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/loadable-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swc/plugin-loadable-components

## 1.0.7

### Patch Changes

- 41a8f56: Update swc_core to v0.95.x

## 1.0.6

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/loadable-components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ crate-type = ["cdylib", "rlib"]
once_cell = "1.19.0"
regex = "1.10.4"
serde_json = "1.0.117"
swc_common = { version = "0.33.26", features = ["concurrent"] }
swc_core = { version = "0.93.0", features = [
swc_common = { version = "0.34.0", features = ["concurrent"] }
swc_core = { version = "0.95.0", features = [
"ecma_quote",
"ecma_plugin_transform",
] }
swc_ecma_ast = "0.113.7"
swc_ecma_utils = "0.128.3"
swc_ecma_visit = "0.99.1"
swc_ecma_ast = "0.115.0"
swc_ecma_utils = "0.130.0"
swc_ecma_visit = "0.101.0"
swc_plugin_macro = "0.9.16"
swc_plugin_proxy = "0.42.1"
swc_plugin_proxy = "0.44.0"
tracing = { version = "0.1.40", features = ["release_max_level_off"] }

[dev-dependencies]
testing = "0.35.25"
testing = "0.36.0"
6 changes: 6 additions & 0 deletions packages/loadable-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

# @swc/plugin-loadable-components

## 1.0.7

### Patch Changes

- 41a8f56: Update swc_core to v0.95.x

## 1.0.6

### Patch Changes
Expand Down
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": "1.0.6",
"version": "1.0.7",
"description": "SWC plugin for `@loadable/components`",
"main": "swc_plugin_loadable_components.wasm",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/noop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swc/plugin-noop

## 2.0.6

### Patch Changes

- 41a8f56: Update swc_core to v0.95.x

## 2.0.5

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/noop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ version = "0.18.4"
crate-type = ["cdylib", "rlib"]

[dependencies]
swc_common = { version = "0.33.26", features = ["concurrent"] }
swc_core = { version = "0.93.0", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.113.7"
swc_ecma_utils = "0.128.3"
swc_ecma_visit = "0.99.1"
swc_common = { version = "0.34.0", features = ["concurrent"] }
swc_core = { version = "0.95.0", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.115.0"
swc_ecma_utils = "0.130.0"
swc_ecma_visit = "0.101.0"
swc_plugin_macro = "0.9.16"
tracing = { version = "0.1.40", features = ["release_max_level_off"] }
6 changes: 6 additions & 0 deletions packages/noop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# @swc/plugin-noop

## 2.0.6

### Patch Changes

- 41a8f56: Update swc_core to v0.95.x

## 2.0.5

### Patch Changes
Expand Down
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": "2.0.5",
"version": "2.0.6",
"description": "Noop SWC plugin, for debugging",
"main": "swc_plugin_noop.wasm",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react-remove-properties/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swc/plugin-react-remove-properties

## 2.0.6

### Patch Changes

- 41a8f56: Update swc_core to v0.95.x

## 2.0.5

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/react-remove-properties/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ crate-type = ["cdylib", "rlib"]
react_remove_properties = { path = "./transform" }
serde_json = "1.0.117"
swc_cached = "0.3.20"
swc_common = { version = "0.33.26", features = ["concurrent"] }
swc_core = { version = "0.93.0", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.113.7"
swc_ecma_utils = "0.128.3"
swc_ecma_visit = "0.99.1"
swc_common = { version = "0.34.0", features = ["concurrent"] }
swc_core = { version = "0.95.0", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.115.0"
swc_ecma_utils = "0.130.0"
swc_ecma_visit = "0.101.0"
swc_plugin_macro = "0.9.16"
tracing = { version = "0.1.40", features = ["release_max_level_off"] }
6 changes: 6 additions & 0 deletions packages/react-remove-properties/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ or

# @swc/plugin-react-remove-properties

## 2.0.6

### Patch Changes

- 41a8f56: Update swc_core to v0.95.x

## 2.0.5

### Patch Changes
Expand Down
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": "2.0.5",
"version": "2.0.6",
"description": "SWC plugin for https://www.npmjs.com/package/babel-plugin-react-remove-properties",
"main": "swc_plugin_react_remove_properties.wasm",
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions packages/react-remove-properties/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = "0.24.13"
version = "0.24.14"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -20,12 +20,12 @@ version = "0.24.13"
serde = { version = "1", features = ["derive"] }
swc_atoms = "0.6.7"
swc_cached = "0.3.20"
swc_common = "0.33.26"
swc_ecma_ast = "0.113.7"
swc_ecma_visit = "0.99.1"
swc_common = "0.34.0"
swc_ecma_ast = "0.115.0"
swc_ecma_visit = "0.101.0"

[dev-dependencies]
swc_ecma_parser = "0.144.2"
swc_ecma_transforms_base = "0.138.3"
swc_ecma_transforms_testing = "0.141.1"
testing = "0.35.25"
swc_ecma_parser = "0.146.0"
swc_ecma_transforms_base = "0.140.0"
swc_ecma_transforms_testing = "0.143.0"
testing = "0.36.0"
6 changes: 6 additions & 0 deletions packages/relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swc/plugin-relay

## 2.0.8

### Patch Changes

- 41a8f56: Update swc_core to v0.95.x

## 2.0.7

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ once_cell = "1.19.0"
regex = "1.10"
serde = "1"
serde_json = "1"
swc_common = { version = "0.33.26", features = ["concurrent"] }
swc_core = { version = "0.93.0", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.113.7"
swc_ecma_utils = "0.128.3"
swc_ecma_visit = "0.99.1"
swc_common = { version = "0.34.0", features = ["concurrent"] }
swc_core = { version = "0.95.0", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.115.0"
swc_ecma_utils = "0.130.0"
swc_ecma_visit = "0.101.0"
swc_plugin_macro = "0.9.16"
swc_relay = { path = "./transform" }
tracing = { version = "0.1.40", features = ["release_max_level_off"] }
Expand Down
6 changes: 6 additions & 0 deletions packages/relay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ In this example typescript graphql files will output transpiled import path of `

# @swc/plugin-relay

## 2.0.8

### Patch Changes

- 41a8f56: Update swc_core to v0.95.x

## 2.0.7

### Patch Changes
Expand Down
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": "2.0.7",
"version": "2.0.8",
"description": "SWC plugin for relay",
"main": "swc_plugin_relay.wasm",
"types": "./types.d.ts",
Expand Down
14 changes: 7 additions & 7 deletions packages/relay/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = "0.44.15"
version = "0.44.16"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -22,12 +22,12 @@ regex = "1.10"
serde = "1"
serde_json = "1"
swc_atoms = "0.6.7"
swc_common = { version = "0.33.26", features = ["concurrent"] }
swc_ecma_ast = "0.113.7"
swc_ecma_utils = "0.128.3"
swc_ecma_visit = "0.99.1"
swc_common = { version = "0.34.0", features = ["concurrent"] }
swc_ecma_ast = "0.115.0"
swc_ecma_utils = "0.130.0"
swc_ecma_visit = "0.101.0"
tracing = { version = "0.1.40" }

[dev-dependencies]
swc_ecma_transforms_testing = "0.141.1"
testing = "0.35.25"
swc_ecma_transforms_testing = "0.143.0"
testing = "0.36.0"
Loading

0 comments on commit 4015191

Please sign in to comment.