Skip to content

Commit

Permalink
Merge branch 'main' into bisect
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 12, 2024
2 parents beaf86b + 041b1f0 commit d4b0999
Show file tree
Hide file tree
Showing 29 changed files with 55 additions and 53 deletions.
32 changes: 17 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Changelog
## [unreleased]

### Features



- **(estree/compat)** Remove dependency on `rayon` ([#9393](https://github.com/swc-project/swc/issues/9393)) ([34d1b27](https://github.com/swc-project/swc/commit/34d1b27251dab3f87dc3a39d245a3498b4c2b151))

### Miscellaneous Tasks



- **(bindings/node)** Deprecate `parse` ([#9419](https://github.com/swc-project/swc/issues/9419)) ([1bf467d](https://github.com/swc-project/swc/commit/1bf467d99fb72ebff42136e08d7f03d50872f64e))


- **(es/preset-env)** Update core js compat data ([#9407](https://github.com/swc-project/swc/issues/9407)) ([ce761cf](https://github.com/swc-project/swc/commit/ce761cf51571f70c9378b6b67759bac3af4f4f92))

## [1.7.10] - 2024-08-09

### Bug Fixes
Expand Down Expand Up @@ -1304,24 +1321,9 @@



- **(es/minifier)** Handle cyclic references while dropping unused properties ([#8725](https://github.com/swc-project/swc/issues/8725)) ([102241b](https://github.com/swc-project/swc/commit/102241b812b8e815b59575178193bb71b4264bab))


- **(es/minifier)** Fix evaluation of array literals with `void 0` ([#8733](https://github.com/swc-project/swc/issues/8733)) ([aa0154d](https://github.com/swc-project/swc/commit/aa0154d2d86b0bed7ffed3324c7a650ffe111c93))


- **(es/minifier)** Fix removal of array pattern bindings ([#8730](https://github.com/swc-project/swc/issues/8730)) ([312f0d8](https://github.com/swc-project/swc/commit/312f0d8427b3c4436b491ed4265f9469dc017f8f))


- **(es/minifier)** Make `Finalizer` handle `hoisted_props` correctly ([#8738](https://github.com/swc-project/swc/issues/8738)) ([95761b7](https://github.com/swc-project/swc/commit/95761b76bf09a4d2c09517b2bd7bf7b78ee2149f))


- **(es/proposal)** Fix var placement for using transform ([#8732](https://github.com/swc-project/swc/issues/8732)) ([633cd89](https://github.com/swc-project/swc/commit/633cd89bacef5f0efef20f1dfa709cff1ecba36f))

### Features



- **(es/lints)** Add `prefer-object-spread` rule ([#8696](https://github.com/swc-project/swc/issues/8696)) ([aa9297b](https://github.com/swc-project/swc/commit/aa9297b42e001f6b7319881870f6012a56c50aef))

<!-- generated by git-cliff -->
20 changes: 10 additions & 10 deletions bindings/Cargo.lock

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

4 changes: 2 additions & 2 deletions bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ resolver = "2"
swc_common = "0.37.2"
swc_compiler_base = "0.16.0"
swc_config = "0.1.15"
swc_core = "0.100.5"
swc_core = "0.100.6"
swc_error_reporters = "0.21.0"
swc_fast_ts_strip = "0.5.2"
swc_fast_ts_strip = "0.5.3"
swc_malloc = "0.5.11"
swc_nodejs_common = "0.0.8"
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_core_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_core_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.7.10"
version = "1.7.11-nightly-20240812.1"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_minifier_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_minifier_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.7.10"
version = "1.7.11-nightly-20240812.1"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_typescript_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_typescript_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.7.10"
version = "1.7.11-nightly-20240812.1"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion bindings/swc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.366"
version = "0.91.367"

[[bin]]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scripts/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-darwin-arm64",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scripts/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-darwin-x64",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scripts/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm-gnueabihf",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scripts/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-gnu",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scripts/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-musl",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scripts/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-gnu",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scripts/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-musl",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scripts/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-arm64-msvc",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scripts/npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-ia32-msvc",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scripts/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-x64-msvc",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"description": "Super-fast alternative for terser",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/scripts/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-darwin-arm64",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/scripts/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-darwin-x64",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"darwin"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm-gnueabihf",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/scripts/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-gnu",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"linux"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-musl",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/scripts/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-x64-gnu",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/scripts/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-x64-musl",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"linux"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-arm64-msvc",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/scripts/npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-ia32-msvc",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/scripts/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-x64-msvc",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"os": [
"win32"
],
Expand Down

0 comments on commit d4b0999

Please sign in to comment.