Closed renovate[bot] closed 4 weeks ago
Run & review this pull request in StackBlitz Codeflow.
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/@rollup/pluginutils@5.1.3 | None | +3 |
219 kB | guybedford, lukastaegert, rich_harris, ...1 more |
npm/@swc/core@1.7.40 | environment, filesystem, shell | +2 |
208 kB | kdy1 |
npm/@types/node@22.8.1 | None | +1 |
2.35 MB | types |
npm/oxc-transform@0.34.0 | environment, filesystem, shell | 0 |
21.1 kB | boshen |
npm/rolldown@0.13.2-snapshot-4b75871-20241028003419 | environment | +1 |
1.34 MB | broooooklyn, rolldownbot, yyx990803 |
npm/rollup@4.24.2 | None | +1 |
2.62 MB | eventualbuddha, lukastaegert, rich_harris, ...2 more |
npm/tsx@4.19.2 | Transitive: filesystem | +3 |
680 kB | hirokiosame |
npm/vite@5.4.10 | Transitive: environment, filesystem, network, shell | +5 |
3.77 MB | antfu, patak, soda, ...2 more |
🚮 Removed packages: npm/@rollup/pluginutils@5.1.2, npm/@swc/core@1.7.36, npm/@types/node@22.7.7, npm/oxc-transform@0.32.0, npm/rollup@4.24.0, npm/tsx@4.19.1, npm/vite@5.4.9
This PR contains the following updates:
^5.1.2
->^5.1.3
^1.7.36
->^1.7.40
^22.7.7
->^22.8.1
^0.32.0
->^0.34.0
9.12.2
->9.12.3
^4.24.0
->^4.24.2
^4.19.1
->^4.19.2
^5.4.9
->^5.4.10
Release Notes
rollup/plugins (@rollup/pluginutils)
### [`v5.1.3`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/pluginutils/CHANGELOG.md#v513) *2024-10-23* ##### Bugfixes - fix: upgrade picomatch ([#1796](https://redirect.github.com/rollup/plugins/issues/1796))swc-project/swc (@swc/core)
### [`v1.7.40`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1740---2024-10-26) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.39...v1.7.40) ##### Bug Fixes - **(bindings)** Update napi to handle string with `\0` ([#9665](https://redirect.github.com/swc-project/swc/issues/9665)) ([8f45eaf](https://redirect.github.com/swc-project/swc/commit/8f45eaf837d023847c478e562265e141213ce231)) - **(bindings/node)** Add `VisitTsPropertySignature` ([#9670](https://redirect.github.com/swc-project/swc/issues/9670)) ([715c42c](https://redirect.github.com/swc-project/swc/commit/715c42c0bfe699d822a7e9ea18751d35aac3235d)) - **(es/codegen)** Improve EndsWithAlphaNum ([#9675](https://redirect.github.com/swc-project/swc/issues/9675)) ([ba2a942](https://redirect.github.com/swc-project/swc/commit/ba2a942f56776e6927b48cfd185d8720052b7409)) - **(es/renamer)** Check `preserved` in normal renaming mode ([#9666](https://redirect.github.com/swc-project/swc/issues/9666)) ([87b4e10](https://redirect.github.com/swc-project/swc/commit/87b4e10e5dbeb236ee5232d85d3176472fa4a9d0)) - **(typescript)** Check whether the method is abstract when checking `is_overload` ([#9678](https://redirect.github.com/swc-project/swc/issues/9678)) ([78500af](https://redirect.github.com/swc-project/swc/commit/78500af546ea3c92f016c729e173c66fccbe46ed)) ##### Documentation - **(contributing)** Document changeset ([#9667](https://redirect.github.com/swc-project/swc/issues/9667)) ([602c667](https://redirect.github.com/swc-project/swc/commit/602c667b9d435fa9155345952379287cb11e59db)) ##### Miscellaneous Tasks - **(deps)** Update dependency swc-plugin-coverage-instrument to ^0.0.25 ([#9676](https://redirect.github.com/swc-project/swc/issues/9676)) ([b8d255b](https://redirect.github.com/swc-project/swc/commit/b8d255bf5aa65a5589331b0924269a23b3052137)) ### [`v1.7.39`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1739---2024-10-22) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.36...v1.7.39) ##### Bug Fixes - **(es/compat)** Add missing visit children for `destructuring` ([#9658](https://redirect.github.com/swc-project/swc/issues/9658)) ([32116a0](https://redirect.github.com/swc-project/swc/commit/32116a0940a5806d8ad291b5fd6d056709a396bc)) - **(es/parser)** Correct `>` and `<` when exit type context ([#9653](https://redirect.github.com/swc-project/swc/issues/9653)) ([abffc07](https://redirect.github.com/swc-project/swc/commit/abffc073561b3ba3906aa0923ef3880e5e30d538)) - **(es/proposal)** Use `tsc` version of explicit resource management ([#9585](https://redirect.github.com/swc-project/swc/issues/9585)) ([f735108](https://redirect.github.com/swc-project/swc/commit/f7351080174c61bad5950be9b30c75c4f17ebe3e)) - **(wasm-typescript)** Fix option types of functions ([#9662](https://redirect.github.com/swc-project/swc/issues/9662)) ([4cbe33c](https://redirect.github.com/swc-project/swc/commit/4cbe33c32f244e9c568d388f19c0f297bf3d74f1)) ##### Features - **(es/minifier)** Implement optional catch binding ([#9657](https://redirect.github.com/swc-project/swc/issues/9657)) ([f70b842](https://redirect.github.com/swc-project/swc/commit/f70b842c5579c945fcd6357edb712507228f5eb5)) ##### Miscellaneous Tasks - **(es/typescript)** Improve enum comments and sourcemap ([#9652](https://redirect.github.com/swc-project/swc/issues/9652)) ([31fe3b6](https://redirect.github.com/swc-project/swc/commit/31fe3b6be151cbf63fe1ff06f922f814da105d08))pnpm/pnpm (pnpm)
### [`v9.12.3`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#9123) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.12.2...v9.12.3) ##### Patch Changes - Don't purge `node_modules`, when typing "n" in the prompt that asks whether to remove `node_modules` before installation [#8655](https://redirect.github.com/pnpm/pnpm/pull/8655). - Fix a bug causing pnpm to infinitely spawn itself when `manage-package-manager-versions=true` is set and the `.tools` directory is corrupt. - Use `crypto.hash`, when available, for improved performance [#8629](https://redirect.github.com/pnpm/pnpm/pull/8629). - Fixed a race condition in temporary file creation in the store by including worker thread ID in filename. Previously, multiple worker threads could attempt to use the same temporary file. Temporary files now include both process ID and thread ID for uniqueness [#8703](https://redirect.github.com/pnpm/pnpm/pull/8703). - All commands should read settings from the `package.json` at the root of the workspace [#8667](https://redirect.github.com/pnpm/pnpm/issues/8667). - When `manage-package-manager-versions` is set to `true`, errors spawning a self-managed version of `pnpm` will now be shown (instead of being silent). - Pass the find command to npm, it is an alias for npm searchrollup/rollup (rollup)
### [`v4.24.2`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4242) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.24.1...v4.24.2) *2024-10-27* ##### Bug Fixes - Add missing build dependency ([#5705](https://redirect.github.com/rollup/rollup/issues/5705)) ##### Pull Requests - [#5705](https://redirect.github.com/rollup/rollup/pull/5705): Fix "Couldn't find package" error when installing rollup using yarn ([@tagattie](https://redirect.github.com/tagattie)) ### [`v4.24.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4241) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.24.0...v4.24.1) *2024-10-27* ##### Bug Fixes - Support running Rollup natively on FreeBSD ([#5698](https://redirect.github.com/rollup/rollup/issues/5698)) ##### Pull Requests - [#5689](https://redirect.github.com/rollup/rollup/pull/5689): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5690](https://redirect.github.com/rollup/rollup/pull/5690): chore(deps): update dependency [@inquirer/prompts](https://redirect.github.com/inquirer/prompts) to v7 ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5691](https://redirect.github.com/rollup/rollup/pull/5691): chore(deps): update dependency eslint-plugin-unicorn to v56 ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5692](https://redirect.github.com/rollup/rollup/pull/5692): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot], [@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5695](https://redirect.github.com/rollup/rollup/pull/5695): fix(deps): update swc monorepo (major) ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5696](https://redirect.github.com/rollup/rollup/pull/5696): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5698](https://redirect.github.com/rollup/rollup/pull/5698): Add support for FreeBSD (x64 and arm64) ([@tagattie](https://redirect.github.com/tagattie), [@lukastaegert](https://redirect.github.com/lukastaegert))privatenumber/tsx (tsx)
### [`v4.19.2`](https://redirect.github.com/privatenumber/tsx/releases/tag/v4.19.2) [Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.19.1...v4.19.2) ##### Bug Fixes - generate sourcesContent when Node.js debugger is enabled ([#670](https://redirect.github.com/privatenumber/tsx/issues/670)) ([7c47074](https://redirect.github.com/privatenumber/tsx/commit/7c47074652790e8225bb9c0d3123fc92e75d3695)) *** This release is also available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.19.2)vitejs/vite (vite)
### [`v5.4.10`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.10) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.9...v5.4.10) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.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: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.