chore(deps): update dev-dependencies #2247

Merged
konrad merged 2 commits from renovate/dev-dependencies into main 2024-04-06 08:47:37 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@types/node (source) devDependencies patch 20.12.4 -> 20.12.5
happy-dom devDependencies minor 14.3.2 -> 14.6.1

Release Notes

capricorn86/happy-dom (happy-dom)

v14.6.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where Document.createTextNode() didn't handle conversion of non-string values to string - By @​odanado in task #​1380
  • Adds support for throwing an exception when no argument is submitted to Document.createTextNode() - By @​odanado in task #​1380

v14.6.0

Compare Source

🎨 Features

v14.5.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug related to custom property resolution chaining when using Window.getComputedStyle() - By @​odanado in task #​1363

v14.5.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with Document.defaultView not referring to the global object when using GlobalRegistrator - By @​capricorn86 in task #​1367
🎨 Features
  • Adds support for closing/destroying the Window in GlobalRegistrator.unregister() - By @​capricorn86 in task #​1367

v14.5.0

Compare Source

🎨 Features
  • Adds support for handling "application/x-www-form-urlencoded" in Request.formData() - By @​tt-public in #​1379

v14.4.0

Compare Source

🎨 Features
  • Adds support for HTMLIFrameElement.sandbox to return a DOMTokenList - By @​jeffwcx in task #​825

v14.3.10

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to CSS properties not being used in CSS values when they are declared after (e.g. when CSS properties are defined in Element attribute) - By @​capricorn86 in task #​1364
  • Update the CSSStyleSheet object when child nodes of an HTMLStyleElement are modified - By @​capricorn86 in task #​1364

v14.3.9

Compare Source

👷‍♂️ Patch fixes

v14.3.8

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem when the error for the invalid selectors :is and :where (without argument) was not handled correctly - By @​capricorn86 in task #​1352

v14.3.7

Compare Source

👷‍♂️ Patch fixes

v14.3.6

Compare Source

👷‍♂️ Patch fixes

v14.3.5

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where the tag name for custom elements constructed using the "new" keyword rendered as <null> - By @​capricorn86 in task #​1354

v14.3.4

Compare Source

👷‍♂️ Patch fixes

v14.3.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where calling Storage.getItem() with a key that has the same name as one of its methods or properties, returned the method/property (e.g. Storage.getItem('key') returned Storage.key() which is a function) - By @​capricorn86 in task #​1351
    • The solution has been changed to use a Proxy instead to safeguard against this

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | patch | [`20.12.4` -> `20.12.5`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.4/20.12.5) | | [happy-dom](https://github.com/capricorn86/happy-dom) | devDependencies | minor | [`14.3.2` -> `14.6.1`](https://renovatebot.com/diffs/npm/happy-dom/14.3.2/14.6.1) | --- ### Release Notes <details> <summary>capricorn86/happy-dom (happy-dom)</summary> ### [`v14.6.1`](https://github.com/capricorn86/happy-dom/releases/tag/v14.6.1) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.6.0...v14.6.1) ##### :construction_worker_man: Patch fixes - Fixes bug where `Document.createTextNode()` didn't handle conversion of non-string values to string - By **[@&#8203;odanado](https://github.com/odanado)** in task [#&#8203;1380](https://github.com/capricorn86/happy-dom/issues/1380) - Adds support for throwing an exception when no argument is submitted to `Document.createTextNode()` - By **[@&#8203;odanado](https://github.com/odanado)** in task [#&#8203;1380](https://github.com/capricorn86/happy-dom/issues/1380) ### [`v14.6.0`](https://github.com/capricorn86/happy-dom/releases/tag/v14.6.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.5.2...v14.6.0) ##### :art: Features - Adds support for the `HTMLElement.inert` property - By **[@&#8203;odanado](https://github.com/odanado)** in task [#&#8203;1124](https://github.com/capricorn86/happy-dom/issues/1124) ### [`v14.5.2`](https://github.com/capricorn86/happy-dom/releases/tag/v14.5.2) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.5.1...v14.5.2) ##### :construction_worker_man: Patch fixes - Fixes bug related to custom property resolution chaining when using `Window.getComputedStyle()` - By **[@&#8203;odanado](https://github.com/odanado)** in task [#&#8203;1363](https://github.com/capricorn86/happy-dom/issues/1363) ### [`v14.5.1`](https://github.com/capricorn86/happy-dom/releases/tag/v14.5.1) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.5.0...v14.5.1) ##### :construction_worker_man: Patch fixes - Fixes problem with `Document.defaultView` not referring to the global object when using `GlobalRegistrator` - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1367](https://github.com/capricorn86/happy-dom/issues/1367) ##### :art: Features - Adds support for closing/destroying the Window in `GlobalRegistrator.unregister()` - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1367](https://github.com/capricorn86/happy-dom/issues/1367) ### [`v14.5.0`](https://github.com/capricorn86/happy-dom/releases/tag/v14.5.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.4.0...v14.5.0) ##### :art: Features - Adds support for handling "application/x-www-form-urlencoded" in `Request.formData()` - By [@&#8203;tt-public](https://github.com/tt-public) in [#&#8203;1379](https://github.com/capricorn86/happy-dom/issues/1379) ### [`v14.4.0`](https://github.com/capricorn86/happy-dom/releases/tag/v14.4.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.10...v14.4.0) ##### :art: Features - Adds support for `HTMLIFrameElement.sandbox` to return a `DOMTokenList` - By [@&#8203;jeffwcx](https://github.com/jeffwcx) in task [#&#8203;825](https://github.com/capricorn86/happy-dom/issues/825) ### [`v14.3.10`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.10) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.9...v14.3.10) ##### :construction_worker_man: Patch fixes - Fixes problem related to CSS properties not being used in CSS values when they are declared after (e.g. when CSS properties are defined in Element attribute) - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1364](https://github.com/capricorn86/happy-dom/issues/1364) - Update the `CSSStyleSheet` object when child nodes of an `HTMLStyleElement` are modified - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1364](https://github.com/capricorn86/happy-dom/issues/1364) ### [`v14.3.9`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.9) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.8...v14.3.9) ##### :construction_worker_man: Patch fixes - Fixes problem with spying on properties in Storage - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1368](https://github.com/capricorn86/happy-dom/issues/1368) ### [`v14.3.8`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.8) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.7...v14.3.8) ##### :construction_worker_man: Patch fixes - Fixes problem when the error for the invalid selectors `:is` and :`where` (without argument) was not handled correctly - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1352](https://github.com/capricorn86/happy-dom/issues/1352) ### [`v14.3.7`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.7) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.6...v14.3.7) ##### :construction_worker_man: Patch fixes - Makes `DOMTokenList` iterable - By [@&#8203;silverwind](https://github.com/silverwind) in task [#&#8203;1342](https://github.com/capricorn86/happy-dom/issues/1342) ### [`v14.3.6`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.6) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.5...v14.3.6) ##### :construction_worker_man: Patch fixes - Adds support for parsing the shorthand comment `<!>` - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1288](https://github.com/capricorn86/happy-dom/issues/1288) ### [`v14.3.5`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.5) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.4...v14.3.5) ##### :construction_worker_man: Patch fixes - Fixes bug where the tag name for custom elements constructed using the "new" keyword rendered as `<null>` - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1354](https://github.com/capricorn86/happy-dom/issues/1354) ### [`v14.3.4`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.4) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.3...v14.3.4) ##### :construction_worker_man: Patch fixes - Ignores invalid selectors when parsing CSS in `Window.getComputedStyle()` - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1352](https://github.com/capricorn86/happy-dom/issues/1352) ### [`v14.3.3`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.3) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.2...v14.3.3) ##### :construction_worker_man: Patch fixes - Fixes bug where calling `Storage.getItem()` with a key that has the same name as one of its methods or properties, returned the method/property (e.g. `Storage.getItem('key')` returned `Storage.key()` which is a function) - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1351](https://github.com/capricorn86/happy-dom/issues/1351) - The solution has been changed to use a `Proxy` instead to safeguard against this </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate added the
dependencies
label 2024-04-06 00:07:45 +00:00
renovate added 1 commit 2024-04-06 00:07:47 +00:00
continuous-integration/drone/pr Build is failing Details
fe4a093825
chore(deps): update dev-dependencies
renovate force-pushed renovate/dev-dependencies from 41d179e687 to fe4a093825 2024-04-06 00:07:53 +00:00 Compare
konrad added 1 commit 2024-04-06 08:35:03 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
1910f69392
fix(test): correctly mock localstorage in unit tests
konrad approved these changes 2024-04-06 08:39:21 +00:00
konrad scheduled this pull request to auto merge when all checks succeed 2024-04-06 08:39:32 +00:00
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the frontend changes of this PR on a preview environment under this URL: https://2247-renovate-dev-dependencies--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somewhere. The easiest to use is https://try.vikunja.io/.

This preview does not contain any changes made to the api, only the frontend.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the frontend changes of this PR on a preview environment under this URL: https://2247-renovate-dev-dependencies--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somewhere. The easiest to use is https://try.vikunja.io/. This preview does not contain any changes made to the api, only the frontend. Have a nice day! > Beep boop, I'm a bot.
konrad merged commit 1910f69392 into main 2024-04-06 08:47:37 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#2247
No description provided.