chore(deps-dev): bump happy-dom from 14.12.3 to 15.10.2 - #584
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/happy-dom-15.10.2
branch
from
August 7, 2025 11:31
a475415 to
d7d546f
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/happy-dom-15.10.2
branch
from
August 7, 2025 11:41
d7d546f to
b0c9271
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/happy-dom-15.10.2
branch
2 times, most recently
from
August 7, 2025 11:44
8f8e5fe to
85a9b1b
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/happy-dom-15.10.2
branch
from
August 7, 2025 11:57
85a9b1b to
0a876e6
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/happy-dom-15.10.2
branch
from
August 7, 2025 14:36
0a876e6 to
3fbc893
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/happy-dom-15.10.2
branch
from
August 7, 2025 15:51
3fbc893 to
e20acff
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/happy-dom-15.10.2
branch
from
August 8, 2025 09:59
e20acff to
92fe6af
Compare
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 14.12.3 to 15.10.2. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v14.12.3...v15.10.2) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 15.10.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/happy-dom-15.10.2
branch
from
August 8, 2025 12:57
92fe6af to
4623bca
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps happy-dom from 14.12.3 to 15.10.2.
Release notes
Sourced from happy-dom's releases.
Commits
d23834cfix: #1585 Fixes a security vulnerability that allowed for server side code...5ee0b16fix: #1585 Fixes security vulnerability that allowed for server side code t...a20dba9chore: #1542 Adds SECURITY.md file (#1584)1625d40feat: #1553 Adds setting disableSameOriginPolicy, to make it possible to by...a78cd8ffeat: #1147 Adds support for aspect-ratio to CSSStyleDeclaration (#1537)e6f8b13fix: #1581 Fixes bug where Node.getRootNode() returned null when it was wi...38ab960fix: #1578 Fixes bug where child nodes of HTMLSelectElement and HTMLFormEle...8f74989fix: #1534 Toggle open attribute on HTMLDetailsElement when dispatching a c...7f57469fix: #1546 UseglobalThisinstead ofglobalto make Happy DOM work in o...759b4fbfix: #1538 Always return Promise<Blob> from ClipboardItem.getType() (#1539)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Important
Bumps
happy-domfrom14.12.3to15.10.2with security fixes and new features.happy-domfrom14.12.3to15.10.2inpackage.json.<script>tag.disableSameOriginPolicysetting to bypass same-origin policy in fetch requests.aspect-ratioinCSSStyleDeclaration.This description was created by
for a475415. You can customize this summary. It will automatically update as commits are pushed.
Disclaimer: Experimental PR review
Greptile Summary
This PR updates the
happy-domdependency from version 14.12.3 to 15.10.2 in the rootpackage.jsonfile. Happy DOM is a lightweight DOM implementation used as the test environment for Vitest in this monorepo, providing browser-like APIs for unit testing without requiring an actual browser.The update includes critical security patches that fix vulnerabilities allowing server-side code execution through
<script>tags (versions 15.10.1 and 15.10.2). Additionally, it introduces new features like adisableSameOriginPolicysetting for bypassing same-origin policy in fetch requests during testing, and support for theaspect-ratioCSS property inCSSStyleDeclaration.Since
happy-domis listed indevDependencies, this change only affects the development and testing environment. The Langfuse JS SDK monorepo uses this package to provide DOM APIs during test execution, particularly for the various packages (langfuse-core,langfuse-node,langfuse, etc.) that may need to simulate browser behavior in their test suites.Confidence score: 4/5