- Notifications
You must be signed in to change notification settings - Fork1.1k
Commit77febb1
authored
chore: bump jsdom from 27.0.1 to 27.2.0 in /site (#21001)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 27.0.1 to 27.2.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/jsdom/jsdom/releases">jsdom'sreleases</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 <ahref="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 toCSSOM, and not to overwrite the sheet created from the<code><link></code> or <code><style></code> element.(acemir)</li></ul><h2>Version 27.1.0</h2><ul><li>Improved CSS parsing by switching to <ahref="https://www.npmjs.com/package/@acemir/cssom"><code>@acemir/cssom</code></a>,including support for nested selectors, nested declarations, layerstatements, and improved at-rule validation. (acemir)</li><li>Fixed some selector cache invalidation issues where changes toattributes were not being picked up. (asamuzaK)</li><li>Fixed <code>package.json</code> <code>"engines"</code>field to reflect the new minimum Node.js versions needed to run jsdom,as noted in the changelog for v27.0.1.</li></ul></blockquote></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom'schangelog</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 <ahref="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 toCSSOM, and not to overwrite the sheet created from the<code><link></code> or <code><style></code> element.(acemir)</li></ul><h2>27.1.0</h2><ul><li>Improved CSS parsing by switching to <ahref="https://www.npmjs.com/package/@acemir/cssom"><code>@acemir/cssom</code></a>,including support for nested selectors, nested declarations, layerstatements, and improved at-rule validation. (acemir)</li><li>Fixed some selector cache invalidation issues where changes toattributes were not being picked up. (asamuzaK)</li><li>Fixed <code>package.json</code> <code>"engines"</code>field to reflect the new minimum Node.js versions needed to run jsdom,as noted in the changelog for v27.0.1.</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/jsdom/jsdom/commit/b0805a908fb905ec69c4d1afc09977226927ae09"><code>b0805a9</code></a>Version 27.2.0</li><li><ahref="https://github.com/jsdom/jsdom/commit/3e07e1e1a93e5f67d6aac93046c99da94bc47625"><code>3e07e1e</code></a>Update dependencies and dev dependencies</li><li><ahref="https://github.com/jsdom/jsdom/commit/931aabedb686bb612b34afca4dc803f86976f426"><code>931aabe</code></a>Various CSSOM improvements</li><li><ahref="https://github.com/jsdom/jsdom/commit/70741dab9a9733c8c359ae82745269c5de607e44"><code>70741da</code></a>Add failing tests for border shorthand property parsing</li><li><ahref="https://github.com/jsdom/jsdom/commit/b282400b448d34477dcf539f0e5c9654e2ed4a0c"><code>b282400</code></a>Update <code>@acemir/cssom</code> dependency</li><li><ahref="https://github.com/jsdom/jsdom/commit/adb999a12912f2f5ceb49fde6b1c9f7051968dc8"><code>adb999a</code></a>Version 27.1.0</li><li><ahref="https://github.com/jsdom/jsdom/commit/91f40c4bb1ef7c814b01b8e24db33356dc233eb1"><code>91f40c4</code></a>Update dependencies and dev dependencies</li><li><ahref="https://github.com/jsdom/jsdom/commit/ebad33c3ce5eb9c2fdfb81aaa5c0ab200626aac1"><code>ebad33c</code></a>Note more strict minimum version requirement</li><li><ahref="https://github.com/jsdom/jsdom/commit/bd02585e2fd07bf846490779fba4696462d2eb94"><code>bd02585</code></a>Swap rweb-cssom to <code>@acemir/cssom</code></li><li><ahref="https://github.com/jsdom/jsdom/commit/f15c8302a03d0e9ccdef743e8297ff2e18e3f748"><code>f15c830</code></a>Add failing test for cssText setter</li><li>Additional commits viewable in <ahref="https://github.com/jsdom/jsdom/compare/27.0.1...27.2.0">compareview</a></li></ul></details><br />[](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent154baf3 commit77febb1
2 files changed
+52
-63
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
0 commit comments
Comments
(0)