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/fix-emotion-dynamic-css-arrays.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/formatjs-throws-false.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-emotion-spans.md

This file was deleted.

28 changes: 14 additions & 14 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ similar-asserts = "1.4.2"
swc_atoms = "9.0.3"
swc_cached = "2.0.0"
swc_common = "23.0.2"
swc_core = "71.0.0"
swc_core = "71.0.5"
swc_css_ast = "23.0.0"
swc_css_codegen = "23.0.0"
swc_css_compat = "23.0.0"
Expand All @@ -61,23 +61,23 @@ swc_css_prefixer = "28.0.0"
swc_css_visit = "23.0.0"
swc_ecma_ast = "25.0.0"
swc_ecma_codegen = "28.0.2"
swc_ecma_minifier = "56.0.1"
swc_ecma_parser = "41.1.1"
swc_ecma_minifier = "56.0.2"
swc_ecma_parser = "41.1.2"
swc_ecma_transforms = "56.0.0"
swc_ecma_transforms_base = "44.0.3"
swc_ecma_transforms_base = "44.0.4"
swc_ecma_transforms_react = "50.0.0"
swc_ecma_transforms_testing = "48.0.0"
swc_ecma_utils = "31.0.1"
swc_ecma_utils = "31.0.2"
swc_ecma_visit = "25.0.0"
swc_plugin_macro = "1.1.0"
swc_plugin_macro = "1.1.1"
swc_plugin_proxy = "26.0.0"
swc_sourcemap = "10.0.2"
swc_trace_macro = "2.0.2"
testing = "24.0.1"
tracing = "0.1.40"
widestring = "1.0.2"

swc_icu_messageformat_parser = { version = "29.0.0", path = "./crates/swc_icu_messageformat_parser" }
swc_icu_messageformat_parser = { version = "30.0.0", path = "./crates/swc_icu_messageformat_parser" }


[profile.release]
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.26.1

### Patch Changes

- e785517: build: Update swc_core to v71.0.5

## 0.26.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.26.0",
"version": "0.26.1",
"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.14.1

### Patch Changes

- e785517: build: Update swc_core to v71.0.5

## 14.14.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 @@ -8,7 +8,7 @@ license = "MIT"
name = "swc_mut_cjs_exports"
readme = "README.md"
repository = "https://github.com/magic-akari/swc_mut_cjs_exports"
version = "21.0.0"
version = "22.0.0"

[lib]
crate-type = ["cdylib", "lib"]
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.14.0",
"version": "14.14.1",
"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 = "10.0.0"
version = "11.0.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 = "10.0.0"
version = "11.0.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 = "29.0.0"
version = "30.0.0"


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

## 14.14.1

### Patch Changes

- b6b2355: Keep dynamic Emotion JSX css prop arrays unwrapped so theme callbacks are evaluated by Emotion's JSX runtime.
- e785517: build: Update swc_core to v71.0.5
- 14bd92c: Handle React Compiler output with synthetic spans.

## 14.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/emotion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ swc_core = { workspace = true, features = ["ecma_plugin_transform"] }
swc_ecma_ast = { workspace = true }
swc_ecma_utils = { workspace = true }
swc_ecma_visit = { workspace = true }
swc_emotion = { path = "./transform", version = "10.0.0" }
swc_emotion = { path = "./transform", version = "11.0.0" }
swc_plugin_macro = { workspace = true }
swc_plugin_proxy = { workspace = true }
tracing = { workspace = true, features = ["release_max_level_off"] }
8 changes: 8 additions & 0 deletions packages/emotion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ Source code for plugin itself (not transforms) are copied from https://github.co

# @swc/plugin-emotion

## 14.14.1

### Patch Changes

- b6b2355: Keep dynamic Emotion JSX css prop arrays unwrapped so theme callbacks are evaluated by Emotion's JSX runtime.
- e785517: build: Update swc_core to v71.0.5
- 14bd92c: Handle React Compiler output with synthetic spans.

## 14.14.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.14.0",
"version": "14.14.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 = "10.0.0"
version = "11.0.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.13.1

### Patch Changes

- e785517: build: Update swc_core to v71.0.5

## 0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-flags/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ swc_common = { workspace = true, features = ["concurrent"] }
swc_core = { workspace = true, features = ["ecma_plugin_transform"] }
swc_ecma_ast = { workspace = true }
swc_ecma_visit = { workspace = true }
swc_feature_flags = { path = "../../crates/swc_feature_flags", version = "10.0.0" }
swc_feature_flags = { path = "../../crates/swc_feature_flags", version = "11.0.0" }
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.13.1

### Patch Changes

- e785517: build: Update swc_core to v71.0.5

## 0.13.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.13.0",
"version": "0.13.1",
"publishConfig": {
"access": "public",
"provenance": true
Expand Down
7 changes: 7 additions & 0 deletions packages/formatjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swc/plugin-formatjs

## 9.14.1

### Patch Changes

- 4f2efe7: Add `throws: false` support to skip non-static FormatJS descriptors without failing the transform.
- e785517: build: Update swc_core to v71.0.5

## 9.14.0

### Minor 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 = "33.0.0" }
swc_formatjs_transform = { path = "./transform", version = "34.0.0" }
7 changes: 7 additions & 0 deletions packages/formatjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@ Will extract the metadata: `{project: "web", locale: "en", region: "us"}` that g

# @swc/plugin-formatjs

## 9.14.1

### Patch Changes

- 4f2efe7: Add `throws: false` support to skip non-static FormatJS descriptors without failing the transform.
- e785517: build: Update swc_core to v71.0.5

## 9.14.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.14.0",
"version": "9.14.1",
"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 = "33.0.0"
version = "34.0.0"

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

swc_icu_messageformat_parser = { features = [
"utf16",
], path = "../../../crates/swc_icu_messageformat_parser", version = "29.0.0" }
], path = "../../../crates/swc_icu_messageformat_parser", version = "30.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.14.1

### Patch Changes

- e785517: build: Update swc_core to v71.0.5

## 12.14.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 @@ -4,6 +4,12 @@

# @swc/plugin-jest

## 12.14.1

### Patch Changes

- e785517: build: Update swc_core to v71.0.5

## 12.14.0

### Minor Changes
Expand Down
Loading
Loading