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
173 changes: 96 additions & 77 deletions Cargo.lock

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,30 +49,30 @@ sha2 = "0.10"
similar-asserts = "1.4.2"
swc_atoms = "9.0.0"
swc_cached = "2.0.0"
swc_common = "18.0.1"
swc_core = "57.0.0"
swc_css_ast = "18.0.0"
swc_css_codegen = "18.0.0"
swc_css_compat = "18.0.0"
swc_css_minifier = "18.0.0"
swc_css_parser = "18.0.0"
swc_css_prefixer = "22.0.0"
swc_css_visit = "18.0.0"
swc_ecma_ast = "20.0.1"
swc_ecma_codegen = "23.0.0"
swc_ecma_minifier = "45.0.0"
swc_ecma_parser = "34.0.0"
swc_ecma_transforms = "47.0.0"
swc_ecma_transforms_base = "37.0.0"
swc_ecma_transforms_react = "41.0.0"
swc_ecma_transforms_testing = "41.0.0"
swc_ecma_utils = "26.0.1"
swc_ecma_visit = "20.0.0"
swc_common = "19.0.0"
swc_core = "58.0.1"
swc_css_ast = "19.0.0"
swc_css_codegen = "19.0.0"
swc_css_compat = "19.0.0"
swc_css_minifier = "19.0.0"
swc_css_parser = "19.0.0"
swc_css_prefixer = "23.0.0"
swc_css_visit = "19.0.0"
swc_ecma_ast = "21.0.0"
swc_ecma_codegen = "24.0.0"
swc_ecma_minifier = "46.0.0"
swc_ecma_parser = "35.0.0"
swc_ecma_transforms = "48.0.0"
swc_ecma_transforms_base = "38.0.0"
swc_ecma_transforms_react = "42.0.0"
swc_ecma_transforms_testing = "42.0.0"
swc_ecma_utils = "27.0.0"
swc_ecma_visit = "21.0.0"
swc_plugin_macro = "1.1.0"
swc_plugin_proxy = "20.0.0"
swc_plugin_proxy = "21.0.0"
swc_sourcemap = "9.3.0"
swc_trace_macro = "2.0.2"
testing = "19.0.0"
testing = "20.0.0"
tracing = "0.1.40"
widestring = "1.0.2"

Expand Down
6 changes: 6 additions & 0 deletions contrib/graphql-codegen-client-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swc-contrib/plugin-graphql-codegen-client-preset

## 0.19.0

### Minor Changes

- 1cbeb5a: build: Update swc_core to v58.0.1

## 0.18.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion contrib/graphql-codegen-client-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc-contrib/plugin-graphql-codegen-client-preset",
"version": "0.18.0",
"version": "0.19.0",
"publishConfig": {
"access": "public",
"provenance": true
Expand Down
6 changes: 6 additions & 0 deletions contrib/mut-cjs-exports/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swc-contrib/mut-cjs-exports

## 14.7.0

### Minor Changes

- 1cbeb5a: build: Update swc_core to v58.0.1

## 14.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion contrib/mut-cjs-exports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc-contrib/mut-cjs-exports",
"version": "14.6.0",
"version": "14.7.0",
"publishConfig": {
"access": "public",
"provenance": true
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.32.0"
version = "0.33.0"

[dependencies]
anyhow = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_feature_flags/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Feature flag transformation for SWC - build-time marking and runtime dead code elimination"
name = "swc_feature_flags"
version = "0.4.0"
version = "0.5.0"

authors = { workspace = true }
edition = { workspace = true }
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 = "18.0.0"
version = "19.0.0"


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

## 14.7.0

### Minor Changes

- 1cbeb5a: build: Update swc_core to v58.0.1

## 14.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

## 14.7.0

### Minor Changes

- 1cbeb5a: build: Update swc_core to v58.0.1

## 14.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": "14.6.0",
"version": "14.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.115.0"
version = "0.116.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/feature-flags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swc/plugin-experimental-feature-flags

## 0.6.0

### Minor Changes

- 1cbeb5a: build: Update swc_core to v58.0.1

## 0.5.0

### Minor Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/feature-flags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,12 @@ This package includes TypeScript definitions. See `types.d.ts` for the full API.

# @swc/plugin-experimental-feature-flags

## 0.6.0

### Minor Changes

- 1cbeb5a: build: Update swc_core to v58.0.1

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-flags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/plugin-experimental-feature-flags",
"version": "0.5.0",
"version": "0.6.0",
"publishConfig": {
"access": "public",
"provenance": true
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

## 9.7.0

### Minor Changes

- 1cbeb5a: build: Update swc_core to v58.0.1

## 9.6.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 @@ -95,6 +95,12 @@ Will extract the metadata: `{project: "web", locale: "en", region: "us"}` that g

# @swc/plugin-formatjs

## 9.7.0

### Minor Changes

- 1cbeb5a: build: Update swc_core to v58.0.1

## 9.6.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": "9.6.0",
"version": "9.7.0",
"publishConfig": {
"access": "public",
"provenance": true
Expand Down
4 changes: 2 additions & 2 deletions 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 = "22.0.0"
version = "23.0.0"

[features]
custom_transform = []
Expand All @@ -29,7 +29,7 @@ swc_ecma_minifier = { workspace = true }

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

[dev-dependencies]
pretty_assertions = { workspace = true }
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

## 12.7.0

### Minor Changes

- 1cbeb5a: build: Update swc_core to v58.0.1

## 12.6.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

## 12.7.0

### Minor Changes

- 1cbeb5a: build: Update swc_core to v58.0.1

## 12.6.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": "12.6.0",
"version": "12.7.0",
"publishConfig": {
"access": "public",
"provenance": true
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

## 11.7.0

### Minor Changes

- 1cbeb5a: build: Update swc_core to v58.0.1

## 11.6.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

## 11.7.0

### Minor Changes

- 1cbeb5a: build: Update swc_core to v58.0.1

## 11.6.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": "11.6.0",
"version": "11.7.0",
"publishConfig": {
"access": "public",
"provenance": true
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

## 12.7.0

### Minor Changes

- 1cbeb5a: build: Update swc_core to v58.0.1

## 12.6.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

## 12.7.0

### Minor Changes

- 1cbeb5a: build: Update swc_core to v58.0.1

## 12.6.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": "12.6.0",
"version": "12.7.0",
"publishConfig": {
"access": "public",
"provenance": true
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

## 12.7.0

### Minor Changes

- 1cbeb5a: build: Update swc_core to v58.0.1

## 12.6.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

## 12.7.0

### Minor Changes

- 1cbeb5a: build: Update swc_core to v58.0.1

## 12.6.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": "12.6.0",
"version": "12.7.0",
"publishConfig": {
"access": "public",
"provenance": true
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.42.0"
version = "0.43.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

## 12.7.0

### Minor Changes

- 1cbeb5a: build: Update swc_core to v58.0.1

## 12.6.0

### Minor Changes
Expand Down
Loading