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 #38

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.27.2 -> ^0.28.1 age adoption passing confidence
changelogen ^0.4.0 -> ^0.4.1 age adoption passing confidence
eslint-config-unjs ^0.0.3 -> ^0.1.0 age adoption passing confidence
pathe ^1.0.0 -> ^1.1.0 age adoption passing confidence
pnpm (source) 7.25.0 -> 7.25.1 age adoption passing confidence
vitest ^0.27.2 -> ^0.28.1 age adoption passing confidence

Release Notes

vitest-dev/vitest ### [`v0.28.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.28.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.28.0...v0.28.1) #####    🐞 Bug Fixes - Remove UI from Vitest dependencies  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(b120c)](https://togithub.com/vitest-dev/vitest/commit/b120ca3f) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.28.0...v0.28.1) ### [`v0.28.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.28.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.27.3...v0.28.0) #####    🚨 Breaking Changes - Don't rely on environment for interopDefault  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2682](https://togithub.com/vitest-dev/vitest/issues/2682) [(3f20c)](https://togithub.com/vitest-dev/vitest/commit/3f20cf5a) - Move test runner into a separate package  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2721](https://togithub.com/vitest-dev/vitest/issues/2721) [(482b7)](https://togithub.com/vitest-dev/vitest/commit/482b72fc) #####    🐞 Bug Fixes - **coverage**: C8 to log warning when run in Stackblitz  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2735](https://togithub.com/vitest-dev/vitest/issues/2735) [(b6c41)](https://togithub.com/vitest-dev/vitest/commit/b6c41caa) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.27.3...v0.28.0) ### [`v0.27.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.27.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.27.2...v0.27.3) #####    🚀 Features - Throw unhandled exception, if code throws "error" event  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2691](https://togithub.com/vitest-dev/vitest/issues/2691) [(6a30c)](https://togithub.com/vitest-dev/vitest/commit/6a30cdd3) - New `environmentMatchGlobs` option to auto infer env based on glob  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/vitest-dev/vitest/issues/2714](https://togithub.com/vitest-dev/vitest/issues/2714) [(3e142)](https://togithub.com/vitest-dev/vitest/commit/3e1429e5) - Add basic reporter which allow user to use reporter in ci  -  by [@​trim21](https://togithub.com/trim21) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2612](https://togithub.com/vitest-dev/vitest/issues/2612) [(5df52)](https://togithub.com/vitest-dev/vitest/commit/5df522f7) - Improve "isCI" check  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2705](https://togithub.com/vitest-dev/vitest/issues/2705) [(e6457)](https://togithub.com/vitest-dev/vitest/commit/e64570df) #####    🐞 Bug Fixes - Show error in the terminal, if "only" flag is used  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2696](https://togithub.com/vitest-dev/vitest/issues/2696) [(24d63)](https://togithub.com/vitest-dev/vitest/commit/24d63809) - Cpu and heap profiling options for workers  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2702](https://togithub.com/vitest-dev/vitest/issues/2702) [(c31a0)](https://togithub.com/vitest-dev/vitest/commit/c31a0b20) - Show correct number of tests in test summary  -  by [@​poyoho](https://togithub.com/poyoho) in [https://github.com/vitest-dev/vitest/issues/2703](https://togithub.com/vitest-dev/vitest/issues/2703) [(859e7)](https://togithub.com/vitest-dev/vitest/commit/859e7f01) - Don't terminate workers on Node 14 to not trigger fatal error  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2697](https://togithub.com/vitest-dev/vitest/issues/2697) [(db9b6)](https://togithub.com/vitest-dev/vitest/commit/db9b6bb7) - Allow custom async matchers  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2707](https://togithub.com/vitest-dev/vitest/issues/2707) [(b5669)](https://togithub.com/vitest-dev/vitest/commit/b566912d) - Remove setup files from coverage  -  by [@​g4rry420](https://togithub.com/g4rry420) in [https://github.com/vitest-dev/vitest/issues/2574](https://togithub.com/vitest-dev/vitest/issues/2574) [(488e4)](https://togithub.com/vitest-dev/vitest/commit/488e4b9f) - `reportCoverage` context can be optional  -  by [@​antfu](https://togithub.com/antfu) [(4cd1e)](https://togithub.com/vitest-dev/vitest/commit/4cd1e5d7) - ENOENT assets when htmldir exists  -  by [@​everett1992](https://togithub.com/everett1992) in [https://github.com/vitest-dev/vitest/issues/2701](https://togithub.com/vitest-dev/vitest/issues/2701) [(5a656)](https://togithub.com/vitest-dev/vitest/commit/5a656753) - Correctly resolve paths relative to root, when used outside of root directory  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2687](https://togithub.com/vitest-dev/vitest/issues/2687) [(703aa)](https://togithub.com/vitest-dev/vitest/commit/703aab46) - **typecheck**: Store tmp tsconfig close to original one  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2660](https://togithub.com/vitest-dev/vitest/issues/2660) [(26f91)](https://togithub.com/vitest-dev/vitest/commit/26f915ad) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.27.2...v0.27.3)
unjs/changelogen ### [`v0.4.1`](https://togithub.com/unjs/changelogen/blob/HEAD/CHANGELOG.md#v041) [Compare Source](https://togithub.com/unjs/changelogen/compare/v0.4.0...v0.4.1) [compare changes](https://togithub.com/unjs/changelogen/compare/v0.4.0...v0.4.1) ##### 🩹 Fixes - Bump by patch by default ([7e38438](https://togithub.com/unjs/changelogen/commit/7e38438)) ##### 🏡 Chore - Update renovate config ([#​54](https://togithub.com/unjs/changelogen/pull/54)) - Update dependencies ([4216bc6](https://togithub.com/unjs/changelogen/commit/4216bc6)) - Update repo ([83c349f](https://togithub.com/unjs/changelogen/commit/83c349f)) ##### ❤️ Contributors - Pooya Parsa - Nozomu Ikuta
unjs/eslint-config ### [`v0.1.0`](https://togithub.com/unjs/eslint-config/blob/HEAD/CHANGELOG.md#v010) [Compare Source](https://togithub.com/unjs/eslint-config/compare/e752455f82f3dcf919a87187ab98d52483b5082b...v0.1.0) [compare changes](https://togithub.com/unjs/eslint-config/compare/v0.0.3...v0.1.0) ##### 🩹 Fixes - Disable `indent` and `template-ident` formatting rules ([c6b4489](https://togithub.com/unjs/eslint-config/commit/c6b4489)) - Disable more style rules from standard ([f67e672](https://togithub.com/unjs/eslint-config/commit/f67e672)) ##### 🏡 Chore - Add scripts ([6e717dc](https://togithub.com/unjs/eslint-config/commit/6e717dc)) - Update docs ([2d1e6d6](https://togithub.com/unjs/eslint-config/commit/2d1e6d6)) - Update readme ([2bf32fb](https://togithub.com/unjs/eslint-config/commit/2bf32fb)) - Add changelog.config ([c7f1dbf](https://togithub.com/unjs/eslint-config/commit/c7f1dbf)) - Update scripts ([47c920f](https://togithub.com/unjs/eslint-config/commit/47c920f)) ##### ❤️ Contributors - Pooya Parsa ### [`v0.0.4`](https://togithub.com/unjs/eslint-config/compare/v0.0.3...e752455f82f3dcf919a87187ab98d52483b5082b) [Compare Source](https://togithub.com/unjs/eslint-config/compare/v0.0.3...e752455f82f3dcf919a87187ab98d52483b5082b)
unjs/pathe ### [`v1.1.0`](https://togithub.com/unjs/pathe/blob/HEAD/CHANGELOG.md#​110-httpsgithubcomunjspathecomparev101v110-2023-01-20) [Compare Source](https://togithub.com/unjs/pathe/compare/v1.0.1...v1.1.0) ##### Features - provide default export for node compatibility (resolves [#​115](https://togithub.com/unjs/pathe/issues/115)) ([1ff01d1](https://togithub.com/unjs/pathe/commit/1ff01d10212c9a9558a23151586c9a3c85d2b5aa)) ##### [1.0.1](https://togithub.com/unjs/pathe/compare/v1.0.0...v1.0.1) (2023-01-20) ##### Bug Fixes - `process.cwd` fallback on non-node env ([#​114](https://togithub.com/unjs/pathe/issues/114)) ([14714c1](https://togithub.com/unjs/pathe/commit/14714c144e0409e4877312c74d16c1e517b01f38)) ### [`v1.0.1`](https://togithub.com/unjs/pathe/blob/HEAD/CHANGELOG.md#​101-httpsgithubcomunjspathecomparev100v101-2023-01-20) [Compare Source](https://togithub.com/unjs/pathe/compare/v1.0.0...v1.0.1)
pnpm/pnpm ### [`v7.25.1`](https://togithub.com/pnpm/pnpm/releases/tag/v7.25.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.25.0...v7.25.1) ##### Patch Changes - Show dependency paths info in `pnpm audit` output [#​3073](https://togithub.com/pnpm/pnpm/issues/3073) - The store integrity check should validate the side effects cache of the installed package. If the side effects cache is broken, the package needs to be rebuilt [#​4997](https://togithub.com/pnpm/pnpm/issues/4997). - Add more info to the description of the `--force` option in the `pnpm install` command [#​5932](https://togithub.com/pnpm/pnpm/pull/5932). - Don't crash when a bin file is not found and `prefer-symlinked-executables` is `true` [#​5946](https://togithub.com/pnpm/pnpm/pull/5946). - `pnpm install --fix-lockfile` should not fail if the package has no dependencies [#​5878](https://togithub.com/pnpm/pnpm/issues/5878). ##### Our Gold Sponsors
##### Our Silver Sponsors

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.

codecov[bot] commented 1 year ago

Codecov Report

Merging #38 (87f9051) into main (716f590) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #38   +/-   ##
=======================================
  Coverage   97.32%   97.32%           
=======================================
  Files           5        5           
  Lines         112      112           
  Branches       29       29           
=======================================
  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.