Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
204 changes: 102 additions & 102 deletions Cargo.lock

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ magic-crypt = "3.1.13"
once_cell = "1.19.0"
parcel_selectors = "0.28.0"
phf = "0.11.2"
preset_env_base = "3.0.1"
preset_env_base = "3.0.2"
pretty_assertions = "1.3.0"
radix_fmt = "1"
regex = { version = "1.10.4", default-features = false }
Expand All @@ -46,32 +46,32 @@ serde_repr = "0.1"
sha1 = "0.10"
sha2 = "0.10"
similar-asserts = "1.4.2"
swc_atoms = "5.0.0"
swc_atoms = "6.0.0"
swc_cached = "2.0.0"
swc_common = "12.0.0"
swc_core = "27.0.1"
swc_css_ast = "12.0.0"
swc_css_codegen = "12.0.0"
swc_css_compat = "12.0.0"
swc_css_minifier = "12.0.0"
swc_css_parser = "12.0.0"
swc_css_prefixer = "14.0.0"
swc_css_visit = "12.0.0"
swc_ecma_ast = "12.0.0"
swc_ecma_codegen = "14.0.0"
swc_ecma_minifier = "21.0.1"
swc_ecma_parser = "15.0.0"
swc_ecma_transforms = "20.0.0"
swc_ecma_transforms_base = "16.0.0"
swc_ecma_transforms_react = "18.0.0"
swc_ecma_transforms_testing = "19.0.0"
swc_ecma_utils = "16.0.0"
swc_ecma_visit = "12.0.0"
swc_common = "13.0.0"
swc_core = "28.0.0"
swc_css_ast = "13.0.0"
swc_css_codegen = "13.0.0"
swc_css_compat = "13.0.0"
swc_css_minifier = "13.0.0"
swc_css_parser = "13.0.0"
swc_css_prefixer = "15.0.0"
swc_css_visit = "13.0.0"
swc_ecma_ast = "13.0.0"
swc_ecma_codegen = "15.0.0"
swc_ecma_minifier = "22.0.0"
swc_ecma_parser = "16.0.0"
swc_ecma_transforms = "21.0.0"
swc_ecma_transforms_base = "17.0.0"
swc_ecma_transforms_react = "19.0.0"
swc_ecma_transforms_testing = "20.0.0"
swc_ecma_utils = "17.0.0"
swc_ecma_visit = "13.0.0"
swc_plugin_macro = "1.1.0"
swc_plugin_proxy = "12.0.0"
swc_plugin_proxy = "13.0.0"
swc_sourcemap = "9.3.0"
swc_trace_macro = "2.0.1"
testing = "13.0.0"
testing = "14.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.10.0"
version = "0.11.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

## 10.0.1

### Patch Changes

- 8d5ce5c: Update swc_core to v28.0.0

## 10.0.0

### Major 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

## 10.0.1

### Patch Changes

- 8d5ce5c: Update swc_core to v28.0.0

## 10.0.0

### Major 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": "10.0.0",
"version": "10.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.91.0"
version = "0.92.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

## 4.0.1

### Patch Changes

- 8d5ce5c: Update swc_core to v28.0.0

## 4.0.0

### Major 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 = "4.0.0" }
swc_formatjs_transform = { path = "./transform", version = "5.0.0" }
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

## 4.0.1

### Patch Changes

- 8d5ce5c: Update swc_core to v28.0.0

## 4.0.0

### Major 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": "4.0.0",
"version": "4.0.1",
"description": "FormatJS SWC plugin",
"main": "swc_plugin_formatjs.wasm",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/formatjs/transform/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_formatjs_transform"
repository = { workspace = true }
version = "4.0.0"
version = "5.0.0"

[features]
custom_transform = []
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

## 8.0.1

### Patch Changes

- 8d5ce5c: Update swc_core to v28.0.0

## 8.0.0

### Major 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

## 8.0.1

### Patch Changes

- 8d5ce5c: Update swc_core to v28.0.0

## 8.0.0

### Major 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": "8.0.0",
"version": "8.0.1",
"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

## 7.0.1

### Patch Changes

- 8d5ce5c: Update swc_core to v28.0.0

## 7.0.0

### Major 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

## 7.0.1

### Patch Changes

- 8d5ce5c: Update swc_core to v28.0.0

## 7.0.0

### Major 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": "7.0.0",
"version": "7.0.1",
"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

## 8.0.1

### Patch Changes

- 8d5ce5c: Update swc_core to v28.0.0

## 8.0.0

### Major 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

## 8.0.1

### Patch Changes

- 8d5ce5c: Update swc_core to v28.0.0

## 8.0.0

### Major 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": "8.0.0",
"version": "8.0.1",
"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

## 8.0.1

### Patch Changes

- 8d5ce5c: Update swc_core to v28.0.0

## 8.0.0

### Major 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

## 8.0.1

### Patch Changes

- 8d5ce5c: Update swc_core to v28.0.0

## 8.0.0

### Major 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": "8.0.0",
"version": "8.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.18.0"
version = "0.19.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

## 8.0.1

### Patch Changes

- 8d5ce5c: Update swc_core to v28.0.0

## 8.0.0

### Major 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

## 8.0.1

### Patch Changes

- 8d5ce5c: Update swc_core to v28.0.0

## 8.0.0

### Major 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": "8.0.0",
"version": "8.0.1",
"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.41.0"
version = "0.42.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

## 8.0.1

### Patch Changes

- 8d5ce5c: Update swc_core to v28.0.0

## 8.0.0

### Major 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

## 8.0.1

### Patch Changes

- 8d5ce5c: Update swc_core to v28.0.0

## 8.0.0

### Major 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": "8.0.0",
"version": "8.0.1",
"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.61.0"
version = "0.62.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

## 8.0.1

### Patch Changes

- 8d5ce5c: Update swc_core to v28.0.0

## 8.0.0

### Major Changes
Expand Down
Loading