tailwindcss
tailwindcss copied to clipboard
chore(deps): update devdependency happy-dom to v18
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| happy-dom | ^17.4.7 -> ^18.0.1 |
Release Notes
capricorn86/happy-dom (happy-dom)
v18.0.1
:construction_worker_man: Patch fixes
- Addresses an issue where an error occurred if the Element ID was set to the same name as a Window property with a null value - By @capricorn86 in task #1841
v18.0.0
:bomb: Breaking Changes
- Makes the types for Happy DOM strict - By @capricorn86 in task #1154
- This makes it possible to use the option
skipLibCheckset to "false" in the typescript configuration for projects with a strict configuration - This change has resulted in that some types has changed and is therefore considered as a breaking change
- This makes it possible to use the option
BrowserContext.close()now throws an error when trying to close the default context of a browser - By @capricorn86 in task #1154
:art: Features
- Adds support for
Browser.closed,BrowserContext.closed,BrowserPage.closedandBrowserFrame.closed- By @capricorn86 in task #1154 - Adds support for
VirtualConsolePrinter.close()andVirtualConsolePrinter.closed- By @capricorn86 in task #1154 - Adds support for
CookieContainer.clearCookies()- By @capricorn86 in task #1154
v17.6.3
:construction_worker_man: Patch fixes
- Removes global typescript definition that was used for custom elements - By @capricorn86 in task #1154
v17.6.2
:construction_worker_man: Patch fixes
- Updates Typescript to the latest version - By @capricorn86 in task #1154
v17.6.1
:art: Features
- Adds support for disabling validation of certificates, to allow for self-signed certificates to be used - By @capricorn86 in task #1763
- Read more about the new setting
fetch.disableStrictSSLunder IBrowserSettings in the Wiki
- Read more about the new setting
v17.6.0
v17.5.9
:construction_worker_man: Patch fixes
- Adds missing null check in
HTMLLinkElementfor a browser frame property that becomes null during teardown of aWindow- By @capricorn86 in task #1800
v17.5.8
:construction_worker_man: Patch fixes
- Incorrect cache matching caused
Element.classListto return the wrong items - By @capricorn86 in task #1812
v17.5.7
:construction_worker_man: Patch fixes
- Handle wider range of valid characters in unquoted attribute value parsing - By @AudunWA in task #1817
v17.5.6
:construction_worker_man: Patch fixes
- Removes the min and max boundary check when setting the value of an input field of type "date" - By @zgrybus in task #1815
v17.5.5
v17.5.4
:construction_worker_man: Patch fixes
- Fixes issue where the body of a
ReadableStreamwas locked after being cloned - By @MarcMcIntosh in task #1493
v17.5.3
:construction_worker_man: Patch fixes
- Adds
previousSiblingandnextSiblingtoMutationObserverrecords when a child is removed - By @uxuip in task #1803
v17.5.2
:construction_worker_man: Patch fixes
- Adds support for the unicode characters
«and»in query selectors used by the React 19.1 "useId" hook - By @terrymun in task #1785
v17.5.1
:construction_worker_man: Patch fixes
- Existing URL query string should be overwritten on form submit when method is "GET" - By @rslabbert in task #1786
v17.5.0
:art: Features
v17.4.9
:construction_worker_man: Patch fixes
- A disabled input element should not be parsed in
FormData- By @juandiegombr in task #1790
v17.4.8
:construction_worker_man: Patch fixes
- Fixes issue where CSS variables where not being parsed in color functions - By @hampustagerud in task #1822
Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Deploy Preview for nuxt-tailwindcss failed. Why did it fail? →
| Name | Link |
|---|---|
| Latest commit | aea4c6de7c0f8a119838279ecccc3b0ff5b5ccc6 |
| Latest deploy log | https://app.netlify.com/projects/nuxt-tailwindcss/deploys/68b8879982f50a0008e9a59b |
PR Summary
- Upgraded the 'happy-dom' Library
The version of
"happy-dom"library we use has been updated from^17.4.7to^18.0.1.. This change will likely enhance system performance and security, potentially giving us access to new features and improvements from the newer version.