-
Notifications
You must be signed in to change notification settings - Fork 73
Comparing changes
Open a pull request
base repository: dequelabs/axe-core-npm
base: v4.10.0
head repository: dequelabs/axe-core-npm
compare: v4.10.1
- 18 commits
- 22 files changed
- 7 contributors
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b6a4003 - Browse repository at this point
Copy the full SHA b6a4003View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78b5c56 - Browse repository at this point
Copy the full SHA 78b5c56View commit details -
chore: bump express from 4.19.2 to 4.20.0 (#1117)
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/expressjs/express/releases">express's releases</a>.</em></p> <blockquote> <h2>4.20.0</h2> <h2>What's Changed</h2> <h3>Important</h3> <ul> <li>IMPORTANT: The default <code>depth</code> level for parsing URL-encoded data is now <code>32</code> (previously was <code>Infinity</code>)</li> <li>Remove link renderization in html while using <code>res.redirect</code></li> </ul> <h3>Other Changes</h3> <ul> <li>4.19.2 Staging by <a href="https://github.com/wesleytodd"><code>@wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5561">expressjs/express#5561</a></li> <li>remove duplicate location test for data uri by <a href="https://github.com/wesleytodd"><code>@wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5562">expressjs/express#5562</a></li> <li>feat: document beta releases expectations by <a href="https://github.com/marco-ippolito"><code>@marco-ippolito</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5565">expressjs/express#5565</a></li> <li>Cut down on duplicated CI runs by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5564">expressjs/express#5564</a></li> <li>Add a Threat Model by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5526">expressjs/express#5526</a></li> <li>Assign captain of encodeurl by <a href="https://github.com/blakeembrey"><code>@blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5579">expressjs/express#5579</a></li> <li>Nominate jonchurch as repo captain for <code>http-errors</code>, <code>expressjs.com</code>, <code>morgan</code>, <code>cors</code>, <code>body-parser</code> by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5587">expressjs/express#5587</a></li> <li>docs: update Security.md by <a href="https://github.com/inigomarquinez"><code>@inigomarquinez</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5590">expressjs/express#5590</a></li> <li>docs: update triage nomination policy by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5600">expressjs/express#5600</a></li> <li>Add CodeQL (SAST) by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5433">expressjs/express#5433</a></li> <li>docs: add UlisesGascon as triage initiative captain by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5605">expressjs/express#5605</a></li> <li>deps: encodeurl@~2.0.0 by <a href="https://github.com/blakeembrey"><code>@blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5569">expressjs/express#5569</a></li> <li>skip QUERY method test by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5628">expressjs/express#5628</a></li> <li>ignore ETAG query test on 21 and 22, reuse skip util by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5639">expressjs/express#5639</a></li> <li>add support Node.js@22 in the CI by <a href="https://github.com/mertcanaltin"><code>@mertcanaltin</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5627">expressjs/express#5627</a></li> <li>doc: add table of contents, tc/triager lists to readme by <a href="https://github.com/mertcanaltin"><code>@mertcanaltin</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5619">expressjs/express#5619</a></li> <li>List and sort all projects, add captains by <a href="https://github.com/blakeembrey"><code>@blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5653">expressjs/express#5653</a></li> <li>docs: add <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> as captain for cookie-parser by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5666">expressjs/express#5666</a></li> <li>✨ bring back query tests for node 21 by <a href="https://github.com/ctcpip"><code>@ctcpip</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5690">expressjs/express#5690</a></li> <li>[v4] Deprecate <code>res.clearCookie</code> accepting <code>options.maxAge</code> and <code>options.expires</code> by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5672">expressjs/express#5672</a></li> <li>skip QUERY tests for Node 21 only, still not supported by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5695">expressjs/express#5695</a></li> <li>📝 update people, add ctcpip to TC by <a href="https://github.com/ctcpip"><code>@ctcpip</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5683">expressjs/express#5683</a></li> <li>remove minor version pinning from ci by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5722">expressjs/express#5722</a></li> <li>Fix link variable use in attribution section of CODE OF CONDUCT by <a href="https://github.com/IamLizu"><code>@IamLizu</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5762">expressjs/express#5762</a></li> <li>Replace Appveyor windows testing with GHA by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5599">expressjs/express#5599</a></li> <li>Add OSSF Scorecard badge by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5436">expressjs/express#5436</a></li> <li>update scorecard link by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5814">expressjs/express#5814</a></li> <li>Nominate <a href="https://github.com/IamLizu"><code>@IamLizu</code></a> to the triage team by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5836">expressjs/express#5836</a></li> <li>deps: path-to-regexp@0.1.8 by <a href="https://github.com/blakeembrey"><code>@blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5603">expressjs/express#5603</a></li> <li>docs: specify new instructions for <code>question</code> and <code>discuss</code> by <a href="https://github.com/IamLizu"><code>@IamLizu</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5835">expressjs/express#5835</a></li> <li>4.x: Upgrade <code>merge-descriptors</code> dependency by <a href="https://github.com/RobinTail"><code>@RobinTail</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5781">expressjs/express#5781</a></li> <li>path-to-regexp@0.1.10 by <a href="https://github.com/blakeembrey"><code>@blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5902">expressjs/express#5902</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/marco-ippolito"><code>@marco-ippolito</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/express/pull/5565">expressjs/express#5565</a></li> <li><a href="https://github.com/inigomarquinez"><code>@inigomarquinez</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/express/pull/5590">expressjs/express#5590</a></li> <li><a href="https://github.com/mertcanaltin"><code>@mertcanaltin</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/express/pull/5627">expressjs/express#5627</a></li> <li><a href="https://github.com/ctcpip"><code>@ctcpip</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/express/pull/5690">expressjs/express#5690</a></li> <li><a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/express/pull/5814">expressjs/express#5814</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/expressjs/express/compare/4.19.1...4.20.0">https://github.com/expressjs/express/compare/4.19.1...4.20.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/expressjs/express/blob/master/History.md">express's changelog</a>.</em></p> <blockquote> <h1>4.20.0 / 2024-09-10</h1> <ul> <li>deps: serve-static@0.16.0 <ul> <li>Remove link renderization in html while redirecting</li> </ul> </li> <li>deps: send@0.19.0 <ul> <li>Remove link renderization in html while redirecting</li> </ul> </li> <li>deps: body-parser@0.6.0 <ul> <li>add <code>depth</code> option to customize the depth level in the parser</li> <li>IMPORTANT: The default <code>depth</code> level for parsing URL-encoded data is now <code>32</code> (previously was <code>Infinity</code>)</li> </ul> </li> <li>Remove link renderization in html while using <code>res.redirect</code></li> <li>deps: path-to-regexp@0.1.10 <ul> <li>Adds support for named matching groups in the routes using a regex</li> <li>Adds backtracking protection to parameters without regexes defined</li> </ul> </li> <li>deps: encodeurl@~2.0.0 <ul> <li>Removes encoding of <code>\</code>, <code>|</code>, and <code>^</code> to align better with URL spec</li> </ul> </li> <li>Deprecate passing <code>options.maxAge</code> and <code>options.expires</code> to <code>res.clearCookie</code> <ul> <li>Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/expressjs/express/commit/21df421ebc7a5249bb31101da666bbf22adc3f18"><code>21df421</code></a> 4.20.0</li> <li><a href="https://github.com/expressjs/express/commit/4c9ddc1c47bf579e55c2fe837d76a952e9fd8959"><code>4c9ddc1</code></a> feat: upgrade to serve-static@0.16.0</li> <li><a href="https://github.com/expressjs/express/commit/9ebe5d500d22cbb2b8aaa73446866b084c747971"><code>9ebe5d5</code></a> feat: upgrade to send@0.19.0 (<a href="https://redirect.github.com/expressjs/express/issues/5928">#5928</a>)</li> <li><a href="https://github.com/expressjs/express/commit/ec4a01b6b8814d7b007f36a3023f4dbafdbc3d09"><code>ec4a01b</code></a> feat: upgrade to body-parser@1.20.3 (<a href="https://redirect.github.com/expressjs/express/issues/5926">#5926</a>)</li> <li><a href="https://github.com/expressjs/express/commit/54271f69b511fea198471e6ff3400ab805d6b553"><code>54271f6</code></a> fix: don't render redirect values in anchor href</li> <li><a href="https://github.com/expressjs/express/commit/125bb742a38cd97938a3932b47cc301e41c31f5d"><code>125bb74</code></a> path-to-regexp@0.1.10 (<a href="https://redirect.github.com/expressjs/express/issues/5902">#5902</a>)</li> <li><a href="https://github.com/expressjs/express/commit/2a980ad16052e53b398c9953fea50e3daa0b495c"><code>2a980ad</code></a> merge-descriptors@1.0.3 (<a href="https://redirect.github.com/expressjs/express/issues/5781">#5781</a>)</li> <li><a href="https://github.com/expressjs/express/commit/a3e7e05e0a435b7b4be25bd38d8d0ca19a773ca9"><code>a3e7e05</code></a> docs: specify new instructions for <code>question</code> and <code>discuss</code></li> <li><a href="https://github.com/expressjs/express/commit/c5addb9a17c5b4c9fccdd2c04153a30595e03385"><code>c5addb9</code></a> deps: path-to-regexp@0.1.8 (<a href="https://redirect.github.com/expressjs/express/issues/5603">#5603</a>)</li> <li><a href="https://github.com/expressjs/express/commit/e35380a39d94937e3d0f7119e0efbc7cd69d003f"><code>e35380a</code></a> docs: add <a href="https://github.com/IamLizu"><code>@IamLizu</code></a> to the triage team (<a href="https://redirect.github.com/expressjs/express/issues/5836">#5836</a>)</li> <li>Additional commits viewable in <a href="https://github.com/expressjs/express/compare/4.19.2...4.20.0">compare view</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'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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dequelabs/axe-core-npm/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6a9fdfc - Browse repository at this point
Copy the full SHA 6a9fdfcView commit details -
chore: bump rimraf from 5.0.7 to 6.0.1 (#1097)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.7 to 6.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md">rimraf's changelog</a>.</em></p> <blockquote> <h1>6.0</h1> <ul> <li>Drop support for nodes before v20</li> <li>Add <code>--version</code> to CLI</li> </ul> <h1>5.0</h1> <ul> <li>No default export, only named exports</li> </ul> <h1>4.4</h1> <ul> <li>Provide Dirent or Stats object as second argument to filter</li> </ul> <h1>4.3</h1> <ul> <li>Return boolean indicating whether the path was fully removed</li> <li>Add filter option</li> <li>bin: add --verbose, -v to print files as they are deleted</li> <li>bin: add --no-verbose, -V to not print files as they are deleted</li> <li>bin: add -i --interactive to be prompted on each deletion</li> <li>bin: add -I --no-interactive to not be prompted on each deletion</li> <li><strong>4.3.1</strong> Fixed inappropriately following symbolic links to directories</li> </ul> <h1>v4.2</h1> <ul> <li>Brought back <code>glob</code> support, using the new and improved glob v9</li> </ul> <h1>v4.1</h1> <ul> <li>Improved hybrid module with no need to look at the <code>.default</code> dangly bit. <code>.default</code> preserved as a reference to <code>rimraf</code> for compatibility with anyone who came to rely on it in v4.0.</li> <li>Accept and ignore <code>-rf</code> and <code>-fr</code> arguments to the bin.</li> </ul> <h1>v4.0</h1> <ul> <li>Remove <code>glob</code> dependency entirely. This library now only accepts actual file and folder names to delete.</li> <li>Accept array of paths or single path.</li> <li>Windows performance and reliability improved.</li> <li>All strategies separated into explicitly exported methods.</li> <li>Drop support for Node.js below version 14</li> <li>rewrite in TypeScript</li> <li>ship CJS/ESM hybrid module</li> <li>Error on unknown arguments to the bin. (Previously they were silently ignored.)</li> </ul> <h1>v3.0</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/rimraf/commit/21560c7cdb46c039fccfd3f5fb4218946489881a"><code>21560c7</code></a> 6.0.1</li> <li><a href="https://github.com/isaacs/rimraf/commit/d3881ad3716f8d550014f836ec87793e116f31a3"><code>d3881ad</code></a> load version with package-json-from-dist</li> <li><a href="https://github.com/isaacs/rimraf/commit/6de86bf5ace93bfa9e51e918a177183b1d620688"><code>6de86bf</code></a> feat: add --version flag for CLI</li> <li><a href="https://github.com/isaacs/rimraf/commit/49e19237f1cb9140f97e7e2032a1e7c62baa93da"><code>49e1923</code></a> chore: add <code>/.tap</code> to .gitignore</li> <li><a href="https://github.com/isaacs/rimraf/commit/90d1feb00fde6050fd04855540af3eb557257bf5"><code>90d1feb</code></a> 6.0.0</li> <li><a href="https://github.com/isaacs/rimraf/commit/9b2a2b13e79516794fc910aa7ca3e37563c777cf"><code>9b2a2b1</code></a> drop dead node versions</li> <li><a href="https://github.com/isaacs/rimraf/commit/546c9ec50c0e94ac08af7188b02fc1dddfc5134e"><code>546c9ec</code></a> 5.0.9</li> <li><a href="https://github.com/isaacs/rimraf/commit/043338a50c7804146bf3c6970e148f21b58106aa"><code>043338a</code></a> restore support for dead node versions</li> <li><a href="https://github.com/isaacs/rimraf/commit/0d83c12b15f2617f10deb6665d63e50a4512b967"><code>0d83c12</code></a> 5.0.8</li> <li><a href="https://github.com/isaacs/rimraf/commit/88e632b58132ffb2214f4233be57bd8a3cdcb21d"><code>88e632b</code></a> drop eol node 14</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/rimraf/compare/v5.0.7...v6.0.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e2f2f43 - Browse repository at this point
Copy the full SHA e2f2f43View commit details -
chore: bump chromedriver from 126.0.4 to 127.0.2 (#1104)
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 126.0.4 to 127.0.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/giggio/node-chromedriver/commit/2c3b5eeec8dacc48530eda4575235cbfb7a7fc7e"><code>2c3b5ee</code></a> Bump version to 127.0.2</li> <li><a href="https://github.com/giggio/node-chromedriver/commit/1295bb01657889a946a172a69a35996426e14e0b"><code>1295bb0</code></a> Bump version to 127.0.1</li> <li><a href="https://github.com/giggio/node-chromedriver/commit/13b710d3042a358225839b5f78e60a6895af65fa"><code>13b710d</code></a> Bump version to 127.0.0</li> <li><a href="https://github.com/giggio/node-chromedriver/commit/cb309867cec473f9a76a9a49d3dd3e8d1e187971"><code>cb30986</code></a> Bump version to 126.0.5</li> <li>See full diff in <a href="https://github.com/giggio/node-chromedriver/compare/126.0.4...127.0.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0ba5f32 - Browse repository at this point
Copy the full SHA 0ba5f32View commit details -
chore: bump @types/node from 20.14.9 to 22.0.2 (#1094)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.9 to 22.0.2. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3dc035d - Browse repository at this point
Copy the full SHA 3dc035dView commit details -
chore: bump axe-test-fixtures from
80fde4a
to412be57
(#1096)Bumps [axe-test-fixtures](https://github.com/dequelabs/axe-test-fixtures) from `80fde4a` to `412be57`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dequelabs/axe-test-fixtures/commit/412be57441a8363b233efb108256c1936ee58fcf"><code>412be57</code></a> fix: added image to <code>interactive</code> fixture (<a href="https://redirect.github.com/dequelabs/axe-test-fixtures/issues/31">#31</a>)</li> <li><a href="https://github.com/dequelabs/axe-test-fixtures/commit/4b29ca282b09011423de43bce4cffd211f4dca42"><code>4b29ca2</code></a> feat: added new html fixtures to <code>watcher</code> to use them in e2e tests (<a href="https://redirect.github.com/dequelabs/axe-test-fixtures/issues/30">#30</a>)</li> <li>See full diff in <a href="https://github.com/dequelabs/axe-test-fixtures/compare/80fde4a947257461a2cc2d3dc746e9381dc59aa0...412be57441a8363b233efb108256c1936ee58fcf">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f8a761e - Browse repository at this point
Copy the full SHA f8a761eView commit details
Commits on Oct 8, 2024
-
chore: bump glob from 10.4.2 to 11.0.0 (#1095)
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.2 to 11.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/node-glob/blob/main/changelog.md">glob's changelog</a>.</em></p> <blockquote> <h1>changeglob</h1> <h2>11.0</h2> <ul> <li>Drop support for node before v20</li> </ul> <h2>10.4</h2> <ul> <li>Add <code>includeChildMatches: false</code> option</li> <li>Export the <code>Ignore</code> class</li> </ul> <h2>10.3</h2> <ul> <li>Add <code>--default -p</code> flag to provide a default pattern</li> <li>exclude symbolic links to directories when <code>follow</code> and <code>nodir</code> are both set</li> </ul> <h2>10.2</h2> <ul> <li>Add glob cli</li> </ul> <h2>10.1</h2> <ul> <li>Return <code>'.'</code> instead of the empty string <code>''</code> when the current working directory is returned as a match.</li> <li>Add <code>posix: true</code> option to return <code>/</code> delimited paths, even on Windows.</li> </ul> <h2>10.0.0</h2> <ul> <li>No default exports, only named exports</li> </ul> <h2>9.3.3</h2> <ul> <li>Upgraded minimatch to v8, adding support for any degree of nested extglob patterns.</li> </ul> <h2>9.3</h2> <ul> <li>Add aliases for methods. <code>glob.sync</code>, <code>glob.stream</code>, <code>glob.stream.sync</code>, etc.</li> </ul> <h2>9.2</h2> <ul> <li>Support using a custom fs object, which is passed to PathScurry</li> <li>add maxDepth option</li> <li>add stat option</li> <li>add custom Ignore support</li> </ul> <h2>9.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-glob/commit/561601d9d14935970ea78b0c1ca3a25addbf5379"><code>561601d</code></a> 11.0.0</li> <li><a href="https://github.com/isaacs/node-glob/commit/57226aa85e7e68dc0468ff0483832ae0478db7de"><code>57226aa</code></a> drop node before 20</li> <li><a href="https://github.com/isaacs/node-glob/commit/78275168e1bbc7a61e372af1ba58307c27faf0cb"><code>7827516</code></a> 10.4.4</li> <li><a href="https://github.com/isaacs/node-glob/commit/d06c8f8c8288c89a4892f4ebcc23ca21840aa4a1"><code>d06c8f8</code></a> restore support for node 14.latest and 16.latest</li> <li><a href="https://github.com/isaacs/node-glob/commit/c14b787771f269651f27f6207aaf410fe171f0b6"><code>c14b787</code></a> 10.4.3</li> <li><a href="https://github.com/isaacs/node-glob/commit/8a69def3cad0de9ba26ca831065ffe448d153de3"><code>8a69def</code></a> node 14 no longer supported</li> <li>See full diff in <a href="https://github.com/isaacs/node-glob/compare/v10.4.2...v11.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b8132a0 - Browse repository at this point
Copy the full SHA b8132a0View commit details -
chore: bump nyc from 15.1.0 to 17.1.0 (#1122)
Bumps [nyc](https://github.com/istanbuljs/nyc) from 15.1.0 to 17.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/istanbuljs/nyc/releases">nyc's releases</a>.</em></p> <blockquote> <h2>nyc: v17.1.0</h2> <h2><a href="https://github.com/istanbuljs/nyc/compare/nyc-v17.0.0...nyc-v17.1.0">17.1.0</a> (2024-09-19)</h2> <h3>Features</h3> <ul> <li><strong>deps:</strong> bump foreground-child from ^2.0.0 to ^3.0.0 (<a href="https://redirect.github.com/istanbuljs/nyc/issues/1546">#1546</a>) (<a href="https://github.com/istanbuljs/nyc/commit/af74d1eae6c598f05f6de9332cf4f83b63286fcb">af74d1e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>reduce size of serialized JSON output (<a href="https://redirect.github.com/istanbuljs/nyc/issues/1570">#1570</a>) (<a href="https://github.com/istanbuljs/nyc/commit/ae657b66264fe7c19a710271510e41b94a152cfa">ae657b6</a>)</li> </ul> <h2>nyc: v17.0.0</h2> <h2><a href="https://github.com/istanbuljs/nyc/compare/nyc-v16.0.0...nyc-v17.0.0">17.0.0</a> (2024-04-19)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum Node version now 18</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> address security alerts in deps (<a href="https://redirect.github.com/istanbuljs/nyc/issues/1555">#1555</a>) (<a href="https://github.com/istanbuljs/nyc/commit/b6ed59832e1b190486cbf289f081122b384465e5">b6ed598</a>)</li> </ul> <h3>Build System</h3> <ul> <li>minimum Node version now 18 (<a href="https://github.com/istanbuljs/nyc/commit/9ef340e07514b5e2d05f93a99fca17e5d60d65db">9ef340e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md">nyc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/istanbuljs/nyc/compare/nyc-v17.0.0...nyc-v17.1.0">17.1.0</a> (2024-09-19)</h2> <h3>Features</h3> <ul> <li><strong>deps:</strong> bump foreground-child from ^2.0.0 to ^3.0.0 (<a href="https://redirect.github.com/istanbuljs/nyc/issues/1546">#1546</a>) (<a href="https://github.com/istanbuljs/nyc/commit/af74d1eae6c598f05f6de9332cf4f83b63286fcb">af74d1e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>reduce size of serialized JSON output (<a href="https://redirect.github.com/istanbuljs/nyc/issues/1570">#1570</a>) (<a href="https://github.com/istanbuljs/nyc/commit/ae657b66264fe7c19a710271510e41b94a152cfa">ae657b6</a>)</li> </ul> <h2><a href="https://github.com/istanbuljs/nyc/compare/nyc-v16.0.0...nyc-v17.0.0">17.0.0</a> (2024-04-19)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum Node version now 18</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> address security alerts in deps (<a href="https://redirect.github.com/istanbuljs/nyc/issues/1555">#1555</a>) (<a href="https://github.com/istanbuljs/nyc/commit/b6ed59832e1b190486cbf289f081122b384465e5">b6ed598</a>)</li> </ul> <h3>Build System</h3> <ul> <li>minimum Node version now 18 (<a href="https://github.com/istanbuljs/nyc/commit/9ef340e07514b5e2d05f93a99fca17e5d60d65db">9ef340e</a>)</li> </ul> <h2><a href="https://github.com/istanbuljs/nyc/compare/v15.1.0...v16.0.0">16.0.0</a> (2024-04-10)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum Node version now 18</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> address security alerts in deps (<a href="https://redirect.github.com/istanbuljs/nyc/issues/1555">#1555</a>) (<a href="https://github.com/istanbuljs/nyc/commit/b6ed59832e1b190486cbf289f081122b384465e5">b6ed598</a>)</li> </ul> <h3>Build System</h3> <ul> <li>minimum Node version now 18 (<a href="https://github.com/istanbuljs/nyc/commit/9ef340e07514b5e2d05f93a99fca17e5d60d65db">9ef340e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/istanbuljs/nyc/commit/41f4476f9f1010367d62c9e7841e14cfe4a2801a"><code>41f4476</code></a> chore(main): release nyc 17.1.0 (<a href="https://redirect.github.com/istanbuljs/nyc/issues/1572">#1572</a>)</li> <li><a href="https://github.com/istanbuljs/nyc/commit/d338985954811e7620c288cd18d48b03d54669c7"><code>d338985</code></a> chore(deps-dev): bump requirejs from 2.3.6 to 2.3.7 (<a href="https://redirect.github.com/istanbuljs/nyc/issues/1582">#1582</a>)</li> <li><a href="https://github.com/istanbuljs/nyc/commit/af74d1eae6c598f05f6de9332cf4f83b63286fcb"><code>af74d1e</code></a> feat(deps): bump foreground-child from ^2.0.0 to ^3.0.0 (<a href="https://redirect.github.com/istanbuljs/nyc/issues/1546">#1546</a>)</li> <li><a href="https://github.com/istanbuljs/nyc/commit/ae657b66264fe7c19a710271510e41b94a152cfa"><code>ae657b6</code></a> fix: reduce size of serialized JSON output (<a href="https://redirect.github.com/istanbuljs/nyc/issues/1570">#1570</a>)</li> <li><a href="https://github.com/istanbuljs/nyc/commit/b6a94841987d1480739611e383fa9a476b6842db"><code>b6a9484</code></a> chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (<a href="https://redirect.github.com/istanbuljs/nyc/issues/1571">#1571</a>)</li> <li><a href="https://github.com/istanbuljs/nyc/commit/b86edbc79c025bcd193b84cd0cc5b40a8547a70b"><code>b86edbc</code></a> chore(deps-dev): bump ws from 8.16.0 to 8.17.1 (<a href="https://redirect.github.com/istanbuljs/nyc/issues/1568">#1568</a>)</li> <li><a href="https://github.com/istanbuljs/nyc/commit/fee2821af397a54d226e3f575781f591cabcfd84"><code>fee2821</code></a> chore(main): release nyc 17.0.0 (<a href="https://redirect.github.com/istanbuljs/nyc/issues/1558">#1558</a>)</li> <li><a href="https://github.com/istanbuljs/nyc/commit/10daaccaf37ef9556ff15430cb08c6e8f6991618"><code>10daacc</code></a> build: explicitly point to config files</li> <li><a href="https://github.com/istanbuljs/nyc/commit/8120112318b312b442a8fc2a077018626a9d7b2d"><code>8120112</code></a> test: remove dependency on "true" which is not on all windows sytems</li> <li><a href="https://github.com/istanbuljs/nyc/commit/f6e5abaf00584f8ff200a2868505c0d8126eb910"><code>f6e5aba</code></a> chore(main): release 16.0.0 (<a href="https://redirect.github.com/istanbuljs/nyc/issues/1554">#1554</a>)</li> <li>Additional commits viewable in <a href="https://github.com/istanbuljs/nyc/compare/v15.1.0...nyc-v17.1.0">compare view</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'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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9344d84 - Browse repository at this point
Copy the full SHA 9344d84View commit details
Commits on Oct 17, 2024
-
fix: Update axe-core to v4.10.1 (#1124)
This pull request updates the version of [`axe-core`](https://npmjs.org/axe-core) to v4.10.1. This PR was opened by a robot 🤖 🎉. Co-authored-by: Zidious <Zidious@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 099818b - Browse repository at this point
Copy the full SHA 099818bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eec387f - Browse repository at this point
Copy the full SHA eec387fView commit details -
## [4.10.1](v4.10.0...v4.10.1) (2024-10-17) ### Bug Fixes * Update axe-core to v4.10.1 ([#1124](#1124)) ([099818b](099818b))
Configuration menu - View commit details
-
Copy full SHA for 7c450cb - Browse repository at this point
Copy the full SHA 7c450cbView commit details
Commits on Oct 28, 2024
-
fix: Update axe-core to v4.10.2 (#1128)
This pull request updates the version of [`axe-core`](https://npmjs.org/axe-core) to v4.10.2. This PR was opened by a robot 🤖 🎉. Co-authored-by: Zidious <Zidious@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aaaa34e - Browse repository at this point
Copy the full SHA aaaa34eView commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 24fbe06 - Browse repository at this point
Copy the full SHA 24fbe06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ced712 - Browse repository at this point
Copy the full SHA 7ced712View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab108cd - Browse repository at this point
Copy the full SHA ab108cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ac2fd2 - Browse repository at this point
Copy the full SHA 7ac2fd2View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b4f5cc4 - Browse repository at this point
Copy the full SHA b4f5cc4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.10.0...v4.10.1