Skip to content

Commit

Permalink
build: Update swc_core to 0.93.x (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Jun 7, 2024
1 parent 7894726 commit 33887ae
Show file tree
Hide file tree
Showing 57 changed files with 267 additions and 128 deletions.
67 changes: 34 additions & 33 deletions Cargo.lock

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

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.6

### Patch Changes

- fc30490: Update swc_core to v0.93.0

## 3.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/emotion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ crate-type = ["cdylib", "rlib"]
serde = "1"
serde_json = "1.0.117"
swc_common = { version = "0.33.26", features = ["concurrent"] }
swc_core = { version = "0.92.2", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.113.2"
swc_ecma_utils = "0.128.1"
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_emotion = { path = "./transform" }
swc_plugin_macro = "0.9.16"
Expand Down
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.6
### Patch Changes
- fc30490: Update swc_core to v0.93.0
## 3.0.5
### 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.5",
"version": "3.0.6",
"description": "SWC plugin for emotion css-in-js library",
"main": "swc_plugin_emotion.wasm",
"scripts": {
Expand Down
12 changes: 6 additions & 6 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.13"
version = "0.72.14"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -23,16 +23,16 @@ serde = "1"
sourcemap = "8.0.1"
swc_atoms = "0.6.7"
swc_common = "0.33.26"
swc_ecma_ast = "0.113.2"
swc_ecma_codegen = "0.149.1"
swc_ecma_utils = "0.128.1"
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_trace_macro = "0.1.3"
tracing = { version = "0.1.40" }

[dev-dependencies]
serde_json = "1"
swc_ecma_parser = "0.144.1"
swc_ecma_parser = "0.144.2"
swc_ecma_transforms_react = "0.184.1"
swc_ecma_transforms_testing = "0.141.1"
testing = "0.35.24"
testing = "0.35.25"
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.5

### Patch Changes

- fc30490: Update swc_core to v0.93.0

## 2.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/jest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ crate-type = ["cdylib", "rlib"]
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.92.2", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.113.2"
swc_ecma_utils = "0.128.1"
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_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.5

### Patch Changes

- fc30490: Update swc_core to v0.93.0

## 2.0.4

### 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.4",
"version": "2.0.5",
"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.6

### Patch Changes

- fc30490: Update swc_core to v0.93.0

## 1.0.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/loadable-components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ 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.92.2", features = [
swc_core = { version = "0.93.0", features = [
"ecma_quote",
"ecma_plugin_transform",
] }
swc_ecma_ast = "0.113.2"
swc_ecma_utils = "0.128.1"
swc_ecma_ast = "0.113.7"
swc_ecma_utils = "0.128.3"
swc_ecma_visit = "0.99.1"
swc_plugin_macro = "0.9.16"
swc_plugin_proxy = "0.42.1"
tracing = { version = "0.1.40", features = ["release_max_level_off"] }

[dev-dependencies]
testing = "0.35.24"
testing = "0.35.25"
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.6

### Patch Changes

- fc30490: Update swc_core to v0.93.0

## 1.0.5

### Patch Changes
Expand Down
Loading

0 comments on commit 33887ae

Please sign in to comment.