forked from go-gitea/gitea
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit a5f1516
Renovate Bot
Earl Warren
Update dependency happy-dom to v16.8.1 (forgejo) (go-gitea#6757)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [happy-dom](https://github.com/capricorn86/happy-dom) | devDependencies | minor | [`16.3.0` -> `16.8.1`](https://renovatebot.com/diffs/npm/happy-dom/16.3.0/16.8.1) |
---
### Release Notes
<details>
<summary>capricorn86/happy-dom (happy-dom)</summary>
### [`v16.8.1`](https://github.com/capricorn86/happy-dom/releases/tag/v16.8.1)
[Compare Source](capricorn86/happy-dom@v16.8.0...v16.8.1)
##### 👷♂️ Patch fixes
- Handle non-string values gracefully when removing an attribute - By **[@&go-gitea#8203;OlaviSau](https://github.com/OlaviSau)** in task [#&go-gitea#8203;1706](capricorn86/happy-dom#1706)
### [`v16.8.0`](https://github.com/capricorn86/happy-dom/releases/tag/v16.8.0)
[Compare Source](capricorn86/happy-dom@v16.7.3...v16.8.0)
##### 🎨 Features
- Add support for `insertRow()` and `deleteRow()` to `HTMLTableSectionElement` - By **[@&go-gitea#8203;christiango](https://github.com/christiango)** in task [#&go-gitea#8203;1708](capricorn86/happy-dom#1708)
### [`v16.7.3`](https://github.com/capricorn86/happy-dom/releases/tag/v16.7.3)
[Compare Source](capricorn86/happy-dom@v16.7.2...v16.7.3)
##### 👷♂️ Patch fixes
- Removes space from directory name that prevents the repo to be cloned on MS Windows - By **[@&go-gitea#8203;kleinfreund](https://github.com/kleinfreund)** in task [#&go-gitea#8203;1703](capricorn86/happy-dom#1703)
### [`v16.7.2`](https://github.com/capricorn86/happy-dom/releases/tag/v16.7.2)
[Compare Source](capricorn86/happy-dom@v16.7.1...v16.7.2)
##### 👷♂️ Patch fixes
- Ignore invalid cookies in CookieContainer - By **[@&go-gitea#8203;capricorn86](https://github.com/capricorn86)** in task [#&go-gitea#8203;1693](capricorn86/happy-dom#1693)
### [`v16.7.1`](https://github.com/capricorn86/happy-dom/releases/tag/v16.7.1)
[Compare Source](capricorn86/happy-dom@v16.7.0...v16.7.1)
##### 👷♂️ Patch fixes
- Adds `ICookie`, `IOptionalCookie`, `CookieSameSiteEnum` and `IVirtualServer` as exports to the index file - By **[@&go-gitea#8203;capricorn86](https://github.com/capricorn86)** in task [#&go-gitea#8203;1693](capricorn86/happy-dom#1693)
- Makes non-mandatory cookie properties optional in `CookieContainer.addCookies()` - By **[@&go-gitea#8203;capricorn86](https://github.com/capricorn86)** in task [#&go-gitea#8203;1693](capricorn86/happy-dom#1693)
### [`v16.7.0`](https://github.com/capricorn86/happy-dom/releases/tag/v16.7.0)
[Compare Source](capricorn86/happy-dom@v16.6.0...v16.7.0)
##### 🎨 Features
- Adds support for simulating local HTTP servers that serves files from the local file system - By **[@&go-gitea#8203;capricorn86](https://github.com/capricorn86)** in task [#&go-gitea#8203;1688](capricorn86/happy-dom#1688)
- Read more about virtual servers in the [Wiki](https://github.com/capricorn86/happy-dom/wiki/IVirtualServer)
### [`v16.6.0`](https://github.com/capricorn86/happy-dom/releases/tag/v16.6.0)
[Compare Source](capricorn86/happy-dom@v16.5.3...v16.6.0)
##### 🎨 Features
- Adds support for subsequent sibling combinator to `querySelector()`, `querySelectorAll()` and `matches()` (e.g. ".a ~ .b") - By **[@&go-gitea#8203;karpiuMG](https://github.com/karpiuMG)** in task [#&go-gitea#8203;1683](capricorn86/happy-dom#1683)
### [`v16.5.3`](https://github.com/capricorn86/happy-dom/releases/tag/v16.5.3)
[Compare Source](capricorn86/happy-dom@v16.5.2...v16.5.3)
##### 👷♂️ Patch fixes
- Fixes problem with encoding and decoding attribute values in HTML - By **[@&go-gitea#8203;capricorn86](https://github.com/capricorn86)** in task [#&go-gitea#8203;1678](capricorn86/happy-dom#1678)
- Fixes issue where it was not possible to query selector by class when the attribute value had line breaks in it - By **[@&go-gitea#8203;capricorn86](https://github.com/capricorn86)** in task [#&go-gitea#8203;1678](capricorn86/happy-dom#1678)
### [`v16.5.2`](https://github.com/capricorn86/happy-dom/releases/tag/v16.5.2)
[Compare Source](capricorn86/happy-dom@v16.5.1...v16.5.2)
##### 👷♂️ Patch fixes
- `Event.target` should be the target element after an event has been dispatched - By **[@&go-gitea#8203;capricorn86](https://github.com/capricorn86)** in task [#&go-gitea#8203;1529](capricorn86/happy-dom#1529)
### [`v16.5.1`](https://github.com/capricorn86/happy-dom/releases/tag/v16.5.1)
[Compare Source](capricorn86/happy-dom@v16.5.0...v16.5.1)
##### 👷♂️ Patch fixes
- Fixes issue where `Comment`, `Text` and `DocumentFragment` are not instances of their corresponding property on `Window` - By **[@&go-gitea#8203;capricorn86](https://github.com/capricorn86)** in task [#&go-gitea#8203;1577](capricorn86/happy-dom#1577)
### [`v16.5.0`](https://github.com/capricorn86/happy-dom/releases/tag/v16.5.0)
[Compare Source](capricorn86/happy-dom@v16.4.3...v16.5.0)
##### 🎨 Features
- Adds property `GlobalRegistrator.isRegistered` - By **[@&go-gitea#8203;capricorn86](https://github.com/capricorn86)** in task [#&go-gitea#8203;1670](capricorn86/happy-dom#1670)
### [`v16.4.3`](https://github.com/capricorn86/happy-dom/releases/tag/v16.4.3)
[Compare Source](capricorn86/happy-dom@v16.4.2...v16.4.3)
##### 👷♂️ Patch fixes
- Adds null check for if browser frame is available in `Response` during tear down of the `Window` - By **[@&go-gitea#8203;capricorn86](https://github.com/capricorn86)** in task [#&go-gitea#8203;1669](capricorn86/happy-dom#1669)
### [`v16.4.2`](https://github.com/capricorn86/happy-dom/releases/tag/v16.4.2)
[Compare Source](capricorn86/happy-dom@v16.4.1...v16.4.2)
##### 👷♂️ Patch fixes
- Support using URL as an object for URL:s when using the Browser API - By **[@&go-gitea#8203;capricorn86](https://github.com/capricorn86)** in task [#&go-gitea#8203;1664](capricorn86/happy-dom#1664)
### [`v16.4.1`](https://github.com/capricorn86/happy-dom/releases/tag/v16.4.1)
[Compare Source](capricorn86/happy-dom@v16.4.0...v16.4.1)
##### 👷♂️ Patch fixes
- Fixes issue where HTML assigned to `document.documentElement.innerHTML` isnt parsed correctly since v16 - By **[@&go-gitea#8203;capricorn86](https://github.com/capricorn86)** in task [#&go-gitea#8203;1663](capricorn86/happy-dom#1663)
### [`v16.4.0`](https://github.com/capricorn86/happy-dom/releases/tag/v16.4.0)
[Compare Source](capricorn86/happy-dom@v16.3.0...v16.4.0)
##### 🎨 Features
- Allow fetch to be intercepted and modified by sending in an interceptor as a setting - By **[@&go-gitea#8203;OlaviSau](https://github.com/OlaviSau)** in task [#&go-gitea#8203;1502](capricorn86/happy-dom#1502)
- Read more about this in the Wiki at [IFetchInterceptor](https://github.com/capricorn86/happy-dom/wiki/IFetchInterceptor)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦 **Automerge**: Enabled.
♻ **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.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMzYuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEzNi4xIiwidGFyZ2V0QnJhbmNoIjoiZm9yZ2VqbyIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZ3JhZGUiLCJ0ZXN0L25vdC1uZWVkZWQiXX0=-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6757
Reviewed-by: Earl Warren <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-committed-by: Renovate Bot <[email protected]>1 parent 04f6d05 commit a5f1516Copy full SHA for a5f1516
File tree
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changedOpen diff view settings
Collapse file
+4-4Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments