meza / trance-stack

A production-ready Remix stack built for AWS Lambda. Authentication. Security, Internationalization, Feature Flags, Analytics, Tests, Storybook, Ephemeral and Production CI/CD and more.
https://trance-stack.vsbmeza.com
MIT License
260 stars 15 forks source link

chore(deps): update dependency happy-dom to v13.3.1 #701

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
happy-dom 13.0.4 -> 13.3.1 age adoption passing confidence

Release Notes

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)) ### [`v13.2.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.2.1) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.2.0...v13.2.1) ##### :construction_worker_man: Patch fixes - Adds missing element classes and types to the export in "index.js", so that they are easier to import. The missing elements was `HTMLAnchorElement`, `HTMLButtonElement`, `HTMLOptGroupElement`, `HTMLOptionElement`, `HTMLUnknownElement` and `HTMLSelectElement`. ([#​1227](https://togithub.com/capricorn86/happy-dom/issues/1227)) - Adds non-implemented element classes to the export in "index.js" by exporting `HTMLElement` as the non-implemented class name. ([#​1227](https://togithub.com/capricorn86/happy-dom/issues/1227)) ### [`v13.2.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.2.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.1.4...v13.2.0) ##### :art: Features - Removes unnecessary dependencies. ([#​1215](https://togithub.com/capricorn86/happy-dom/issues/1215)) ### [`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 - Adds submitter to `SubmitEvent` instances dispatched by `HTMLInputElement` and `HTMLButtonElement` . ([#​1173](https://togithub.com/capricorn86/happy-dom/issues/1173)) *** Thank you [@​aaltepet](https://togithub.com/aaltepet) for your contribution! ### [`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)) *** Thank you [@​btea](https://togithub.com/btea) for your contribution! ### [`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 - Support whitespace with multiple spaces, line breaks or tabs in `DOMTokenList` (e.g. `
`). ([#​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 into getters and setters according to spec in all nodes. ([#​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)) ### [`v13.0.6`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.0.6) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.0.5...v13.0.6) ##### :construction_worker_man: Patch fixes - Fixes problem related to exception thrown when creating a `Node` in the constructor of a custom element. ([#​1207](https://togithub.com/capricorn86/happy-dom/issues/1207)) ### [`v13.0.5`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.0.5) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.0.4...v13.0.5) ##### :construction_worker_man: Patch fixes - Fixes issue related to "[@​happy-dom/jest-environment](https://togithub.com/happy-dom/jest-environment)" not waiting for all operations to abort before closing. ([#​1205](https://togithub.com/capricorn86/happy-dom/issues/1205))

Configuration

πŸ“… Schedule: Branch creation - " *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 9 months ago

Test Results

115 tests  Β±0   115 :white_check_mark: Β±0   2s :stopwatch: Β±0s  40 suites Β±0     0 :zzz: Β±0    1 files   Β±0     0 :x: Β±0 

Results for commit b998b4b7. ± Comparison against base commit 745e8c9f.

github-actions[bot] commented 9 months ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
src 100% 100% 0 βœ”
src.atoms.Icons 100% 100% 0 βœ”
src.atoms.Toggle 100% 100% 0 βœ”
src.components 100% 100% 0 βœ”
src.components.ColorModeSwitcher 100% 100% 0 βœ”
src.components.CookieConsent 100% 100% 0 βœ”
src.components.CookieYes 100% 100% 0 βœ”
src.components.ExposeAppConfig 100% 100% 0 βœ”
src.components.GoogleAnalytics 100% 100% 0 βœ”
src.components.Hello 100% 100% 0 βœ”
src.components.Hotjar 100% 100% 0 βœ”
src.components.Login 100% 100% 0 βœ”
src.components.Logout 100% 100% 0 βœ”
src.components.Posthog 100% 100% 0 βœ”
src.hooks 100% 100% 0 βœ”
src.i18n 100% 100% 0 βœ”
src.routes 100% 100% 0 βœ”
src.utils 100% 100% 0 βœ”
Summary 100% (1270 / 1270) 100% (129 / 129) 0 βœ”
meza commented 9 months ago

Copy/paste detection report

Duplications detection: Found 0 exact clones with 0(0%) duplicated lines in 57 (3 formats) files.

Format Files analyzed Total lines Total tokens Clones found Duplicated lines Duplicated tokens
javascript 15 136 1547 0 0 (0%) 0 (0%)
tsx 26 929 8459 0 0 (0%) 0 (0%)
typescript 16 387 3125 0 0 (0%) 0 (0%)
Total: 57 1452 13131 0 0 (0%) 0 (0%)
meza commented 9 months ago

:tada: This PR is included in version 3.1.209 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: