python-cheatsheet
python-cheatsheet copied to clipboard
Update dependency happy-dom to v14
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| happy-dom | ^13.10.1 -> ^14.0.0 |
Release Notes
capricorn86/happy-dom (happy-dom)
v14.7.1
:construction_worker_man: Patch fixes
- Adds support for using Node.prototype.cloneNode.call - By @capricorn86 in task #1392
v14.7.0
v14.6.2
:construction_worker_man: Patch fixes
- Makes it possible to spy on
Storage.prototypemethods - By @capricorn86 in task #1377- Read more about this in the Wiki under Use as Test Environment
v14.6.1
:construction_worker_man: 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
v14.5.2
v14.5.1
:construction_worker_man: Patch fixes
- Fixes problem with Document.defaultView not referring to the global object when using GlobalRegistrator - By @capricorn86 in task #1367
v14.5.0
:art: Features
- Adds support for handling "application/x-www-form-urlencoded" in
Request.formData()- By @tt-public in #1379
v14.4.0
v14.3.10
:construction_worker_man: Patch fixes
- Fixes problem related to CSS properties not being used when defined after the CSS value - By @capricorn86 in task #1364
v14.3.9
:construction_worker_man: Patch fixes
- Fixes problem with spying on properties in Storage - By @capricorn86 in task #1368
v14.3.8
:construction_worker_man: Patch fixes
- Fixes problem when the error for the invalid selectors
:isand :where(without argument) was not handled correctly - By @capricorn86 in task #1352
v14.3.7
:construction_worker_man: Patch fixes
- Makes
DOMTokenListiterable - By @silverwind in task #1342
v14.3.6
:construction_worker_man: Patch fixes
- Adds support for parsing shorthand comments - By @capricorn86 in task #1288
v14.3.5
v14.3.4
v14.3.3
v14.3.2
:construction_worker_man: Patch fixes
- LocalStorage.setItem non-string value should to be string - By @betterqualityassuranceuser in task #1347
v14.3.1
v14.3.0
v14.2.1
v14.2.0
:art: Features
- Adds support for the pseudo selectors
:is()and:where()- By @capricorn86 in task #1333
v14.1.2
:construction_worker_man: Patch fixes
- Fixes problem with properties defined as getters and setters not being registered globally by Vitest - By @capricorn86 in task #1339
- The problem occurred as Vitest is using
Object.getOwnPropertyDescriptors(window)to read which properties to register globally, but getters and setters are defined on the prototype - To solve the problem,
GlobalWindownow defines the properties on the instance when it is constructed
- The problem occurred as Vitest is using
v14.1.1
v14.1.0
:art: Features
- Adds support for the setting
handleDisabledFileLoadingAsSuccess, that can be used for triggering a "load" event instead of an "error" event when file loading is disabled - By @capricorn86 in task #1334
v14.0.0
:bomb: Breaking Changes
- Removes interfaces for Node's, as they are no longer needed as newer versions of Typescript can handle circular dependencies - By @capricorn86 in task #1330
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 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 has been generated by Mend Renovate. View repository job log here.
Deploy Preview for pythoncheatsheet ready!
| Name | Link |
|---|---|
| Latest commit | 2f57a1f3ea0bcb4be615dc1178775743e20a3c5b |
| Latest deploy log | https://app.netlify.com/sites/pythoncheatsheet/deploys/666dae0d3b29e80008a7c880 |
| Deploy Preview | https://deploy-preview-404--pythoncheatsheet.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.