Skip to content

Commit c47372d

Browse files
chore(npm-deps-dev): bump jsdom from 29.0.0 to 29.0.1 (#12508)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 29.0.0 to 29.0.1. <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>v29.0.1</h2> <ul> <li>Fixed CSS parsing of <code>'border'</code>, <code>'background'</code>, and their sub-shorthands containing keywords or <code>var()</code>. (<a href="https://github.com/asamuzaK"><code>@​asamuzaK</code></a>)</li> <li>Fixed <code>getComputedStyle()</code> to return a more functional <code>CSSStyleDeclaration</code> object, including indexed access support, which regressed in v29.0.0.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/34c7d6ef564aef3399ace1c074baf31f50ab930b"><code>34c7d6e</code></a> 29.0.1</li> <li><a href="https://github.com/jsdom/jsdom/commit/8ffc81123e6aa0904b239b5fb2fbece7b0493740"><code>8ffc811</code></a> Add benchmark for computed style property access</li> <li><a href="https://github.com/jsdom/jsdom/commit/5f2434cf84e12e0035cf05bba9f2d0060ad552c3"><code>5f2434c</code></a> Update dependencies and dev dependencies</li> <li><a href="https://github.com/jsdom/jsdom/commit/1e8a7ff58f48631cee3c662c2991865cb4ac4e64"><code>1e8a7ff</code></a> Handle global keywords in CSS shorthand property handlers</li> <li><a href="https://github.com/jsdom/jsdom/commit/0b79509deb3cb53aa91d41ae521878cc68a6b35d"><code>0b79509</code></a> Wrap getComputedStyle return value for proper indexed access</li> <li><a href="https://github.com/jsdom/jsdom/commit/d589a8e9fb3c8ca41ee10fa93a36fe0d7e23ef08"><code>d589a8e</code></a> Fix border shorthand parsing</li> <li><a href="https://github.com/jsdom/jsdom/commit/e528859bfadb156d762c35d9531fb2f52519dc68"><code>e528859</code></a> Modernize release infrastructure</li> <li>See full diff in <a href="https://github.com/jsdom/jsdom/compare/v29.0.0...v29.0.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for jsdom since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsdom&package-manager=npm_and_yarn&previous-version=29.0.0&new-version=29.0.1)](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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4fccd9f commit c47372d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"@vitest/coverage-v8": "^4.1.0",
118118
"dotenv": "^17.3.1",
119119
"fake-indexeddb": "^6.2.5",
120-
"jsdom": "^29.0.0",
120+
"jsdom": "^29.0.1",
121121
"jsqr": "^1.4.0",
122122
"lockfile-lint": "^5.0.0",
123123
"pem-file": "^1.0.1",

0 commit comments

Comments
 (0)