Skip to content

Commit

Permalink
build: Update swc_core to v14.0.0, really (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Feb 17, 2025
1 parent 4c0f81d commit 80af156
Show file tree
Hide file tree
Showing 80 changed files with 451 additions and 254 deletions.
145 changes: 84 additions & 61 deletions Cargo.lock

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,31 +42,31 @@ serde_repr = "0.1"
sha2 = "0.10"
similar-asserts = "1.4.2"
sourcemap = "9.0.0"
swc_atoms = "3.0.5"
swc_atoms = "4.0.0"
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_common = "7.0.0"
swc_core = "14.0.0"
swc_css_ast = "7.0.0"
swc_css_codegen = "7.0.0"
swc_css_compat = "7.0.0"
swc_css_minifier = "7.0.0"
swc_css_parser = "7.0.0"
swc_css_prefixer = "8.0.0"
swc_css_visit = "7.0.0"
swc_ecma_ast = "7.0.0"
swc_ecma_codegen = "7.0.0"
swc_ecma_minifier = "11.0.0"
swc_ecma_parser = "9.0.0"
swc_ecma_transforms = "12.0.0"
swc_ecma_transforms_base = "10.0.0"
swc_ecma_transforms_react = "10.0.0"
swc_ecma_transforms_testing = "10.0.0"
swc_ecma_utils = "10.0.0"
swc_ecma_visit = "7.0.0"
swc_plugin_macro = "1.0.0"
swc_plugin_proxy = "6.0.0"
swc_plugin_proxy = "7.0.0"
swc_trace_macro = "2.0.0"
testing = "6.0.0"
testing = "7.0.0"
tracing = "0.1.40"
widestring = "1.0.2"

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.2

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 8.7.1

### Patch 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.2
### Patch Changes
- 04465bc: Update swc_core to v14.0.0, really
## 8.7.1
### Patch 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.7.1",
"version": "8.7.2",
"description": "SWC plugin for emotion css-in-js library",
"main": "swc_plugin_emotion.wasm",
"scripts": {
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.1

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 2.3.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.1

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 2.3.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.3.0",
"version": "2.3.1",
"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.1

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 6.3.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.1

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 6.3.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.3.0",
"version": "6.3.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

## 5.3.1

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 5.3.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.1

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 5.3.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.3.0",
"version": "5.3.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

## 6.3.1

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 6.3.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.1

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 6.3.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.3.0",
"version": "6.3.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

## 6.3.2

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 6.3.1

### Patch 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.2

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 6.3.1

### Patch 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.3.1",
"version": "6.3.2",
"description": "SWC plugin for preact refresh",
"main": "swc_plugin_prefresh.wasm",
"scripts": {
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.2

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 6.3.1

### Patch 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.2

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 6.3.1

### Patch 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.3.1",
"version": "6.3.2",
"description": "SWC plugin for https://www.npmjs.com/package/babel-plugin-react-remove-properties",
"main": "swc_plugin_react_remove_properties.wasm",
"scripts": {
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.2

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 6.3.1

### Patch 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.2

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 6.3.1

### Patch 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.3.1",
"version": "6.3.2",
"description": "SWC plugin for relay",
"main": "swc_plugin_relay.wasm",
"types": "./types.d.ts",
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.2

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 6.3.1

### Patch 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.2

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 6.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remove-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/plugin-remove-console",
"version": "6.3.1",
"version": "6.3.2",
"description": "SWC plugin for https://www.npmjs.com/package/babel-plugin-remove-console",
"main": "swc_plugin_remove_console.wasm",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/styled-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swc/plugin-styled-components

## 6.8.2

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 6.8.1

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/styled-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ Then update your `.swcrc` file like below:

# @swc/plugin-styled-components

## 6.8.2

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 6.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/plugin-styled-components",
"version": "6.8.1",
"version": "6.8.2",
"description": "SWC plugin for styled-components",
"main": "swc_plugin_styled_components.wasm",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/styled-jsx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swc/plugin-styled-jsx

## 6.6.2

### Patch Changes

- 04465bc: Update swc_core to v14.0.0, really

## 6.6.1

### Patch Changes
Expand Down
Loading

0 comments on commit 80af156

Please sign in to comment.