posva / vue-router-mock

🧪 Easily mock routing interactions in your Vue apps
MIT License
201 stars 7 forks source link

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

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
happy-dom ^13.0.6 -> ^13.1.4 age adoption passing confidence
pnpm (source) 8.14.0 -> 8.14.1 age adoption passing confidence
prettier (source) ^3.2.1 -> ^3.2.2 age adoption passing confidence

Release Notes

capricorn86/happy-dom (happy-dom) ### [`v13.1.4`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.1.4) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.1.3...v13.1.4) ##### :construction_worker_man: Patch fixes - HTMLInputElement\[type=submit] and HTMLButtonElement set form submitter on click. ([#​1173](https://togithub.com/capricorn86/happy-dom/issues/1173)) ### [`v13.1.3`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.1.3) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.1.2...v13.1.3) ##### :construction_worker_man: Patch fixes - Throws an error when providing an invalid selector to querySelector() and querySelectorAll(). ([#​1170](https://togithub.com/capricorn86/happy-dom/issues/1170)) - Format code. (#​0) - Matches a partially invalid selector and throws an error. (#​0) ### [`v13.1.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.1.2) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.1.1...v13.1.2) ##### :construction_worker_man: Patch fixes - `Selection.anchorOffset`, `Selection.baseOffset`, `Selection.focusOffset` and `Selection.extendOffset` should return 0 when no range has been added. ([#​1163](https://togithub.com/capricorn86/happy-dom/issues/1163)) *** Thank you [@​seanogdev](https://togithub.com/seanogdev) for your contribution! ### [`v13.1.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.1.1) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.1.0...v13.1.1) ##### :construction_worker_man: Patch fixes - Normalize whitespace in processing of DOMTokenList. ([#​1168](https://togithub.com/capricorn86/happy-dom/issues/1168)) *** Thank you [@​takenspc](https://togithub.com/takenspc) for your contribution! ### [`v13.1.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.1.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.0.7...v13.1.0) ##### :art: Features - Makes properties getters and setters in `Node` classes according to spec. ([#​1188](https://togithub.com/capricorn86/happy-dom/issues/1188)) - Adds support for adopted stylesheets to `Window.getComputedStyle()`. ([#​1188](https://togithub.com/capricorn86/happy-dom/issues/1188)) ### [`v13.0.7`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.0.7) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.0.6...v13.0.7) ##### :construction_worker_man: Patch fixes - Fixes issue related to using fake timers in Vitest making the test get stuck. ([#​1210](https://togithub.com/capricorn86/happy-dom/issues/1210))
pnpm/pnpm (pnpm) ### [`v8.14.1`](https://togithub.com/pnpm/pnpm/releases/tag/v8.14.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.14.0...v8.14.1) #### Patch Changes - Resolve the current working directory to its real location before doing any operations [#​6524](https://togithub.com/pnpm/pnpm/issues/6524). - Allow using token helpers in `pnpm publish` [#​7316](https://togithub.com/pnpm/pnpm/issues/7316). - Handle Git repository names containing capital letters [#​7488](https://togithub.com/pnpm/pnpm/pull/7488). - When `hoisted-workspace-packages` is `true` don't hoist the root package even if it has a name. Otherwise we would create a circular symlink. #### Our Gold Sponsors
#### Our Silver Sponsors
prettier/prettier (prettier) ### [`v3.2.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#322) [Compare Source](https://togithub.com/prettier/prettier/compare/3.2.1...3.2.2) [diff](https://togithub.com/prettier/prettier/compare/3.2.1...3.2.2) ##### Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute ([#​15896](https://togithub.com/prettier/prettier/pull/15896) by [@​eelco](https://togithub.com/eelco)) For example this code would crash before: ```jsx ``` ##### Fix formatting error on optional call expression and member chain ([#​15920](https://togithub.com/prettier/prettier/pull/15920) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ```jsx // Input a(() => {}, c?.d()); // Prettier 3.2.1 TypeError: Cannot read properties of undefined (reading 'type') // Prettier 3.2.2 a(() => {}, c?.d()); ```

Configuration

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

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d10519a) 87.28% compared to head (0b229fa) 87.28%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #237 +/- ## ======================================= Coverage 87.28% 87.28% ======================================= Files 11 11 Lines 629 629 Branches 45 45 ======================================= Hits 549 549 Misses 78 78 Partials 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.