vitejs / vite-plugin-react-swc

Speed up your Vite dev server with SWC
MIT License
778 stars 50 forks source link

fix(deps): update all non-major dependencies #164

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/core (source) ^1.3.94 -> ^1.3.95 age adoption passing confidence
@swc/plugin-emotion ^2.5.92 -> ^2.5.95 age adoption passing confidence
@swc/plugin-styled-components ^1.5.92 -> ^1.5.95 age adoption passing confidence
@types/node (source) ^18.18.6 -> ^18.18.7 age adoption passing confidence
@types/react (source) ^18.2.31 -> ^18.2.33 age adoption passing confidence
pnpm (source) 8.9.2 -> 8.10.0 age adoption passing confidence

Release Notes

swc-project/swc (@​swc/core) ### [`v1.3.95`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1395---2023-10-24) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.94...v1.3.95) ##### Bug Fixes - **(es/compat)** Don't add pure annotations to dummy spans ([#​8172](https://togithub.com/swc-project/swc/issues/8172)) ([9ceb57b](https://togithub.com/swc-project/swc/commit/9ceb57b4c7b15e679031c08d4100bb2b6a0ce229)) - **(es/minifier)** Always consider `reassigned` when inlining ([#​8168](https://togithub.com/swc-project/swc/issues/8168)) ([c26a225](https://togithub.com/swc-project/swc/commit/c26a2252b6cfbc659fdd935a7282cec27bcb527b)) - **(es/typescript)** Support `ts_enum_is_mutable` with const enums ([#​8171](https://togithub.com/swc-project/swc/issues/8171)) ([02d0613](https://togithub.com/swc-project/swc/commit/02d0613a35a3875ad3b0c0b008cf063bd162bc07)) ##### Build - **(deps)** Update `ahash` ([#​8174](https://togithub.com/swc-project/swc/issues/8174)) ([5ca3b63](https://togithub.com/swc-project/swc/commit/5ca3b6358219ec71a000fa30d8be14ee2c3f2fc8))
pnpm/pnpm (pnpm) ### [`v8.10.0`](https://togithub.com/pnpm/pnpm/releases/tag/v8.10.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.9.2...v8.10.0) ##### Minor Changes - Support for multiple architectures when installing dependencies [#​5965](https://togithub.com/pnpm/pnpm/issues/5965). You can now specify architectures for which you'd like to install optional dependencies, even if they don't match the architecture of the system running the install. Use the `supportedArchitectures` field in `package.json` to define your preferences. For example, the following configuration tells pnpm to install optional dependencies for Windows x64: ```json { "pnpm": { "supportedArchitectures": { "os": ["win32"], "cpu": ["x64"] } } } ``` Whereas this configuration will have pnpm install optional dependencies for Windows, macOS, and the architecture of the system currently running the install. It includes artifacts for both x64 and arm64 CPUs: ```json { "pnpm": { "supportedArchitectures": { "os": ["win32", "darwin", "current"], "cpu": ["x64", "arm64"] } } } ``` Additionally, `supportedArchitectures` also supports specifying the `libc` of the system. - The `pnpm licenses list` command now accepts the `--filter` option to check the licenses of the dependencies of a subset of workspace projects [#​5806](https://togithub.com/pnpm/pnpm/issues/5806). ##### Patch Changes - Allow scoped name as bin name [#​7112](https://togithub.com/pnpm/pnpm/issues/7112). - When running scripts recursively inside a workspace, the logs of the scripts are grouped together in some CI tools. (Only works with `--workspace-concurrency 1`) - Print a warning when installing a dependency from a non-existent directory [#​7159](https://togithub.com/pnpm/pnpm/issues/7159) - Should fetch dependency from tarball url when patching dependency installed from git [#​7196](https://togithub.com/pnpm/pnpm/issues/7196) - `pnpm setup` should add a newline at the end of the updated shell config file [#​7227](https://togithub.com/pnpm/pnpm/issues/7227). - Improved the performance of linking bins of hoisted dependencies to `node_modules/.pnpm/node_modules/.bin` [#​7212](https://togithub.com/pnpm/pnpm/pull/7212). - Wrongful ELIFECYCLE error on program termination [#​7164](https://togithub.com/pnpm/pnpm/issues/7164). - `pnpm publish` should not pack the same file twice sometimes [#​6997](https://togithub.com/pnpm/pnpm/issues/6997). The fix was to update `npm-packlist` to the latest version. ##### Our Gold Sponsors
##### Our Silver Sponsors

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.