Skip to content

Commit

Permalink
chore(deps): update swc monorepo (#321)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@swc/core](https://swc.rs)
([source](https://togithub.com/swc-project/swc)) | devDependencies |
minor | [`1.3.107` ->
`1.4.0`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.107/1.4.0) |
|
[@swc/jest](https://togithub.com/swc-project/pkgs/tree/main/packages/jest)
([source](https://togithub.com/swc-project/pkgs)) | devDependencies |
patch | [`0.2.34` ->
`0.2.36`](https://renovatebot.com/diffs/npm/@swc%2fjest/0.2.34/0.2.36) |

---

### Release Notes

<details>
<summary>swc-project/swc (@&#8203;swc/core)</summary>

###
[`v1.4.0`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#140---2024-02-05)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.107...v1.4.0)

##### Bug Fixes

- **(cli)** Make Rust CLI use sourcemap code from the `swc` crate
([#&#8203;8576](https://togithub.com/swc-project/swc/issues/8576))
([82bc061](https://togithub.com/swc-project/swc/commit/82bc061b8caad9b240f3c2ab75c2a53aed502297))

- **(es/codegen)** Fix codegen of async methods with decorators
([#&#8203;8575](https://togithub.com/swc-project/swc/issues/8575))
([8c32225](https://togithub.com/swc-project/swc/commit/8c322250b7276f002fc0848bbb5c53bdb8802c00))

- **(es/lexer)** Fix typo in `package` keyword
([#&#8203;8589](https://togithub.com/swc-project/swc/issues/8589))
([8413a6c](https://togithub.com/swc-project/swc/commit/8413a6c48e94613b9ba264210acab4f7f1787057))

- **(es/minifier)** Fix top-level check
([#&#8203;8583](https://togithub.com/swc-project/swc/issues/8583))
([a7c5255](https://togithub.com/swc-project/swc/commit/a7c5255ad1ad98c183b676af5caaf9057a9eccf1))

- **(es/proposals)** Support using `using` keyword with functions
([#&#8203;8574](https://togithub.com/swc-project/swc/issues/8574))
([d81596c](https://togithub.com/swc-project/swc/commit/d81596cd2b03ab7523937ae3206797a9c3b819bf))

- **(es/resolver)** Skip property in JSX member
([#&#8203;8598](https://togithub.com/swc-project/swc/issues/8598))
([d480ab9](https://togithub.com/swc-project/swc/commit/d480ab9ae8226fd8330376e33f0ad556c50d5b75))

- **(es/testing)** Make `test_inline!` not read output as a file
([#&#8203;8569](https://togithub.com/swc-project/swc/issues/8569))
([d683089](https://togithub.com/swc-project/swc/commit/d683089be1116f7944fcd3dbd4536b343becdf5e))

- **(es/typescript)** Handle exported JSX binding name in TypeScript
namespace
([#&#8203;8596](https://togithub.com/swc-project/swc/issues/8596))
([2a70a6b](https://togithub.com/swc-project/swc/commit/2a70a6b1d477db5ae31c5c9412d299acaea10880))

##### Features

- **(es/minifier)** Inline more IIFE arguments
([#&#8203;8584](https://togithub.com/swc-project/swc/issues/8584))
([18e0b53](https://togithub.com/swc-project/swc/commit/18e0b53fbb19eb016fe3695a169ac7f0708c96d3))

- **(es/minifier)** Respect more options
([#&#8203;8582](https://togithub.com/swc-project/swc/issues/8582))
([fd997d3](https://togithub.com/swc-project/swc/commit/fd997d3712cf83d5de5bb63b3e2ac38871c4b736))

##### Refactor

- **(es/ast)** Improve type definitions of patterns
([#&#8203;8532](https://togithub.com/swc-project/swc/issues/8532))
([7f2a2c1](https://togithub.com/swc-project/swc/commit/7f2a2c1e406021b8907b8fd35da456bfdc5f55ac))

##### Testing

- **(es/minifer)** Update the passing terser test list
([#&#8203;8573](https://togithub.com/swc-project/swc/issues/8573))
([8b86638](https://togithub.com/swc-project/swc/commit/8b86638970797fe352db40128aabfb6a8cf9a43e))

- **(es/testing)** Ensure that `test_inline!` is working properly
([#&#8203;8590](https://togithub.com/swc-project/swc/issues/8590))
([872a47b](https://togithub.com/swc-project/swc/commit/872a47b851504f4c0095f7c9f2729d50451c97a6))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Balvajs Renovate Bot <406530+balvajs-renovate[bot]@users.noreply.github.com>
  • Loading branch information
balvajs-renovate[bot] and Balvajs Renovate Bot authored Feb 5, 2024
1 parent 3ac2c4a commit cccc7c3
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 49 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/release-notes-generator": "12.1.0",
"@swc/core": "1.3.107",
"@swc/jest": "0.2.34",
"@swc/core": "1.4.0",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@typescript-eslint/eslint-plugin": "6.20.0",
Expand Down
99 changes: 52 additions & 47 deletions pnpm-lock.yaml

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

0 comments on commit cccc7c3

Please sign in to comment.