[PR #322] [MERGED] build(deps-dev): Bump jsdom from 27.1.0 to 27.2.0 #357

Closed
opened 2026-02-26 12:41:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/322
Author: @dependabot[bot]
Created: 11/14/2025
Status: Merged
Merged: 11/16/2025
Merged by: @michelroegl-brunner

Base: mainHead: dependabot/npm_and_yarn/jsdom-27.2.0


📝 Commits (1)

  • a182530 build(deps-dev): Bump jsdom from 27.1.0 to 27.2.0

📊 Changes

2 files changed (+8 additions, -8 deletions)

View changed files

📝 package-lock.json (+7 -7)
📝 package.json (+1 -1)

📄 Description

Bumps jsdom from 27.1.0 to 27.2.0.

Release notes

Sourced from jsdom's releases.

Version 27.2.0

  • Added CSSGroupingRule, CSSNestedDeclarations, CSSConditionRule, CSSContainerRule, CSSScopeRule, CSSSupportsRule, CSSLayerBlockRule, and CSSLayerStatementRule to jsdom Windows. (acemir)
  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
  • Fixed @import-ed stylesheets to be properly exposed to CSSOM, and not to overwrite the sheet created from the <link> or <style> element. (acemir)
Changelog

Sourced from jsdom's changelog.

27.2.0

  • Added CSSGroupingRule, CSSNestedDeclarations, CSSConditionRule, CSSContainerRule, CSSScopeRule, CSSSupportsRule, CSSLayerBlockRule, and CSSLayerStatementRule to jsdom Windows. (acemir)
  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
  • Fixed @import-ed stylesheets to be properly exposed to CSSOM, and not to overwrite the sheet created from the <link> or <style> element. (acemir)
Commits
  • b0805a9 Version 27.2.0
  • 3e07e1e Update dependencies and dev dependencies
  • 931aabe Various CSSOM improvements
  • 70741da Add failing tests for border shorthand property parsing
  • b282400 Update @​acemir/cssom dependency
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE-Local/pull/322 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/14/2025 **Status:** ✅ Merged **Merged:** 11/16/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/jsdom-27.2.0` --- ### 📝 Commits (1) - [`a182530`](https://github.com/community-scripts/ProxmoxVE-Local/commit/a1825302fa08cc78d08cb1dcdb2237324f70765e) build(deps-dev): Bump jsdom from 27.1.0 to 27.2.0 ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+7 -7) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [jsdom](https://github.com/jsdom/jsdom) from 27.1.0 to 27.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p> <blockquote> <h2>Version 27.2.0</h2> <ul> <li>Added <code>CSSGroupingRule</code>, <code>CSSNestedDeclarations</code>, <code>CSSConditionRule</code>, <code>CSSContainerRule</code>, <code>CSSScopeRule</code>, <code>CSSSupportsRule</code>, <code>CSSLayerBlockRule</code>, and <code>CSSLayerStatementRule</code> to jsdom <code>Window</code>s. (acemir)</li> <li>Improved CSS parsing and CSSOM object APIs via updates to <a href="https://www.npmjs.com/package/@acemir/cssom"><code>@acemir/cssom</code></a>. (acemir)</li> <li>Fixed <code>@import</code>-ed stylesheets to be properly exposed to CSSOM, and not to overwrite the sheet created from the <code>&lt;link&gt;</code> or <code>&lt;style&gt;</code> element. (acemir)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom's changelog</a>.</em></p> <blockquote> <h2>27.2.0</h2> <ul> <li>Added <code>CSSGroupingRule</code>, <code>CSSNestedDeclarations</code>, <code>CSSConditionRule</code>, <code>CSSContainerRule</code>, <code>CSSScopeRule</code>, <code>CSSSupportsRule</code>, <code>CSSLayerBlockRule</code>, and <code>CSSLayerStatementRule</code> to jsdom <code>Window</code>s. (acemir)</li> <li>Improved CSS parsing and CSSOM object APIs via updates to <a href="https://www.npmjs.com/package/@acemir/cssom"><code>@acemir/cssom</code></a>. (acemir)</li> <li>Fixed <code>@import</code>-ed stylesheets to be properly exposed to CSSOM, and not to overwrite the sheet created from the <code>&lt;link&gt;</code> or <code>&lt;style&gt;</code> element. (acemir)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/b0805a908fb905ec69c4d1afc09977226927ae09"><code>b0805a9</code></a> Version 27.2.0</li> <li><a href="https://github.com/jsdom/jsdom/commit/3e07e1e1a93e5f67d6aac93046c99da94bc47625"><code>3e07e1e</code></a> Update dependencies and dev dependencies</li> <li><a href="https://github.com/jsdom/jsdom/commit/931aabedb686bb612b34afca4dc803f86976f426"><code>931aabe</code></a> Various CSSOM improvements</li> <li><a href="https://github.com/jsdom/jsdom/commit/70741dab9a9733c8c359ae82745269c5de607e44"><code>70741da</code></a> Add failing tests for border shorthand property parsing</li> <li><a href="https://github.com/jsdom/jsdom/commit/b282400b448d34477dcf539f0e5c9654e2ed4a0c"><code>b282400</code></a> Update <code>@​acemir/cssom</code> dependency</li> <li>See full diff in <a href="https://github.com/jsdom/jsdom/compare/27.1.0...27.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsdom&package-manager=npm_and_yarn&previous-version=27.1.0&new-version=27.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:41:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE-Local#357
No description provided.