Skip to content

Commit

Permalink
chore: Update swc_core to v8.0.1 (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Dec 4, 2024
1 parent 6929b1e commit afedc1f
Show file tree
Hide file tree
Showing 97 changed files with 787 additions and 309 deletions.
306 changes: 214 additions & 92 deletions Cargo.lock

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,31 +43,31 @@ serde_repr = "0.1"
sha2 = "0.10"
similar-asserts = "1.4.2"
sourcemap = "9.0.0"
swc_atoms = "2.0.0"
swc_atoms = "3.0.0"
swc_cached = "1.0.0"
swc_common = "4.0.1"
swc_core = "6.0.2"
swc_css_ast = "4.0.1"
swc_css_codegen = "4.0.0"
swc_css_compat = "4.0.0"
swc_css_minifier = "4.0.0"
swc_css_parser = "4.0.0"
swc_css_prefixer = "4.0.0"
swc_css_visit = "4.0.1"
swc_ecma_ast = "4.0.1"
swc_ecma_codegen = "4.0.2"
swc_ecma_minifier = "5.0.1"
swc_ecma_parser = "5.0.0"
swc_ecma_transforms = "6.0.0"
swc_ecma_transforms_base = "5.0.1"
swc_ecma_transforms_react = "5.0.0"
swc_ecma_transforms_testing = "5.0.0"
swc_ecma_utils = "5.0.1"
swc_ecma_visit = "4.0.1"
swc_common = "5.0.0"
swc_core = "8.0.1"
swc_css_ast = "5.0.0"
swc_css_codegen = "5.0.0"
swc_css_compat = "5.0.0"
swc_css_minifier = "5.0.0"
swc_css_parser = "5.0.0"
swc_css_prefixer = "5.0.0"
swc_css_visit = "5.0.0"
swc_ecma_ast = "5.0.0"
swc_ecma_codegen = "5.0.0"
swc_ecma_minifier = "6.0.1"
swc_ecma_parser = "6.0.0"
swc_ecma_transforms = "7.0.0"
swc_ecma_transforms_base = "6.0.1"
swc_ecma_transforms_react = "6.0.0"
swc_ecma_transforms_testing = "6.0.0"
swc_ecma_utils = "6.0.0"
swc_ecma_visit = "5.0.0"
swc_plugin_macro = "1.0.0"
swc_plugin_proxy = "4.0.0"
swc_plugin_proxy = "5.0.0"
swc_trace_macro = "2.0.0"
testing = "4.0.0"
testing = "5.0.0"
tracing = "0.1.40"
widestring = "1.0.2"

Expand Down
2 changes: 1 addition & 1 deletion crates/swc_icu_messageformat_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = { workspace = true }
license = { workspace = true }
name = "swc_icu_messageformat_parser"
repository = { workspace = true }
version = "1.0.1"
version = "2.0.0"


[features]
Expand Down
12 changes: 12 additions & 0 deletions packages/emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @swc/plugin-emotion

## 8.0.1

### Patch Changes

- c9e75ce: Bump crate versions

## 8.0.0

### Major Changes

- 4574a70: Update swc_core to v8.0.1

## 7.0.3

### Patch Changes
Expand Down
12 changes: 12 additions & 0 deletions packages/emotion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ Source code for plugin itself (not transforms) are copied from https://github.co
# @swc/plugin-emotion
## 8.0.1
### Patch Changes
- c9e75ce: Bump crate versions
## 8.0.0
### Major Changes
- 4574a70: Update swc_core to v8.0.1
## 7.0.3
### 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": "7.0.3",
"version": "8.0.1",
"description": "SWC plugin for emotion css-in-js library",
"main": "swc_plugin_emotion.wasm",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion 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.29"
version = "0.73.0"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
12 changes: 12 additions & 0 deletions packages/formatjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @swc/plugin-formatjs

## 2.0.1

### Patch Changes

- c9e75ce: Bump crate versions

## 2.0.0

### Major Changes

- 4574a70: Update swc_core to v8.0.1

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/formatjs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ swc_core = { workspace = true, features = [
"ecma_plugin_transform",
"ecma_ast_serde",
] }
swc_formatjs_transform = { path = "./transform", version = "1.0.0" }
swc_formatjs_transform = { path = "./transform", version = "2.0.0" }
12 changes: 12 additions & 0 deletions packages/formatjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ FormatJS SWC plugin, maintained by SWC team.

# @swc/plugin-formatjs

## 2.0.1

### Patch Changes

- c9e75ce: Bump crate versions

## 2.0.0

### Major Changes

- 4574a70: Update swc_core to v8.0.1

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/formatjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/plugin-formatjs",
"version": "1.0.3",
"version": "2.0.1",
"description": "FormatJS SWC plugin",
"main": "swc_plugin_formatjs.wasm",
"scripts": {
Expand Down
21 changes: 12 additions & 9 deletions packages/formatjs/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,23 @@ edition = { workspace = true }
license = { workspace = true }
name = "swc_formatjs_transform"
repository = { workspace = true }
version = "1.0.1"
version = "2.0.0"

[features]
custom_transform = []

[dependencies]
base64ct = { workspace = true, features = ["alloc"] }
once_cell = { workspace = true }
regex = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
sha2 = { workspace = true }
swc_core = { workspace = true, features = ["common", "ecma_visit", "ecma_ast"] }
swc_icu_messageformat_parser = { workspace = true, features = ["utf16"] }
base64ct = { workspace = true, features = ["alloc"] }
once_cell = { workspace = true }
regex = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
sha2 = { workspace = true }
swc_core = { workspace = true, features = ["common", "ecma_visit", "ecma_ast"] }

swc_icu_messageformat_parser = { features = [
"utf16",
], path = "../../../crates/swc_icu_messageformat_parser", version = "2.0.0" }

[dev-dependencies]
pretty_assertions = { workspace = true }
12 changes: 12 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @swc/plugin-jest

## 6.0.1

### Patch Changes

- c9e75ce: Bump crate versions

## 6.0.0

### Major Changes

- 4574a70: Update swc_core to v8.0.1

## 5.0.2

### Patch Changes
Expand Down
12 changes: 12 additions & 0 deletions packages/jest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

# @swc/plugin-jest

## 6.0.1

### Patch Changes

- c9e75ce: Bump crate versions

## 6.0.0

### Major Changes

- 4574a70: Update swc_core to v8.0.1

## 5.0.2

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

## 5.0.1

### Patch Changes

- c9e75ce: Bump crate versions

## 5.0.0

### Major Changes

- 4574a70: Update swc_core to v8.0.1

## 4.0.3

### Patch Changes
Expand Down
12 changes: 12 additions & 0 deletions packages/loadable-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ By default `loadable-components` are configured to transform dynamic imports use

# @swc/plugin-loadable-components

## 5.0.1

### Patch Changes

- c9e75ce: Bump crate versions

## 5.0.0

### Major Changes

- 4574a70: Update swc_core to v8.0.1

## 4.0.3

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

## 6.0.1

### Patch Changes

- c9e75ce: Bump crate versions

## 6.0.0

### Major Changes

- 4574a70: Update swc_core to v8.0.1

## 5.0.2

### Patch Changes
Expand Down
12 changes: 12 additions & 0 deletions packages/noop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

# @swc/plugin-noop

## 6.0.1

### Patch Changes

- c9e75ce: Bump crate versions

## 6.0.0

### Major Changes

- 4574a70: Update swc_core to v8.0.1

## 5.0.2

### 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": "5.0.2",
"version": "6.0.1",
"description": "Noop SWC plugin, for debugging",
"main": "swc_plugin_noop.wasm",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/prefresh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @swc/plugin-prefresh

## 6.0.1

### Patch Changes

- c9e75ce: Bump crate versions

## 6.0.0

### Major Changes

- 4574a70: Update swc_core to v8.0.1

## 5.0.2

### Patch Changes
Expand Down
12 changes: 12 additions & 0 deletions packages/prefresh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@ And SWC has built-in React Refresh transformation, therefore, this plugin only i

# @swc/plugin-prefresh

## 6.0.1

### Patch Changes

- c9e75ce: Bump crate versions

## 6.0.0

### Major Changes

- 4574a70: Update swc_core to v8.0.1

## 5.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prefresh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/plugin-prefresh",
"version": "5.0.2",
"version": "6.0.1",
"description": "SWC plugin for preact refresh",
"main": "swc_plugin_prefresh.wasm",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/prefresh/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = "0.1.12"
version = "0.2.0"

[dependencies]
serde = { workspace = true, features = ["derive"] }
Expand Down
Loading

0 comments on commit afedc1f

Please sign in to comment.