-
Notifications
You must be signed in to change notification settings - Fork 79
build(deps): update dependency happy-dom to v17.1.6 #11641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c754807
to
d8bd65d
Compare
jcfranco
approved these changes
Feb 28, 2025
benelan
added a commit
that referenced
this pull request
Mar 6, 2025
* origin/dev: (80 commits) build(deps): update nx monorepo to v20.4.6 (#11662) build(deps): update arcgis to ^4.32.7 (#11648) build: update browserslist db (#11639) build(deps): update eslint (#11670) build(deps): update dependency chromatic to v11.26.1 (#11669) build(deps): update dependency rollup to v4.34.9 (#11661) build(deps): update dependency tsx to v4.19.3 (#11658) chore: release next docs(text-area): update limitText description (#11672) feat(block, block-section): add `expanded` property and deprecate `open` property (#11582) feat(list-item, list): add `expanded` property and deprecate `open` property (#11003) chore: release next fix(tabs): redisplay close button when more than one tab is closable (#11492) test(shell-panel): Fix token story set up (#11635) chore: set up 3rd-party license generation (#11640) build(deps): update dependency happy-dom to v17.1.8 (#11649) build(deps): update dependency prettier to v3.5.2 (#11642) build(deps): update dependency happy-dom to v17.1.6 (#11641) chore: release next fix(card-group): Restore default gap spacing (#11638) ...
benelan
pushed a commit
that referenced
this pull request
Mar 26, 2025
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [happy-dom](https://redirect.github.com/capricorn86/happy-dom) | [`17.1.3` -> `17.1.6`](https://renovatebot.com/diffs/npm/happy-dom/17.1.3/17.1.6) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>capricorn86/happy-dom (happy-dom)</summary> ### [`v17.1.6`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v17.1.6) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v17.1.5...v17.1.6) ##### 🎨 Features - Adds support for sending `AbortSignal` as option to `EventTarget.addEventListener()` - By **[@​karpiuMG](https://redirect.github.com/karpiuMG)** in task [#​1540](https://redirect.github.com/capricorn86/happy-dom/issues/1540) ### [`v17.1.5`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v17.1.5) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v17.1.4...v17.1.5) ##### 👷♂️ Patch fixes - `HTMLElement.dataset` should return undefined for properties not found - By **[@​karpiuMG](https://redirect.github.com/karpiuMG)** in task [#​1689](https://redirect.github.com/capricorn86/happy-dom/issues/1689) ### [`v17.1.4`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v17.1.4) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v17.1.3...v17.1.4) ##### 👷♂️ Patch fixes - Fixes issue where the use of filtering in `TreeWalker` didn't work according to spec - By **[@​capricorn86](https://redirect.github.com/capricorn86)** in task [#​1605](https://redirect.github.com/capricorn86/happy-dom/issues/1605) </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImNob3JlIiwiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
chore
Issues with changes that don't modify src or test files.
dependencies
Pull requests that update a dependency file
skip visual snapshots
Pull requests that do not need visual regression testing.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
17.1.3
->17.1.6
Release Notes
capricorn86/happy-dom (happy-dom)
v17.1.6
Compare Source
🎨 Features
AbortSignal
as option toEventTarget.addEventListener()
- By @karpiuMG in task #1540v17.1.5
Compare Source
👷♂️ Patch fixes
HTMLElement.dataset
should return undefined for properties not found - By @karpiuMG in task #1689v17.1.4
Compare Source
👷♂️ Patch fixes
TreeWalker
didn't work according to spec - By @capricorn86 in task #1605