Skip to content

build(deps-dev): bump happy-dom from 20.11.13 to 20.14.0 in /frontend - #268

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/frontend/happy-dom-20.14.0
Sep 9, 2026
Merged

build(deps-dev): bump happy-dom from 20.11.13 to 20.14.0 in /frontend#268
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/frontend/happy-dom-20.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor

Bumps happy-dom from 20.11.13 to 20.14.0.

Release notes

Sourced from happy-dom's releases.

v20.14.0

🎨 Features

v20.13.2

👷‍♂️ Patch fixes

  • Fix problem with getComputedStyle with :host and :host-context selectors - By @​capricorn86 in task #2349

v20.13.1

👷‍♂️ Patch fixes

  • GetComputedStyle should return inherited value when it is set to inherit - By @​capricorn86 in task #2347

v20.13.0

🎨 Features

v20.12.2

👷‍♂️ Patch fixes

v20.12.1

🎨 Features

  • Adds support for kebab-case properties on CSSStyleDeclaration - By @​capricorn86 in task #2256
  • Adds support for all Chromium CSS properties to CSSStyleDeclaration - By @​capricorn86 in task #2256
    • Downloads a list from the Chromium project when compiling

👷‍♂️ Patch fixes

v20.12.0

🎨 Features

  • Adds support for Animation, AnimationTimeline, DocumentTimeline and KeyframeEffect - By @​capricorn86
  • Adds support for Element.animate() - By @​capricorn86

v20.11.15

👷‍♂️ Patch fixes

  • Fixes issue with upgrading custom element caused by previous release - By @​capricorn86 in task #2331

v20.11.14

👷‍♂️ Patch fixes

  • Change prototype of element to the custom element when upgraded to keep the reference - By @​capricorn86 in task #2331
    • The previous solution replaced the element with the custom element and copied it's properties, but this made any reference to the original element invalid
Commits
  • eac5a38 feat: #2357 Improves computed style cache (#2358)
  • 5b3559b fix: #2349 Fix problem with getComputedStyle with :host and :host-context s...
  • f33da73 fix: #2347 getComputedStyle should return inherited value when it is set to...
  • 68b9806 feat: #2345 Adds support for :host psuedo query selector (#2346)
  • 9300a9f fix: #2342 Custom elements should be upgraded when connected to DOM (#2343)
  • 103ccde fix: #2256 Fixes issue when parsing CSS fallback variables (#2341)
  • 4b0af0c feat: Adds support for Element.animate (#2335)
  • e1a8af5 fix: #2331 Fixes issue with upgrading custom element caused by previous rel...
  • 096317b fix: #2331 Change prototype of element to the custom element when upgraded ...
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 20.11.13 to 20.14.0.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.11.13...v20.14.0)

---
updated-dependencies:
- dependency-name: happy-dom
  dependency-version: 20.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 9, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: frontend. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
github-actions Bot merged commit 88b2161 into master Sep 9, 2026
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/frontend/happy-dom-20.14.0 branch September 9, 2026 10:02
Sbussiso added a commit that referenced this pull request Sep 9, 2026
Four frontend bumps (#268, #270, #271, #272) merged to master this
morning and never deployed. Neither failure is obvious from the repo,
and CodeQL going green on those commits actively hides one of them.

GAP 1 — nothing gates the merge on CI. The workflow's own comment said
branch protection required "Backend tests" and "Frontend audit + build",
but master has no required status checks at all, so `gh pr merge --auto`
merges as soon as this workflow approves, with tests still running. The
comment described an intended state as though it were the current one.

Simply adding those required checks would make it worse: deploy.yml and
agent.yml are path-filtered, and a path-skipped workflow reports no
status, so a required check would hang every PR that misses its paths.
That needs an always-runs gate job, which is its own change.

GAP 2 — an auto-merged PR does not deploy. GitHub does not trigger
`on: push` workflows for pushes made with GITHUB_TOKEN, so master moves
and Test & Deploy never runs. Verified: those four merges produced zero
push-event runs. CodeQL ran anyway because it is GitHub "default setup"
(event `dynamic`), which is exactly why this looks fine at a glance.

The real fix for GAP 2 is merging with a PAT rather than GITHUB_TOKEN —
a credential decision, not mine to make unilaterally. Meanwhile
deploy.yml gets a workflow_dispatch trigger so undeployed commits can
be shipped without pushing an unrelated one on top.

Pushing this commit also deploys the four stranded bumps.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants