Closed renovate[bot] closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
1d146c3
) 95.87% compared to head (a28f07a
) 95.87%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
^7.23.17
->^7.23.20
^7.39.1
->^7.39.4
^1.2.1
->^1.2.2
^13.2.1
->^13.3.1
8.14.1
->8.15.0
^1.2.1
->^1.2.2
Release Notes
microsoft/rushstack (@microsoft/api-documenter)
### [`v7.23.20`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72320) [Compare Source](https://togithub.com/microsoft/rushstack/compare/e95c51088341f01516ee5a7639d57c3f6dce8772...da6c29c5b57346b54826fc986a334c69f1199267) Thu, 25 Jan 2024 01:09:30 GMT *Version update only* ### [`v7.23.19`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72319) [Compare Source](https://togithub.com/microsoft/rushstack/compare/3347c2cd872dd3d4700b6dbc5144b4cdd5aa9c94...e95c51088341f01516ee5a7639d57c3f6dce8772) Tue, 23 Jan 2024 20:12:57 GMT *Version update only* ### [`v7.23.18`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72318) [Compare Source](https://togithub.com/microsoft/rushstack/compare/1938fb9d7e2121d808a2c2308bdf38ef990efee9...3347c2cd872dd3d4700b6dbc5144b4cdd5aa9c94) Tue, 23 Jan 2024 16:15:05 GMT *Version update only*microsoft/rushstack (@microsoft/api-extractor)
### [`v7.39.4`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7394) [Compare Source](https://togithub.com/microsoft/rushstack/compare/e95c51088341f01516ee5a7639d57c3f6dce8772...da6c29c5b57346b54826fc986a334c69f1199267) Thu, 25 Jan 2024 01:09:30 GMT *Version update only* ### [`v7.39.3`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7393) [Compare Source](https://togithub.com/microsoft/rushstack/compare/3347c2cd872dd3d4700b6dbc5144b4cdd5aa9c94...e95c51088341f01516ee5a7639d57c3f6dce8772) Tue, 23 Jan 2024 20:12:57 GMT *Version update only* ### [`v7.39.2`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7392) [Compare Source](https://togithub.com/microsoft/rushstack/compare/a1c8f24c73d8c67af1904faceb4a16d72169e234...3347c2cd872dd3d4700b6dbc5144b4cdd5aa9c94) Tue, 23 Jan 2024 16:15:05 GMT *Version update only*vitest-dev/vitest (@vitest/coverage-v8)
### [`v1.2.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v1.2.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v1.2.1...v1.2.2) ##### 🐞 Bug Fixes - **coverage**: - Remove `coverage/.tmp` files after run - by [@AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/5008](https://togithub.com/vitest-dev/vitest/issues/5008) [(d53b8)](https://togithub.com/vitest-dev/vitest/commit/d53b8580) - Don't crash when re-run removes earlier run's reports - by [@AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/5022](https://togithub.com/vitest-dev/vitest/issues/5022) [(66898)](https://togithub.com/vitest-dev/vitest/commit/6689856f) - **expect**: - Improve `toThrow(asymmetricMatcher)` failure message - by [@hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5000](https://togithub.com/vitest-dev/vitest/issues/5000) [(a199a)](https://togithub.com/vitest-dev/vitest/commit/a199ac2d) - **forks**: - Set correct `VITEST_POOL_ID` - by [@AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/5002](https://togithub.com/vitest-dev/vitest/issues/5002) [(7d0a4)](https://togithub.com/vitest-dev/vitest/commit/7d0a4692) - **threads**: - Mention common work-around for the logged error - by [@AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/5024](https://togithub.com/vitest-dev/vitest/issues/5024) [(915d6)](https://togithub.com/vitest-dev/vitest/commit/915d6c43) - **typecheck**: - Fix `ignoreSourceErrors` in run mode - by [@hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5044](https://togithub.com/vitest-dev/vitest/issues/5044) [(6dae3)](https://togithub.com/vitest-dev/vitest/commit/6dae3feb) - **vite-node**: - Provide import.meta.filename and dirname - by [@sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5011](https://togithub.com/vitest-dev/vitest/issues/5011) [(73148)](https://togithub.com/vitest-dev/vitest/commit/73148575) - **vitest**: - Expose getHooks & setHooks - by [@adriencaccia](https://togithub.com/adriencaccia) in [https://github.com/vitest-dev/vitest/issues/5032](https://togithub.com/vitest-dev/vitest/issues/5032) [(73448)](https://togithub.com/vitest-dev/vitest/commit/73448706) - Test deep dependencies change detection - by [@blake-newman](https://togithub.com/blake-newman) in [https://github.com/vitest-dev/vitest/issues/4934](https://togithub.com/vitest-dev/vitest/issues/4934) [(9c7c0)](https://togithub.com/vitest-dev/vitest/commit/9c7c0fc9) - Throw an error if vi.mock is exported - by [@sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5034](https://togithub.com/vitest-dev/vitest/issues/5034) [(253df)](https://togithub.com/vitest-dev/vitest/commit/253df1cc) - Allow `useFakeTimers` to fake `requestIdleCallback` on non browser - by [@hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5028](https://togithub.com/vitest-dev/vitest/issues/5028) [(a9a48)](https://togithub.com/vitest-dev/vitest/commit/a9a486f2) - Support older NodeJS with async `import.meta.resolve` - by [@AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/5045](https://togithub.com/vitest-dev/vitest/issues/5045) [(cf564)](https://togithub.com/vitest-dev/vitest/commit/cf5641a9) - Don't throw an error if mocked file was already imported - by [@sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5050](https://togithub.com/vitest-dev/vitest/issues/5050) [(fff1a)](https://togithub.com/vitest-dev/vitest/commit/fff1a270) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v1.2.1...v1.2.2)capricorn86/happy-dom (happy-dom)
### [`v13.3.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.3.1) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.3.0...v13.3.1) ##### :construction_worker_man: Patch fixes - Improves documentation for "[@happy-dom/global-registrator](https://togithub.com/happy-dom/global-registrator)". ([#1233](https://togithub.com/capricorn86/happy-dom/issues/1233)) ### [`v13.3.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.3.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.2.2...v13.3.0) ##### :art: Features - Adds support for sending in Window options to `GlobalRegistrator.register()` in "[@happy-dom/global-registrator](https://togithub.com/happy-dom/global-registrator)". ([#1105](https://togithub.com/capricorn86/happy-dom/issues/1105)) ##### :construction_worker_man: Patch fixes - Fixes problem with getters and setters not being added to the global object when using `GlobalRegistrator.register()` in "[@happy-dom/global-registrator](https://togithub.com/happy-dom/global-registrator)". ([#1105](https://togithub.com/capricorn86/happy-dom/issues/1105)) ### [`v13.2.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.2.2) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.2.1...v13.2.2) ##### :construction_worker_man: Patch fixes - Fixes issue where it is not possible to set `global.location.href` when using Happy DOM in the global scope (e.g. by using [@happy-dom/global-registrator](https://togithub.com/happy-dom/global-registrator)). ([#1230](https://togithub.com/capricorn86/happy-dom/issues/1230))pnpm/pnpm (pnpm)
### [`v8.15.0`](https://togithub.com/pnpm/pnpm/releases/tag/v8.15.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.14.3...v8.15.0) #### Minor Changes - When the license field does not exist in `package.json` but a license file exists, try to match and extract the license name [#7530](https://togithub.com/pnpm/pnpm/pull/7530). #### Patch Changes - Running `pnpm update -r --latest` will no longer downgrade prerelease dependencies [#7436](https://togithub.com/pnpm/pnpm/issues/7436). - `--aggregate-output` should work on scripts executed from the same project [#7556](https://togithub.com/pnpm/pnpm/issues/7556). - Prefer hard links over reflinks on Windows as they perform better [#7564](https://togithub.com/pnpm/pnpm/pull/7564). - Reduce the length of the side-effects cache key. Instead of saving a stringified object composed from the dependency versions of the package, use the hash calculated from the said object [#7563](https://togithub.com/pnpm/pnpm/pull/7563). - Throw an error if `pnpm update --latest` runs with arguments containing versions specs. For instance, `pnpm update --latest foo@next` is not allowed [#7567](https://togithub.com/pnpm/pnpm/pull/7567). - Don't fail in Windows CoW if the file already exists [#7554](https://togithub.com/pnpm/pnpm/issues/7554). #### Platinum SponsorsConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (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 has been generated by Mend Renovate. View repository job log here.