Skip to content

Commit

Permalink
chore: Update swc_core to v10.2.3 (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Jan 16, 2025
1 parent 4e25c56 commit 32992a5
Show file tree
Hide file tree
Showing 46 changed files with 217 additions and 42 deletions.
41 changes: 21 additions & 20 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 @@ -43,10 +43,10 @@ serde_repr = "0.1"
sha2 = "0.10"
similar-asserts = "1.4.2"
sourcemap = "9.0.0"
swc_atoms = "3.0.2"
swc_atoms = "3.0.3"
swc_cached = "1.0.0"
swc_common = "5.0.0"
swc_core = "10.0.0"
swc_core = "10.2.5"
swc_css_ast = "5.0.0"
swc_css_codegen = "5.0.0"
swc_css_compat = "5.0.0"
Expand All @@ -56,13 +56,13 @@ swc_css_prefixer = "5.0.0"
swc_css_visit = "5.0.0"
swc_ecma_ast = "5.0.1"
swc_ecma_codegen = "5.0.1"
swc_ecma_minifier = "7.0.0"
swc_ecma_parser = "6.0.1"
swc_ecma_minifier = "7.1.0"
swc_ecma_parser = "6.0.2"
swc_ecma_transforms = "9.0.0"
swc_ecma_transforms_base = "7.0.0"
swc_ecma_transforms_base = "7.1.0"
swc_ecma_transforms_react = "7.0.0"
swc_ecma_transforms_testing = "7.0.0"
swc_ecma_utils = "7.0.0"
swc_ecma_transforms_testing = "7.0.1"
swc_ecma_utils = "7.0.1"
swc_ecma_visit = "5.0.0"
swc_plugin_macro = "1.0.0"
swc_plugin_proxy = "5.0.0"
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.0.4

### Patch Changes

- e8973e8: Update swc_core to v10.2.3

## 8.0.3

### 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.0.4
### Patch Changes
- e8973e8: Update swc_core to v10.2.3
## 8.0.3
### 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.0.3",
"version": "8.0.4",
"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.0.6

### Patch Changes

- e8973e8: Update swc_core to v10.2.3

## 2.0.5

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

### Patch Changes

- e8973e8: Update swc_core to v10.2.3

## 2.0.5

### Patch 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.0.5",
"version": "2.0.6",
"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.0.4

### Patch Changes

- e8973e8: Update swc_core to v10.2.3

## 6.0.3

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

### Patch Changes

- e8973e8: Update swc_core to v10.2.3

## 6.0.3

### Patch 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.0.3",
"version": "6.0.4",
"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.0.4

### Patch Changes

- e8973e8: Update swc_core to v10.2.3

## 5.0.3

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

### Patch Changes

- e8973e8: Update swc_core to v10.2.3

## 5.0.3

### Patch 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.0.3",
"version": "5.0.4",
"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.0.4

### Patch Changes

- e8973e8: Update swc_core to v10.2.3

## 6.0.3

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

### Patch Changes

- e8973e8: Update swc_core to v10.2.3

## 6.0.3

### Patch 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.0.3",
"version": "6.0.4",
"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.0.4

### Patch Changes

- e8973e8: Update swc_core to v10.2.3

## 6.0.3

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

### Patch Changes

- e8973e8: Update swc_core to v10.2.3

## 6.0.3

### 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.0.3",
"version": "6.0.4",
"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.0.4

### Patch Changes

- e8973e8: Update swc_core to v10.2.3

## 6.0.3

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

### Patch Changes

- e8973e8: Update swc_core to v10.2.3

## 6.0.3

### 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.0.3",
"version": "6.0.4",
"description": "SWC plugin for https://www.npmjs.com/package/babel-plugin-react-remove-properties",
"main": "swc_plugin_react_remove_properties.wasm",
"scripts": {
Expand Down
Loading

0 comments on commit 32992a5

Please sign in to comment.