Skip to content

Commit

Permalink
build: Update swc_core to v13.0.4 (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Feb 5, 2025
1 parent 40a2448 commit edcf701
Show file tree
Hide file tree
Showing 64 changed files with 359 additions and 167 deletions.
201 changes: 110 additions & 91 deletions Cargo.lock

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ magic-crypt = "3.1.13"
once_cell = "1.19.0"
parcel_selectors = "0.28.0"
phf = "0.11.2"
preset_env_base = "2.0.0"
preset_env_base = "2.0.1"
pretty_assertions = "1.3.0"
radix_fmt = "1"
regex = { version = "1.10.4", default-features = false }
Expand All @@ -42,31 +42,31 @@ serde_repr = "0.1"
sha2 = "0.10"
similar-asserts = "1.4.2"
sourcemap = "9.0.0"
swc_atoms = "3.0.4"
swc_cached = "1.0.0"
swc_common = "5.0.1"
swc_core = "12.0.0"
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 = "6.0.0"
swc_css_visit = "5.0.0"
swc_ecma_ast = "5.1.0"
swc_ecma_codegen = "5.1.0"
swc_ecma_minifier = "9.0.0"
swc_ecma_parser = "7.0.1"
swc_ecma_transforms = "10.0.0"
swc_ecma_transforms_base = "8.0.0"
swc_ecma_transforms_react = "8.0.0"
swc_ecma_transforms_testing = "8.0.0"
swc_ecma_utils = "8.0.0"
swc_ecma_visit = "5.0.0"
swc_atoms = "3.0.5"
swc_cached = "2.0.0"
swc_common = "6.0.0"
swc_core = "13.0.4"
swc_css_ast = "6.0.0"
swc_css_codegen = "6.0.0"
swc_css_compat = "6.0.0"
swc_css_minifier = "6.0.0"
swc_css_parser = "6.0.0"
swc_css_prefixer = "7.0.0"
swc_css_visit = "6.0.0"
swc_ecma_ast = "6.0.0"
swc_ecma_codegen = "6.0.1"
swc_ecma_minifier = "10.0.0"
swc_ecma_parser = "8.0.0"
swc_ecma_transforms = "11.0.0"
swc_ecma_transforms_base = "9.0.1"
swc_ecma_transforms_react = "9.0.1"
swc_ecma_transforms_testing = "9.0.0"
swc_ecma_utils = "9.0.0"
swc_ecma_visit = "6.0.0"
swc_plugin_macro = "1.0.0"
swc_plugin_proxy = "5.0.0"
swc_plugin_proxy = "6.0.0"
swc_trace_macro = "2.0.0"
testing = "5.0.0"
testing = "6.0.0"
tracing = "0.1.40"
widestring = "1.0.2"

Expand Down
2 changes: 1 addition & 1 deletion crates/swc_experimental_babel/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.0"
version = "0.2.0"

[dependencies]
anyhow = { workspace = true }
Expand Down
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

## 8.7.0

### Minor Changes

- bfa0a51: Update swc_core to v13

## 8.6.0

### Minor Changes
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
## 8.7.0
### Minor Changes
- bfa0a51: Update swc_core to v13
## 8.6.0
### Minor 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": "8.6.0",
"version": "8.7.0",
"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.78.0"
version = "0.79.0"


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

## 2.3.0

### Minor Changes

- bfa0a51: Update swc_core to v13

## 2.2.0

### Minor Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/formatjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ FormatJS SWC plugin, maintained by SWC team.

# @swc/plugin-formatjs

## 2.3.0

### Minor Changes

- bfa0a51: Update swc_core to v13

## 2.2.0

### Minor 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": "2.2.0",
"version": "2.3.0",
"description": "FormatJS SWC plugin",
"main": "swc_plugin_formatjs.wasm",
"scripts": {
Expand Down
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

## 6.3.0

### Minor Changes

- bfa0a51: Update swc_core to v13

## 6.2.0

### Minor Changes
Expand Down
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

## 6.3.0

### Minor Changes

- bfa0a51: Update swc_core to v13

## 6.2.0

### Minor 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": "6.2.0",
"version": "6.3.0",
"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

## 5.3.0

### Minor Changes

- bfa0a51: Update swc_core to v13

## 5.2.0

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

# @swc/plugin-loadable-components

## 5.3.0

### Minor Changes

- bfa0a51: Update swc_core to v13

## 5.2.0

### Minor 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": "5.2.0",
"version": "5.3.0",
"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

## 6.3.0

### Minor Changes

- bfa0a51: Update swc_core to v13

## 6.2.0

### Minor Changes
Expand Down
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

## 6.3.0

### Minor Changes

- bfa0a51: Update swc_core to v13

## 6.2.0

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

## 6.3.0

### Minor Changes

- bfa0a51: Update swc_core to v13

## 6.2.0

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

# @swc/plugin-prefresh

## 6.3.0

### Minor Changes

- bfa0a51: Update swc_core to v13

## 6.2.0

### Minor 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": "6.2.0",
"version": "6.3.0",
"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.5.0"
version = "0.6.0"

[dependencies]
serde = { workspace = true, features = ["derive"] }
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

## 6.3.0

### Minor Changes

- bfa0a51: Update swc_core to v13

## 6.2.0

### Minor Changes
Expand Down
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

## 6.3.0

### Minor Changes

- bfa0a51: Update swc_core to v13

## 6.2.0

### Minor 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": "6.2.0",
"version": "6.3.0",
"description": "SWC plugin for https://www.npmjs.com/package/babel-plugin-react-remove-properties",
"main": "swc_plugin_react_remove_properties.wasm",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion 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.28.0"
version = "0.29.0"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
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

## 6.3.0

### Minor Changes

- bfa0a51: Update swc_core to v13

## 6.2.0

### Minor Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/relay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ In this example typescript graphql files will output transpiled import path of `

# @swc/plugin-relay

## 6.3.0

### Minor Changes

- bfa0a51: Update swc_core to v13

## 6.2.0

### Minor 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": "6.2.0",
"version": "6.3.0",
"description": "SWC plugin for relay",
"main": "swc_plugin_relay.wasm",
"types": "./types.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.48.0"
version = "0.49.0"


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

## 6.3.0

### Minor Changes

- bfa0a51: Update swc_core to v13

## 6.2.0

### Minor Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/remove-console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ or

# @swc/plugin-remove-console

## 6.3.0

### Minor Changes

- bfa0a51: Update swc_core to v13

## 6.2.0

### Minor Changes
Expand Down
Loading

0 comments on commit edcf701

Please sign in to comment.