unjs / nypm

🌈 Unified Package Manager for Node.js and Bun
MIT License
446 stars 15 forks source link

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

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
@vitest/coverage-c8 ^0.26.3 -> ^0.27.0 age adoption passing confidence
jiti ^1.16.1 -> ^1.16.2 age adoption passing confidence
pnpm (source) 7.23.0 -> 7.24.3 age adoption passing confidence
vitest ^0.26.3 -> ^0.27.0 age adoption passing confidence

Release Notes

vitest-dev/vitest ### [`v0.27.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.27.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.26.3...v0.27.0) #####    🚨 Breaking Changes - Deprecate "error" on result, store errors in "errors"  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2586](https://togithub.com/vitest-dev/vitest/issues/2586) [(e641a)](https://togithub.com/vitest-dev/vitest/commit/e641a110) - Split vitest into separate packages, but still bundle them for the time being  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2575](https://togithub.com/vitest-dev/vitest/issues/2575) [(c8e6f)](https://togithub.com/vitest-dev/vitest/commit/c8e6fb69) #####    🚀 Features - **coverage**: report only changed files when using istanbul coverage with watch mode  -  by [@​g4rry420](https://togithub.com/g4rry420) in [https://github.com/vitest-dev/vitest/issues/2385](https://togithub.com/vitest-dev/vitest/issues/2385) [(bf872)](https://togithub.com/vitest-dev/vitest/commit/bf87282c) #####    🐞 Bug Fixes - Return mock path only when mocked  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2619](https://togithub.com/vitest-dev/vitest/issues/2619) [(f8ac2)](https://togithub.com/vitest-dev/vitest/commit/f8ac2094) - Allow mocking CJS module with interoped default  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2598](https://togithub.com/vitest-dev/vitest/issues/2598) [(6b3e3)](https://togithub.com/vitest-dev/vitest/commit/6b3e36d4) - Avoid random ENOTEMPTY errors  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2620](https://togithub.com/vitest-dev/vitest/issues/2620) [(59766)](https://togithub.com/vitest-dev/vitest/commit/59766fa4) - Always inline assets and modules with special Vite queries  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2617](https://togithub.com/vitest-dev/vitest/issues/2617) [(fed1c)](https://togithub.com/vitest-dev/vitest/commit/fed1cd60) - **cli**: - Allow overrides reporter via cli option  -  by [@​mysteryven](https://togithub.com/mysteryven) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2573](https://togithub.com/vitest-dev/vitest/issues/2573) [(894f1)](https://togithub.com/vitest-dev/vitest/commit/894f155a) - **coverage**: - Flaky c8 coverage caused by parallel sourcemap constructing  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2591](https://togithub.com/vitest-dev/vitest/issues/2591) [(9a29f)](https://togithub.com/vitest-dev/vitest/commit/9a29f984) - Validate extension, when reporting c8 coverage  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2626](https://togithub.com/vitest-dev/vitest/issues/2626) [(74463)](https://togithub.com/vitest-dev/vitest/commit/7446370c) #####    🏎 Performance - Improve vi.mock performance  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2594](https://togithub.com/vitest-dev/vitest/issues/2594) [(09d19)](https://togithub.com/vitest-dev/vitest/commit/09d19892) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.26.3...v0.27.0)
unjs/jiti ### [`v1.16.2`](https://togithub.com/unjs/jiti/blob/HEAD/CHANGELOG.md#​1162-httpsgithubcomunjsjiticomparev1161v1162-2023-01-10) [Compare Source](https://togithub.com/unjs/jiti/compare/v1.16.1...v1.16.2)
pnpm/pnpm ### [`v7.24.3`](https://togithub.com/pnpm/pnpm/releases/tag/v7.24.3) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.24.2...v7.24.3) #### Patch Changes - Don't break lockfile v6 on repeat install if `use-lockfile-v6` is not set to `true`. #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v7.24.2`](https://togithub.com/pnpm/pnpm/releases/tag/v7.24.2) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.24.1...v7.24.2) #### Minor Changes - Added support for `pnpm-lock.yaml` format v6. This new format will be the new lockfile format in pnpm v8. To use the new lockfile format, use the `use-lockfile-v6=true` setting in `.npmrc`. Or run `pnpm install --use-lockfile-v6` [#​5810](https://togithub.com/pnpm/pnpm/pull/5810). #### Patch Changes - `pnpm run` should fail if the path to the project contains colon(s). - `pnpm config set key=value` should work the same as `pnpm config set key value` [#​5889](https://togithub.com/pnpm/pnpm/issues/5889). - The upload of built artifacts (side effects) should not fail when `node-linker` is set to `hoisted` and installation runs on a project that already had a `node_modules` directory [#​5823](https://togithub.com/pnpm/pnpm/issues/5823). This fixes a bug introduced by [#​5814](https://togithub.com/pnpm/pnpm/pull/5814). - `pnpm exec` should work when the path to the project contains colon(s) [#​5846](https://togithub.com/pnpm/pnpm/issues/5846). - Git-hosted dependencies should not be built, when `ignore-scripts` is set to `true` [#​5876](https://togithub.com/pnpm/pnpm/issues/5876). #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v7.24.1`](https://togithub.com/pnpm/pnpm/compare/v7.24.0...v7.24.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.24.0...v7.24.1) ### [`v7.24.0`](https://togithub.com/pnpm/pnpm/compare/v7.23.0...v7.24.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.23.0...v7.24.0)

Configuration

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

🚦 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.

codecov[bot] commented 1 year ago

Codecov Report

Merging #33 (64c6d07) into main (3ea687d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #33   +/-   ##
=======================================
  Coverage   97.32%   97.32%           
=======================================
  Files           5        5           
  Lines         112      112           
  Branches       28       29    +1     
=======================================
  Hits          109      109           
  Misses          3        3           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.