unjs / unbuild

📦 An unified javascript build system
MIT License
2.19k stars 84 forks source link

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

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.12.7 -> ^20.12.8 age adoption passing confidence
@vitest/coverage-v8 (source) ^1.5.2 -> ^1.5.3 age adoption passing confidence
mkdist ^1.5.0 -> ^1.5.1 age adoption passing confidence
mlly ^1.6.1 -> ^1.7.0 age adoption passing confidence
rollup (source) ^4.16.4 -> ^4.17.2 age adoption passing confidence
vitest (source) ^1.5.2 -> ^1.5.3 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8) ### [`v1.5.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v1.5.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v1.5.2...v1.5.3) #####    🐞 Bug Fixes - Use package.json name for a workspace project if not provided  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5608](https://togithub.com/vitest-dev/vitest/issues/5608) [(48fba)](https://togithub.com/vitest-dev/vitest/commit/48fba190) - Backport jest iterable equality within object  -  by [@​sukovanej](https://togithub.com/sukovanej) in [https://github.com/vitest-dev/vitest/issues/5621](https://togithub.com/vitest-dev/vitest/issues/5621) [(30e5d)](https://togithub.com/vitest-dev/vitest/commit/30e5dc1b) - **browser**: Support benchmark  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5622](https://togithub.com/vitest-dev/vitest/issues/5622) [(becab)](https://togithub.com/vitest-dev/vitest/commit/becabb5e) - **reporter**: Use default error formatter for JUnit  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5629](https://togithub.com/vitest-dev/vitest/issues/5629) [(20060)](https://togithub.com/vitest-dev/vitest/commit/200609cc) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v1.5.2...v1.5.3)
unjs/mkdist (mkdist) ### [`v1.5.1`](https://togithub.com/unjs/mkdist/blob/HEAD/CHANGELOG.md#v151) [Compare Source](https://togithub.com/unjs/mkdist/compare/v1.5.0...v1.5.1) [compare changes](https://togithub.com/unjs/mkdist/compare/v1.5.0...v1.5.1) ##### 🩹 Fixes - Dynamically import `typescript` when normalising options ([b8afd50](https://togithub.com/unjs/mkdist/commit/b8afd50)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](http://github.com/danielroe))
unjs/mlly (mlly) ### [`v1.7.0`](https://togithub.com/unjs/mlly/blob/HEAD/CHANGELOG.md#v170) [Compare Source](https://togithub.com/unjs/mlly/compare/v1.6.1...v1.7.0) [compare changes](https://togithub.com/unjs/mlly/compare/v1.6.1...v1.7.0) ##### 🚀 Enhancements - **isValidNodeImport:** Support `stripComments` option ([#​236](https://togithub.com/unjs/mlly/pull/236)) ##### 🩹 Fixes - **findExports:** Find declaration export with inline object or array ([#​247](https://togithub.com/unjs/mlly/pull/247)) ##### 💅 Refactors - **interopDefault:** Simplify implementation ([#​243](https://togithub.com/unjs/mlly/pull/243)) ##### 📖 Documentation - Added jsdocs to exported functions and types ([#​241](https://togithub.com/unjs/mlly/pull/241)) ##### 🏡 Chore - Update to eslint v9 ([3c64544](https://togithub.com/unjs/mlly/commit/3c64544)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - ShunJun - Max ([@​onmax](http://github.com/onmax)) - Sukka - Julien Huang
rollup/rollup (rollup) ### [`v4.17.2`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4172) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.17.1...v4.17.2) *2024-04-30* ##### Bug Fixes - Fix tree-shaking problems when using spread arguments ([#​5503](https://togithub.com/rollup/rollup/issues/5503)) ##### Pull Requests - [#​5501](https://togithub.com/rollup/rollup/pull/5501): Slightly improve perf report ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5503](https://togithub.com/rollup/rollup/pull/5503): fix: rest element should deoptimize parameter values ([@​liuly0322](https://togithub.com/liuly0322)) ### [`v4.17.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4171) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.17.0...v4.17.1) *2024-04-29* ##### Bug Fixes - Prevent infinite recursions for certain constructor invocations ([#​5500](https://togithub.com/rollup/rollup/issues/5500)) ##### Pull Requests - [#​5500](https://togithub.com/rollup/rollup/pull/5500): fix: parameter variable infinite recursion error ([@​liuly0322](https://togithub.com/liuly0322)) ### [`v4.17.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4170) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.16.4...v4.17.0) *2024-04-27* ##### Features - Track function call arguments to optimize functions only called once or with the same literal values (re-release from 4.16.0) ([#​5483](https://togithub.com/rollup/rollup/issues/5483)) ##### Bug Fixes - Reduce browser WASM size to a fraction by changing optimization settings ([#​5494](https://togithub.com/rollup/rollup/issues/5494)) ##### Pull Requests - [#​5483](https://togithub.com/rollup/rollup/pull/5483): feature(fix): function parameter tracking ([@​liuly0322](https://togithub.com/liuly0322)) - [#​5488](https://togithub.com/rollup/rollup/pull/5488): Report performance in CI ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​5489](https://togithub.com/rollup/rollup/pull/5489): Create FUNDING.json ([@​BenJam](https://togithub.com/BenJam)) - [#​5492](https://togithub.com/rollup/rollup/pull/5492): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5493](https://togithub.com/rollup/rollup/pull/5493): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5494](https://togithub.com/rollup/rollup/pull/5494): Use opt-level=z for browser wasm ([@​sapphi-red](https://togithub.com/sapphi-red))

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 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 if that's undesired.



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