Skip to content

Commit

Permalink
feat(core)!: bump swc_core to 9.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Loading branch information
andersk committed Dec 12, 2024
1 parent 9b6d2a5 commit cc56461
Show file tree
Hide file tree
Showing 11 changed files with 1,667 additions and 1,652 deletions.
1,242 changes: 849 additions & 393 deletions Cargo.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ inventory = { version = "=0.1" }
rkyv = { version = "=0.8.8" }

# Must be pinned with the same swc versions
swc = { version = "5.0.0" }
swc = { version = "=9.0.0" }
swc_config = { version = "=1.0.0" }
swc_core = { version = "=5.0.1", default-features = false }
swc_ecma_minifier = { version = "=5.0.0", default-features = false }
swc_error_reporters = { version = "=5.0.0" }
swc_html = { version = "=5.0.0" }
swc_html_minifier = { version = "=5.0.0", default-features = false }
swc_node_comments = { version = "=4.0.0" }
swc_core = { version = "=9.0.0", default-features = false }
swc_ecma_minifier = { version = "=6.0.1", default-features = false }
swc_error_reporters = { version = "=6.0.0" }
swc_html = { version = "=6.0.0" }
swc_html_minifier = { version = "=6.0.0", default-features = false }
swc_node_comments = { version = "=5.0.0" }


rspack_dojang = { version = "0.1.9" }
Expand Down
4 changes: 2 additions & 2 deletions packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"@rspack/core": "workspace:*",
"@rspack/plugin-preact-refresh": "1.1.0",
"@rspack/plugin-react-refresh": "1.0.0",
"@swc/helpers": "0.5.13",
"@swc/plugin-remove-console": "^5.0.0",
"@swc/helpers": "0.5.15",
"@swc/plugin-remove-console": "^6.0.2",
"@types/babel__generator": "7.6.8",
"@types/babel__traverse": "7.20.6",
"@types/fs-extra": "11.0.4",
Expand Down
Loading

0 comments on commit cc56461

Please sign in to comment.