Skip to content

Commit 93a625b

Browse files
build(deps-dev): bump the dev-deps group with 3 updates (#619)
Bumps the dev-deps group with 3 updates: [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier), [jsdom](https://github.com/jsdom/jsdom) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `eslint-config-prettier` from 10.1.1 to 10.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/releases">eslint-config-prettier's releases</a>.</em></p> <blockquote> <h2>v10.1.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/prettier/eslint-config-prettier/pull/321">#321</a> <a href="https://github.com/prettier/eslint-config-prettier/commit/a8768bfe54a91d08f0cef8705f91de2883436bb0"><code>a8768bf</code></a> Thanks <a href="https://github.com/Fdawgs"><code>@​Fdawgs</code></a>! - chore(package): add homepage for some 3rd-party registry - see <a href="https://redirect.github.com/prettier/eslint-config-prettier/pull/321">#321</a> for more details</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md">eslint-config-prettier's changelog</a>.</em></p> <blockquote> <h2>10.1.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/prettier/eslint-config-prettier/pull/321">#321</a> <a href="https://github.com/prettier/eslint-config-prettier/commit/a8768bfe54a91d08f0cef8705f91de2883436bb0"><code>a8768bf</code></a> Thanks <a href="https://github.com/Fdawgs"><code>@​Fdawgs</code></a>! - chore(package): add homepage for some 3rd-party registry - see <a href="https://redirect.github.com/prettier/eslint-config-prettier/pull/321">#321</a> for more details</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/8911369cbc66f1f859e19751eaefdea687129de5"><code>8911369</code></a> chore: release eslint-config-prettier (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/322">#322</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/a8768bfe54a91d08f0cef8705f91de2883436bb0"><code>a8768bf</code></a> chore(package): add homepage url (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/321">#321</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/4ae04c0dea72dd7d950bb575a8d87a90ab5ea787"><code>4ae04c0</code></a> chore(deps): update yarn to v4.8.1 (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/320">#320</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/7499c2e0a39dca3e64a8c03b3e6c68341ed829e8"><code>7499c2e</code></a> chore: ignore <code>eslint-find-rules</code> for ESLint 8 compatibility</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/241c6b8977859ab896bdf7efb431f1a145095480"><code>241c6b8</code></a> chore: housekeeping, upgrade all (dev) dependencies (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/319">#319</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/9156ab4cf022bb66a2141462a483520ef5b24a65"><code>9156ab4</code></a> chore: add renovate preset</li> <li>See full diff in <a href="https://github.com/prettier/eslint-config-prettier/compare/v10.1.1...v10.1.2">compare view</a></li> </ul> </details> <br /> Updates `jsdom` from 26.0.0 to 26.1.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 26.1.0</h2> <ul> <li>Added at least partial support for various SVG elements and their classes: <code>&lt;defs&gt;</code> (<code>SVGDefsElement</code>), <code>&lt;desc&gt;</code> (<code>SVGDescElement</code>), <code>&lt;g&gt;</code> (<code>SVGGElement</code>), <code>&lt;metadata&gt;</code> (<code>SVGMetadataElement</code>), <code>&lt;switch&gt;</code> (<code>SVGSwitchElement</code>), and <code>&lt;symbol&gt;</code> (<code>SVGSymbolElement</code>).</li> <li>Added <code>SVGAnimatedPreserveAspectRatio</code> and <code>SVGAnimatedRect</code>, including support in the reflection layer.</li> <li>Added the <code>SVGSVGElement</code> <code>createSVGRect()</code> method, and the <code>SVGRect</code> type (which is distinct from <code>DOMRect</code>.)</li> <li>Added indexed property support to <code>HTMLFormElement</code>.</li> <li>Updated the <code>SVGElement</code> <code>viewportElement()</code> method to correctly establish the viewport based on ancestor elements.</li> <li>Removed the now-bloated <code>form-data</code> dependency in favor of our own smaller implementation of <code>multipart/form-data</code> serialization. No functional changes are expected.</li> <li>Various performance improvements, caches, microoptimizations, and deferred object creation.</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>26.1.0</h2> <ul> <li>Added at least partial support for various SVG elements and their classes: <code>&lt;defs&gt;</code> (<code>SVGDefsElement</code>), <code>&lt;desc&gt;</code> (<code>SVGDescElement</code>), <code>&lt;g&gt;</code> (<code>SVGGElement</code>), <code>&lt;metadata&gt;</code> (<code>SVGMetadataElement</code>), <code>&lt;switch&gt;</code> (<code>SVGSwitchElement</code>), and <code>&lt;symbol&gt;</code> (<code>SVGSymbolElement</code>).</li> <li>Added <code>SVGAnimatedPreserveAspectRatio</code> and <code>SVGAnimatedRect</code>, including support in the reflection layer.</li> <li>Added the <code>SVGSVGElement</code> <code>createSVGRect()</code> method, and the <code>SVGRect</code> type (which is distinct from <code>DOMRect</code>.)</li> <li>Added indexed property support to <code>HTMLFormElement</code>.</li> <li>Updated the <code>SVGElement</code> <code>viewportElement()</code> method to correctly establish the viewport based on ancestor elements.</li> <li>Removed the now-bloated <code>form-data</code> dependency in favor of our own smaller implementation of <code>multipart/form-data</code> serialization. No functional changes are expected.</li> <li>Various performance improvements, caches, microoptimizations, and deferred object creation.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/1911c806c0d5a1b7e27686e09369f36c58dd3cc5"><code>1911c80</code></a> Version 26.1.0</li> <li><a href="https://github.com/jsdom/jsdom/commit/ea6e8519afea32bbc74e18980600d0a059701871"><code>ea6e851</code></a> Add failing script execution order test</li> <li><a href="https://github.com/jsdom/jsdom/commit/2be9dcf3612c72bcf9ce7b329d942d786244c1c9"><code>2be9dcf</code></a> Add passing tests for CSS parsing errors</li> <li><a href="https://github.com/jsdom/jsdom/commit/9c68fe3cacf96510224d625073bc5669f9f48df2"><code>9c68fe3</code></a> Add failing CSS container queries test</li> <li><a href="https://github.com/jsdom/jsdom/commit/501b1cca1f8c16289517b73cce5932b8b483520b"><code>501b1cc</code></a> Add failing CSS cascade layer test</li> <li><a href="https://github.com/jsdom/jsdom/commit/19165839ca6f13098de2e5424fb847f992a2b73d"><code>1916583</code></a> Add passing font-face with a data URL parsing test</li> <li><a href="https://github.com/jsdom/jsdom/commit/fc2a337cd8c7edc15879e11c434e3c5944725ffb"><code>fc2a337</code></a> Add passing javascript: URL href test</li> <li><a href="https://github.com/jsdom/jsdom/commit/91c610d0148d074c584e6fb3de9131d90440db40"><code>91c610d</code></a> Move to-upstream CSS tests to correct directory</li> <li><a href="https://github.com/jsdom/jsdom/commit/a5be8130aa028138ad24418e62db574811c61fe9"><code>a5be813</code></a> Add failing calc() serialization test</li> <li><a href="https://github.com/jsdom/jsdom/commit/326745d5ead052ab4169e3298565769775a29c6c"><code>326745d</code></a> Add passing oklch() serialization test</li> <li>Additional commits viewable in <a href="https://github.com/jsdom/jsdom/compare/26.0.0...26.1.0">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.29.1 to 8.30.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.30.0</h2> <h2>8.30.0 (2025-04-14)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-explicit-any] suggest to replace keyof any with PropertyKey (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11032">#11032</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [promise-function-async] use a different error message for functions with promise and non-promise types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10950">#10950</a>)</li> <li><strong>typescript-estree:</strong> use token type of <code>PrivateIdentifier</code> instead of <code>Identifier</code> for private identifiers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11023">#11023</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Dima Barabash <a href="https://github.com/dbarabashh"><code>@​dbarabashh</code></a></li> <li>Ronen Amiel</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.30.0 (2025-04-14)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b3688be33b818590670cb12fbe7b1d762b659e06"><code>b3688be</code></a> chore(release): publish 8.30.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f1ceade481ce7c6dce77e63446e3da5cbc874762"><code>f1ceade</code></a> chore: remove unused downlevel-dts (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11034">#11034</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6e03f7cc2a302443f37e738166f202872721953a"><code>6e03f7c</code></a> chore: corrected vitest.config.base compiler inclusion (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11067">#11067</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/69e2f6c0d371f304c6793ba1801adde10a89372b"><code>69e2f6c</code></a> feat: support stringly-typed extends (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10973">#10973</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d1f57a71cd31d06370d2af3b067e5b15a14e04db"><code>d1f57a7</code></a> chore(visitor-keys): migrate from <code>jest</code> to <code>vitest</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10773">#10773</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.30.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a4408b commit 93a625b

File tree

2 files changed

+169
-273
lines changed

2 files changed

+169
-273
lines changed

0 commit comments

Comments
 (0)