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
5 changes: 0 additions & 5 deletions .changeset/blue-rivers-leave.md

This file was deleted.

38 changes: 19 additions & 19 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ similar-asserts = "1.4.2"
swc_atoms = "9.0.0"
swc_cached = "2.0.0"
swc_common = "17.0.1"
swc_core = "48.0.0"
swc_core = "48.0.4"
swc_css_ast = "17.0.0"
swc_css_codegen = "17.0.0"
swc_css_compat = "17.0.0"
Expand All @@ -60,10 +60,10 @@ swc_css_prefixer = "20.0.0"
swc_css_visit = "17.0.1"
swc_ecma_ast = "18.0.0"
swc_ecma_codegen = "20.0.2"
swc_ecma_minifier = "36.0.3"
swc_ecma_parser = "27.0.6"
swc_ecma_minifier = "36.0.4"
swc_ecma_parser = "27.0.7"
swc_ecma_transforms = "39.0.0"
swc_ecma_transforms_base = "30.0.0"
swc_ecma_transforms_base = "30.0.1"
swc_ecma_transforms_react = "33.0.0"
swc_ecma_transforms_testing = "33.0.0"
swc_ecma_utils = "24.0.0"
Expand Down
12 changes: 12 additions & 0 deletions contrib/graphql-codegen-client-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @swc-contrib/plugin-graphql-codegen-client-preset

## 0.12.0

### Minor Changes

- 6c46f86: feat: Enable backward-compatibility feature

## 0.11.1

### Patch Changes

- ad79e09: Update swc_core to v48.0.4

## 0.11.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.11.0",
"version": "0.12.0",
"publishConfig": {
"access": "public",
"provenance": true
Expand Down
12 changes: 12 additions & 0 deletions contrib/mut-cjs-exports/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @swc-contrib/mut-cjs-exports

## 14.0.0

### Major Changes

- 6c46f86: feat: Enable backward-compatibility feature

## 13.1.1

### Patch Changes

- ad79e09: Update swc_core to v48.0.4

## 13.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion contrib/mut-cjs-exports/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ swc_core = { workspace = true, features = ["testing_transform", "ecma_parser"] }
testing = { workspace = true }

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(swc_ast_unknown)'] }
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(swc_ast_unknown)'] }
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": "13.1.0",
"version": "14.0.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.23.0"
version = "0.24.0"

[dependencies]
anyhow = { 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 = "9.0.0"
version = "10.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

## 14.0.0

### Major Changes

- 6c46f86: feat: Enable backward-compatibility feature

## 13.1.1

### Patch Changes

- ad79e09: Update swc_core to v48.0.4

## 13.1.0

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

## 14.0.0

### Major Changes

- 6c46f86: feat: Enable backward-compatibility feature

## 13.1.1

### Patch Changes

- ad79e09: Update swc_core to v48.0.4

## 13.1.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": "13.1.0",
"version": "14.0.0",
"description": "SWC plugin for emotion css-in-js library",
"main": "swc_plugin_emotion.wasm",
"scripts": {
Expand Down
4 changes: 2 additions & 2 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.106.0"
version = "0.107.0"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down Expand Up @@ -40,4 +40,4 @@ swc_ecma_transforms_testing = { workspace = true }
testing = { workspace = true }

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(swc_ast_unknown)'] }
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(swc_ast_unknown)'] }
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

## 9.0.0

### Major Changes

- 6c46f86: feat: Enable backward-compatibility feature

## 8.1.1

### Patch Changes

- ad79e09: Update swc_core to v48.0.4

## 8.1.0

### Minor Changes
Expand Down
12 changes: 12 additions & 0 deletions packages/formatjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,18 @@ Will extract the metadata: `{project: "web", locale: "en", region: "us"}` that g

# @swc/plugin-formatjs

## 9.0.0

### Major Changes

- 6c46f86: feat: Enable backward-compatibility feature

## 8.1.1

### Patch Changes

- ad79e09: Update swc_core to v48.0.4

## 8.1.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": "8.1.0",
"version": "9.0.0",
"publishConfig": {
"access": "public",
"provenance": true
Expand Down
6 changes: 3 additions & 3 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 = "13.0.0"
version = "14.0.0"

[features]
custom_transform = []
Expand All @@ -28,10 +28,10 @@ swc_core = { workspace = true, features = ["common", "ecma_visit", "ecma_ast"]

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

[dev-dependencies]
pretty_assertions = { workspace = true }

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(swc_ast_unknown)'] }
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(swc_ast_unknown)'] }
Loading