midwayjs / hooks

"Zero" Api / Type Safe / Fullstack Kit / Powerful Backend
MIT License
690 stars 63 forks source link

fix(deps): update dependency @swc/core to v1.3.23 #494

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/core (source) 1.3.22 -> 1.3.23 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

swc-project/swc ### [`v1.3.23`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1323---2022-12-14) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.22...v1.3.23) ##### Bug Fixes - **(css/minifier)** Fix compressions of transform functions ([#​6617](https://togithub.com/swc-project/swc/issues/6617)) ([208fd55](https://togithub.com/swc-project/swc/commit/208fd559ba383b32c72ffdf5d8ad50cbf9679ec6)) - **(css/minifier)** Fix compression of timing functions ([#​6618](https://togithub.com/swc-project/swc/issues/6618)) ([59e8bf4](https://togithub.com/swc-project/swc/commit/59e8bf49761c9f2434dcfb18153f93234d3d69a7)) - **(css/minifier)** Fix minification of `@supports` at-rule ([#​6632](https://togithub.com/swc-project/swc/issues/6632)) ([d3fbfff](https://togithub.com/swc-project/swc/commit/d3fbfffb32a4bd91c5faa27e708eccb08c8189b9)) - **(es/codegen)** Don't print trailing coma for a rest argument ([#​6610](https://togithub.com/swc-project/swc/issues/6610)) ([68d76af](https://togithub.com/swc-project/swc/commit/68d76afe5d99f834dd4578cc50bd48624f76c21d)) - **(es/codegen)** Fix codegen of TypeScript mapped types ([#​6621](https://togithub.com/swc-project/swc/issues/6621)) ([5c53a74](https://togithub.com/swc-project/swc/commit/5c53a74f55fc9d6ba1f54f9f2ea517853fa62a74)) - **(es/fixer)** Add correct parens to `OptChainExpr` in `MemberExpr` ([#​6639](https://togithub.com/swc-project/swc/issues/6639)) ([be5ea7f](https://togithub.com/swc-project/swc/commit/be5ea7fe170cca1532ba3d18f975d025a9fe038b)) - **(es/minifier)** Abort IIFE invoker on `eval` ([#​6478](https://togithub.com/swc-project/swc/issues/6478)) ([8b2e1d1](https://togithub.com/swc-project/swc/commit/8b2e1d17e59eaf21d4189aa4b9d2773cb10a1ab4)) - **(es/minifier)** Abort sequential inliner on optional chaining ([#​6637](https://togithub.com/swc-project/swc/issues/6637)) ([e4e4d6c](https://togithub.com/swc-project/swc/commit/e4e4d6cf6bbc2645272d590cd6ae83aeb5c19b1c)) - **(es/parser)** Parse types in `CallExpression` inside templates ([#​6611](https://togithub.com/swc-project/swc/issues/6611)) ([c44f1d0](https://togithub.com/swc-project/swc/commit/c44f1d0a7fd31b6c8019e5a17b0f80dab4c9c01c)) - **(html/parser)** Fix parsing of CDATA in the svg context ([#​6620](https://togithub.com/swc-project/swc/issues/6620)) ([19c2ee5](https://togithub.com/swc-project/swc/commit/19c2ee593d1b2c32243dbc5c099f17cea0b9ed26)) - **(node-swc)** Add missing `const_to_let` to the type ([#​6615](https://togithub.com/swc-project/swc/issues/6615)) ([7e841a5](https://togithub.com/swc-project/swc/commit/7e841a5d3061e6ef8b48995bdcd492ffa02b3b8d)) ##### Features - **(css/compat)** Add `Compiler` ([#​6626](https://togithub.com/swc-project/swc/issues/6626)) ([b3bbd74](https://togithub.com/swc-project/swc/commit/b3bbd742bf5a3bc51105e16cf6260b63ef9b124a)) - **(css/compat)** Support custom media queries ([#​6625](https://togithub.com/swc-project/swc/issues/6625)) ([a5f7b4b](https://togithub.com/swc-project/swc/commit/a5f7b4b8aa48d3d920dcebf72d766b6e3f458fb7)) - **(css/compat)** Implement compat pass for media ranges ([#​6631](https://togithub.com/swc-project/swc/issues/6631)) ([704b3ce](https://togithub.com/swc-project/swc/commit/704b3ceb9c1ceb8bafb5dd83717c182c56043198)) - **(css/compat)** Support color with hex alpha ([#​6643](https://togithub.com/swc-project/swc/issues/6643)) ([fe06b80](https://togithub.com/swc-project/swc/commit/fe06b8061c742f0a7ec04cf3f9df6db44deb7174)) - **(css/minifier)** Support `to` and `from` with `initial` ([#​6613](https://togithub.com/swc-project/swc/issues/6613)) ([cb49fa6](https://togithub.com/swc-project/swc/commit/cb49fa6f1ddf2ae37262769c538ef1a51adc404c)) - **(css/minifier)** Remove adjacent identical declarations ([#​6619](https://togithub.com/swc-project/swc/issues/6619)) ([fb94694](https://togithub.com/swc-project/swc/commit/fb94694cf3d95c26cc10aa9824f58e68b73b17ca)) - **(css/prefixer)** Prefix percentage with `opacity` ([#​6638](https://togithub.com/swc-project/swc/issues/6638)) ([2fee4d1](https://togithub.com/swc-project/swc/commit/2fee4d167ac908e04c04f65fe6e4a867a2b7d950)) - **(css/prefixer)** Support `display` ([#​6640](https://togithub.com/swc-project/swc/issues/6640)) ([c8b724f](https://togithub.com/swc-project/swc/commit/c8b724f14db0291fb48cd3d26c925dcf5e730fb8)) - **(css/prefixer)** Support nested calc ([#​6645](https://togithub.com/swc-project/swc/issues/6645)) ([5d0dc6e](https://togithub.com/swc-project/swc/commit/5d0dc6e7319f181e468b40dce218dc15cec8b59f)) - **(dbg-swc)** Kill `creduce` on drop ([#​6614](https://togithub.com/swc-project/swc/issues/6614)) ([2bf7805](https://togithub.com/swc-project/swc/commit/2bf78059801d8f07bf31eab6b077d7fb723837f8)) ##### Miscellaneous Tasks - **(atoms)** Make `sort.sh` cross-platform ([#​6629](https://togithub.com/swc-project/swc/issues/6629)) ([3f469ff](https://togithub.com/swc-project/swc/commit/3f469fff0bdd642d5ed5d3c78bfbd6a36a20dadb)) - **(ci)** Adjust upload of cli binaries ([#​6624](https://togithub.com/swc-project/swc/issues/6624)) ([81b352d](https://togithub.com/swc-project/swc/commit/81b352d9667c8874b1d9d87a92cca5b8d4c9fd41)) - **(es/minifier)** Expose `globals_defs` pass ([#​6633](https://togithub.com/swc-project/swc/issues/6633)) ([08ccb83](https://togithub.com/swc-project/swc/commit/08ccb8384cd186c18100338db35e99cf4de52daa)) ##### Performance - **(html/codegen)** Reduce allocations ([#​6622](https://togithub.com/swc-project/swc/issues/6622)) ([bfdafdb](https://togithub.com/swc-project/swc/commit/bfdafdbb898aa3429172f71c8d018689133e4fd6)) - **(html/minifier)** Reduce allocations ([#​6623](https://togithub.com/swc-project/swc/issues/6623)) ([7d3aa66](https://togithub.com/swc-project/swc/commit/7d3aa66bb8786d6d8cebcc37aa6ed4d486ec4b53)) ##### Refactor - **(dbg-swc)** Cleanup and document reducer ([#​6647](https://togithub.com/swc-project/swc/issues/6647)) ([b13a079](https://togithub.com/swc-project/swc/commit/b13a079481802d7bc44c9b363f63c74599f11a19)) ##### Testing - **(es/minifier)** Enable size tests created from `creduce` ([#​6646](https://togithub.com/swc-project/swc/issues/6646)) ([7f3e698](https://togithub.com/swc-project/swc/commit/7f3e6983e552bc789b7d0331335b760e6d42e51a))

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: fe4c6f3dfb7811087b0d4e60431e95507e388a92

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR