vitejs / vite-plugin-react-swc

Speed up your Vite dev server with SWC
MIT License
831 stars 54 forks source link

chore(deps): update all non-major dependencies #157

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@arnaud-barre/tnode ^0.19.1 -> ^0.19.2 age adoption passing confidence
@generouted/react-router ^1.15.9 -> ^1.16.0 age adoption passing confidence
@swc/core (source) ^1.3.91 -> ^1.3.92 age adoption passing confidence
@types/node (source) ^18.18.1 -> ^18.18.4 age adoption passing confidence
@types/react (source) ^18.2.24 -> ^18.2.27 age adoption passing confidence
@types/react-dom (source) ^18.2.8 -> ^18.2.12 age adoption passing confidence
pnpm (source) 8.8.0 -> 8.9.0 age adoption passing confidence
vite (source) ^4.4.9 -> ^4.4.11 age adoption passing confidence

Release Notes

ArnaudBarre/tnode (@​arnaud-barre/tnode) ### [`v0.19.2`](https://togithub.com/ArnaudBarre/tnode/compare/45d81ab982fc898684d4bb775b9adb1f00e031e3...45d81ab982fc898684d4bb775b9adb1f00e031e3) [Compare Source](https://togithub.com/ArnaudBarre/tnode/compare/45d81ab982fc898684d4bb775b9adb1f00e031e3...45d81ab982fc898684d4bb775b9adb1f00e031e3)
oedotme/generouted (@​generouted/react-router) ### [`v1.16.0`](https://togithub.com/oedotme/generouted/releases/tag/v1.16.0) [Compare Source](https://togithub.com/oedotme/generouted/compare/v1.15.9...v1.16.0) #### Changes Breaking change for splat routes for `@generouted/react-router` and `@generouted/solid-router`. For example `/pages/posts/[...all].tsx`: `/posts/*`: - Now has `/posts/*` type instead of `/posts/${string}` - Requires an '\*' prop in the `Link`, `useNavigate`, etc `params` props ##### Before ```tsx Catch-all ``` ##### After ```tsx Catch-all ``` In general, this change allows accessing both dynamic and splat params from the type-safe `useParams` hook. Thanks [@​d0whc3r](https://togithub.com/d0whc3r)! #### Commits - chore: update packages [`2bca6d0`](https://togithub.com/oedotme/generouted/commit/2bca6d0) by [@​oedotme](https://togithub.com/oedotme) - feat!: add types for splat params ([#​127](https://togithub.com/oedotme/generouted/issues/127)) [`588aec0`](https://togithub.com/oedotme/generouted/commit/588aec0) by [@​d0whc3r](https://togithub.com/d0whc3r) - docs: app → root at getting started to match create-vite [`268aedd`](https://togithub.com/oedotme/generouted/commit/268aedd) by [@​oedotme](https://togithub.com/oedotme) **Changelog**: https://github.com/oedotme/generouted/compare/v1.15.9...v1.16.0
swc-project/swc (@​swc/core) ### [`v1.3.92`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1392---2023-10-05) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.91...v1.3.92) ##### Bug Fixes - **(es/compat)** Fix scoping of `explicit-resource-management` ([#​8044](https://togithub.com/swc-project/swc/issues/8044)) ([96a7a4d](https://togithub.com/swc-project/swc/commit/96a7a4d045d08547fed75c79a7156f79262edfc2)) - **(es/compat)** Transform default-exported class decorators correctly ([#​8050](https://togithub.com/swc-project/swc/issues/8050)) ([a751f1c](https://togithub.com/swc-project/swc/commit/a751f1cfaf415917ab2a5e5098d9ca32bffa907b)) - **(es/compat)** Use `async` and `await` correctly in `block-scoping` pass ([#​8056](https://togithub.com/swc-project/swc/issues/8056)) ([8318ea8](https://togithub.com/swc-project/swc/commit/8318ea82c28d3cf55e701f6da2f3077efe8ca653)) - **(es/module)** Handle directives ([#​8048](https://togithub.com/swc-project/swc/issues/8048)) ([4d8e101](https://togithub.com/swc-project/swc/commit/4d8e1013bb7775f60d463276cc3233ecd7849b31)) ##### Miscellaneous Tasks - **(ci)** Fix publish action ([8ddb0da](https://togithub.com/swc-project/swc/commit/8ddb0dafa25e21020f6378ee4c29fa286654ea30)) - **(ci)** Prepare multi-package repository ([#​8043](https://togithub.com/swc-project/swc/issues/8043)) ([f2bc6a3](https://togithub.com/swc-project/swc/commit/f2bc6a3fcc7367726afe55b4fa4c6bde839fbd70)) - **(ci)** Fix publish action for minifier ([77b8591](https://togithub.com/swc-project/swc/commit/77b8591d86dee33c92277b4b2d301d8cb253c16b)) - Fix CI condition ([9c9c03b](https://togithub.com/swc-project/swc/commit/9c9c03b76b7de8df754437e3ee2d4ab5d079b96d)) - Fix CI ([0c8d8a3](https://togithub.com/swc-project/swc/commit/0c8d8a3f4ab24c41d209bf2fdd37703e0205f0c0)) - Configure `nissuer` ([#​8053](https://togithub.com/swc-project/swc/issues/8053)) ([2a508bc](https://togithub.com/swc-project/swc/commit/2a508bcb9a7fb4d3323b4e08c0702b1191f95b96)) - Configure issue validator ([a555823](https://togithub.com/swc-project/swc/commit/a5558236b715e49dbbb7842edfb24baa7a3f0760)) - Mark reproduction link required ([c6e0a18](https://togithub.com/swc-project/swc/commit/c6e0a18292001cb46722b533213acdf374311edc)) - Update nissuer.yml ([#​8060](https://togithub.com/swc-project/swc/issues/8060)) ([a2f1010](https://togithub.com/swc-project/swc/commit/a2f1010b4e312d972d901705da971b887b1b254a)) - Add `evanw.github.io` to the allowed repro hosts ([c26ee63](https://togithub.com/swc-project/swc/commit/c26ee63839df040644082ed6ff88bd2571c3af44)) ##### Refactor - **(cli)** Make CLI testable/managable with `swc-bump` ([#​8045](https://togithub.com/swc-project/swc/issues/8045)) ([f717cf2](https://togithub.com/swc-project/swc/commit/f717cf21cc1cea5e30e87c4d08861daadb25ab14))
pnpm/pnpm (pnpm) ### [`v8.9.0`](https://togithub.com/pnpm/pnpm/compare/v8.8.0...v8.9.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.8.0...v8.9.0)
vitejs/vite (vite) ### [`v4.4.11`](https://togithub.com/vitejs/vite/releases/tag/v4.4.11) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.4.10...v4.4.11) Please refer to [CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v4.4.11/packages/vite/CHANGELOG.md) for details. ### [`v4.4.10`](https://togithub.com/vitejs/vite/releases/tag/v4.4.10) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.4.9...v4.4.10) Please refer to [CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v4.4.10/packages/vite/CHANGELOG.md) for details.

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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