sapphiredev / utilities

Common JavaScript utilities for your TypeScript projects
https://www.sapphirejs.dev/
MIT License
157 stars 39 forks source link

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

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/lodash (source) ^4.17.10 -> ^4.17.12 age adoption passing confidence
@types/node (source) ^20.16.11 -> ^20.16.13 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.1.2 -> ^2.1.3 age adoption passing confidence
msw (source) ^2.4.10 -> ^2.4.11 age adoption passing confidence
npm-run-all2 ^6.2.3 -> ^6.2.4 age adoption passing confidence
tslib (source) ^2.7.0 -> ^2.8.0 age adoption passing confidence
turbo (source) ^2.1.3 -> ^2.2.1 age adoption passing confidence
vite (source) ^5.4.8 -> ^5.4.9 age adoption passing confidence
vitest (source) ^2.1.2 -> ^2.1.3 age adoption passing confidence
yarn (source) 4.5.0 -> 4.5.1 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8) ### [`v2.1.3`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v2.1.3) [Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.2...v2.1.3) #####    🐞 Bug Fixes - Fix error diff of `toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy`  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6697](https://redirect.github.com/vitest-dev/vitest/issues/6697) [(e0027)](https://redirect.github.com/vitest-dev/vitest/commit/e002758c) - **browser**: - Provide aria role intellisense  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6629](https://redirect.github.com/vitest-dev/vitest/issues/6629) [(f36ea)](https://redirect.github.com/vitest-dev/vitest/commit/f36eac77) - Not.toBeInTheDocument works with locators API  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6634](https://redirect.github.com/vitest-dev/vitest/issues/6634) [(8bef5)](https://redirect.github.com/vitest-dev/vitest/commit/8bef5d2b) - Use `/mockServiceWorker.js` instead of `/__vitest_msw__`  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6687](https://redirect.github.com/vitest-dev/vitest/issues/6687) [(4b2ce)](https://redirect.github.com/vitest-dev/vitest/commit/4b2ce07f) - Don't override the esbuild option in the browser mode  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6692](https://redirect.github.com/vitest-dev/vitest/issues/6692) [(d131f)](https://redirect.github.com/vitest-dev/vitest/commit/d131fd64) - **expect**: - Preserve prototype in `toMatchObject` diff  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6620](https://redirect.github.com/vitest-dev/vitest/issues/6620) [(d289e)](https://redirect.github.com/vitest-dev/vitest/commit/d289e7eb) - **mocker**: - Specify correct spy dependency  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) [(7e958)](https://redirect.github.com/vitest-dev/vitest/commit/7e9584aa) - **runner**: - Ensure sequential suite overrides sequence.concurrent  -  by [@​dsyddall](https://redirect.github.com/dsyddall) and [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6653](https://redirect.github.com/vitest-dev/vitest/issues/6653) [(5e6de)](https://redirect.github.com/vitest-dev/vitest/commit/5e6de274) - **vitest**: - Deprecate UserConfig in favor of ViteUserConfig  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6626](https://redirect.github.com/vitest-dev/vitest/issues/6626) [(496bd)](https://redirect.github.com/vitest-dev/vitest/commit/496bd251) - Don't hang with maxConcurrency 0  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6627](https://redirect.github.com/vitest-dev/vitest/issues/6627) [(946d8)](https://redirect.github.com/vitest-dev/vitest/commit/946d8bb1) - Deprecate old task types and node-reliant types  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6632](https://redirect.github.com/vitest-dev/vitest/issues/6632) [(00045)](https://redirect.github.com/vitest-dev/vitest/commit/000459a9) - Fix `` logs when interleaving `console.log/error`  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6644](https://redirect.github.com/vitest-dev/vitest/issues/6644) [(9ece3)](https://redirect.github.com/vitest-dev/vitest/commit/9ece3952) - Show rollup error details as test error  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6686](https://redirect.github.com/vitest-dev/vitest/issues/6686) [(47dde)](https://redirect.github.com/vitest-dev/vitest/commit/47dde76f) - Always inline setup files  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6689](https://redirect.github.com/vitest-dev/vitest/issues/6689) [(19d64)](https://redirect.github.com/vitest-dev/vitest/commit/19d64e20) - Use `fast-glob` instead of `tinyglobby` in Vitest  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6688](https://redirect.github.com/vitest-dev/vitest/issues/6688) [(70baa)](https://redirect.github.com/vitest-dev/vitest/commit/70baaaa9) - **web-worker**: - Share mocker with main executor  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6623](https://redirect.github.com/vitest-dev/vitest/issues/6623) [(fe7b8)](https://redirect.github.com/vitest-dev/vitest/commit/fe7b8aee) #####    🏎 Performance - Reuse full name in reported tasks, update generator types  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6666](https://redirect.github.com/vitest-dev/vitest/issues/6666) [(7a0de)](https://redirect.github.com/vitest-dev/vitest/commit/7a0de0a7) #####     [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.2...v2.1.3)
mswjs/msw (msw) ### [`v2.4.11`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.11) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.10...v2.4.11) #### v2.4.11 (2024-10-14) ##### Bug Fixes - update dependencies ([#​2313](https://redirect.github.com/mswjs/msw/issues/2313)) ([`8f68f0a`](https://redirect.github.com/mswjs/msw/commit/8f68f0affd65137d86e77451bb9a3cbed4979d36)) [@​kettanaito](https://redirect.github.com/kettanaito)
bcomnes/npm-run-all2 (npm-run-all2) ### [`v6.2.4`](https://redirect.github.com/bcomnes/npm-run-all2/blob/HEAD/CHANGELOG.md#v624) [Compare Source](https://redirect.github.com/bcomnes/npm-run-all2/compare/v6.2.3...v6.2.4) ##### Merged - Switch to JS-based `which` command [`#154`](https://redirect.github.com/bcomnes/npm-run-all2/pull/154) ##### Fixed - Switch to JS-based `which` command [`#153`](https://redirect.github.com/bcomnes/npm-run-all2/issues/153)
Microsoft/tslib (tslib) ### [`v2.8.0`](https://redirect.github.com/microsoft/tslib/releases/tag/v2.8.0) [Compare Source](https://redirect.github.com/Microsoft/tslib/compare/v2.7.0...v2.8.0) #### What's Changed - Validate export structure of every entrypoint by [@​andrewbranch](https://redirect.github.com/andrewbranch) in [https://github.com/microsoft/tslib/pull/269](https://redirect.github.com/microsoft/tslib/pull/269) - Add rewriteRelativeImportExtension helper by [@​andrewbranch](https://redirect.github.com/andrewbranch) in [https://github.com/microsoft/tslib/pull/270](https://redirect.github.com/microsoft/tslib/pull/270) **Full Changelog**: https://github.com/microsoft/tslib/compare/v2.7.0...v2.8.0
vercel/turborepo (turbo) ### [`v2.2.1`](https://redirect.github.com/vercel/turborepo/compare/v2.2.0...v2.2.1) [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.2.0...v2.2.1) ### [`v2.2.0`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.2.0): Turborepo v2.2.0 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.1.3...v2.2.0) #### What's Changed ##### Docs - (docs) Consistency for configurations between docs and examples. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9212](https://redirect.github.com/vercel/turborepo/pull/9212) - (docs) Fix spacing on link. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9213](https://redirect.github.com/vercel/turborepo/pull/9213) - Removed an extra comma by [@​itssidhere](https://redirect.github.com/itssidhere) in [https://github.com/vercel/turborepo/pull/9220](https://redirect.github.com/vercel/turborepo/pull/9220) - docs: add missing `}` and remove comma by [@​morinokami](https://redirect.github.com/morinokami) in [https://github.com/vercel/turborepo/pull/9223](https://redirect.github.com/vercel/turborepo/pull/9223) - fix casing for product names by [@​dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9229](https://redirect.github.com/vercel/turborepo/pull/9229) - log::debug and ignore on daemon usage in CI by [@​dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9237](https://redirect.github.com/vercel/turborepo/pull/9237) - Update package-configurations.mdx by [@​robertoms99](https://redirect.github.com/robertoms99) in [https://github.com/vercel/turborepo/pull/9232](https://redirect.github.com/vercel/turborepo/pull/9232) - fix(docs): circleci config - remove excess colon when calling node/install-packages by [@​komichar](https://redirect.github.com/komichar) in [https://github.com/vercel/turborepo/pull/9264](https://redirect.github.com/vercel/turborepo/pull/9264) - docs: query documentation by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9258](https://redirect.github.com/vercel/turborepo/pull/9258) - docs for `--affected` on GitHub by [@​dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9283](https://redirect.github.com/vercel/turborepo/pull/9283) - docs: interruptible by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9282](https://redirect.github.com/vercel/turborepo/pull/9282) - feat(docs): platform env docs by [@​tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9281](https://redirect.github.com/vercel/turborepo/pull/9281) ##### [@​turbo/repository](https://redirect.github.com/turbo/repository) - fix napi double .d.ts formatting by [@​dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9238](https://redirect.github.com/vercel/turborepo/pull/9238) - feat(query): package changes reason by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9240](https://redirect.github.com/vercel/turborepo/pull/9240) ##### Examples - chore: Remove `display` key from generated `tsconfig` by [@​Sensanaty](https://redirect.github.com/Sensanaty) in [https://github.com/vercel/turborepo/pull/9225](https://redirect.github.com/vercel/turborepo/pull/9225) - (examples) Move `types` field into first position of `exports` of `kitchen-sink` example. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9226](https://redirect.github.com/vercel/turborepo/pull/9226) - chore(examples): minor adjustments to `with-shell-commands` by [@​breadadams](https://redirect.github.com/breadadams) in [https://github.com/vercel/turborepo/pull/9219](https://redirect.github.com/vercel/turborepo/pull/9219) - fix broken examples causing `pnpm test` to fail by [@​dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9239](https://redirect.github.com/vercel/turborepo/pull/9239) ##### Changelog - feat(query): add filter to `affectedPackages` by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9201](https://redirect.github.com/vercel/turborepo/pull/9201) - feat(query): add `currentRun` field to `turbo query` by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9196](https://redirect.github.com/vercel/turborepo/pull/9196) - fix(cache): set content length for put artifact by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9183](https://redirect.github.com/vercel/turborepo/pull/9183) - chore(query): fix query integration test by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9215](https://redirect.github.com/vercel/turborepo/pull/9215) - fix(affected): handle Github Actions provided commit not part of checkout by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9214](https://redirect.github.com/vercel/turborepo/pull/9214) - chore: fix grammar in README.md for project update by [@​CaLxCyMru](https://redirect.github.com/CaLxCyMru) in [https://github.com/vercel/turborepo/pull/9206](https://redirect.github.com/vercel/turborepo/pull/9206) - chore: update contributing and troubleshooting docs by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9231](https://redirect.github.com/vercel/turborepo/pull/9231) - feat(query): add task dependencies/dependents by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9190](https://redirect.github.com/vercel/turborepo/pull/9190) - fix(query): naming conflict by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9242](https://redirect.github.com/vercel/turborepo/pull/9242) - feat: warn on empty cache by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9236](https://redirect.github.com/vercel/turborepo/pull/9236) - feat(query): adding indirect and all dependencies for tasks by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9207](https://redirect.github.com/vercel/turborepo/pull/9207) - feat(query): recover from trace errors by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9244](https://redirect.github.com/vercel/turborepo/pull/9244) - chore: add USER as one of the supported process.env variables to passthru by [@​cosn](https://redirect.github.com/cosn) in [https://github.com/vercel/turborepo/pull/9235](https://redirect.github.com/vercel/turborepo/pull/9235) - chore(shim): add unit tests for shim parsing by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9248](https://redirect.github.com/vercel/turborepo/pull/9248) - feat(watch): add interruptible tasks by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9228](https://redirect.github.com/vercel/turborepo/pull/9228) - feat(turbo): add platform env support by [@​tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9122](https://redirect.github.com/vercel/turborepo/pull/9122) - chore: fix clippy lint in filter tests by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9257](https://redirect.github.com/vercel/turborepo/pull/9257) - chore(platform_env): add warn prefix by [@​tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9261](https://redirect.github.com/vercel/turborepo/pull/9261) - chore(trace): fix compilation error in turbo-trace by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9267](https://redirect.github.com/vercel/turborepo/pull/9267) - chore(platform_env): add warn prefix to docs by [@​tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9269](https://redirect.github.com/vercel/turborepo/pull/9269) - fix(query): remove engine validation for query by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9271](https://redirect.github.com/vercel/turborepo/pull/9271) - chore(scm): add more information to GHA warning by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9273](https://redirect.github.com/vercel/turborepo/pull/9273) - perf(tui): bring async to tui by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9132](https://redirect.github.com/vercel/turborepo/pull/9132) - chore: fix flakey log stream integration test by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9279](https://redirect.github.com/vercel/turborepo/pull/9279) - feat(query): variables by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9260](https://redirect.github.com/vercel/turborepo/pull/9260) - chore(ci): enable corepack for npm in integration tests by [@​mehulkar](https://redirect.github.com/mehulkar) in [https://github.com/vercel/turborepo/pull/9233](https://redirect.github.com/vercel/turborepo/pull/9233) - chore: unhide query by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9286](https://redirect.github.com/vercel/turborepo/pull/9286) #### New Contributors - [@​itssidhere](https://redirect.github.com/itssidhere) made their first contribution in [https://github.com/vercel/turborepo/pull/9220](https://redirect.github.com/vercel/turborepo/pull/9220) - [@​CaLxCyMru](https://redirect.github.com/CaLxCyMru) made their first contribution in [https://github.com/vercel/turborepo/pull/9206](https://redirect.github.com/vercel/turborepo/pull/9206) - [@​Sensanaty](https://redirect.github.com/Sensanaty) made their first contribution in [https://github.com/vercel/turborepo/pull/9225](https://redirect.github.com/vercel/turborepo/pull/9225) - [@​breadadams](https://redirect.github.com/breadadams) made their first contribution in [https://github.com/vercel/turborepo/pull/9219](https://redirect.github.com/vercel/turborepo/pull/9219) - [@​robertoms99](https://redirect.github.com/robertoms99) made their first contribution in [https://github.com/vercel/turborepo/pull/9232](https://redirect.github.com/vercel/turborepo/pull/9232) - [@​cosn](https://redirect.github.com/cosn) made their first contribution in [https://github.com/vercel/turborepo/pull/9235](https://redirect.github.com/vercel/turborepo/pull/9235) - [@​komichar](https://redirect.github.com/komichar) made their first contribution in [https://github.com/vercel/turborepo/pull/9264](https://redirect.github.com/vercel/turborepo/pull/9264) **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.1.3...v2.2.0
vitejs/vite (vite) ### [`v5.4.9`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.9) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.8...v5.4.9) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.9/packages/vite/CHANGELOG.md) for details.
yarnpkg/berry (yarn) ### [`v4.5.1`](https://redirect.github.com/yarnpkg/berry/compare/68e10d099fb6bee03e4450bc516c0c04e24bcb96...b5baf9bb17ca953fe7faa593090a6376bd3d0156) [Compare Source](https://redirect.github.com/yarnpkg/berry/compare/68e10d099fb6bee03e4450bc516c0c04e24bcb96...b5baf9bb17ca953fe7faa593090a6376bd3d0156)

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud