Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from ros-tooling:master #326

Open
wants to merge 189 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 1, 2022

  1. Install setuptools<60.0 (#462)

    * Install setuptools<60.0
    * Remove ROS Kinetic/Ubuntu Xenial from test matrix
    
    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    3b8e1b3 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-node from 2.4.1 to 2.5.1

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
    <blockquote>
    <h2>Fix logic of error handling for npm warning and uncaught exception</h2>
    <p>In scope of this release we fix logic of error handling related to caching (<a href="https://github-redirect.dependabot.com/actions/setup-node/pull/358">actions/setup-node#358</a>) and (<a href="https://github-redirect.dependabot.com/actions/setup-node/pull/359">actions/setup-node#359</a>).</p>
    <p>In the previous behaviour we relied on <code>stderr</code> output to throw error. The warning messages from package managers can be written to the stderr's output. For now the action will throw an error only if exit code differs from zero. Besides, we add logic to сatch and log unhandled exceptions.</p>
    <h2>Adding Node.js version file support</h2>
    <p>In scope of this release we add the <code>node-version-file</code> input and update <code>actions/cache</code> dependency to the latest version.</p>
    <h2>Adding Node.js version file support</h2>
    <p>The new input (<code>node-version-file</code>) provides functionality to specify the path to the file containing Node.js's version with such behaviour:</p>
    <ul>
    <li>If the file does not exist the action will throw an error.</li>
    <li>If you specify both <code>node-version</code> and <code>node-version-file</code> inputs, the action will use value from the <code>node-version</code> input and throw the following warning: <code>Both node-version and node-version-file inputs are specified, only node-version will be used</code>.</li>
    <li>For now the action does not support all of the variety of values for Node.js version files. The action can handle values according to the <a href="https://github.com/actions/setup-node#supported-version-syntax">documentation</a> and values with <code>v</code> prefix (<code>v14</code>)</li>
    </ul>
    <pre lang="yaml"><code>steps:
      - uses: actions/checkout@v2
      - name: Setup node from node version file
        uses: actions/setup-node@v2
        with:
          node-version-file: '.nvmrc'
      - run: npm install
      - run: npm test
    </code></pre>
    <h2>Update actions/cache dependency to 1.0.8 version.</h2>
    <p>We updated actions/cache dependency to the latest version (1.0.8). For more information please refer to the <a href="https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md">toolkit/cache</a>.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-node/commit/1f8c6b94b26d0feae1e387ca63ccbdc44d27b561"><code>1f8c6b9</code></a> Pass to warning uncaught exceptions (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/359">#359</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/9a74eb4e6473f91fbde564f97c2662fd1dc4875c"><code>9a74eb4</code></a> Throw error only if exit code is note zero.  (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/358">#358</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/04c56d2f954f1e4c69436aa54cfef261a018f458"><code>04c56d2</code></a> update cache to 1.0.8 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/367">#367</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/d08cf222111d5c1d21b3cd4b958937f818d10d9a"><code>d08cf22</code></a> Adding Node.js version file support (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/338">#338</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/360ab8b75b056fc18d368ee27a78d34e29c0b2d9"><code>360ab8b</code></a> Fix typo in the <code>bug_report</code> template (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/353">#353</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/fd4bd829f2dd6b6c1420bd94a93449c54612ffc2"><code>fd4bd82</code></a> Add issue and pull request templates (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/344">#344</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/a4b8ed2f4e9dd97eeae325f6967ce23d5478bd53"><code>a4b8ed2</code></a> Update dependencies (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/346">#346</a>)</li>
    <li>See full diff in <a href="https://github.com/actions/setup-node/compare/v2.4.1...v2.5.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=2.4.1&new-version=2.5.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 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 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>
    dependabot[bot] committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    3e3bb87 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Temporarily restrict pip version on Windows to avoid failures (#467)

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    4c0f37d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Fix 'pip* install' for checked out repos containing a root setup.cfg (#…

    …466)
    
    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    d3d0cf8 View commit details
    Browse the repository at this point in the history
  2. Update tests to remove & replace EOL distros with latest distros (#468)

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    fff47da View commit details
    Browse the repository at this point in the history
  3. 0.2.2

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    cf74162 View commit details
    Browse the repository at this point in the history
  4. Bump ajv from 6.10.2 to 6.12.6

    Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/ajv-validator/ajv/releases">ajv's releases</a>.</em></p>
    <blockquote>
    <h2>v6.12.6</h2>
    <p>Fix performance issue of &quot;url&quot; format.</p>
    <h2>v6.12.5</h2>
    <p>Fix uri scheme validation (<a href="https://github.com/ChALkeR"><code>@​ChALkeR</code></a>).
    Fix boolean schemas with strictKeywords option (<a href="https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1270">#1270</a>)</p>
    <h2>v6.12.4</h2>
    <p>Fix: coercion of one-item arrays to scalar that should fail validation (<a href="https://runkit.com/esp/5f3672ba2f6642001ae27411">failing example</a>).</p>
    <h2>v6.12.3</h2>
    <p>Pass schema object to processCode function
    Option for strictNumbers (<a href="https://github.com/issacgerges"><code>@​issacgerges</code></a>, <a href="https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1128">#1128</a>)
    Fixed vulnerability related to untrusted schemas (<a href="https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE-2020-15366">CVE-2020-15366</a>)</p>
    <h2>v6.12.2</h2>
    <p>Removed post-install script</p>
    <h2>v6.12.1</h2>
    <p>Docs and dependency updates</p>
    <h2>v6.12.0</h2>
    <p>Improved hostname validation (<a href="https://github.com/sambauers"><code>@​sambauers</code></a>, <a href="https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1143">#1143</a>)
    Option <code>keywords</code> to add custom keywords (<a href="https://github.com/franciscomorais"><code>@​franciscomorais</code></a>, <a href="https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1137">#1137</a>)
    Types fixes (<a href="https://github.com/boenrobot"><code>@​boenrobot</code></a>, <a href="https://github.com/MattiAstedrone"><code>@​MattiAstedrone</code></a>)
    Docs:</p>
    <ul>
    <li><a href="https://github.com/epoberezkin/ajv#error-logging">error logging</a> example (<a href="https://github.com/RadiationSickness"><code>@​RadiationSickness</code></a>)</li>
    <li>TypeScript usage notes (<a href="https://github.com/thetric"><code>@​thetric</code></a>)</li>
    </ul>
    <h2>v6.11.0</h2>
    <p>Time formats support two digit and colon-less variants of timezone offset (<a href="https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1061">#1061</a> , <a href="https://github.com/cjpillsbury"><code>@​cjpillsbury</code></a>)
    Docs: RegExp related security considerations
    Tests: Disabled failing typescript test</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/ajv-validator/ajv/commit/fe591439f34e24030f69df9eb8d91e6d037a3af7"><code>fe59143</code></a> 6.12.6</li>
    <li><a href="https://github.com/ajv-validator/ajv/commit/d580d3e8ac6a467670d68d86e3a39fd661ac8c23"><code>d580d3e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1298">#1298</a> from ajv-validator/fix-url</li>
    <li><a href="https://github.com/ajv-validator/ajv/commit/fd363896a8d6c5697b5da41f4d9a400a84efaf8e"><code>fd36389</code></a> fix: regular expression for &quot;url&quot; format</li>
    <li><a href="https://github.com/ajv-validator/ajv/commit/490e34c4846064db5c962a77087e17078954c2f6"><code>490e34c</code></a> docs: link to v7-beta branch</li>
    <li><a href="https://github.com/ajv-validator/ajv/commit/9cd93a1bdbdefd5a7ba3db5e123d20c84d1d1d0e"><code>9cd93a1</code></a> docs: note about v7 in readme</li>
    <li><a href="https://github.com/ajv-validator/ajv/commit/877d286e7f145b1b2127da66c6800b071533f28f"><code>877d286</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1262">#1262</a> from b4h0-c4t/refactor-opt-object-type</li>
    <li><a href="https://github.com/ajv-validator/ajv/commit/f1c8e45b9cdff918be28becf03bf0b339321c398"><code>f1c8e45</code></a> 6.12.5</li>
    <li><a href="https://github.com/ajv-validator/ajv/commit/764035e201d7733b8d700d4a04dd079fef9f4d30"><code>764035e</code></a> Merge branch 'ChALkeR-chalker/fix-comma'</li>
    <li><a href="https://github.com/ajv-validator/ajv/commit/37981602ce6d43313ae106644b372b021626a8af"><code>3798160</code></a> Merge branch 'chalker/fix-comma' of git://github.com/ChALkeR/ajv into ChALkeR...</li>
    <li><a href="https://github.com/ajv-validator/ajv/commit/a3c7ebab222e4cce07b5e30ebcbb809da7f934e8"><code>a3c7eba</code></a> Merge branch 'refactor-opt-object-type' of github.com:b4h0-c4t/ajv into refac...</li>
    <li>Additional commits viewable in <a href="https://github.com/ajv-validator/ajv/compare/v6.10.2...v6.12.6">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ajv&package-manager=npm_and_yarn&previous-version=6.10.2&new-version=6.12.6)](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 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/ros-tooling/setup-ros/network/alerts).
    
    </details>
    dependabot[bot] committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    272b778 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Bump actions/setup-node from 2.5.1 to 3.0.0

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.0.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
    <blockquote>
    <h2>v3.0.0</h2>
    <p>In scope of this release we changed version of the runtime Node.js for the setup-node action and updated package-lock.json file to  v2.</p>
    <h3>Breaking Changes</h3>
    <ul>
    <li>With the update to Node 16 in <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/414">actions/setup-node#414</a>, all scripts will now be run with Node 16 rather than Node 12.</li>
    <li>We removed deprecated <code>version</code> input (<a href="https://github-redirect.dependabot.com/actions/setup-node/pull/424">actions/setup-node#424</a>). Please use <code>node-version</code> input instead.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-node/commit/9ced9a43a244f3ac94f13bfd896db8c8f30da67a"><code>9ced9a4</code></a> remove version input (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/424">#424</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/3e90744edfed8715c51c59ca546063d5d3035443"><code>3e90744</code></a> Update lockfileVersion (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/422">#422</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/28df918a562341c61f4849bb5b0cae0da42e9ff8"><code>28df918</code></a> Update default runtime to node16 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/414">#414</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/f099707f6e7a91b89cdebdeca599fc76cc8bf088"><code>f099707</code></a> fix tsc build error for <code>@​actions/http-client</code> (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/402">#402</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/f658dc5bd7deff7ab8a4bfa9ccb65a6540175be2"><code>f658dc5</code></a> ci: use NPM cache in check-dist (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/393">#393</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/5e2e06871487f1c1f2806100f6ad85acf4bce48d"><code>5e2e068</code></a> ci(workflow): add cache to workflows using actions/setup-node (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/287">#287</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/7a0f7a99626ad9d2e3bcc28dce6c379216703cc3"><code>7a0f7a9</code></a> Fix grammar in the README (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/331">#331</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/7b558676dd6f955a469559a6f9db9e0447fe8749"><code>7b55867</code></a> chore: Remove strategy for non-matrix builds (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/186">#186</a>)</li>
    <li>See full diff in <a href="https://github.com/actions/setup-node/compare/v2.5.1...v3.0.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=2.5.1&new-version=3.0.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 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>
    dependabot[bot] committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    824b6c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Add note about required-ros-distributions caveat on Ubuntu (#464)

    * Add note about required-ros-distributions caveat on Ubuntu
    
    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    44272f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
    <blockquote>
    <h2>v3.0.0</h2>
    <ul>
    <li>Update default runtime to node16</li>
    </ul>
    <h2>v2.4.0</h2>
    <ul>
    <li>Convert SSH URLs like <code>org-&lt;ORG_ID&gt;@github.com:</code> to <code>https://github.com/</code> - <a href="https://github-redirect.dependabot.com/actions/checkout/pull/621">pr</a></li>
    </ul>
    <h2>v2.3.5</h2>
    <p>Update dependencies</p>
    <h2>v2.3.4</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/379">Add missing <code>await</code>s</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/360">Swap to Environment Files</a></li>
    </ul>
    <h2>v2.3.3</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/345">Remove Unneeded commit information from build logs</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/326">Add Licensed to verify third party dependencies</a></li>
    </ul>
    <h2>v2.3.2</h2>
    <p><a href="https://github-redirect.dependabot.com/actions/checkout/pull/320">Add Third Party License Information to Dist Files</a></p>
    <h2>v2.3.1</h2>
    <p><a href="https://github-redirect.dependabot.com/actions/checkout/pull/284">Fix default branch resolution for .wiki and when using SSH</a></p>
    <h2>v2.3.0</h2>
    <p><a href="https://github-redirect.dependabot.com/actions/checkout/pull/278">Fallback to the default branch</a></p>
    <h2>v2.2.0</h2>
    <p><a href="https://github-redirect.dependabot.com/actions/checkout/pull/258">Fetch all history for all tags and branches when fetch-depth=0</a></p>
    <h2>v2.1.1</h2>
    <p>Changes to support GHES (<a href="https://github-redirect.dependabot.com/actions/checkout/pull/236">here</a> and <a href="https://github-redirect.dependabot.com/actions/checkout/pull/248">here</a>)</p>
    <h2>v2.1.0</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/191">Group output</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/199">Changes to support GHES alpha release</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/184">Persist core.sshCommand for submodules</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/163">Add support ssh</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/179">Convert submodule SSH URL to HTTPS, when not using SSH</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/157">Add submodule support</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/144">Follow proxy settings</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/141">Fix ref for pr closed event when a pr is merged</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/128">Fix issue checking detached when git less than 2.22</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p>
    <blockquote>
    <h1>Changelog</h1>
    <h2>v2.3.1</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/284">Fix default branch resolution for .wiki and when using SSH</a></li>
    </ul>
    <h2>v2.3.0</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/278">Fallback to the default branch</a></li>
    </ul>
    <h2>v2.2.0</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/258">Fetch all history for all tags and branches when fetch-depth=0</a></li>
    </ul>
    <h2>v2.1.1</h2>
    <ul>
    <li>Changes to support GHES (<a href="https://github-redirect.dependabot.com/actions/checkout/pull/236">here</a> and <a href="https://github-redirect.dependabot.com/actions/checkout/pull/248">here</a>)</li>
    </ul>
    <h2>v2.1.0</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/191">Group output</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/199">Changes to support GHES alpha release</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/184">Persist core.sshCommand for submodules</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/163">Add support ssh</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/179">Convert submodule SSH URL to HTTPS, when not using SSH</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/157">Add submodule support</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/144">Follow proxy settings</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/141">Fix ref for pr closed event when a pr is merged</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/128">Fix issue checking detached when git less than 2.22</a></li>
    </ul>
    <h2>v2.0.0</h2>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/108">Do not pass cred on command line</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/107">Add input persist-credentials</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/104">Fallback to REST API to download repo</a></li>
    </ul>
    <h2>v2 (beta)</h2>
    <ul>
    <li>Improved fetch performance
    <ul>
    <li>The default behavior now fetches only the SHA being checked-out</li>
    </ul>
    </li>
    <li>Script authenticated git commands
    <ul>
    <li>Persists <code>with.token</code> in the local git config</li>
    <li>Enables your scripts to run authenticated git commands</li>
    <li>Post-job cleanup removes the token</li>
    <li>Coming soon: Opt out by setting <code>with.persist-credentials</code> to <code>false</code></li>
    </ul>
    </li>
    <li>Creates a local branch
    <ul>
    <li>No longer detached HEAD when checking out a branch</li>
    <li>A local branch is created with the corresponding upstream branch set</li>
    </ul>
    </li>
    <li>Improved layout</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/checkout/commit/a12a3943b4bdde767164f792f33f40b04645d846"><code>a12a394</code></a> update readme for v3 (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/708">#708</a>)</li>
    <li><a href="https://github.com/actions/checkout/commit/8f9e05e482293f862823fcca12d9eddfb3723131"><code>8f9e05e</code></a> Update to node 16 (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/689">#689</a>)</li>
    <li><a href="https://github.com/actions/checkout/commit/230611dbd0eb52da1e1f4f7bc8bb0c3a339fc8b7"><code>230611d</code></a> Change secret name for PAT to not start with GITHUB_ (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/623">#623</a>)</li>
    <li>See full diff in <a href="https://github.com/actions/checkout/compare/v2...v3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=2&new-version=3)](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 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>
    dependabot[bot] committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    c51bc80 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. remove EOL ros distros (#473)

    Signed-off-by: Kenji Brameld <kenjibrameld@gmail.com>
    ijnek committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    cedd5a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. add Ubuntu Jammy (#474)

    Signed-off-by: Kenji Brameld <kenjibrameld@gmail.com>
    ijnek committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    19d11b7 View commit details
    Browse the repository at this point in the history
  2. add rolling-jammy to README (#475)

    Signed-off-by: Kenji Brameld <kenjibrameld@gmail.com>
    ijnek committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    695af20 View commit details
    Browse the repository at this point in the history
  3. 0.3.0

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    e915d4f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Bump minimist from 1.2.5 to 1.2.6

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/substack/minimist/commit/7efb22a518b53b06f5b02a1038a88bd6290c2846"><code>7efb22a</code></a> 1.2.6</li>
    <li><a href="https://github.com/substack/minimist/commit/ef88b9325f77b5ee643ccfc97e2ebda577e4c4e2"><code>ef88b93</code></a> security notice for additional prototype pollution issue</li>
    <li><a href="https://github.com/substack/minimist/commit/c2b981977fa834b223b408cfb860f933c9811e4d"><code>c2b9819</code></a> isConstructorOrProto adapted from PR</li>
    <li><a href="https://github.com/substack/minimist/commit/bc8ecee43875261f4f17eb20b1243d3ed15e70eb"><code>bc8ecee</code></a> test from prototype pollution PR</li>
    <li>See full diff in <a href="https://github.com/substack/minimist/compare/1.2.5...1.2.6">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minimist&package-manager=npm_and_yarn&previous-version=1.2.5&new-version=1.2.6)](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 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/ros-tooling/setup-ros/network/alerts).
    
    </details>
    dependabot[bot] committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    c135f47 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Bump pascalgn/automerge-action from 0.14.3 to 0.15.2

    Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.14.3 to 0.15.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/pascalgn/automerge-action/releases">pascalgn/automerge-action's releases</a>.</em></p>
    <blockquote>
    <h2>Release 0.15.2</h2>
    <ul>
    <li>Try to disable HTTP caching (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/122">#122</a>)</li>
    <li>Fix merge message when PR body is empty (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/182">#182</a>)</li>
    </ul>
    <h2>Release 0.15.1</h2>
    <ul>
    <li>Add new option MERGE_ERROR_FAIL (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/177">#177</a>)</li>
    </ul>
    <h2>Release 0.15.0</h2>
    <ul>
    <li>Provide step output (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/169">#169</a> and <a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/186">#186</a>)</li>
    </ul>
    <h2>Release 0.14.4</h2>
    <p>Update dependencies</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/8b306ad1983d0ea68c43e27101123e891ecff104"><code>8b306ad</code></a> Release 0.15.2</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/0e2da31c4fcc0753371149156f6740dfe4b604f5"><code>0e2da31</code></a> Try to disable HTTP caching (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/122">#122</a>)</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/bfc88d5030ded2dc60bb176719e296b655bfdb20"><code>bfc88d5</code></a> Include the commit message conditionally (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/182">#182</a>)</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/0f7475839633ee531050bcabd1f25f48ac721df9"><code>0f74758</code></a> Release 0.15.1</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/8cca5dfe0094348ed0a88cd168d5e46f17cb3b7f"><code>8cca5df</code></a> Fail action when PR is not mergeable (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/177">#177</a>)</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/ecf84b72b5ef0dc9d40c4094b724ecf85b3b416a"><code>ecf84b7</code></a> Release 0.15.0</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/7d9f2b1fb6adb4f8dc6d90e46e96d2f3dfbf554d"><code>7d9f2b1</code></a> Update dependencies</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/4feb37f01e35350e3859507ee0c39c370c4c270a"><code>4feb37f</code></a> Update README</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/d2882c742d836edecff81fb741b424dc290c7cd9"><code>d2882c7</code></a> Provide step output (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/186">#186</a>)</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/a0b6e7465384194c00e711c0f3d64546aa724b6d"><code>a0b6e74</code></a> Release 0.14.4</li>
    <li>Additional commits viewable in <a href="https://github.com/pascalgn/automerge-action/compare/v0.14.3...v0.15.2">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pascalgn/automerge-action&package-manager=github_actions&previous-version=0.14.3&new-version=0.15.2)](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 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>
    dependabot[bot] committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    cb7bbfa View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Bump actions/setup-node from 3.0.0 to 3.1.0

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.0.0 to 3.1.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
    <blockquote>
    <h2>Add caching support on GHES 3.5</h2>
    <p>In scope of this release we added <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/452">support for caching from GHES 3.5</a> and fixed download issue for files &gt; 2GB during restore. Besides, we updated <code>actions/cache</code> dependency to 2.0.0 version.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-node/commit/5b52f097d36d4b0b2f94ed6de710023fbb8b2236"><code>5b52f09</code></a> Bump <code>actions/checkout@v3</code> within advanced usage examples documentation (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/456">#456</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/75716637dc8cd06e88621003df6357fdcee67772"><code>7571663</code></a> Bump to <code>actions/checkout@v3</code> (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/437">#437</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/546fd45825c7f5d63e19e4595c08c16d66bcbad9"><code>546fd45</code></a> Updated documentation/workflows to use <code>actions/setup-node@v3</code> (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/433">#433</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/bacd6b4b3ac3127b28a1e1920c23bf1c2cadbb85"><code>bacd6b4</code></a> Caching on GHES (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/452">#452</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/bed538bd04a773f1616efba082915a7638d8eb5f"><code>bed538b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/448">#448</a> from actions/dependabot/npm_and_yarn/minimist-1.2.6</li>
    <li><a href="https://github.com/actions/setup-node/commit/f3e93d1b9dbf0ec44d17b09dea3d0446dd7d25d7"><code>f3e93d1</code></a> Bump minimist from 1.2.5 to 1.2.6</li>
    <li><a href="https://github.com/actions/setup-node/commit/ed960c9656f8a2da28b0133d2bba0c7b6f2728a1"><code>ed960c9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/440">#440</a> from actions/joshmgross/service-codeowners</li>
    <li><a href="https://github.com/actions/setup-node/commit/77f43a440004389e5ec966078985f6a3153df1da"><code>77f43a4</code></a> Update CODEOWNERS to actions-service</li>
    <li>See full diff in <a href="https://github.com/actions/setup-node/compare/v3.0.0...v3.1.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.0.0&new-version=3.1.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 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>
    dependabot[bot] committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    2b11f82 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Bump hmarr/auto-approve-action from 2.1.0 to 2.2.0

    Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.1.0 to 2.2.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/hmarr/auto-approve-action/releases">hmarr/auto-approve-action's releases</a>.</em></p>
    <blockquote>
    <h2>v2.2.0</h2>
    <ul>
    <li>Auto approve any pull request with the pull-request-number input by <a href="https://github.com/roryabraham"><code>@​roryabraham</code></a> in <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/pull/186">hmarr/auto-approve-action#186</a></li>
    <li>Do not approve the same pull request twice by <a href="https://github.com/dolfinus"><code>@​dolfinus</code></a> in <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/pull/191">hmarr/auto-approve-action#191</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/hmarr/auto-approve-action/compare/v2.1.0...v2.2.0">https://github.com/hmarr/auto-approve-action/compare/v2.1.0...v2.2.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/df19ac68bfbdb9903418acfc8aa9228f9770c65d"><code>df19ac6</code></a> Handle GITHUB_TOKEN 403 error gracefully</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/13f2dbd98eba42ce26ba7a74746d2ff3f880dff0"><code>13f2dbd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/issues/197">#197</a> from hmarr/handle-top-level-errors</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/ef68e5c297d94610b7d9c8f7c5aa254bff9b7d18"><code>ef68e5c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/issues/194">#194</a> from bennycode/patch-1</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/38ef0a5e47ce559aadef76f1b13b14ca65ee8166"><code>38ef0a5</code></a> Mark dist/index.js as generated</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/660ab934ba555586962255a3e0ac795343bb6d89"><code>660ab93</code></a> Handle top-level errors</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/b01a479fd0d469378d711c1a77e70a28df66248f"><code>b01a479</code></a> Use node 16</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/e42920303341dafae059555ff98bb401f6e2c056"><code>e429203</code></a> Update dependencies</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/672ded8fe04c7a86b2aad6921b1c2b9cf8f9c25b"><code>672ded8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/issues/191">#191</a> from dolfinus/v2</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/f9c1af5845de6297db586118708aacda6f253285"><code>f9c1af5</code></a> Rebuild action</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/f24dcb53d083298ac4b7bd3d399260df3cc85874"><code>f24dcb5</code></a> Clean env in tests for Actions CI builds</li>
    <li>Additional commits viewable in <a href="https://github.com/hmarr/auto-approve-action/compare/v2.1.0...v2.2.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hmarr/auto-approve-action&package-manager=github_actions&previous-version=2.1.0&new-version=2.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 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>
    dependabot[bot] committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    f2a51a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Bump hmarr/auto-approve-action from 2.2.0 to 2.2.1

    Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.2.0 to 2.2.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/hmarr/auto-approve-action/releases">hmarr/auto-approve-action's releases</a>.</em></p>
    <blockquote>
    <h2>v2.2.1</h2>
    <ul>
    <li>Switch back to using Node 12, as the Node 16 upgrade in v2.2.0 caused issues for people using self-hosted runners with GHES versions prior to 3.4</li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/hmarr/auto-approve-action/compare/v2.2.0...v2.2.1">https://github.com/hmarr/auto-approve-action/compare/v2.2.0...v2.2.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/24ec4c8cc344fe1cdde70ff37e55ace9e848a1d8"><code>24ec4c8</code></a> Switch back to node 12</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/a4d339b7894ac76f7ae8c668cf4ec268052a6256"><code>a4d339b</code></a> Update documentation</li>
    <li>See full diff in <a href="https://github.com/hmarr/auto-approve-action/compare/v2.2.0...v2.2.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hmarr/auto-approve-action&package-manager=github_actions&previous-version=2.2.0&new-version=2.2.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 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 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>
    dependabot[bot] committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    c7aa318 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Bump actions/setup-node from 3.1.0 to 3.1.1

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.1.0 to 3.1.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
    <blockquote>
    <h2>Update actions/cache version to 2.0.2</h2>
    <p>In scope of this release we updated <code>actions/cache</code> package as the new version contains fixes related to GHES 3.5 (<a href="https://github-redirect.dependabot.com/actions/setup-node/pull/460">actions/setup-node#460</a>)</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-node/commit/56337c425554a6be30cdef71bf441f15be286854"><code>56337c4</code></a> Updated <code>@​actions/cache</code> (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/460">#460</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/76d3665dc084409ba9e6c467009338cf86e9dd5f"><code>76d3665</code></a> Convert CONDUCT to CODE_OF_CONDUCT.md (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/391">#391</a>)</li>
    <li>See full diff in <a href="https://github.com/actions/setup-node/compare/v3.1.0...v3.1.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.1.0&new-version=3.1.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 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 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>
    dependabot[bot] committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    11bf284 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Add support for Humble (#484)

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    fce6fde View commit details
    Browse the repository at this point in the history
  2. 0.3.1

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    a2020e8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Make Connext version distro-specific (#486)

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed May 12, 2022
    Configuration menu
    Copy the full SHA
    56efcc6 View commit details
    Browse the repository at this point in the history
  2. 0.3.2

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed May 12, 2022
    Configuration menu
    Copy the full SHA
    cb90d70 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Bump pascalgn/automerge-action from 0.15.2 to 0.15.3

    Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.15.2 to 0.15.3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/pascalgn/automerge-action/releases">pascalgn/automerge-action's releases</a>.</em></p>
    <blockquote>
    <h2>Release 0.15.3</h2>
    <p>Use pagination (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/190">#190</a>)</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/2e9644b0b86a2c052525921f181f905dc8102da5"><code>2e9644b</code></a> Release 0.15.3</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/dfd59badd578b8ee23dfa7cfe7092ea1bacf1dc1"><code>dfd59ba</code></a> Retrieve all PR reviews when checking approvals (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/190">#190</a>)</li>
    <li>See full diff in <a href="https://github.com/pascalgn/automerge-action/compare/v0.15.2...v0.15.3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pascalgn/automerge-action&package-manager=github_actions&previous-version=0.15.2&new-version=0.15.3)](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 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>
    dependabot[bot] committed May 13, 2022
    Configuration menu
    Copy the full SHA
    75d4100 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Bump actions/setup-node from 3.1.1 to 3.2.0

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.1.1 to 3.2.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
    <blockquote>
    <h2>Add current, node, latest aliases</h2>
    <p>In scope of this release we added new aliases to install the latest Node.js version. <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/483">actions/setup-node#483</a></p>
    <pre lang="yml"><code>steps:
    - uses: actions/checkout@v3
    - uses: actions/setup-node@v3
      with:
        node-version: current
    - run: npm ci
    - run: npm test
    </code></pre>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-node/commit/17f8bd926464a1afa4c6a11669539e9c1ba77048"><code>17f8bd9</code></a> Expand current syntax to support aliases for latest version (current/latest/n...</li>
    <li><a href="https://github.com/actions/setup-node/commit/b067f78ed37e8b6503efbf8c2b320b7f1e48369a"><code>b067f78</code></a> Use CI friendly commands in documentation (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/326">#326</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/0bd06765ef0b51db720effb3b27b09a604b36300"><code>0bd0676</code></a> Improve advanced usage docs (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/472">#472</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/25184c4485a7b08d05f0d0a07d714e3611e40d38"><code>25184c4</code></a> Update README.md (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/475">#475</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/337fdf2194d3e87cdd26672305866d19d404fcd3"><code>337fdf2</code></a> fix broken link in readme (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/473">#473</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/86bf502a33df3d7ca5daace2b5d63c9877c85c28"><code>86bf502</code></a> extend documentation on <code>scope</code> parameter (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/470">#470</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/146c4d84a51256d5571b40011b76c0c6f7dfd981"><code>146c4d8</code></a> improve caching documentation (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/468">#468</a>)</li>
    <li>See full diff in <a href="https://github.com/actions/setup-node/compare/v3.1.1...v3.2.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.1.1&new-version=3.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 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>
    dependabot[bot] committed May 16, 2022
    Configuration menu
    Copy the full SHA
    83f67b9 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Update tests and README after official Humble release (#489)

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed May 24, 2022
    Configuration menu
    Copy the full SHA
    c8f2d20 View commit details
    Browse the repository at this point in the history
  2. Add support for Humble on Windows (#490)

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed May 24, 2022
    Configuration menu
    Copy the full SHA
    fdd129b View commit details
    Browse the repository at this point in the history
  3. 0.3.3

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed May 24, 2022
    Configuration menu
    Copy the full SHA
    dd88a18 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Sync Windows choco dependencies with ROS 2 CI (#493)

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    90cf87d View commit details
    Browse the repository at this point in the history
  2. 0.3.4

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    29ad23e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Bump actions/setup-node from 3.2.0 to 3.3.0

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.2.0 to 3.3.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
    <blockquote>
    <h2>Add support for lts/-n aliases</h2>
    <p>In scope of this release we added support for <code>lts/-n</code> aliases, improve logic for <code>current</code>, <code>latest</code> and <code>node</code> aliases to handle them from <code>toolcache</code>, update <code>ncc</code> package.</p>
    <h3>Support of lts/-n aliases</h3>
    <ul>
    <li>Related pull request: <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/481">actions/setup-node#481</a></li>
    <li>Related issue: <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/26">actions/setup-node#26</a></li>
    </ul>
    <pre lang="yaml"><code>steps:
    - uses: actions/checkout@v3
    - uses: actions/setup-node@v3
      with:
        node-version: lts/-1
    - run: npm ci
    - run: npm test
    </code></pre>
    <h3>Minor improvements</h3>
    <ul>
    <li>Update zeit/ncc to vercel/ncc: <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/476">actions/setup-node#476</a></li>
    <li>Get latest version from cache if exists: <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/496">actions/setup-node#496</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-node/commit/eeb10cff27034e7acf239c5d29f62154018672fd"><code>eeb10cf</code></a> Support lts/-n aliases (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/481">#481</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/ed1a46e9f278c17e07705c4cc19a1d9a3fca12ac"><code>ed1a46e</code></a> Update zeit/ncc to vercel/ncc (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/476">#476</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/daff393d4372bf1c1f7bdda42b9a688053433967"><code>daff393</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/496">#496</a> from panticmilos/v-mpantic/get-latest-version-from-cache</li>
    <li><a href="https://github.com/actions/setup-node/commit/b14573ddb960b7d615cb82f84704679a2ffbdf2c"><code>b14573d</code></a> remove installer import</li>
    <li><a href="https://github.com/actions/setup-node/commit/7569de03e709e75afc4815ae1688120e2c5bc068"><code>7569de0</code></a> rename dist manifest to node versions</li>
    <li><a href="https://github.com/actions/setup-node/commit/b20a2561b99d471cbfe1222b16de377c5ccc78dc"><code>b20a256</code></a> get manifest once</li>
    <li><a href="https://github.com/actions/setup-node/commit/ea3459bb459f783f186dcfc5229793d2c6f40b25"><code>ea3459b</code></a> docs: Update advanced-usage.md (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/495">#495</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/141334fcd1248aba82bae2a0682d9f5a5e06cf84"><code>141334f</code></a> remove unnecessary dist call</li>
    <li><a href="https://github.com/actions/setup-node/commit/808c8f917fea369038867811c092cb7843514fbb"><code>808c8f9</code></a> remove bumping deps</li>
    <li><a href="https://github.com/actions/setup-node/commit/fd1b409bc3adb8a843e511763a0160bfa08e1aea"><code>fd1b409</code></a> unit tests</li>
    <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.2.0...v3.3.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.2.0&new-version=3.3.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 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>
    dependabot[bot] committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    a9222f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Bump jsdom from 16.4.0 to 16.7.0

    Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.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 16.7.0</h2>
    <ul>
    <li>Added <code>AbortSignal.abort()</code>. (ninevra)</li>
    <li>Added dummy <code>x</code> and <code>y</code> properties to the return value of <code>getBoundingClientRect()</code>. (eiko)</li>
    <li>Implemented wrapping for <code>textareaEl.value</code> if the <code>wrap=&quot;&quot;</code> attribute is specified. (ninevra)</li>
    <li>Changed newline normalization in <code>&lt;textarea&gt;</code>s according to <a href="https://blog.whatwg.org/newline-normalizations-in-form-submission">recent HTML Standard updates</a>. (ninevra)</li>
    <li>Fixed some bad cascade computation in <code>getComputedStyle()</code>. (romain-trotard)</li>
    </ul>
    <h2>Version 16.6.0</h2>
    <ul>
    <li>Added <code>parentNode.replaceChildren()</code>. (<a href="https://github.com/ninevra"><code>@​ninevra</code></a>)</li>
    <li>Fixed jsdom's handling of when code running inside the jsdom throws <code>null</code> or <code>undefined</code> as an exception. (<a href="https://github.com/mbest"><code>@​mbest</code></a>)</li>
    <li>Removed the dependency on the deprecated <a href="https://www.npmjs.com/package/request"><code>request</code></a> package, in the process fixing several issues with the <code>XMLHttpRequest</code> implementation around header processing. Thanks go to <a href="https://github.com/tobyhinloopen"><code>@​tobyhinloopen</code></a>, <a href="https://github.com/andrewaylett"><code>@​andrewaylett</code></a>, and especially <a href="https://github.com/vegardbb"><code>@​vegardbb</code></a>, for completing this months-long effort!</li>
    </ul>
    <h2>Version 16.5.3</h2>
    <ul>
    <li>Fixed infinite recursion when using <code>MutationObserver</code>s to observe elements inside a <code>MutationObserver</code> callback.</li>
    </ul>
    <h2>Version 16.5.2</h2>
    <ul>
    <li>Fixed <code>Access-Control-Allow-Headers: *</code> to work with <code>XMLHttpRequest</code>. (silviot)</li>
    <li>Fixed <code>xhr.response</code> to strip any leading BOM when <code>xhr.responseType</code> is <code>&quot;json&quot;</code>.</li>
    <li>Fixed <code>new Text()</code> and <code>new Comment()</code> constructors to properly set the resulting node's <code>ownerDocument</code>.</li>
    <li>Fixed <code>customElements.whenDefined()</code> to resolve its returned promise with the custom element constructor, per recent spec updates. (ExE-Boss)</li>
    <li>Fixed parsing to ensure that <code>&lt;svg&gt;\&lt;template&gt;&lt;/template&gt;&lt;/svg&gt;</code> does not throw an exception, but instead correctly produces a SVG-namespace <code>\&lt;template&gt;</code> element.</li>
    <li>Fixed <code>domParser.parseFromString()</code> to treat <code>&lt;noscript&gt;</code> elements appropriately.</li>
    <li>Fixed form control validity checking when the control was outside the <code>&lt;form&gt;</code> element and instead associated using the <code>form=&quot;&quot;</code> attribute.</li>
    <li>Fixed <code>legendEl.form</code> to return the correct result based on its parent <code>&lt;fieldset&gt;</code>.</li>
    <li>Fixed <code>optionEl.text</code> to exclude <code>&lt;script&gt;</code> descendants.</li>
    <li>Fixed radio buttons and checkboxes to not fire <code>input</code> and <code>change</code> events when disconnected.</li>
    <li>Fixed <code>inputEl.indeterminate</code> to reset to its previous value when canceling a <code>click</code> event on a checkbox or radio button.</li>
    <li>Fixed the behavior of event handler attributes (e.g. <code>onclick=&quot;...code...&quot;</code>) when there were global variables named <code>element</code> or <code>formOwner</code>. (ExE-Boss)</li>
    <li>On Node.js v14.6.0+ where <code>WeakRef</code>s are available, fixed <code>NodeIterator</code> to no longer stop working when more than ten <code>NodeIterator</code> instances are created, and to use less memory due to inactive <code>NodeIterator</code>s sticking around. (ExE-Boss)</li>
    </ul>
    <h2>Version 16.5.1</h2>
    <ul>
    <li>Fixed a regression that broke <code>customElements.get()</code> in v16.5.0. (fdesforges)</li>
    <li>Fixed <code>window.event</code> to have a setter which overwrites the <code>window.event</code> property with the given value, per the specification. This fixes an issue where after upgrading to jsdom v16.5.0 you would no longer be able to set a global variable named <code>event</code> in the jsdom context.</li>
    </ul>
    <h2>Version 16.5.0</h2>
    <ul>
    <li>Added <code>window.queueMicrotask()</code>.</li>
    <li>Added <code>window.event</code>.</li>
    <li>Added <code>inputEvent.inputType</code>. (diegohaz)</li>
    <li>Removed <code>ondragexit</code> from <code>Window</code> and friends, per a spec update.</li>
    <li>Fixed the URL of <code>about:blank</code> iframes. Previously it was getting set to the parent's URL. (SimonMueller)</li>
    <li>Fixed the loading of subresources from the filesystem when they had non-ASCII filenames.</li>
    <li>Fixed the <code>hidden=&quot;&quot;</code> attribute to cause <code>display: none</code> per the user-agent stylesheet. (ph-fritsche)</li>
    <li>Fixed the <code>new File()</code> constructor to no longer convert <code>/</code> to <code>:</code>, per <a href="https://github-redirect.dependabot.com/w3c/FileAPI/issues/41">a pending spec update</a>.</li>
    <li>Fixed mutation observer callbacks to be called with the <code>MutationObserver</code> instance as their <code>this</code> value.</li>
    <li>Fixed <code>&lt;input type=checkbox&gt;</code> and <code>&lt;input type=radio&gt;</code> to be mutable even when disabled, per <a href="https://github-redirect.dependabot.com/whatwg/html/pull/5805">a spec update</a>.</li>
    <li>Fixed <code>XMLHttpRequest</code> to not fire a redundant final <code>progress</code> event if a <code>progress</code> event was previously fired with the same <code>loaded</code> value. This would usually occur with small files.</li>
    <li>Fixed <code>XMLHttpRequest</code> to expose the <code>Content-Length</code> header on cross-origin responses.</li>
    <li>Fixed <code>xhr.response</code> to return <code>null</code> for failures that occur during the middle of the download.</li>
    <li>Fixed edge cases around passing callback functions or event handlers. (ExE-Boss)</li>
    <li>Fixed edge cases around the properties of proxy-like objects such as <code>localStorage</code> or <code>dataset</code>. (ExE-Boss)</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/master/Changelog.md">jsdom's changelog</a>.</em></p>
    <blockquote>
    <h2>16.7.0</h2>
    <ul>
    <li>Added <code>AbortSignal.abort()</code>. (ninevra)</li>
    <li>Added dummy <code>x</code> and <code>y</code> properties to the return value of <code>getBoundingClientRect()</code>. (eiko)</li>
    <li>Implemented wrapping for <code>textareaEl.value</code> if the <code>wrap=&quot;&quot;</code> attribute is specified. (ninevra)</li>
    <li>Changed newline normalization in <code>&lt;textarea&gt;</code>s according to <a href="https://blog.whatwg.org/newline-normalizations-in-form-submission">recent HTML Standard updates</a>. (ninevra)</li>
    <li>Fixed some bad cascade computation in <code>getComputedStyle()</code>. (romain-trotard)</li>
    </ul>
    <h2>16.6.0</h2>
    <ul>
    <li>Added <code>parentNode.replaceChildren()</code>. (ninevra)</li>
    <li>Fixed jsdom's handling of when code running inside the jsdom throws <code>null</code> or <code>undefined</code> as an exception. (mbest)</li>
    <li>Removed the dependency on the deprecated <a href="https://www.npmjs.com/package/request"><code>request</code></a> package, in the process fixing several issues with the <code>XMLHttpRequest</code> implementation around header processing. Special thanks to vegardbb for completing this months-long effort!</li>
    </ul>
    <h2>16.5.3</h2>
    <ul>
    <li>Fixed infinite recursion when using <code>MutationObserver</code>s to observe elements inside a <code>MutationObserver</code> callback.</li>
    </ul>
    <h2>16.5.2</h2>
    <ul>
    <li>Fixed <code>Access-Control-Allow-Headers: *</code> to work with <code>XMLHttpRequest</code>. (silviot)</li>
    <li>Fixed <code>xhr.response</code> to strip any leading BOM when <code>xhr.responseType</code> is <code>&quot;json&quot;</code>.</li>
    <li>Fixed <code>new Text()</code> and <code>new Comment()</code> constructors to properly set the resulting node's <code>ownerDocument</code>.</li>
    <li>Fixed <code>customElements.whenDefined()</code> to resolve its returned promise with the custom element constructor, per recent spec updates. (ExE-Boss)</li>
    <li>Fixed parsing to ensure that <code>&lt;svg&gt;\&lt;template&gt;&lt;/template&gt;&lt;/svg&gt;</code> does not throw an exception, but instead correctly produces a SVG-namespace <code>\&lt;template&gt;</code> element.</li>
    <li>Fixed <code>domParser.parseFromString()</code> to treat <code>&lt;noscript&gt;</code> elements appropriately.</li>
    <li>Fixed form control validity checking when the control was outside the <code>&lt;form&gt;</code> element and instead associated using the <code>form=&quot;&quot;</code> attribute.</li>
    <li>Fixed <code>legendEl.form</code> to return the correct result based on its parent <code>&lt;fieldset&gt;</code>.</li>
    <li>Fixed <code>optionEl.text</code> to exclude <code>&lt;script&gt;</code> descendants.</li>
    <li>Fixed radio buttons and checkboxes to not fire <code>input</code> and <code>change</code> events when disconnected.</li>
    <li>Fixed <code>inputEl.indeterminate</code> to reset to its previous value when canceling a <code>click</code> event on a checkbox or radio button.</li>
    <li>Fixed the behavior of event handler attributes (e.g. <code>onclick=&quot;...code...&quot;</code>) when there were global variables named <code>element</code> or <code>formOwner</code>. (ExE-Boss)</li>
    <li>On Node.js v14.6.0+ where <code>WeakRef</code>s are available, fixed <code>NodeIterator</code> to no longer stop working when more than ten <code>NodeIterator</code> instances are created, and to use less memory due to inactive <code>NodeIterator</code>s sticking around. (ExE-Boss)</li>
    </ul>
    <h2>16.5.1</h2>
    <ul>
    <li>Fixed a regression that broke <code>customElements.get()</code> in v16.5.0. (fdesforges)</li>
    <li>Fixed <code>window.event</code> to have a setter which overwrites the <code>window.event</code> property with the given value, per the specification. This fixes an issue where after upgrading to jsdom v16.5.0 you would no longer be able to set a global variable named <code>event</code> in the jsdom context.</li>
    </ul>
    <h2>16.5.0</h2>
    <ul>
    <li>Added <code>window.queueMicrotask()</code>.</li>
    <li>Added <code>window.event</code>.</li>
    <li>Added <code>inputEvent.inputType</code>. (diegohaz)</li>
    <li>Removed <code>ondragexit</code> from <code>Window</code> and friends, per a spec update.</li>
    <li>Fixed the URL of <code>about:blank</code> iframes. Previously it was getting set to the parent's URL. (SimonMueller)</li>
    <li>Fixed the loading of subresources from the filesystem when they had non-ASCII filenames.</li>
    <li>Fixed the <code>hidden=&quot;&quot;</code> attribute to cause <code>display: none</code> per the user-agent stylesheet. (ph-fritsche)</li>
    <li>Fixed the <code>new File()</code> constructor to no longer convert <code>/</code> to <code>:</code>, per <a href="https://github-redirect.dependabot.com/w3c/FileAPI/issues/41">a pending spec update</a>.</li>
    <li>Fixed mutation observer callbacks to be called with the <code>MutationObserver</code> instance as their <code>this</code> value.</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/jsdom/jsdom/commit/1aa3cbc2eea649b91995583725610c6b98e91251"><code>1aa3cbc</code></a> Version 16.7.0</li>
    <li><a href="https://github.com/jsdom/jsdom/commit/df1f5516b05915c85d2fb9a2342a94c13292d9d9"><code>df1f551</code></a> Don't run WebSocketStream tests</li>
    <li><a href="https://github.com/jsdom/jsdom/commit/eb105b234207eee72cafb146281ca90d46b40db3"><code>eb105b2</code></a> Fix browser tests by enabling SharedArrayBuffer</li>
    <li><a href="https://github.com/jsdom/jsdom/commit/0dedfc0532572bbcc622681d002ce68f30464df0"><code>0dedfc0</code></a> Fix some bad cascade computation in getComputedStyle()</li>
    <li><a href="https://github.com/jsdom/jsdom/commit/8021a568cede2a5b1af12ea1e988184cf51daade"><code>8021a56</code></a> Fix &quot;configuation&quot; typo (<a href="https://github-redirect.dependabot.com/jsdom/jsdom/issues/3213">#3213</a>)</li>
    <li><a href="https://github.com/jsdom/jsdom/commit/a7febe31bb8d3279076a95e5835ce935064d4261"><code>a7febe3</code></a> Fix typo in level2/html.js (<a href="https://github-redirect.dependabot.com/jsdom/jsdom/issues/3222">#3222</a>)</li>
    <li><a href="https://github.com/jsdom/jsdom/commit/c9896c0c79be303842a4a8a311c548563dd9476f"><code>c9896c0</code></a> Return x, y properties from Element.getBoundingClientRect (<a href="https://github-redirect.dependabot.com/jsdom/jsdom/issues/3187">#3187</a>)</li>
    <li><a href="https://github.com/jsdom/jsdom/commit/346ea9810ab68616254b6a18a62beb518d0eb2ce"><code>346ea98</code></a> Update web-platform tests (<a href="https://github-redirect.dependabot.com/jsdom/jsdom/issues/3203">#3203</a>)</li>
    <li><a href="https://github.com/jsdom/jsdom/commit/364c77d10d260ad6fdcb9411a125920700504c6b"><code>364c77d</code></a> Bump to ws 7.4.6</li>
    <li><a href="https://github.com/jsdom/jsdom/commit/93ba6a01c11c759b81900db4a07d8f219a949bf8"><code>93ba6a0</code></a> We are now on Matrix (<a href="https://github-redirect.dependabot.com/jsdom/jsdom/issues/3207">#3207</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/jsdom/jsdom/compare/16.4.0...16.7.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=16.4.0&new-version=16.7.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 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/ros-tooling/setup-ros/network/alerts).
    
    </details>
    dependabot[bot] committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    f3e8ba5 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Bump actions/setup-node from 3.3.0 to 3.4.0

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.3.0 to 3.4.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
    <blockquote>
    <h2>Add support for asdf format and update actions/cache version to 3.0.0</h2>
    <p>In scope of this release we updated <code>actions/cache</code> package as the new version contains fixes for <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/526">caching error handling</a>. Moreover, we added support for asdf format as Node.js version file <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/373">actions/setup-node#373</a>. Besides, we introduced new output <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/534">node-version</a> and added <code>npm-shrinkwrap.json</code> to dependency file patterns: <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/439">actions/setup-node#439</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-node/commit/5b949b50c3461bbcd5a540b150c368278160234a"><code>5b949b5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/373">#373</a> from ganta/add-support-for-asdf-format-as-node-versio...</li>
    <li><a href="https://github.com/actions/setup-node/commit/09ba51f18e18a3756fea1f54d09c6745c064491d"><code>09ba51f</code></a> README.md: Encourage testing on current Node.js (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/533">#533</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/b3ca1ac971f58028968bf4f3199547ade2bb277d"><code>b3ca1ac</code></a> Support npm-shrinkwrap.json out-of-the-box (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/439">#439</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/78faa555e12dc81497bda558c53bd79670dc9269"><code>78faa55</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/534">#534</a> from panva/set-version-output</li>
    <li><a href="https://github.com/actions/setup-node/commit/0f15a51ed69b0bf5ba58d3de9686d436b6d21c28"><code>0f15a51</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/528">#528</a> from jamesottaway/patch-1</li>
    <li><a href="https://github.com/actions/setup-node/commit/460f88643a0200820f22522a1e0d7d98221a16fc"><code>460f886</code></a> fixup mocked version output</li>
    <li><a href="https://github.com/actions/setup-node/commit/d8b0944270f217dc91d376432646b3705ba2afdd"><code>d8b0944</code></a> add mock for getExecOutput in installer.test.ts</li>
    <li><a href="https://github.com/actions/setup-node/commit/0ad06209dd6a907d8d744031025d5a9e225c7ed6"><code>0ad0620</code></a> Update advanced-usage.md</li>
    <li><a href="https://github.com/actions/setup-node/commit/adeb189fd81b8c395752ae907500af8b50ad46b6"><code>adeb189</code></a> apply review feedback</li>
    <li><a href="https://github.com/actions/setup-node/commit/0d7418813cbf1ba6305bfa852ba2eb2a44d52697"><code>0d74188</code></a> run build&amp;format</li>
    <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.3.0...v3.4.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.3.0&new-version=3.4.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 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>
    dependabot[bot] committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    d0860ec View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Bump actions/setup-node from 3.4.0 to 3.4.1

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.0 to 3.4.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
    <blockquote>
    <h2>Fix pnpm output and node-version  output issues</h2>
    <p>In scope of this release we fixed bugs related to the pnpm 7.5.1 output issue from <code>pnpm store path</code> <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/545">actions/setup-node#545</a>. Moreover we fixed the issue with falling on node-version output <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/540">actions/setup-node#540</a>.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-node/commit/2fddd8803e2f5c9604345a0b591c3020ee971a93"><code>2fddd88</code></a> fixing pnpm output issue (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/545">#545</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/ad8542ca5eddfadd434c12500073d0cfe51ca1c7"><code>ad8542c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/540">#540</a> from dmitry-shibanov/fix-error-node-version</li>
    <li><a href="https://github.com/actions/setup-node/commit/3d11add77113802f5dc907ae13379fa7ffdcd839"><code>3d11add</code></a> remove unused import</li>
    <li><a href="https://github.com/actions/setup-node/commit/072a2e3b100f5d9394c602616700b044ce5e72f8"><code>072a2e3</code></a> add trim and silent true</li>
    <li><a href="https://github.com/actions/setup-node/commit/28ad38fe0624edc69ffde19aa0a6b8be0573641f"><code>28ad38f</code></a> add try catch</li>
    <li><a href="https://github.com/actions/setup-node/commit/48de4c13f6f686eebe0d350838793fffd4421b26"><code>48de4c1</code></a> change to streams</li>
    <li><a href="https://github.com/actions/setup-node/commit/aab7cc882a63a6e74f0d36e92552d03d190d4e7e"><code>aab7cc8</code></a> add silent</li>
    <li>See full diff in <a href="https://github.com/actions/setup-node/compare/v3.4.0...v3.4.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.4.0&new-version=3.4.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 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 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>
    dependabot[bot] committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    aad6582 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Bump @actions/core from 1.4.0 to 1.9.1

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.4.0 to 1.9.1.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md"><code>@​actions/core</code>'s changelog</a>.</em></p>
    <blockquote>
    <h3>1.9.1</h3>
    <ul>
    <li>Randomize delimiter when calling <code>core.exportVariable</code></li>
    </ul>
    <h3>1.9.0</h3>
    <ul>
    <li>Added <code>toPosixPath</code>, <code>toWin32Path</code> and <code>toPlatformPath</code> utilities <a href="https://github-redirect.dependabot.com/actions/toolkit/pull/1102">#1102</a></li>
    </ul>
    <h3>1.8.2</h3>
    <ul>
    <li>Update to v2.0.1 of <code>@actions/http-client</code> <a href="https://github-redirect.dependabot.com/actions/toolkit/pull/1087">#1087</a></li>
    </ul>
    <h3>1.8.1</h3>
    <ul>
    <li>Update to v2.0.0 of <code>@actions/http-client</code></li>
    </ul>
    <h3>1.8.0</h3>
    <ul>
    <li>Deprecate <code>markdownSummary</code> extension export in favor of <code>summary</code>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/toolkit/pull/1072">actions/toolkit#1072</a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/toolkit/pull/1073">actions/toolkit#1073</a></li>
    </ul>
    </li>
    </ul>
    <h3>1.7.0</h3>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/toolkit/pull/1014">Added <code>markdownSummary</code> extension</a></li>
    </ul>
    <h3>1.6.0</h3>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/toolkit/pull/919">Added OIDC Client function <code>getIDToken</code></a></li>
    <li><a href="https://github-redirect.dependabot.com/actions/toolkit/pull/896">Added <code>file</code> parameter to <code>AnnotationProperties</code></a></li>
    </ul>
    <h3>1.5.0</h3>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/actions/toolkit/pull/855">Added support for notice annotations and more annotation fields</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a href="https://github.com/actions/toolkit/commits/HEAD/packages/core">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@actions/core&package-manager=npm_and_yarn&previous-version=1.4.0&new-version=1.9.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 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 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/ros-tooling/setup-ros/network/alerts).
    
    </details>
    dependabot[bot] committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    e5f54bb View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Bump hmarr/auto-approve-action from 2.2.1 to 2.4.0

    Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.2.1 to 2.4.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/hmarr/auto-approve-action/releases">hmarr/auto-approve-action's releases</a>.</em></p>
    <blockquote>
    <h2>v2.4.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Default <code>github-token</code> to <code>github.token</code> by <a href="https://github.com/MichaelDeBoey"><code>@​MichaelDeBoey</code></a> in <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/pull/202">hmarr/auto-approve-action#202</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/MichaelDeBoey"><code>@​MichaelDeBoey</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/pull/202">hmarr/auto-approve-action#202</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/hmarr/auto-approve-action/compare/v2.3.0...v2.4.0">https://github.com/hmarr/auto-approve-action/compare/v2.3.0...v2.4.0</a></p>
    <h2>v2.3.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>A review message can be specified as an input to the action (by <a href="https://github.com/ghaith96"><code>@​ghaith96</code></a> in <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/pull/200">hmarr/auto-approve-action#200</a>)</li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/ghaith96"><code>@​ghaith96</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/pull/200">hmarr/auto-approve-action#200</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/hmarr/auto-approve-action/compare/v2.2.1...v2.3.0">https://github.com/hmarr/auto-approve-action/compare/v2.2.1...v2.3.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/9ae347e9f84a25da76c915a406cb17cfece1716d"><code>9ae347e</code></a> Add instructions for overriding the GitHub token</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/64541f6768dc2bf8d068c38b98691312e25ed101"><code>64541f6</code></a> Clarify version in README</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/dead2181de72e5fe73f9f22496f1997c6ed7c241"><code>dead218</code></a> Merge branch 'check-dist' into v2</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/61ba00014a5d9d9cf4f6c9b15619a8beb35abd8d"><code>61ba000</code></a> feat: default <code>github-token</code> to <code>github.token</code> (<a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/issues/202">#202</a>)</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/15b9c033286090ea904a5568e7ff1afe17bb097c"><code>15b9c03</code></a> Improve dist CI check</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/e3e11914d6150b69904e7f17382ecd9d732d8f37"><code>e3e1191</code></a> Typo in README</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/2e149c361b307ef99b7c330f05aa4c220b7f817b"><code>2e149c3</code></a> Use node 18 in CI</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/289663ba23b25490501b1b997cef1466b2a57dc3"><code>289663b</code></a> Feature/add optional review message (<a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/issues/200">#200</a>)</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/a9bede8707df89b4257f97080aa33a24aa11d2cd"><code>a9bede8</code></a> Loud diff</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/1ec4be6ee5cb33a57eb59cf032561745d7e768d8"><code>1ec4be6</code></a> Add vscode config</li>
    <li>Additional commits viewable in <a href="https://github.com/hmarr/auto-approve-action/compare/v2.2.1...v2.4.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hmarr/auto-approve-action&package-manager=github_actions&previous-version=2.2.1&new-version=2.4.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 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>
    dependabot[bot] committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    e5c1d12 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Do not install 'libc++*' on Jammy (#507)

    Signed-off-by: Esteban Martinena <orensbruli@gmail.com>
    orensbruli committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    087d813 View commit details
    Browse the repository at this point in the history
  2. 0.4.0

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    4ec03ee View commit details
    Browse the repository at this point in the history
  3. Update version to v0.4 in README

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    d22d0e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Run 'apt upgrade' (#510)

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    57bc9dc View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Bump actions/setup-node from 3.4.1 to 3.5.0

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
    <blockquote>
    <h2>Add support for engines.node and Volta</h2>
    <p>In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/485">actions/setup-node#485</a>. Moreover, we <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/532">added support for Volta</a></p>
    <p>Besides, we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/574"><code>@​actions/core</code> to 1.9.1</a> and <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/573"><code>@​actions/cache</code> to 3.0.4</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-node/commit/969bd2663942d722d85b6a8626225850c2f7be4b"><code>969bd26</code></a> Fix test volta priority (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/577">#577</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/9f3a02bbd17adc05b078145bb8f676c84be77e89"><code>9f3a02b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/532">#532</a> from jef/main</li>
    <li><a href="https://github.com/actions/setup-node/commit/4cffe5c52b4c7a58d230a4f51f534a7bf0f1dfce"><code>4cffe5c</code></a> chore: remove sponge usage</li>
    <li><a href="https://github.com/actions/setup-node/commit/0efefb3c0b635aa27a368ae8b1eb60345072b977"><code>0efefb3</code></a> Merge remote-tracking branch 'upstream/main'</li>
    <li><a href="https://github.com/actions/setup-node/commit/1e6f2cd3121764f4065a4f231bbc7222d7ffc0a4"><code>1e6f2cd</code></a> test: add volta e2e test</li>
    <li><a href="https://github.com/actions/setup-node/commit/30f0e7dc5aa0e546410a28dc80a10d8114ee873e"><code>30f0e7d</code></a> Update <code>@​actions/core</code> to 1.9.1 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/574">#574</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/c8f0d105851628358c640b5e1ba0feb8990cab50"><code>c8f0d10</code></a> upgrade <code>@action/cache</code> to 3.0.4 to fix stuck issue (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/573">#573</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/b4b18e5317cee56876918c4f099a680d3bca1cb8"><code>b4b18e5</code></a> Update package json version (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/570">#570</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/9efe00a0025efeba48d576d3e3098477d681ce43"><code>9efe00a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/569">#569</a> from e-korolevskii/main</li>
    <li><a href="https://github.com/actions/setup-node/commit/35ba06beb71a75ab56021813e9ee318e7744e373"><code>35ba06b</code></a> docs(contributor's guide): Update link</li>
    <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.4.1...v3.5.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.4.1&new-version=3.5.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 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>
    dependabot[bot] committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    a04c0f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Add pyopenssl to list of pip3 dependencies, fixes #515. (#516)

    Signed-off-by: Hans-Joachim Krauch <achim.krauch@gmail.com>
    achim-k committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    dde7079 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. 0.4.1

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    34ec331 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Bump actions/setup-node from 3.5.0 to 3.5.1

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.0 to 3.5.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
    <blockquote>
    <h2>Update <code>@​actions/core</code> and Print Node, Npm, Yarn versions</h2>
    <p>In scope of this release we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/587">actions/core to 1.10.0</a>. Moreover, we added logic <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/368">to print Nodejs, Npm, Yarn versions</a> after installation.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-node/commit/8c91899e586c5b171469028077307d293428b516"><code>8c91899</code></a> Update <code>@​actions/core</code> to 1.10.0 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/587">#587</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/c81d8ad96dab0a834a87f7a0300b154386f2e26a"><code>c81d8ad</code></a> Print node, npm and yarn versions after installation (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/368">#368</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/c96ab56c5b0ebc955a5dd6bb6f1813c2f91b8658"><code>c96ab56</code></a> Add information about always-auth input (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/585">#585</a>)</li>
    <li>See full diff in <a href="https://github.com/actions/setup-node/compare/v3.5.0...v3.5.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.5.0&new-version=3.5.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 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 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>
    dependabot[bot] committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    e8bfc2d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Bump hmarr/auto-approve-action from 2.4.0 to 3.0.0

    Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.4.0 to 3.0.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/hmarr/auto-approve-action/releases">hmarr/auto-approve-action's releases</a>.</em></p>
    <blockquote>
    <h2>v3.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update actions runner node install to v16 by <a href="https://github.com/lelia"><code>@​lelia</code></a> in <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/pull/205">hmarr/auto-approve-action#205</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/hmarr/auto-approve-action/compare/v2.4.0...v3.0.0">https://github.com/hmarr/auto-approve-action/compare/v2.4.0...v3.0.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/a2e6f2a0ccf5c63ef8754de360464edbf47e66ee"><code>a2e6f2a</code></a> Update actions runner node install to v16 (<a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/issues/205">#205</a>)</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/0474e12818d98665ba0fb2001ef8fb33704cdf80"><code>0474e12</code></a> Start v3 branch</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/b40d6c9ed2fa10c9a2749eca7eb004418a705501"><code>b40d6c9</code></a> Promote <code>if</code> to job level (<a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/issues/204">#204</a>)</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/b0011f5689ebf3715c5156d34498fde052693a67"><code>b0011f5</code></a> Add note about Dependabot and secrets access</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/1cac024a6522bc746ff2796dffd4537db1f37425"><code>1cac024</code></a> Specify scope required for PAT in README</li>
    <li>See full diff in <a href="https://github.com/hmarr/auto-approve-action/compare/v2.4.0...v3.0.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hmarr/auto-approve-action&package-manager=github_actions&previous-version=2.4.0&new-version=3.0.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 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>
    dependabot[bot] committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    16c95b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Bump pascalgn/automerge-action from 0.15.3 to 0.15.5

    Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.15.3 to 0.15.5.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/pascalgn/automerge-action/releases">pascalgn/automerge-action's releases</a>.</em></p>
    <blockquote>
    <h2>Release 0.15.5</h2>
    <p>Update dependencies</p>
    <h2>Release 0.15.4</h2>
    <p>Update dependencies</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/eb68b061739cb9d81564f8e812d0b3c45f0fb09a"><code>eb68b06</code></a> Release 0.15.5</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/47862dfeb8823700d11d35bc95f18051c5011362"><code>47862df</code></a> Update dependencies</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/d215681691b3fcbb59b550692dea3f9fcec108f3"><code>d215681</code></a> Release 0.15.4</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/a05ab09de4aefb9743bd87f638d93116a7ae2a49"><code>a05ab09</code></a> Update dependencies</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/0a13b2ef88adbf59601ac6675a187139225b8110"><code>0a13b2e</code></a> fix: update GitHub Action to run on nodejs16. (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/198">#198</a>)</li>
    <li>See full diff in <a href="https://github.com/pascalgn/automerge-action/compare/v0.15.3...v0.15.5">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pascalgn/automerge-action&package-manager=github_actions&previous-version=0.15.3&new-version=0.15.5)](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 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>
    dependabot[bot] committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    85d9af3 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Bump hmarr/auto-approve-action from 3.0.0 to 3.1.0

    Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3.0.0 to 3.1.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/hmarr/auto-approve-action/releases">hmarr/auto-approve-action's releases</a>.</em></p>
    <blockquote>
    <h2>v3.1.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Re-review pull requests with outstanding review requests by <a href="https://github.com/vincejv"><code>@​vincejv</code></a> in <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/pull/210">hmarr/auto-approve-action#210</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/vincejv"><code>@​vincejv</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/pull/210">hmarr/auto-approve-action#210</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/hmarr/auto-approve-action/compare/v3.0.0...v3.1.0">https://github.com/hmarr/auto-approve-action/compare/v3.0.0...v3.1.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/de8ae18c173c131e182d4adf2c874d8d2308a85b"><code>de8ae18</code></a> Bump version to v3.1.0</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/bf868979655dfa9ba60fc27ecbce37556c01d0a5"><code>bf86897</code></a> Concurrent API requests</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/b3071e4ce4e8ba7aff5a8845fd69bdfb3a69378a"><code>b3071e4</code></a> fix: Add a check in PR's <code>requested_reviewers</code> (<a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/issues/210">#210</a>)</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/21ceab109f4f9b8df711805acf9425dd61d65e2a"><code>21ceab1</code></a> Reduce mocking duplication in tests</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/a74055519ea4f7c370e5b15d6c24ae91527c83da"><code>a740555</code></a> Update version in lockfile</li>
    <li>See full diff in <a href="https://github.com/hmarr/auto-approve-action/compare/v3.0.0...v3.1.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hmarr/auto-approve-action&package-manager=github_actions&previous-version=3.0.0&new-version=3.1.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 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>
    dependabot[bot] committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    0fc6657 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Bump decode-uri-component from 0.2.0 to 0.2.2

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/SamVerschueren/decode-uri-component/releases">decode-uri-component's releases</a>.</em></p>
    <blockquote>
    <h2>v0.2.2</h2>
    <ul>
    <li>Prevent overwriting previously decoded tokens  980e0bf</li>
    </ul>
    <p><a href="https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2">https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2</a></p>
    <h2>v0.2.1</h2>
    <ul>
    <li>Switch to GitHub workflows  76abc93</li>
    <li>Fix issue where decode throws - fixes <a href="https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/6">#6</a>  746ca5d</li>
    <li>Update license (<a href="https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/1">#1</a>)  486d7e2</li>
    <li>Tidelift tasks  a650457</li>
    <li>Meta tweaks  66e1c28</li>
    </ul>
    <p><a href="https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1">https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/a0eea469d26eb0df668b081672cdb9581feb78eb"><code>a0eea46</code></a> 0.2.2</li>
    <li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/980e0bf09b64d94f1aa79012f895816c30ffd152"><code>980e0bf</code></a> Prevent overwriting previously decoded tokens</li>
    <li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/3c8a373dd4837e89b3f970e01295dd03e1405a33"><code>3c8a373</code></a> 0.2.1</li>
    <li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/76abc939783fe3900fadb7d384a74d324d5557f3"><code>76abc93</code></a> Switch to GitHub workflows</li>
    <li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/746ca5dcb6667c5d364e782d53c542830e4c10b9"><code>746ca5d</code></a> Fix issue where decode throws - fixes <a href="https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/6">#6</a></li>
    <li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/486d7e26d3a8c0fbe860fb651fe1bc98c2f2be30"><code>486d7e2</code></a> Update license (<a href="https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/1">#1</a>)</li>
    <li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/a65045724e6234acef87f31da499d4807b20b134"><code>a650457</code></a> Tidelift tasks</li>
    <li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/66e1c2834c0e189201cb65196ec3101372459b02"><code>66e1c28</code></a> Meta tweaks</li>
    <li>See full diff in <a href="https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=decode-uri-component&package-manager=npm_and_yarn&previous-version=0.2.0&new-version=0.2.2)](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 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/ros-tooling/setup-ros/network/alerts).
    
    </details>
    dependabot[bot] committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    d7da852 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. add python3-rosinstall-generator as dependency (#528)

    Signed-off-by: ijnek <kenjibrameld@gmail.com>
    ijnek committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    edc3092 View commit details
    Browse the repository at this point in the history
  2. 0.4.2

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    7ecf08e View commit details
    Browse the repository at this point in the history
  3. Bump json5 from 2.1.2 to 2.2.3

    Bumps [json5](https://github.com/json5/json5) from 2.1.2 to 2.2.3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/json5/json5/releases">json5's releases</a>.</em></p>
    <blockquote>
    <h2>v2.2.3</h2>
    <ul>
    <li>Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/299">#299</a>)</li>
    </ul>
    <h2>v2.2.2</h2>
    <ul>
    <li>Fix: Properties with the name <code>__proto__</code> are added to objects and arrays.
    (<a href="https://github-redirect.dependabot.com/json5/json5/issues/199">#199</a>) This also fixes a prototype pollution vulnerability reported by
    Jonathan Gregson! (<a href="https://github-redirect.dependabot.com/json5/json5/issues/295">#295</a>).</li>
    </ul>
    <h2>v2.2.1</h2>
    <ul>
    <li>Fix: Removed dependence on minimist to patch CVE-2021-44906. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/266">#266</a>)</li>
    </ul>
    <h2>v2.2.0</h2>
    <ul>
    <li>New: Accurate and documented TypeScript declarations are now included. There is no need to install <code>@types/json5</code>. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/236">#236</a>, <a href="https://github-redirect.dependabot.com/json5/json5/issues/244">#244</a>)</li>
    </ul>
    <h3>v2.1.3 [<a href="https://github.com/json5/json5/tree/v2.1.3">code</a>, <a href="https://github.com/json5/json5/compare/v2.1.2...v2.1.3">diff</a>]</h3>
    <ul>
    <li>Fix: An out of memory bug when parsing numbers has been fixed. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/228">#228</a>, <a href="https://github-redirect.dependabot.com/json5/json5/issues/229">#229</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/json5/json5/blob/main/CHANGELOG.md">json5's changelog</a>.</em></p>
    <blockquote>
    <h3>v2.2.3 [<a href="https://github.com/json5/json5/tree/v2.2.3">code</a>, <a href="https://github.com/json5/json5/compare/v2.2.2...v2.2.3">diff</a>]</h3>
    <ul>
    <li>Fix: json5@2.2.3 is now the 'latest' release according to npm instead of
    v1.0.2. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/299">#299</a>)</li>
    </ul>
    <h3>v2.2.2 [<a href="https://github.com/json5/json5/tree/v2.2.2">code</a>, <a href="https://github.com/json5/json5/compare/v2.2.1...v2.2.2">diff</a>]</h3>
    <ul>
    <li>Fix: Properties with the name <code>__proto__</code> are added to objects and arrays.
    (<a href="https://github-redirect.dependabot.com/json5/json5/issues/199">#199</a>) This also fixes a prototype pollution vulnerability reported by
    Jonathan Gregson! (<a href="https://github-redirect.dependabot.com/json5/json5/issues/295">#295</a>).</li>
    </ul>
    <h3>v2.2.1 [<a href="https://github.com/json5/json5/tree/v2.2.1">code</a>, <a href="https://github.com/json5/json5/compare/v2.2.0...v2.2.1">diff</a>]</h3>
    <ul>
    <li>Fix: Removed dependence on minimist to patch CVE-2021-44906. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/266">#266</a>)</li>
    </ul>
    <h3>v2.2.0 [<a href="https://github.com/json5/json5/tree/v2.2.0">code</a>, <a href="https://github.com/json5/json5/compare/v2.1.3...v2.2.0">diff</a>]</h3>
    <ul>
    <li>New: Accurate and documented TypeScript declarations are now included. There
    is no need to install <code>@types/json5</code>. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/236">#236</a>, <a href="https://github-redirect.dependabot.com/json5/json5/issues/244">#244</a>)</li>
    </ul>
    <h3>v2.1.3 [<a href="https://github.com/json5/json5/tree/v2.1.3">code</a>, <a href="https://github.com/json5/json5/compare/v2.1.2...v2.1.3">diff</a>]</h3>
    <ul>
    <li>Fix: An out of memory bug when parsing numbers has been fixed. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/228">#228</a>,
    <a href="https://github-redirect.dependabot.com/json5/json5/issues/229">#229</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/json5/json5/commit/c3a75242772a5026a49c4017a16d9b3543b62776"><code>c3a7524</code></a> 2.2.3</li>
    <li><a href="https://github.com/json5/json5/commit/94fd06d82eeed225fa172f6fb2ca27375cbd2e39"><code>94fd06d</code></a> docs: update CHANGELOG for v2.2.3</li>
    <li><a href="https://github.com/json5/json5/commit/3b8cebf0c474a8b20c78bd75c89cca0c4dce84ce"><code>3b8cebf</code></a> docs(security): use GitHub security advisories</li>
    <li><a href="https://github.com/json5/json5/commit/f0fd9e194dde282caff114a110f4fac635f3a62c"><code>f0fd9e1</code></a> docs: publish a security policy</li>
    <li><a href="https://github.com/json5/json5/commit/6a91a05fffeda16ff6b3b5008b6b340d42d31ec0"><code>6a91a05</code></a> docs(template): bug -&gt; bug report</li>
    <li><a href="https://github.com/json5/json5/commit/14f8cb186e8abdfaccf6527171da7b1224374650"><code>14f8cb1</code></a> 2.2.2</li>
    <li><a href="https://github.com/json5/json5/commit/10cc7ca9169b59c5e0f5afc03dbd870cd06bcc46"><code>10cc7ca</code></a> docs: update CHANGELOG for v2.2.2</li>
    <li><a href="https://github.com/json5/json5/commit/7774c1097993bc3ce9f0ac4b722a32bf7d6871c8"><code>7774c10</code></a> fix: add <strong>proto</strong> to objects and arrays</li>
    <li><a href="https://github.com/json5/json5/commit/edde30abd8b22facf2c06c72586b9f6edf12700d"><code>edde30a</code></a> Readme: slight tweak to intro</li>
    <li><a href="https://github.com/json5/json5/commit/97286f8bd542c89dcee096bc05dd28ed2dfc1e16"><code>97286f8</code></a> Improve example in readme</li>
    <li>Additional commits viewable in <a href="https://github.com/json5/json5/compare/v2.1.2...v2.2.3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=json5&package-manager=npm_and_yarn&previous-version=2.1.2&new-version=2.2.3)](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 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/ros-tooling/setup-ros/network/alerts).
    
    </details>
    dependabot[bot] committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    d3456a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Bump actions/setup-node from 3.5.1 to 3.6.0

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.1 to 3.6.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
    <blockquote>
    <h2>Add Support for Nightly, Canary and RC builds for Node.js</h2>
    <p>In scope of this release we added support to download nightly, rc (<a href="https://github-redirect.dependabot.com/actions/setup-node/pull/611">actions/setup-node#611</a>) and canary (<a href="https://github-redirect.dependabot.com/actions/setup-node/pull/619">actions/setup-node#619</a>) Node.js distributions.</p>
    <h3>For nightly versions:</h3>
    <pre lang="yaml"><code>jobs:
      build:
        runs-on: ubuntu-latest
        name: Node sample
        steps:
          - uses: actions/checkout@v3
          - uses: actions/setup-node@v3
            with:
              node-version: '16-nightly'
          - run: npm ci
          - run: npm test
    </code></pre>
    <h3>For canary versions:</h3>
    <pre lang="yaml"><code>jobs:
      build:
        runs-on: ubuntu-latest
        name: Node sample
        steps:
          - uses: actions/checkout@v3
          - uses: actions/setup-node@v3
            with:
              node-version: '16-v8-canary’
          - run: npm ci
          - run: npm test
    </code></pre>
    <h3>For rc versions:</h3>
    <pre lang="yaml"><code>jobs:
      build:
        runs-on: ubuntu-latest
        name: Node sample
        steps:
          - uses: actions/checkout@v3
          - uses: actions/setup-node@v3
            with:
              node-version: '16.0.0-rc.1’
          - run: npm ci
          - run: npm test
    </code></pre>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-node/commit/64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c"><code>64ed1c7</code></a> Add support for v8-canary, nightly and rc (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/655">#655</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/92a57f4a935efe978b0a4d8e5b19fb42658c7ef7"><code>92a57f4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/650">#650</a> from actions/update-code-owners</li>
    <li><a href="https://github.com/actions/setup-node/commit/99e61d697ac985dd26c630fb5e8f9476131abbdb"><code>99e61d6</code></a> Update CODEOWNERS</li>
    <li><a href="https://github.com/actions/setup-node/commit/3e8819f8f297df8b29fc3e383683a29be2bf129a"><code>3e8819f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/649">#649</a> from actions/update-codeowners</li>
    <li><a href="https://github.com/actions/setup-node/commit/8cd2fb28b8f13cfe537ae737100b155acc87e562"><code>8cd2fb2</code></a> Update CODEOWNERS</li>
    <li><a href="https://github.com/actions/setup-node/commit/c406543918243bdbe7b25799f6a378e753fed484"><code>c406543</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/647">#647</a> from akv-platform/apply-reusable-workflows</li>
    <li><a href="https://github.com/actions/setup-node/commit/92a07fe46640c3ab57d394b7b01308a008a3231d"><code>92a07fe</code></a> Fix review points</li>
    <li><a href="https://github.com/actions/setup-node/commit/217387cf3e2597f3eed81c19f662eeddbdd397de"><code>217387c</code></a> Update action to use reusable-workflows repo</li>
    <li><a href="https://github.com/actions/setup-node/commit/2db36638708d0ad3215bcdff9f8a61d64021ae68"><code>2db3663</code></a> Merge branch 'main' of <a href="https://github.com/akv-platform/setup-node">https://github.com/akv-platform/setup-node</a> into apply-...</li>
    <li><a href="https://github.com/actions/setup-node/commit/bbe2ac79a1347190c27c8a7ca53301a26c066415"><code>bbe2ac7</code></a> Fix typo in README (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/646">#646</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.5.1...v3.6.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.5.1&new-version=3.6.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 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>
    dependabot[bot] committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    5a2bb17 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Fix husky: not found (#532)

    Signed-off-by: ijnek <kenjibrameld@gmail.com>
    ijnek committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c99f75e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. install colcon-meson (#533)

    Signed-off-by: Christian Rauch <Rauch.Christian@gmx.de>
    christianrauch committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    261fa8c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Bump colcon-* versions (#534)

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    a34af94 View commit details
    Browse the repository at this point in the history
  2. 0.5.0

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    3039875 View commit details
    Browse the repository at this point in the history
  3. Update version to v0.5 in README

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    6388a2a View commit details
    Browse the repository at this point in the history
  4. Mention updating version in README as part of release process

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d4d6ce5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Remove Galactic since it is EOL (#536)

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    cea5b36 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Upgrade to Node.js v16 (#521)

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    b074834 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Bump pascalgn/automerge-action from 0.15.5 to 0.15.6

    Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.15.5 to 0.15.6.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/pascalgn/automerge-action/releases">pascalgn/automerge-action's releases</a>.</em></p>
    <blockquote>
    <h2>Release 0.15.6</h2>
    <ul>
    <li>Add <code>MERGE_READY_STATE</code> option (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/208">#208</a>)</li>
    <li>Update dependencies</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/22948e0bc22f0aa673800da838595a3e7347e584"><code>22948e0</code></a> Release 0.15.6</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/a114cd994d5b1f7c6ce07a8ce04d9780798c1432"><code>a114cd9</code></a> Update dependencies</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/cad5ab531355d3a570f3d99e049e75f56eb695d9"><code>cad5ab5</code></a> Remove unused dependabot config</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/cecb27b0b360b14c35a1503dffb6eee321422373"><code>cecb27b</code></a> Change bool to string in readme (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/205">#205</a>)</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/e2ac821e5507a3956998b5bd4c1401f69bb70d1b"><code>e2ac821</code></a> Add dependabot configuration (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/201">#201</a>)</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/5407b38be5c0b7fbe11bd2ff8ba50d9a00ce65a1"><code>5407b38</code></a> Add support for MERGE_READY_STATE option (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/208">#208</a>)</li>
    <li>See full diff in <a href="https://github.com/pascalgn/automerge-action/compare/v0.15.5...v0.15.6">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pascalgn/automerge-action&package-manager=github_actions&previous-version=0.15.5&new-version=0.15.6)](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 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>
    dependabot[bot] committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    967c886 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Temporarily work around apt error with grub-efi-amd64-signed (#543)

    Signed-off-by: Marten Lohstroh <marten@berkeley.edu>
    lhstrh committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    03b4488 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. 0.6.0

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    63c2fa1 View commit details
    Browse the repository at this point in the history
  2. Update version to v0.6 in README

    Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
    christophebedard committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    41dc2ee View commit details
    Browse the repository at this point in the history
  3. Bump jest-circus from 29.4.2 to 29.4.3

    Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 29.4.2 to 29.4.3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">jest-circus's releases</a>.</em></p>
    <blockquote>
    <h2>v29.4.3</h2>
    <h2>Features</h2>
    <ul>
    <li><code>[expect]</code> Update <code>toThrow()</code> to be able to use error <code>cause</code>s (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13606">#13606</a>)</li>
    <li><code>[jest-core]</code> allow to use <code>workerIdleMemoryLimit</code> with only 1 worker or <code>runInBand</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13846">#13846</a>)</li>
    <li><code>[jest-message-util]</code> Add support for <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause">error <code>cause</code>s</a> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13868">#13868</a> &amp; <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13912">#13912</a>)</li>
    <li><code>[jest-runtime]</code> Revert <code>import assertions</code> for JSON modules as it's been relegated to Stage 2 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13911">#13911</a>)</li>
    </ul>
    <h2>Fixes</h2>
    <ul>
    <li><code>[@jest/expect-utils]</code> <code>subsetEquality</code> should consider also an object's inherited string keys (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13824">#13824</a>)</li>
    <li><code>[jest-mock]</code> Clear mock state when <code>jest.restoreAllMocks()</code> is called (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13867">#13867</a>)</li>
    <li><code>[jest-mock]</code> Prevent <code>mockImplementationOnce</code> and <code>mockReturnValueOnce</code> bleeding into <code>withImplementation</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13888">#13888</a>)</li>
    <li><code>[jest-mock]</code> Do not restore mocks when <code>jest.resetAllMocks()</code> is called (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13866">#13866</a>)</li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/brodo"><code>@​brodo</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13868">facebook/jest#13868</a></li>
    <li><a href="https://github.com/DannyNemer"><code>@​DannyNemer</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13878">facebook/jest#13878</a></li>
    <li><a href="https://github.com/ghusse"><code>@​ghusse</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13846">facebook/jest#13846</a></li>
    <li><a href="https://github.com/broofa"><code>@​broofa</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13911">facebook/jest#13911</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v29.4.2...v29.4.3">https://github.com/facebook/jest/compare/v29.4.2...v29.4.3</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/facebook/jest/blob/main/CHANGELOG.md">jest-circus's changelog</a>.</em></p>
    <blockquote>
    <h2>29.4.3</h2>
    <h3>Features</h3>
    <ul>
    <li><code>[expect]</code> Update <code>toThrow()</code> to be able to use error <code>cause</code>s (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13606">#13606</a>)</li>
    <li><code>[jest-core]</code> allow to use <code>workerIdleMemoryLimit</code> with only 1 worker or <code>runInBand</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13846">#13846</a>)</li>
    <li><code>[jest-message-util]</code> Add support for <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause">error <code>cause</code>s</a> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13868">#13868</a> &amp; <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13912">#13912</a>)</li>
    <li><code>[jest-runtime]</code> Revert <code>import assertions</code> for JSON modules as it's been relegated to Stage 2 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13911">#13911</a>)</li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li><code>[@jest/expect-utils]</code> <code>subsetEquality</code> should consider also an object's inherited string keys (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13824">#13824</a>)</li>
    <li><code>[jest-mock]</code> Clear mock state when <code>jest.restoreAllMocks()</code> is called (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13867">#13867</a>)</li>
    <li><code>[jest-mock]</code> Prevent <code>mockImplementationOnce</code> and <code>mockReturnValueOnce</code> bleeding into <code>withImplementation</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13888">#13888</a>)</li>
    <li><code>[jest-mock]</code> Do not restore mocks when <code>jest.resetAllMocks()</code> is called (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13866">#13866</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/facebook/jest/commit/a49c88610e49a3242576160740a32a2fe11161e1"><code>a49c886</code></a> v29.4.3</li>
    <li><a href="https://github.com/facebook/jest/commit/21a92711a22c7b6633909fd42a87499e179d80c2"><code>21a9271</code></a> chore: do not use built version of circus in unit test (<a href="https://github.com/facebook/jest/tree/HEAD/packages/jest-circus/issues/13907">#13907</a>)</li>
    <li><a href="https://github.com/facebook/jest/commit/6d2632adae0f0fa1fe116d3b475fd9783d0de1b5"><code>6d2632a</code></a> Update copyrights with Meta Platforms, restore original license in Jasmine fo...</li>
    <li>See full diff in <a href="https://github.com/facebook/jest/commits/v29.4.3/packages/jest-circus">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jest-circus&package-manager=npm_and_yarn&previous-version=29.4.2&new-version=29.4.3)](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 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>
    dependabot[bot] committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    a91bc35 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Bump @typescript-eslint/eslint-plugin from 5.51.0 to 5.53.0

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.51.0 to 5.53.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.53.0</h2>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.52.0...v5.53.0">5.53.0</a> (2023-02-20)</h1>
    <h3>Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [consistent-generic-constructors] handle default parameters (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6484">#6484</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/e8cebce972a5009f192034304ba6e768a9bcdbb6">e8cebce</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-mixed-enums] add rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6102">#6102</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/16144d1d6a37668393f731913a306008f33eeac6">16144d1</a>)</li>
    <li><strong>typescript-estree:</strong> expose a wrapper cache clearing function for advanced usecases (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6476">#6476</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d8164960d21336d4a726d8179b314f05fe3aeb22">d816496</a>)</li>
    </ul>
    <h2>v5.52.0</h2>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.51.0...v5.52.0">5.52.0</a> (2023-02-13)</h1>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [no-import-type-side-effects] correctly ignore zero-specifier imports (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6444">#6444</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d5a6688a22ebaa2992e549f44c224fc8d0fc5cc7">d5a6688</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] account for optional chaining on potentially void values (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6432">#6432</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/e1d9c67981be53e091a4107f326b9bf097650c1f">e1d9c67</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5255">#5255</a></li>
    <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] fix false positive when checking indexed access types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6452">#6452</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d569924cf3c223c185f6ba913390cd865cd33197">d569924</a>)</li>
    <li><strong>eslint-plugin:</strong> fix key-spacing when type starts on next line (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6412">#6412</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3eb2eed6167e2ffad6c44c0fcbd86be4b6202aeb">3eb2eed</a>)</li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [block-spacing] extending base rule for TS related blocks (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6195">#6195</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/b2db3f57d3b551e1159380c3d23edee14f133ac1">b2db3f5</a>)</li>
    <li><strong>eslint-plugin:</strong> [explicit-function-return-type] add allowFunctionsWithoutTypeParameters option (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6105">#6105</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/113640e9742acb3a193078e9704648517aebf1d8">113640e</a>)</li>
    <li><strong>eslint-plugin:</strong> [explicit-function-return-type] add allowIIFEs option (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6237">#6237</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a1b3f7b4d97154ac4b0d7934d12f1d5970cffe15">a1b3f7b</a>)</li>
    <li><strong>typescript-estree:</strong> add <code>.kind</code> to <code>TSModuleDeclaration</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6443">#6443</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/2f948df35b73d916e7fe42b21343568b1617e3f1">2f948df</a>)</li>
    <li><strong>typescript-estree:</strong> allow specifying project: true (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6084">#6084</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/dcd05f0b3ab62779571294d08a4542d66ebb2294">dcd05f0</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
    <blockquote>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.52.0...v5.53.0">5.53.0</a> (2023-02-20)</h1>
    <h3>Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [consistent-generic-constructors] handle default parameters (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6484">#6484</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/e8cebce972a5009f192034304ba6e768a9bcdbb6">e8cebce</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-mixed-enums] add rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6102">#6102</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/16144d1d6a37668393f731913a306008f33eeac6">16144d1</a>)</li>
    </ul>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.51.0...v5.52.0">5.52.0</a> (2023-02-13)</h1>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [no-import-type-side-effects] correctly ignore zero-specifier imports (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6444">#6444</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d5a6688a22ebaa2992e549f44c224fc8d0fc5cc7">d5a6688</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] account for optional chaining on potentially void values (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6432">#6432</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/e1d9c67981be53e091a4107f326b9bf097650c1f">e1d9c67</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5255">#5255</a></li>
    <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] fix false positive when checking indexed access types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6452">#6452</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d569924cf3c223c185f6ba913390cd865cd33197">d569924</a>)</li>
    <li><strong>eslint-plugin:</strong> fix key-spacing when type starts on next line (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6412">#6412</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3eb2eed6167e2ffad6c44c0fcbd86be4b6202aeb">3eb2eed</a>)</li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [block-spacing] extending base rule for TS related blocks (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6195">#6195</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/b2db3f57d3b551e1159380c3d23edee14f133ac1">b2db3f5</a>)</li>
    <li><strong>eslint-plugin:</strong> [explicit-function-return-type] add allowFunctionsWithoutTypeParameters option (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6105">#6105</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/113640e9742acb3a193078e9704648517aebf1d8">113640e</a>)</li>
    <li><strong>eslint-plugin:</strong> [explicit-function-return-type] add allowIIFEs option (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6237">#6237</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a1b3f7b4d97154ac4b0d7934d12f1d5970cffe15">a1b3f7b</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/cb272f095b98a59107b7291627785f242154c5bd"><code>cb272f0</code></a> chore: publish v5.53.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e8cebce972a5009f192034304ba6e768a9bcdbb6"><code>e8cebce</code></a> feat(eslint-plugin): [consistent-generic-constructors] handle default paramet...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/16144d1d6a37668393f731913a306008f33eeac6"><code>16144d1</code></a> feat(eslint-plugin): [no-mixed-enums] add rule (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6102">#6102</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/fc803cc6e3292eef68e6470ec5d7c11f7e6d75d3"><code>fc803cc</code></a> docs(eslint-plugin): explicit-function-return-type: missing allowFunctionsWit...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c46c793a34f82914a54b624adb57dfd4ac493633"><code>c46c793</code></a> chore: publish v5.52.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b2db3f57d3b551e1159380c3d23edee14f133ac1"><code>b2db3f5</code></a> feat(eslint-plugin): [block-spacing] extending base rule for TS related block...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d569924cf3c223c185f6ba913390cd865cd33197"><code>d569924</code></a> fix(eslint-plugin): [no-unnecessary-condition] fix false positive when checki...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a1b3f7b4d97154ac4b0d7934d12f1d5970cffe15"><code>a1b3f7b</code></a> feat(eslint-plugin): [explicit-function-return-type] add allowIIFEs option (#...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e1d9c67981be53e091a4107f326b9bf097650c1f"><code>e1d9c67</code></a> fix(eslint-plugin): [no-unnecessary-condition] account for optional chaining ...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3eb2eed6167e2ffad6c44c0fcbd86be4b6202aeb"><code>3eb2eed</code></a> fix(eslint-plugin): fix key-spacing when type starts on next line (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6412">#6412</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.53.0/packages/eslint-plugin">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.51.0&new-version=5.53.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 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>
    dependabot[bot] committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    4876d32 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Bump @typescript-eslint/eslint-plugin from 5.53.0 to 5.54.0

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.53.0 to 5.54.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.54.0</h2>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.53.0...v5.54.0">5.54.0</a> (2023-02-27)</h1>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>typescript-estree:</strong> check for relative/root paths in printing file path errors (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6491">#6491</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/dc1424298493f1ee2e5a357e103c504655546d61">dc14242</a>)</li>
    <li><strong>website:</strong> corect playground build issue (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6506">#6506</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6aad7d3957c28e408235eb1e5d7fedccc594280f">6aad7d3</a>)</li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [promise-function-async] check for promises in implicit return types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6330">#6330</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/de1e5ce11250b259f1f809859eeb7eaa162e897f">de1e5ce</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6329">#6329</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
    <blockquote>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.53.0...v5.54.0">5.54.0</a> (2023-02-27)</h1>
    <h3>Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [promise-function-async] check for promises in implicit return types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6330">#6330</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/de1e5ce11250b259f1f809859eeb7eaa162e897f">de1e5ce</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6329">#6329</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/678ed4131872dbde41077702a2eba7fc694c687e"><code>678ed41</code></a> chore: publish v5.54.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/de1e5ce11250b259f1f809859eeb7eaa162e897f"><code>de1e5ce</code></a> feat(eslint-plugin): [promise-function-async] check for promises in implicit ...</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.54.0/packages/eslint-plugin">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.53.0&new-version=5.54.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 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>
    dependabot[bot] committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    3c9996d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Bump @typescript-eslint/parser from 5.51.0 to 5.54.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.51.0 to 5.54.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.54.0</h2>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.53.0...v5.54.0">5.54.0</a> (2023-02-27)</h1>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>typescript-estree:</strong> check for relative/root paths in printing file path errors (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6491">#6491</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/dc1424298493f1ee2e5a357e103c504655546d61">dc14242</a>)</li>
    <li><strong>website:</strong> corect playground build issue (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6506">#6506</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6aad7d3957c28e408235eb1e5d7fedccc594280f">6aad7d3</a>)</li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [promise-function-async] check for promises in implicit return types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6330">#6330</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/de1e5ce11250b259f1f809859eeb7eaa162e897f">de1e5ce</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6329">#6329</a></li>
    </ul>
    <h2>v5.53.0</h2>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.52.0...v5.53.0">5.53.0</a> (2023-02-20)</h1>
    <h3>Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [consistent-generic-constructors] handle default parameters (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6484">#6484</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/e8cebce972a5009f192034304ba6e768a9bcdbb6">e8cebce</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-mixed-enums] add rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6102">#6102</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/16144d1d6a37668393f731913a306008f33eeac6">16144d1</a>)</li>
    <li><strong>typescript-estree:</strong> expose a wrapper cache clearing function for advanced usecases (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6476">#6476</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d8164960d21336d4a726d8179b314f05fe3aeb22">d816496</a>)</li>
    </ul>
    <h2>v5.52.0</h2>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.51.0...v5.52.0">5.52.0</a> (2023-02-13)</h1>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [no-import-type-side-effects] correctly ignore zero-specifier imports (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6444">#6444</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d5a6688a22ebaa2992e549f44c224fc8d0fc5cc7">d5a6688</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] account for optional chaining on potentially void values (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6432">#6432</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/e1d9c67981be53e091a4107f326b9bf097650c1f">e1d9c67</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5255">#5255</a></li>
    <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] fix false positive when checking indexed access types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6452">#6452</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d569924cf3c223c185f6ba913390cd865cd33197">d569924</a>)</li>
    <li><strong>eslint-plugin:</strong> fix key-spacing when type starts on next line (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6412">#6412</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3eb2eed6167e2ffad6c44c0fcbd86be4b6202aeb">3eb2eed</a>)</li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [block-spacing] extending base rule for TS related blocks (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6195">#6195</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/b2db3f57d3b551e1159380c3d23edee14f133ac1">b2db3f5</a>)</li>
    <li><strong>eslint-plugin:</strong> [explicit-function-return-type] add allowFunctionsWithoutTypeParameters option (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6105">#6105</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/113640e9742acb3a193078e9704648517aebf1d8">113640e</a>)</li>
    <li><strong>eslint-plugin:</strong> [explicit-function-return-type] add allowIIFEs option (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6237">#6237</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a1b3f7b4d97154ac4b0d7934d12f1d5970cffe15">a1b3f7b</a>)</li>
    <li><strong>typescript-estree:</strong> add <code>.kind</code> to <code>TSModuleDeclaration</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6443">#6443</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/2f948df35b73d916e7fe42b21343568b1617e3f1">2f948df</a>)</li>
    <li><strong>typescript-estree:</strong> allow specifying project: true (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6084">#6084</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/dcd05f0b3ab62779571294d08a4542d66ebb2294">dcd05f0</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
    <blockquote>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.53.0...v5.54.0">5.54.0</a> (2023-02-27)</h1>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.52.0...v5.53.0">5.53.0</a> (2023-02-20)</h1>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.51.0...v5.52.0">5.52.0</a> (2023-02-13)</h1>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/678ed4131872dbde41077702a2eba7fc694c687e"><code>678ed41</code></a> chore: publish v5.54.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/cb272f095b98a59107b7291627785f242154c5bd"><code>cb272f0</code></a> chore: publish v5.53.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c46c793a34f82914a54b624adb57dfd4ac493633"><code>c46c793</code></a> chore: publish v5.52.0</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.54.0/packages/parser">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=5.51.0&new-version=5.54.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 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>
    dependabot[bot] committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    163cec9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Update to latest binary ros2 windows distributions (#548)

    Signed-off-by: Stefan Hoffmann <stefan.hoffmann@schiller.de>
    hoffmann-stefan committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    d0ac946 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Bump hmarr/auto-approve-action from 3.1.0 to 3.2.0

    Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3.1.0 to 3.2.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/hmarr/auto-approve-action/releases">hmarr/auto-approve-action's releases</a>.</em></p>
    <blockquote>
    <h2>v3.2.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Don't re-review when new commits are pushed unless prior reviews have been dismissed (resolves <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/issues/213">#213</a>) in <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/pull/214">hmarr/auto-approve-action#214</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/hmarr/auto-approve-action/compare/v3.1.0...v3.2.0">https://github.com/hmarr/auto-approve-action/compare/v3.1.0...v3.2.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/0902bf83c300168cda5cd6856731a0fcb0e731c2"><code>0902bf8</code></a> Don't re-review when new commits are pushed (<a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/issues/214">#214</a>)</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/aa8a692eccc605be7992f8a5cbe41893f72ecbc3"><code>aa8a692</code></a> Bump json5 from 2.2.0 to 2.2.3 (<a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/issues/211">#211</a>)</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/da92209ac68d76fd20af3efa5268a5e8fafb91d9"><code>da92209</code></a> CI badge</li>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/04b7ed83d3e8acf8da26795bc2b48334a5d72725"><code>04b7ed8</code></a> Update actions workflows</li>
    <li>See full diff in <a href="https://github.com/hmarr/auto-approve-action/compare/v3.1.0...v3.2.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hmarr/auto-approve-action&package-manager=github_actions&previous-version=3.1.0&new-version=3.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 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>
    dependabot[bot] committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    cc461ca View commit details
    Browse the repository at this point in the history
  2. 0.6.1

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    9ead317 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Bump hmarr/auto-approve-action from 3.2.0 to 3.2.1

    Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3.2.0 to 3.2.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/hmarr/auto-approve-action/releases">hmarr/auto-approve-action's releases</a>.</em></p>
    <blockquote>
    <h2>v3.2.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Only consider the latest review for a user when deciding whether to re-review by <a href="https://github.com/hmarr"><code>@​hmarr</code></a> in <a href="https://redirect.github.com/hmarr/auto-approve-action/pull/216">hmarr/auto-approve-action#216</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/hmarr/auto-approve-action/compare/v3.2.0...v3.2.1">https://github.com/hmarr/auto-approve-action/compare/v3.2.0...v3.2.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/hmarr/auto-approve-action/commit/44888193675f29a83e04faf4002fa8c0b537b1e4"><code>4488819</code></a> Only consider the latest review for a user (<a href="https://redirect.github.com/hmarr/auto-approve-action/issues/216">#216</a>)</li>
    <li>See full diff in <a href="https://github.com/hmarr/auto-approve-action/compare/v3.2.0...v3.2.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hmarr/auto-approve-action&package-manager=github_actions&previous-version=3.2.0&new-version=3.2.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 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 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>
    dependabot[bot] committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f77bfa3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Bump yaml from 2.2.1 to 2.2.2

    Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/eemeli/yaml/releases">yaml's releases</a>.</em></p>
    <blockquote>
    <h2>v2.2.2</h2>
    <p>This patch release includes a fix for an error that could be thrown in <code>parseDocument</code> for degenerate input. Otherwise, it's a patch release uplifting a few fixes from the ongoing v2.3 work to v2.2:</p>
    <ul>
    <li>Corner case failure in error pretty-printer (<a href="https://github.com/advisories/GHSA-f9xv-q969-pqx4">CVE-2023-2251</a>)</li>
    <li>Use correct argument order when stringifying flow collection comments (<a href="https://redirect.github.com/eemeli/yaml/issues/443">#443</a>)</li>
    <li>First-line folding for block scalars (<a href="https://redirect.github.com/eemeli/yaml/issues/422">#422</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/eemeli/yaml/commit/f21fa455b8bb08aa3b20f07968aa923544635c2d"><code>f21fa45</code></a> 2.2.2</li>
    <li><a href="https://github.com/eemeli/yaml/commit/984f5781ffd807e58cad3b5c8da1f940dab75fba"><code>984f578</code></a> fix: Corner case failure in error pretty-printer</li>
    <li><a href="https://github.com/eemeli/yaml/commit/443e3aa2acfb1951e6032a6c11798f861859b003"><code>443e3aa</code></a> fix: First-line folding for block scalars (fixes <a href="https://redirect.github.com/eemeli/yaml/issues/422">#422</a>)</li>
    <li><a href="https://github.com/eemeli/yaml/commit/5af5d3da01c55ecbadd596babab70fa9db9e47ee"><code>5af5d3d</code></a> fix: Use correct argument order when stringifying flow collection comments (f...</li>
    <li>See full diff in <a href="https://github.com/eemeli/yaml/compare/v2.2.1...v2.2.2">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yaml&package-manager=npm_and_yarn&previous-version=2.2.1&new-version=2.2.2)](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 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/ros-tooling/setup-ros/network/alerts).
    
    </details>
    dependabot[bot] committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    32a5099 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Bump @types/node from 16.18.12 to 20.0.0

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.12 to 20.0.0.
    <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 />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=16.18.12&new-version=20.0.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 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>
    dependabot[bot] committed May 5, 2023
    Configuration menu
    Copy the full SHA
    40a8769 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Bump typescript from 4.9.5 to 5.0.4

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p>
    <blockquote>
    <h2>TypeScript 5.0.4</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.0%22+is%3Aclosed+">fixed issues query for Typescript v5.0.0 (Beta)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.1%22+is%3Aclosed+">fixed issues query for Typescript v5.0.1 (RC)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.2%22+is%3Aclosed+">fixed issues query for Typescript v5.0.2 (Stable)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.3%22+is%3Aclosed+">fixed issues query for Typescript v5.0.3 (Stable)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.4%22+is%3Aclosed+">fixed issues query for Typescript v5.0.4 (Stable)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a href="https://www.npmjs.com/package/typescript">npm</a></li>
    <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
    </ul>
    <h2>TypeScript 5.0.3</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.0%22+is%3Aclosed+">fixed issues query for Typescript v5.0.0 (Beta)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.1%22+is%3Aclosed+">fixed issues query for Typescript v5.0.1 (RC)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.2%22+is%3Aclosed+">fixed issues query for Typescript v5.0.2 (Stable)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.3%22+is%3Aclosed+">fixed issues query for Typescript v5.0.3 (Stable)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a href="https://www.npmjs.com/package/typescript">npm</a></li>
    <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
    </ul>
    <h2>TypeScript 5.0</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.0.0%22+is%3Aclosed+">fixed issues query for Typescript v5.0.0 (Beta)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.0.1%22+is%3Aclosed+">fixed issues query for Typescript v5.0.1 (RC)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.0.2%22+is%3Aclosed+">fixed issues query for Typescript v5.0.2 (Stable)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a href="https://www.npmjs.com/package/typescript">npm</a></li>
    <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
    </ul>
    <h2>TypeScript 5.0 RC</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-rc/">release announcement</a>.</p>
    <h2>TypeScript 5.0 Beta</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-beta/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/microsoft/TypeScript/commit/3b45f4db12bbae97d10f62ec0e2d94858252c5ab"><code>3b45f4d</code></a> Bump version to 5.0.4 and LKG</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/dc7e5a738a88f1dd72391d388d982df6ef082e90"><code>dc7e5a7</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/53599">#53599</a> (Ignore <code>allowImportingTsExtensions</code>...) into release-5.0 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/233b4b0540b90f1998374a5d06e80e380c9968fd"><code>233b4b0</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/53611">#53611</a> (Remove error on redundant isolatedM...) into release-5.0 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/365cb5815a891268c3c288000378c77172ba43a1"><code>365cb58</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/53613">#53613</a> (Fix Go To Source Definition in `--m...) into release-5.0 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/97dac8a261a93c0627330569aec131007b72d098"><code>97dac8a</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/53665">#53665</a> (Fix crash when private id in array ...) into release-5.0 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/b2d5d9b13f11d2a83f9694a2aed44caf34ff7249"><code>b2d5d9b</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/53666">#53666</a> (Disable JSX recovery hack when in u...) into release-5.0 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/0e198c2c1d33eb97653ff51ce71e97683e22b1ed"><code>0e198c2</code></a> Bump version to 5.0.3 and LKG</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/111df34f4109aee766b06998db41c4494dddbfa2"><code>111df34</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/53207">#53207</a> (Fixed symbol declarations for gener...) into release-5.0 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/1e70bb8dc4be0eff311278765352913537350a48"><code>1e70bb8</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/53481">#53481</a> (Retry string completions from the i...) into release-5.0 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/7e093f072bb47e3a2818d5acc497eae091112ad0"><code>7e093f0</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/53351">#53351</a> (Fix subtype reduction involving typ...) into release-5.0 (#...</li>
    <li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.0.4">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=4.9.5&new-version=5.0.4)](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 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>
    dependabot[bot] committed May 8, 2023
    Configuration menu
    Copy the full SHA
    c760405 View commit details
    Browse the repository at this point in the history
  2. Bump eslint-config-prettier from 8.6.0 to 8.8.0

    Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.6.0 to 8.8.0.
    <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>
    <h3>Version 8.8.0 (2023-03-20)</h3>
    <ul>
    <li>Added: [<code>@​typescript-eslint/lines-around-comment</code>]. Thanks to <a href="https://github.com/ttionya"><code>@​ttionya</code></a>!</li>
    </ul>
    <h3>Version 8.7.0 (2023-03-06)</h3>
    <ul>
    <li>Added: [<code>@​typescript-eslint/block-spacing</code>]. Thanks to <a href="https://github.com/ttionya"><code>@​ttionya</code></a>!</li>
    <li>Added: [<code>@​typescript-eslint/key-spacing</code>]. Thanks to <a href="https://github.com/ttionya"><code>@​ttionya</code></a>!</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/prettier/eslint-config-prettier/commit/88ba724915c0d52c822d7c0d499be21c30c5380a"><code>88ba724</code></a> eslint-config-prettier v8.8.0</li>
    <li><a href="https://github.com/prettier/eslint-config-prettier/commit/1a7be70571dfbc002fd6e89fe00bca0fda3912bb"><code>1a7be70</code></a> add rule <code>@typescript/lines-around-comment</code> (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/246">#246</a>)</li>
    <li><a href="https://github.com/prettier/eslint-config-prettier/commit/130bf881a9005d864d25fca6ba503e90fb90a49c"><code>130bf88</code></a> Move removed rules to deprecated section (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/245">#245</a>)</li>
    <li><a href="https://github.com/prettier/eslint-config-prettier/commit/a15713624f776c4732bf32244ddc79698d234f05"><code>a157136</code></a> eslint-config-prettier v8.7.0</li>
    <li><a href="https://github.com/prettier/eslint-config-prettier/commit/bb1024f18cfec9bb4f9672455d95a80d974d526d"><code>bb1024f</code></a> Update npm packages (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/244">#244</a>)</li>
    <li><a href="https://github.com/prettier/eslint-config-prettier/commit/5b8afce8c9a1b425a6f52c8c5a230def04869a44"><code>5b8afce</code></a> add rule <code>@typescript-eslint/block-spacing</code> and `@typescript-eslint/key-spaci...</li>
    <li>See full diff in <a href="https://github.com/prettier/eslint-config-prettier/compare/v8.6.0...v8.8.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-prettier&package-manager=npm_and_yarn&previous-version=8.6.0&new-version=8.8.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 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>
    dependabot[bot] committed May 8, 2023
    Configuration menu
    Copy the full SHA
    83eb50d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Bump @actions/io from 1.1.2 to 1.1.3

    Bumps [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io) from 1.1.2 to 1.1.3.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/actions/toolkit/blob/main/packages/io/RELEASES.md"><code>@​actions/io</code>'s changelog</a>.</em></p>
    <blockquote>
    <h3>1.1.3</h3>
    <ul>
    <li>Replace <code>child_process.exec</code> with <code>fs.rm</code> in <code>rmRF</code> for all OS implementations <a href="https://redirect.github.com/actions/toolkit/pull/1373">#1373</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a href="https://github.com/actions/toolkit/commits/HEAD/packages/io">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@actions/io&package-manager=npm_and_yarn&previous-version=1.1.2&new-version=1.1.3)](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 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>
    dependabot[bot] committed May 9, 2023
    Configuration menu
    Copy the full SHA
    8540aff View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Bump eslint from 8.34.0 to 8.40.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.34.0 to 8.40.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p>
    <blockquote>
    <h2>v8.40.0</h2>
    <h2>Features</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/5db7808139c1f2172797285a0700f01644bda254"><code>5db7808</code></a> feat: improve flat config errors for invalid rule options and severities (<a href="https://redirect.github.com/eslint/eslint/issues/17140">#17140</a>) (Josh Goldberg ✨)</li>
    <li><a href="https://github.com/eslint/eslint/commit/f5574dc739fcc74a7841217ba1f31cce02bee1ff"><code>f5574dc</code></a> feat: Add findConfigFile() method to FlatESLint (<a href="https://redirect.github.com/eslint/eslint/issues/17142">#17142</a>) (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e52b98bf25d882da4efd5559ce5974b6697cf701"><code>e52b98b</code></a> feat: add <code>sourceCode</code> property to the rule context (<a href="https://redirect.github.com/eslint/eslint/issues/17107">#17107</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/1468f5b640cfa6fdd8a5ec895337f692def2780b"><code>1468f5b</code></a> feat: add <code>physicalFilename</code> property to the rule context (<a href="https://redirect.github.com/eslint/eslint/issues/17111">#17111</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/0df4d4f658c214e51310a986c03d44d34ceae3ec"><code>0df4d4f</code></a> feat: add <code>cwd</code> to rule context (<a href="https://redirect.github.com/eslint/eslint/issues/17106">#17106</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/52018f21c19b3e461cae32843cddd17ed42f19cd"><code>52018f2</code></a> feat: add <code>filename</code> property to the rule context (<a href="https://redirect.github.com/eslint/eslint/issues/17108">#17108</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/559ff4e4bc54a8b6e6b54825d83c532d724204b3"><code>559ff4e</code></a> feat: add new <code>omitLastInOneLineClassBody</code> option to the <code>semi</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/17105">#17105</a>) (Nitin Kumar)</li>
    </ul>
    <h2>Bug Fixes</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/f076e54ecdb0fae70d9b43ad6888606097beef97"><code>f076e54</code></a> fix: Ensure FlatESLint#findConfigFile() doesn't throw. (<a href="https://redirect.github.com/eslint/eslint/issues/17151">#17151</a>) (Nicholas C. Zakas)</li>
    </ul>
    <h2>Documentation</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/e980bf38cf441f2eb29c458b93df77dc0111b391"><code>e980bf3</code></a> docs: Update README (GitHub Actions Bot)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e92a6fc7ed2a427f5e95f4b3a1c21d71553c97ee"><code>e92a6fc</code></a> docs: Update README (GitHub Actions Bot)</li>
    <li><a href="https://github.com/eslint/eslint/commit/af5fe64c398c9bd4206c3c6c1ade81768b291031"><code>af5fe64</code></a> docs: Fix custom rule schema docs (<a href="https://redirect.github.com/eslint/eslint/issues/17115">#17115</a>) (Adam Jones)</li>
    <li><a href="https://github.com/eslint/eslint/commit/4a352a957ba9e721bec9f6f403b419a22b0ec423"><code>4a352a9</code></a> docs: explain how to include predefined globals (<a href="https://redirect.github.com/eslint/eslint/issues/17114">#17114</a>) (Marcus Wyatt)</li>
    <li><a href="https://github.com/eslint/eslint/commit/5ea15d92ee358e8f3f652c94c019cac96aaec651"><code>5ea15d9</code></a> docs: add mastodon link in readme (<a href="https://redirect.github.com/eslint/eslint/issues/17110">#17110</a>) (唯然)</li>
    </ul>
    <h2>Chores</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/4053004c951813473d1c43f9f9959a9a3484242f"><code>4053004</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.40.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17156">#17156</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/50fed1da4449ad7ecbb558294438273cfce603d4"><code>50fed1d</code></a> chore: package.json update for <code>@​eslint/js</code> release (ESLint Jenkins)</li>
    <li><a href="https://github.com/eslint/eslint/commit/4c7a170b04c5a746e401bef7ce79766ff66a1168"><code>4c7a170</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/2"><code>@​2</code></a>.0.3 (<a href="https://redirect.github.com/eslint/eslint/issues/17155">#17155</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e80b7cce640b60c00802148dbb51d03c7223afa9"><code>e80b7cc</code></a> chore: upgrade espree@9.5.2 (<a href="https://redirect.github.com/eslint/eslint/issues/17154">#17154</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/ce3ac91b510576e2afba1657aa5f09e162b4ab07"><code>ce3ac91</code></a> chore: upgrade eslint-visitor-keys@3.4.1 (<a href="https://redirect.github.com/eslint/eslint/issues/17153">#17153</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/9094d79fb42c0ebb6100426a3f2f851e8d42a0ee"><code>9094d79</code></a> chore: add <code>latest/</code> to <code>meta.docs.url</code> in all core rules (<a href="https://redirect.github.com/eslint/eslint/issues/17136">#17136</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/d85efad655deacc0dc3fdbbace33307094c3b91b"><code>d85efad</code></a> perf: don't use <code>grapheme-splitter</code> on ASCII strings in key-spacing rule (<a href="https://redirect.github.com/eslint/eslint/issues/17122">#17122</a>) (Milos Djermanovic)</li>
    </ul>
    <h2>v8.39.0</h2>
    <h2>Features</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/3f7af9f408625dbc486af914706d34c4b483b5ba"><code>3f7af9f</code></a> feat: Implement <code>SourceCode#markVariableAsUsed()</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17086">#17086</a>) (Nicholas C. Zakas)</li>
    </ul>
    <h2>Documentation</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/6987dc59e46f4e345d0d6c20c1f2c6846bbd7acc"><code>6987dc5</code></a> docs: Fix formatting in Custom Rules docs (<a href="https://redirect.github.com/eslint/eslint/issues/17097">#17097</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/4ee92e5cbdeba6fea2147901ce926de16946958a"><code>4ee92e5</code></a> docs: Update README (GitHub Actions Bot)</li>
    <li><a href="https://github.com/eslint/eslint/commit/d8e9887c2c384d24d586d08ee9ae2ada79bd234c"><code>d8e9887</code></a> docs: Custom Rules cleanup/expansion (<a href="https://redirect.github.com/eslint/eslint/issues/16906">#16906</a>) (Ben Perlmutter)</li>
    <li><a href="https://github.com/eslint/eslint/commit/1fea2797801a82a2718814c83dad641dab092bcc"><code>1fea279</code></a> docs: Clarify how to add to tsc agenda (<a href="https://redirect.github.com/eslint/eslint/issues/17084">#17084</a>) (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/970ef1c868235a58297682513842f1256cdfbd03"><code>970ef1c</code></a> docs: Update triage board location (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/6d8bffdf45d50e272dc45e6d2d05b4a737514468"><code>6d8bffd</code></a> docs: Update README (GitHub Actions Bot)</li>
    </ul>
    <h2>Chores</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/60a6f2694deb4aa1c54de2a28d0357cddfd16644"><code>60a6f26</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.39.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17102">#17102</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/d5ba5c0a85e7a10777761f5d46c104ab7f25845b"><code>d5ba5c0</code></a> chore: package.json update for <code>@​eslint/js</code> release (ESLint Jenkins)</li>
    <li><a href="https://github.com/eslint/eslint/commit/f57eff20f5789408e95061f1af5354bb9b4f4784"><code>f57eff2</code></a> ci: run tests on Node.js v20 (<a href="https://redirect.github.com/eslint/eslint/issues/17093">#17093</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/9d1b8fc60cc31f12618e58c10a2669506b7ce9bf"><code>9d1b8fc</code></a> perf: Binary search in token store <code>utils.search</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17066">#17066</a>) (Francesco Trotta)</li>
    <li><a href="https://github.com/eslint/eslint/commit/07a4435a0c08cb63ebf11b71f735bac20318829b"><code>07a4435</code></a> chore: Add request for minimal repro to bug report (<a href="https://redirect.github.com/eslint/eslint/issues/17081">#17081</a>) (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/eac4943ba2e4edb3dbfea0470e5d4b15a4926c40"><code>eac4943</code></a> refactor: remove unnecessary use of <code>SourceCode#getAncestors</code> in rules (<a href="https://redirect.github.com/eslint/eslint/issues/17075">#17075</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/0a7b60a9d5621dbbc1a8a8adda3b7c2060c779ca"><code>0a7b60a</code></a> chore: update description of <code>SourceCode#getDeclaredVariables</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17072">#17072</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/6e2df71cc390252aaca212abe3dc0467fe397450"><code>6e2df71</code></a> chore: remove unnecessary references to the LICENSE file (<a href="https://redirect.github.com/eslint/eslint/issues/17071">#17071</a>) (Milos Djermanovic)</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p>
    <blockquote>
    <p>v8.40.0 - May 5, 2023</p>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/4053004c951813473d1c43f9f9959a9a3484242f"><code>4053004</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.40.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17156">#17156</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/50fed1da4449ad7ecbb558294438273cfce603d4"><code>50fed1d</code></a> chore: package.json update for <code>@​eslint/js</code> release (ESLint Jenkins)</li>
    <li><a href="https://github.com/eslint/eslint/commit/f076e54ecdb0fae70d9b43ad6888606097beef97"><code>f076e54</code></a> fix: Ensure FlatESLint#findConfigFile() doesn't throw. (<a href="https://redirect.github.com/eslint/eslint/issues/17151">#17151</a>) (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/4c7a170b04c5a746e401bef7ce79766ff66a1168"><code>4c7a170</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/2"><code>@​2</code></a>.0.3 (<a href="https://redirect.github.com/eslint/eslint/issues/17155">#17155</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e80b7cce640b60c00802148dbb51d03c7223afa9"><code>e80b7cc</code></a> chore: upgrade espree@9.5.2 (<a href="https://redirect.github.com/eslint/eslint/issues/17154">#17154</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/ce3ac91b510576e2afba1657aa5f09e162b4ab07"><code>ce3ac91</code></a> chore: upgrade eslint-visitor-keys@3.4.1 (<a href="https://redirect.github.com/eslint/eslint/issues/17153">#17153</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/5db7808139c1f2172797285a0700f01644bda254"><code>5db7808</code></a> feat: improve flat config errors for invalid rule options and severities (<a href="https://redirect.github.com/eslint/eslint/issues/17140">#17140</a>) (Josh Goldberg ✨)</li>
    <li><a href="https://github.com/eslint/eslint/commit/f5574dc739fcc74a7841217ba1f31cce02bee1ff"><code>f5574dc</code></a> feat: Add findConfigFile() method to FlatESLint (<a href="https://redirect.github.com/eslint/eslint/issues/17142">#17142</a>) (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e52b98bf25d882da4efd5559ce5974b6697cf701"><code>e52b98b</code></a> feat: add <code>sourceCode</code> property to the rule context (<a href="https://redirect.github.com/eslint/eslint/issues/17107">#17107</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e980bf38cf441f2eb29c458b93df77dc0111b391"><code>e980bf3</code></a> docs: Update README (GitHub Actions Bot)</li>
    <li><a href="https://github.com/eslint/eslint/commit/9094d79fb42c0ebb6100426a3f2f851e8d42a0ee"><code>9094d79</code></a> chore: add <code>latest/</code> to <code>meta.docs.url</code> in all core rules (<a href="https://redirect.github.com/eslint/eslint/issues/17136">#17136</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/1468f5b640cfa6fdd8a5ec895337f692def2780b"><code>1468f5b</code></a> feat: add <code>physicalFilename</code> property to the rule context (<a href="https://redirect.github.com/eslint/eslint/issues/17111">#17111</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/0df4d4f658c214e51310a986c03d44d34ceae3ec"><code>0df4d4f</code></a> feat: add <code>cwd</code> to rule context (<a href="https://redirect.github.com/eslint/eslint/issues/17106">#17106</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/52018f21c19b3e461cae32843cddd17ed42f19cd"><code>52018f2</code></a> feat: add <code>filename</code> property to the rule context (<a href="https://redirect.github.com/eslint/eslint/issues/17108">#17108</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/559ff4e4bc54a8b6e6b54825d83c532d724204b3"><code>559ff4e</code></a> feat: add new <code>omitLastInOneLineClassBody</code> option to the <code>semi</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/17105">#17105</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e92a6fc7ed2a427f5e95f4b3a1c21d71553c97ee"><code>e92a6fc</code></a> docs: Update README (GitHub Actions Bot)</li>
    <li><a href="https://github.com/eslint/eslint/commit/d85efad655deacc0dc3fdbbace33307094c3b91b"><code>d85efad</code></a> perf: don't use <code>grapheme-splitter</code> on ASCII strings in key-spacing rule (<a href="https://redirect.github.com/eslint/eslint/issues/17122">#17122</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/af5fe64c398c9bd4206c3c6c1ade81768b291031"><code>af5fe64</code></a> docs: Fix custom rule schema docs (<a href="https://redirect.github.com/eslint/eslint/issues/17115">#17115</a>) (Adam Jones)</li>
    <li><a href="https://github.com/eslint/eslint/commit/4a352a957ba9e721bec9f6f403b419a22b0ec423"><code>4a352a9</code></a> docs: explain how to include predefined globals (<a href="https://redirect.github.com/eslint/eslint/issues/17114">#17114</a>) (Marcus Wyatt)</li>
    <li><a href="https://github.com/eslint/eslint/commit/5ea15d92ee358e8f3f652c94c019cac96aaec651"><code>5ea15d9</code></a> docs: add mastodon link in readme (<a href="https://redirect.github.com/eslint/eslint/issues/17110">#17110</a>) (唯然)</li>
    </ul>
    <p>v8.39.0 - April 21, 2023</p>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/60a6f2694deb4aa1c54de2a28d0357cddfd16644"><code>60a6f26</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.39.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17102">#17102</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/d5ba5c0a85e7a10777761f5d46c104ab7f25845b"><code>d5ba5c0</code></a> chore: package.json update for <code>@​eslint/js</code> release (ESLint Jenkins)</li>
    <li><a href="https://github.com/eslint/eslint/commit/6987dc59e46f4e345d0d6c20c1f2c6846bbd7acc"><code>6987dc5</code></a> docs: Fix formatting in Custom Rules docs (<a href="https://redirect.github.com/eslint/eslint/issues/17097">#17097</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/4ee92e5cbdeba6fea2147901ce926de16946958a"><code>4ee92e5</code></a> docs: Update README (GitHub Actions Bot)</li>
    <li><a href="https://github.com/eslint/eslint/commit/3f7af9f408625dbc486af914706d34c4b483b5ba"><code>3f7af9f</code></a> feat: Implement <code>SourceCode#markVariableAsUsed()</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17086">#17086</a>) (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/d8e9887c2c384d24d586d08ee9ae2ada79bd234c"><code>d8e9887</code></a> docs: Custom Rules cleanup/expansion (<a href="https://redirect.github.com/eslint/eslint/issues/16906">#16906</a>) (Ben Perlmutter)</li>
    <li><a href="https://github.com/eslint/eslint/commit/f57eff20f5789408e95061f1af5354bb9b4f4784"><code>f57eff2</code></a> ci: run tests on Node.js v20 (<a href="https://redirect.github.com/eslint/eslint/issues/17093">#17093</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/1fea2797801a82a2718814c83dad641dab092bcc"><code>1fea279</code></a> docs: Clarify how to add to tsc agenda (<a href="https://redirect.github.com/eslint/eslint/issues/17084">#17084</a>) (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/970ef1c868235a58297682513842f1256cdfbd03"><code>970ef1c</code></a> docs: Update triage board location (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/9d1b8fc60cc31f12618e58c10a2669506b7ce9bf"><code>9d1b8fc</code></a> perf: Binary search in token store <code>utils.search</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17066">#17066</a>) (Francesco Trotta)</li>
    <li><a href="https://github.com/eslint/eslint/commit/07a4435a0c08cb63ebf11b71f735bac20318829b"><code>07a4435</code></a> chore: Add request for minimal repro to bug report (<a href="https://redirect.github.com/eslint/eslint/issues/17081">#17081</a>) (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/eac4943ba2e4edb3dbfea0470e5d4b15a4926c40"><code>eac4943</code></a> refactor: remove unnecessary use of <code>SourceCode#getAncestors</code> in rules (<a href="https://redirect.github.com/eslint/eslint/issues/17075">#17075</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/6d8bffdf45d50e272dc45e6d2d05b4a737514468"><code>6d8bffd</code></a> docs: Update README (GitHub Actions Bot)</li>
    <li><a href="https://github.com/eslint/eslint/commit/0a7b60a9d5621dbbc1a8a8adda3b7c2060c779ca"><code>0a7b60a</code></a> chore: update description of <code>SourceCode#getDeclaredVariables</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17072">#17072</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/6e2df71cc390252aaca212abe3dc0467fe397450"><code>6e2df71</code></a> chore: remove unnecessary references to the LICENSE file (<a href="https://redirect.github.com/eslint/eslint/issues/17071">#17071</a>) (Milos Djermanovic)</li>
    </ul>
    <p>v8.38.0 - April 7, 2023</p>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/59ed06041d4670781956221086ea0fca6683788d"><code>59ed060</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.38.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17069">#17069</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/88c08984ec259ac22d839397c06beec8ef213120"><code>88c0898</code></a> chore: package.json update for <code>@​eslint/js</code> release (ESLint Jenkins)</li>
    <li><a href="https://github.com/eslint/eslint/commit/7162d34df9a66c817c3bd4aafd3a03d226b58dd5"><code>7162d34</code></a> docs: Mention new config system is complete (<a href="https://redirect.github.com/eslint/eslint/issues/17068">#17068</a>) (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/a1d561d18ed653b56bddbfb1bab1ebe957293563"><code>a1d561d</code></a> feat: Move getDeclaredVariables and getAncestors to SourceCode (<a href="https://redirect.github.com/eslint/eslint/issues/17059">#17059</a>) (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/0fd6bb213ad2de77543c936eda21501653182e52"><code>0fd6bb2</code></a> docs: Update README (GitHub Actions Bot)</li>
    <li><a href="https://github.com/eslint/eslint/commit/c83531c1a6026675f36aa9e33fef14458043974a"><code>c83531c</code></a> docs: Update/remove external links, eg. point to <code>eslint-community</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17061">#17061</a>) (Pelle Wessman)</li>
    <li><a href="https://github.com/eslint/eslint/commit/cf682d249f04a6a304407d5b9ddbbc4a9714dd62"><code>cf682d2</code></a> refactor: simplify new-parens rule schema (<a href="https://redirect.github.com/eslint/eslint/issues/17060">#17060</a>) (MHO)</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/69a19c83e44ec7e75d17886529c6dee151d2c960"><code>69a19c8</code></a> 8.40.0</li>
    <li><a href="https://github.com/eslint/eslint/commit/9ef73ea70cff78bc03143f01f1a238c474e7748d"><code>9ef73ea</code></a> Build: changelog update for 8.40.0</li>
    <li><a href="https://github.com/eslint/eslint/commit/4053004c951813473d1c43f9f9959a9a3484242f"><code>4053004</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.40.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17156">#17156</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/50fed1da4449ad7ecbb558294438273cfce603d4"><code>50fed1d</code></a> chore: package.json update for <code>@​eslint/js</code> release</li>
    <li><a href="https://github.com/eslint/eslint/commit/f076e54ecdb0fae70d9b43ad6888606097beef97"><code>f076e54</code></a> fix: Ensure FlatESLint#findConfigFile() doesn't throw. (<a href="https://redirect.github.com/eslint/eslint/issues/17151">#17151</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/4c7a170b04c5a746e401bef7ce79766ff66a1168"><code>4c7a170</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/2"><code>@​2</code></a>.0.3 (<a href="https://redirect.github.com/eslint/eslint/issues/17155">#17155</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e80b7cce640b60c00802148dbb51d03c7223afa9"><code>e80b7cc</code></a> chore: upgrade espree@9.5.2 (<a href="https://redirect.github.com/eslint/eslint/issues/17154">#17154</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/ce3ac91b510576e2afba1657aa5f09e162b4ab07"><code>ce3ac91</code></a> chore: upgrade eslint-visitor-keys@3.4.1 (<a href="https://redirect.github.com/eslint/eslint/issues/17153">#17153</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/5db7808139c1f2172797285a0700f01644bda254"><code>5db7808</code></a> feat: improve flat config errors for invalid rule options and severities (<a href="https://redirect.github.com/eslint/eslint/issues/17">#17</a>...</li>
    <li><a href="https://github.com/eslint/eslint/commit/f5574dc739fcc74a7841217ba1f31cce02bee1ff"><code>f5574dc</code></a> feat: Add findConfigFile() method to FlatESLint (<a href="https://redirect.github.com/eslint/eslint/issues/17142">#17142</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.34.0...v8.40.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=8.34.0&new-version=8.40.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 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>
    dependabot[bot] committed May 10, 2023
    Configuration menu
    Copy the full SHA
    d0b2b8a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.59.5

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.54.0 to 5.59.5.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.59.5</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.4...v5.59.5">5.59.5</a> (2023-05-08)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    <h2>v5.59.4</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.3...v5.59.4">5.59.4</a> (2023-05-08)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    <h2>v5.59.3</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.3">5.59.3</a> (2023-05-08)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    <h2>v5.59.2</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2">5.59.2</a> (2023-05-01)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    <h2>v5.59.1</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1">5.59.1</a> (2023-04-24)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [prefer-regexp-exec] skip malformed regexes (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6935">#6935</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/05ed60e25f1de9d1bb83d56c81a349130960bec8">05ed60e</a>)</li>
    <li><strong>eslint-plugin:</strong> [unified-signatures] no parameters function (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6940">#6940</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/297086154acc568a0ae8eb41c8977b7a7ba4e0ed">2970861</a>)</li>
    </ul>
    <h2>v5.59.0</h2>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.58.0...v5.59.0">5.59.0</a> (2023-04-17)</h1>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] allow nullish coalescing for naked type parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6910">#6910</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3e5f8583f1e4fe045c2fe2143d6f280b7381f96b">3e5f858</a>)</li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [ban-types] add NonNullable suggestion and allow custom suggestions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6876">#6876</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/ff65235246bb6214fb64f0e0317373ca99f8bcbe">ff65235</a>)</li>
    </ul>
    <h2>v5.58.0</h2>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.57.1...v5.58.0">5.58.0</a> (2023-04-10)</h1>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [unified-signatures] allow overloads with different named and different number of parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6877">#6877</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/939d6656ebcb94fab048a08d719b3e77362ab5b4">939d665</a>)</li>
    <li><strong>parser:</strong> update getLib for new TypeScript targets ES2021, ES2022 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6782">#6782</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/1c0466414300f338c6c4111f8d1eac0c3e6a8983">1c04664</a>)</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.4...v5.59.5">5.59.5</a> (2023-05-08)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</code></p>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.3...v5.59.4">5.59.4</a> (2023-05-08)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</code></p>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.3">5.59.3</a> (2023-05-08)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</code></p>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2">5.59.2</a> (2023-05-01)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</code></p>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1">5.59.1</a> (2023-04-24)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [prefer-regexp-exec] skip malformed regexes (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6935">#6935</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/05ed60e25f1de9d1bb83d56c81a349130960bec8">05ed60e</a>)</li>
    <li><strong>eslint-plugin:</strong> [unified-signatures] no parameters function (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6940">#6940</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/297086154acc568a0ae8eb41c8977b7a7ba4e0ed">2970861</a>)</li>
    </ul>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.58.0...v5.59.0">5.59.0</a> (2023-04-17)</h1>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] allow nullish coalescing for naked type parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6910">#6910</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3e5f8583f1e4fe045c2fe2143d6f280b7381f96b">3e5f858</a>)</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a6f23a2dd5f1ad8e3ede0a4594a5e435182b4a2c"><code>a6f23a2</code></a> chore: publish v5.59.5</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/13fd1e5edbfee5c05a791ef49a711ffc0b0ed4e5"><code>13fd1e5</code></a> chore: publish v5.59.4</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/200afb6113e3d8f42e38d5b3493ee9b9bdfba22f"><code>200afb6</code></a> chore: publish v5.59.3</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/30f41aba51eb7a4ddc6cd5269489a1bc0d6a759b"><code>30f41ab</code></a> docs: [ban-types] update documentation; suggest option and defaults (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7002">#7002</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d4bc770be1ac23ad0830c528703dbf08773ffb09"><code>d4bc770</code></a> docs: add missing ! (...) around comparison cases in no-unnecessary-boolean-l...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ce5f5165c9d4c5843c86d48b6e6e9a488eb06b0a"><code>ce5f516</code></a> chore: publish v5.59.2</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2f32472787f01545e58d74a1d1cd6248a17a8a9c"><code>2f32472</code></a> chore: publish v5.59.1</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/297086154acc568a0ae8eb41c8977b7a7ba4e0ed"><code>2970861</code></a> fix(eslint-plugin): [unified-signatures] no parameters function (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6940">#6940</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/05ed60e25f1de9d1bb83d56c81a349130960bec8"><code>05ed60e</code></a> fix(eslint-plugin): [prefer-regexp-exec] skip malformed regexes (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6935">#6935</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f1a0d78ddae418e13ae82f258d951690bb594eaf"><code>f1a0d78</code></a> chore: publish v5.59.0</li>
    <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.5/packages/eslint-plugin">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.54.0&new-version=5.59.5)](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 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>
    dependabot[bot] committed May 11, 2023
    Configuration menu
    Copy the full SHA
    90803cf View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Bump @typescript-eslint/parser from 5.54.0 to 5.59.5

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.54.0 to 5.59.5.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.59.5</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.4...v5.59.5">5.59.5</a> (2023-05-08)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    <h2>v5.59.4</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.3...v5.59.4">5.59.4</a> (2023-05-08)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    <h2>v5.59.3</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.3">5.59.3</a> (2023-05-08)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    <h2>v5.59.2</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2">5.59.2</a> (2023-05-01)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    <h2>v5.59.1</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1">5.59.1</a> (2023-04-24)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [prefer-regexp-exec] skip malformed regexes (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6935">#6935</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/05ed60e25f1de9d1bb83d56c81a349130960bec8">05ed60e</a>)</li>
    <li><strong>eslint-plugin:</strong> [unified-signatures] no parameters function (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6940">#6940</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/297086154acc568a0ae8eb41c8977b7a7ba4e0ed">2970861</a>)</li>
    </ul>
    <h2>v5.59.0</h2>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.58.0...v5.59.0">5.59.0</a> (2023-04-17)</h1>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] allow nullish coalescing for naked type parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6910">#6910</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3e5f8583f1e4fe045c2fe2143d6f280b7381f96b">3e5f858</a>)</li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [ban-types] add NonNullable suggestion and allow custom suggestions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6876">#6876</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/ff65235246bb6214fb64f0e0317373ca99f8bcbe">ff65235</a>)</li>
    </ul>
    <h2>v5.58.0</h2>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.57.1...v5.58.0">5.58.0</a> (2023-04-10)</h1>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [unified-signatures] allow overloads with different named and different number of parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6877">#6877</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/939d6656ebcb94fab048a08d719b3e77362ab5b4">939d665</a>)</li>
    <li><strong>parser:</strong> update getLib for new TypeScript targets ES2021, ES2022 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6782">#6782</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/1c0466414300f338c6c4111f8d1eac0c3e6a8983">1c04664</a>)</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.4...v5.59.5">5.59.5</a> (2023-05-08)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.3...v5.59.4">5.59.4</a> (2023-05-08)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.3">5.59.3</a> (2023-05-08)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2">5.59.2</a> (2023-05-01)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1">5.59.1</a> (2023-04-24)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.58.0...v5.59.0">5.59.0</a> (2023-04-17)</h1>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.57.1...v5.58.0">5.58.0</a> (2023-04-10)</h1>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a6f23a2dd5f1ad8e3ede0a4594a5e435182b4a2c"><code>a6f23a2</code></a> chore: publish v5.59.5</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/13fd1e5edbfee5c05a791ef49a711ffc0b0ed4e5"><code>13fd1e5</code></a> chore: publish v5.59.4</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/200afb6113e3d8f42e38d5b3493ee9b9bdfba22f"><code>200afb6</code></a> chore: publish v5.59.3</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ce5f5165c9d4c5843c86d48b6e6e9a488eb06b0a"><code>ce5f516</code></a> chore: publish v5.59.2</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2f32472787f01545e58d74a1d1cd6248a17a8a9c"><code>2f32472</code></a> chore: publish v5.59.1</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f1a0d78ddae418e13ae82f258d951690bb594eaf"><code>f1a0d78</code></a> chore: publish v5.59.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/0c6b63658aa5b01188480150fd777a1fa9b277eb"><code>0c6b636</code></a> chore: publish v5.58.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1c0466414300f338c6c4111f8d1eac0c3e6a8983"><code>1c04664</code></a> fix: update getLib for new TypeScript targets ES2021, ES2022 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/6782">#6782</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/772b19cd4b3d565670c07a1a42b36ee082a20387"><code>772b19c</code></a> chore: publish v5.57.1</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/69f827c81bfe29ea85b0794b9856c2d66539aa2c"><code>69f827c</code></a> chore: publish v5.57.0</li>
    <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.5/packages/parser">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=5.54.0&new-version=5.59.5)](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 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>
    dependabot[bot] committed May 12, 2023
    Configuration menu
    Copy the full SHA
    1135685 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Bump lint-staged from 13.1.1 to 13.2.2

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.1.1 to 13.2.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/okonet/lint-staged/releases">lint-staged's releases</a>.</em></p>
    <blockquote>
    <h2>v13.2.2</h2>
    <h2><a href="https://github.com/okonet/lint-staged/compare/v13.2.1...v13.2.2">13.2.2</a> (2023-04-26)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>dependencies:</strong> update <code>yaml@2.2.2</code> (GHSA-f9xv-q969-pqx4) (<a href="https://redirect.github.com/okonet/lint-staged/issues/1290">#1290</a>) (<a href="https://github.com/okonet/lint-staged/commit/cf691aa188719d9479ceaeffbffe814594fdb65f">cf691aa</a>)</li>
    </ul>
    <h2>v13.2.1</h2>
    <h2><a href="https://github.com/okonet/lint-staged/compare/v13.2.0...v13.2.1">13.2.1</a> (2023-04-07)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li>ignore &quot;package.json&quot; as config file when it's invalid JSON (<a href="https://redirect.github.com/okonet/lint-staged/issues/1281">#1281</a>) (<a href="https://github.com/okonet/lint-staged/commit/e7ed6f741d2ea0f084b06f3e1ac3d1d57fadf737">e7ed6f7</a>)</li>
    </ul>
    <h2>v13.2.0</h2>
    <h1><a href="https://github.com/okonet/lint-staged/compare/v13.1.2...v13.2.0">13.2.0</a> (2023-03-10)</h1>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>dependencies:</strong> replace <code>colorette</code> with <code>chalk</code> for better color support detection (<a href="https://github.com/okonet/lint-staged/commit/f5987252ae59537727a93373b59ab47bc2651a2f">f598725</a>)</li>
    <li>use index-based stash references for improved MSYS2 compatibility (<a href="https://redirect.github.com/okonet/lint-staged/issues/1270">#1270</a>) (<a href="https://github.com/okonet/lint-staged/commit/60fcd99451b88336a05ebbe71cda8909d2733ad7">60fcd99</a>)</li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li>version bump only (<a href="https://redirect.github.com/okonet/lint-staged/issues/1275">#1275</a>) (<a href="https://github.com/okonet/lint-staged/commit/05fb3829faa5437276d98450c34699fecfc8c1c8">05fb382</a>)</li>
    </ul>
    <h2>v13.1.2</h2>
    <h2><a href="https://github.com/okonet/lint-staged/compare/v13.1.1...v13.1.2">13.1.2</a> (2023-02-13)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li>disable stash by default when using diff option (<a href="https://redirect.github.com/okonet/lint-staged/issues/1259">#1259</a>) (<a href="https://github.com/okonet/lint-staged/commit/142c6f225087207ec4c63b7847795857d567ce40">142c6f2</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/okonet/lint-staged/commit/cf691aa188719d9479ceaeffbffe814594fdb65f"><code>cf691aa</code></a> fix(dependencies): update <code>yaml@2.2.2</code> (GHSA-f9xv-q969-pqx4) (<a href="https://redirect.github.com/okonet/lint-staged/issues/1290">#1290</a>)</li>
    <li><a href="https://github.com/okonet/lint-staged/commit/e7ed6f741d2ea0f084b06f3e1ac3d1d57fadf737"><code>e7ed6f7</code></a> fix: ignore &quot;package.json&quot; as config file when it's invalid JSON (<a href="https://redirect.github.com/okonet/lint-staged/issues/1281">#1281</a>)</li>
    <li><a href="https://github.com/okonet/lint-staged/commit/05fb3829faa5437276d98450c34699fecfc8c1c8"><code>05fb382</code></a> feat: version bump only (<a href="https://redirect.github.com/okonet/lint-staged/issues/1275">#1275</a>)</li>
    <li><a href="https://github.com/okonet/lint-staged/commit/f4351e33ac97bd65e85d25e8ce425751522c8ad7"><code>f4351e3</code></a> ci: disable workflow for <code>next</code> branch</li>
    <li><a href="https://github.com/okonet/lint-staged/commit/52a650b6ca99448eb4b6704a9bf0295e3e688882"><code>52a650b</code></a> docs: update README.md (<a href="https://redirect.github.com/okonet/lint-staged/issues/1273">#1273</a>)</li>
    <li><a href="https://github.com/okonet/lint-staged/commit/60fcd99451b88336a05ebbe71cda8909d2733ad7"><code>60fcd99</code></a> fix: use index-based stash references for improved MSYS2 compatibility (<a href="https://redirect.github.com/okonet/lint-staged/issues/1270">#1270</a>)</li>
    <li><a href="https://github.com/okonet/lint-staged/commit/0d843ce83060235635f1d1824c4bb744708b69ef"><code>0d843ce</code></a> chore(dependencies): update all dependencies</li>
    <li><a href="https://github.com/okonet/lint-staged/commit/f5987252ae59537727a93373b59ab47bc2651a2f"><code>f598725</code></a> fix(dependencies): replace <code>colorette</code> with <code>chalk</code> for better color support ...</li>
    <li><a href="https://github.com/okonet/lint-staged/commit/1bbe37af68963c13bdba5ba88f838233c0a947ea"><code>1bbe37a</code></a> chore(dependencies): update all dependencies</li>
    <li><a href="https://github.com/okonet/lint-staged/commit/f230c6984fa247c9c3a23e60778f22d06b8f3de4"><code>f230c69</code></a> docs: Clean up readme.me (<a href="https://redirect.github.com/okonet/lint-staged/issues/1263">#1263</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/okonet/lint-staged/compare/v13.1.1...v13.2.2">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lint-staged&package-manager=npm_and_yarn&previous-version=13.1.1&new-version=13.2.2)](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 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>
    dependabot[bot] committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d405933 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Bump jest and @types/jest

    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.
    Updates `jest` from 29.4.2 to 29.5.0
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">jest's releases</a>.</em></p>
    <blockquote>
    <h2>v29.5.0</h2>
    <h2>Features</h2>
    <ul>
    <li><code>[jest-changed-files]</code> Support Sapling (<a href="https://redirect.github.com/facebook/jest/pull/13941">#13941</a>)</li>
    <li><code>[jest-circus, @jest/cli, jest-config]</code> Add feature to randomize order of tests via CLI flag or through the config file(<a href="https://redirect.github.com/facebook/jest/pull/12922">#12922</a>)</li>
    <li><code>[jest-cli, jest-config, @jest/core, jest-haste-map, @jest/reporters, jest-runner, jest-runtime, @jest/types]</code> Add <code>workerThreads</code> configuration option to allow using <a href="https://nodejs.org/dist/latest/docs/api/worker_threads.html">worker threads</a> for parallelization (<a href="https://redirect.github.com/facebook/jest/pull/13939">#13939</a>)</li>
    <li><code>[jest-cli]</code> Export <code>yargsOptions</code> (<a href="https://redirect.github.com/facebook/jest/pull/13970">#13970</a>)</li>
    <li><code>[jest-config]</code> Add <code>openHandlesTimeout</code> option to configure possible open handles warning. (<a href="https://redirect.github.com/facebook/jest/pull/13875">#13875</a>)</li>
    <li><code>[@jest/create-cache-key-function]</code> Allow passing <code>length</code> argument to <code>createCacheKey()</code> function and set its default value to <code>16</code> on Windows (<a href="https://redirect.github.com/facebook/jest/pull/13827">#13827</a>)</li>
    <li><code>[jest-message-util]</code> Add support for <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError">AggregateError</a> (<a href="https://redirect.github.com/facebook/jest/pull/13946">#13946</a> &amp; <a href="https://redirect.github.com/facebook/jest/pull/13947">#13947</a>)</li>
    <li><code>[jest-message-util]</code> Add support for <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause">Error causes</a> in <code>test</code> and <code>it</code> (<a href="https://redirect.github.com/facebook/jest/pull/13935">#13935</a> &amp; <a href="https://redirect.github.com/facebook/jest/pull/13966">#13966</a>)</li>
    <li><code>[jest-reporters]</code> Add <code>summaryThreshold</code> option to summary reporter to allow overriding the internal threshold that is used to print the summary of all failed tests when the number of test suites surpasses it (<a href="https://redirect.github.com/facebook/jest/pull/13895">#13895</a>)</li>
    <li><code>[jest-runtime]</code> Expose <code>@sinonjs/fake-timers</code> async APIs functions <code>advanceTimersByTimeAsync(msToRun)</code> (<code>tickAsync(msToRun)</code>), <code>advanceTimersToNextTimerAsync(steps)</code> (<code>nextAsync</code>), <code>runAllTimersAsync</code> (<code>runAllAsync</code>), and <code>runOnlyPendingTimersAsync</code> (<code>runToLastAsync</code>) (<a href="https://redirect.github.com/facebook/jest/pull/13981">#13981</a>)</li>
    <li><code>[jest-runtime, @jest/transform]</code> Allow V8 coverage provider to collect coverage from files which were not loaded explicitly (<a href="https://redirect.github.com/facebook/jest/pull/13974">#13974</a>)</li>
    <li><code>[jest-snapshot]</code> Add support to <code>cts</code> and <code>mts</code> TypeScript files to inline snapshots (<a href="https://redirect.github.com/facebook/jest/pull/13975">#13975</a>)</li>
    <li><code>[jest-worker]</code> Add <code>start</code> method to worker farms (<a href="https://redirect.github.com/facebook/jest/pull/13937">#13937</a>)</li>
    <li><code>[jest-worker]</code> Support passing a URL as path to worker (<a href="https://redirect.github.com/facebook/jest/pull/13982">#13982</a>)</li>
    </ul>
    <h2>Fixes</h2>
    <ul>
    <li><code>[babel-plugin-jest-hoist]</code> Fix unwanted hoisting of nested <code>jest</code> usages (<a href="https://redirect.github.com/facebook/jest/pull/13952">#13952</a>)</li>
    <li><code>[jest-circus]</code> Send test case results for <code>todo</code> tests (<a href="https://redirect.github.com/facebook/jest/pull/13915">#13915</a>)</li>
    <li><code>[jest-circus]</code> Update message printed on test timeout (<a href="https://redirect.github.com/facebook/jest/pull/13830">#13830</a>)</li>
    <li><code>[jest-circus]</code> Avoid creating the word &quot;testfalse&quot; when <code>takesDoneCallback</code> is <code>false</code> in the message printed on test timeout AND updated timeouts test (<a href="https://redirect.github.com/facebook/jest/pull/13954">#13954</a>)</li>
    <li><code>[jest-environment-jsdom]</code> Stop setting <code>document</code> to <code>null</code> on teardown (<a href="https://redirect.github.com/facebook/jest/pull/13972">#13972</a>)</li>
    <li><code>[@jest/expect-utils]</code> Update <code>toStrictEqual()</code> to be able to check <code>jest.fn().mock.calls</code> (<a href="https://redirect.github.com/facebook/jest/pull/13960">#13960</a>)</li>
    <li><code>[@jest/test-result]</code> Allow <code>TestResultsProcessor</code> type to return a Promise (<a href="https://redirect.github.com/facebook/jest/pull/13950">#13950</a>)</li>
    </ul>
    <h2>Chore &amp; Maintenance</h2>
    <ul>
    <li><code>[jest-snapshot]</code> Remove dependency on <code>jest-haste-map</code> (<a href="https://redirect.github.com/facebook/jest/pull/13977">#13977</a>)</li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/frosas"><code>@​frosas</code></a> made their first contribution in <a href="https://redirect.github.com/facebook/jest/pull/13932">facebook/jest#13932</a></li>
    <li><a href="https://github.com/akshitsinha"><code>@​akshitsinha</code></a> made their first contribution in <a href="https://redirect.github.com/facebook/jest/pull/13915">facebook/jest#13915</a></li>
    <li><a href="https://github.com/trajano"><code>@​trajano</code></a> made their first contribution in <a href="https://redirect.github.com/facebook/jest/pull/13827">facebook/jest#13827</a></li>
    <li><a href="https://github.com/DercilioFontes"><code>@​DercilioFontes</code></a> made their first contribution in <a href="https://redirect.github.com/facebook/jest/pull/13954">facebook/jest#13954</a></li>
    <li><a href="https://github.com/jsnajdr"><code>@​jsnajdr</code></a> made their first contribution in <a href="https://redirect.github.com/facebook/jest/pull/13952">facebook/jest#13952</a></li>
    <li><a href="https://github.com/SteveFlames"><code>@​SteveFlames</code></a> made their first contribution in <a href="https://redirect.github.com/facebook/jest/pull/13895">facebook/jest#13895</a></li>
    <li><a href="https://github.com/willc001"><code>@​willc001</code></a> made their first contribution in <a href="https://redirect.github.com/facebook/jest/pull/13970">facebook/jest#13970</a></li>
    <li><a href="https://github.com/benjaminhobbs"><code>@​benjaminhobbs</code></a> made their first contribution in <a href="https://redirect.github.com/facebook/jest/pull/13901">facebook/jest#13901</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v29.4.3...v29.5.0">https://github.com/facebook/jest/compare/v29.4.3...v29.5.0</a></p>
    <h2>v29.4.3</h2>
    <h2>Features</h2>
    <ul>
    <li><code>[expect]</code> Update <code>toThrow()</code> to be able to use error <code>cause</code>s (<a href="https://redirect.github.com/facebook/jest/pull/13606">#13606</a>)</li>
    <li><code>[jest-core]</code> allow to use <code>workerIdleMemoryLimit</code> with only 1 worker or <code>runInBand</code> option (<a href="https://redirect.github.com/facebook/jest/pull/13846">#13846</a>)</li>
    <li><code>[jest-message-util]</code> Add support for <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause">error <code>cause</code>s</a> (<a href="https://redirect.github.com/facebook/jest/pull/13868">#13868</a> &amp; <a href="https://redirect.github.com/facebook/jest/pull/13912">#13912</a>)</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">jest's changelog</a>.</em></p>
    <blockquote>
    <h2>29.5.0</h2>
    <h3>Features</h3>
    <ul>
    <li><code>[jest-changed-files]</code> Support Sapling (<a href="https://redirect.github.com/facebook/jest/pull/13941">#13941</a>)</li>
    <li><code>[jest-circus, @jest/cli, jest-config]</code> Add feature to randomize order of tests via CLI flag or through the config file(<a href="https://redirect.github.com/facebook/jest/pull/12922">#12922</a>)</li>
    <li><code>[jest-cli, jest-config, @jest/core, jest-haste-map, @jest/reporters, jest-runner, jest-runtime, @jest/types]</code> Add <code>workerThreads</code> configuration option to allow using <a href="https://nodejs.org/dist/latest/docs/api/worker_threads.html">worker threads</a> for parallelization (<a href="https://redirect.github.com/facebook/jest/pull/13939">#13939</a>)</li>
    <li><code>[jest-cli]</code> Export <code>yargsOptions</code> (<a href="https://redirect.github.com/facebook/jest/pull/13970">#13970</a>)</li>
    <li><code>[jest-config]</code> Add <code>openHandlesTimeout</code> option to configure possible open handles warning. (<a href="https://redirect.github.com/facebook/jest/pull/13875">#13875</a>)</li>
    <li><code>[@jest/create-cache-key-function]</code> Allow passing <code>length</code> argument to <code>createCacheKey()</code> function and set its default value to <code>16</code> on Windows (<a href="https://redirect.github.com/facebook/jest/pull/13827">#13827</a>)</li>
    <li><code>[jest-message-util]</code> Add support for <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError">AggregateError</a> (<a href="https://redirect.github.com/facebook/jest/pull/13946">#13946</a> &amp; <a href="https://redirect.github.com/facebook/jest/pull/13947">#13947</a>)</li>
    <li><code>[jest-message-util]</code> Add support for <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause">Error causes</a> in <code>test</code> and <code>it</code> (<a href="https://redirect.github.com/facebook/jest/pull/13935">#13935</a> &amp; <a href="https://redirect.github.com/facebook/jest/pull/13966">#13966</a>)</li>
    <li><code>[jest-reporters]</code> Add <code>summaryThreshold</code> option to summary reporter to allow overriding the internal threshold that is used to print the summary of all failed tests when the number of test suites surpasses it (<a href="https://redirect.github.com/facebook/jest/pull/13895">#13895</a>)</li>
    <li><code>[jest-runtime]</code> Expose <code>@sinonjs/fake-timers</code> async APIs functions <code>advanceTimersByTimeAsync(msToRun)</code> (<code>tickAsync(msToRun)</code>), <code>advanceTimersToNextTimerAsync(steps)</code> (<code>nextAsync</code>), <code>runAllTimersAsync</code> (<code>runAllAsync</code>), and <code>runOnlyPendingTimersAsync</code> (<code>runToLastAsync</code>) (<a href="https://redirect.github.com/facebook/jest/pull/13981">#13981</a>)</li>
    <li><code>[jest-runtime, @jest/transform]</code> Allow V8 coverage provider to collect coverage from files which were not loaded explicitly (<a href="https://redirect.github.com/facebook/jest/pull/13974">#13974</a>)</li>
    <li><code>[jest-snapshot]</code> Add support to <code>cts</code> and <code>mts</code> TypeScript files to inline snapshots (<a href="https://redirect.github.com/facebook/jest/pull/13975">#13975</a>)</li>
    <li><code>[jest-worker]</code> Add <code>start</code> method to worker farms (<a href="https://redirect.github.com/facebook/jest/pull/13937">#13937</a>)</li>
    <li><code>[jest-worker]</code> Support passing a URL as path to worker (<a href="https://redirect.github.com/facebook/jest/pull/13982">#13982</a>)</li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li><code>[babel-plugin-jest-hoist]</code> Fix unwanted hoisting of nested <code>jest</code> usages (<a href="https://redirect.github.com/facebook/jest/pull/13952">#13952</a>)</li>
    <li><code>[jest-circus]</code> Send test case results for <code>todo</code> tests (<a href="https://redirect.github.com/facebook/jest/pull/13915">#13915</a>)</li>
    <li><code>[jest-circus]</code> Update message printed on test timeout (<a href="https://redirect.github.com/facebook/jest/pull/13830">#13830</a>)</li>
    <li><code>[jest-circus]</code> Avoid creating the word &quot;testfalse&quot; when <code>takesDoneCallback</code> is <code>false</code> in the message printed on test timeout AND updated timeouts test (<a href="https://redirect.github.com/facebook/jest/pull/13954">#13954</a>)</li>
    <li><code>[jest-environment-jsdom]</code> Stop setting <code>document</code> to <code>null</code> on teardown (<a href="https://redirect.github.com/facebook/jest/pull/13972">#13972</a>)</li>
    <li><code>[@jest/expect-utils]</code> Update <code>toStrictEqual()</code> to be able to check <code>jest.fn().mock.calls</code> (<a href="https://redirect.github.com/facebook/jest/pull/13960">#13960</a>)</li>
    <li><code>[@jest/test-result]</code> Allow <code>TestResultsProcessor</code> type to return a Promise (<a href="https://redirect.github.com/facebook/jest/pull/13950">#13950</a>)</li>
    </ul>
    <h3>Chore &amp; Maintenance</h3>
    <ul>
    <li><code>[jest-snapshot]</code> Remove dependency on <code>jest-haste-map</code> (<a href="https://redirect.github.com/facebook/jest/pull/13977">#13977</a>)</li>
    </ul>
    <h2>29.4.3</h2>
    <h3>Features</h3>
    <ul>
    <li><code>[expect]</code> Update <code>toThrow()</code> to be able to use error <code>cause</code>s (<a href="https://redirect.github.com/facebook/jest/pull/13606">#13606</a>)</li>
    <li><code>[jest-core]</code> allow to use <code>workerIdleMemoryLimit</code> with only 1 worker or <code>runInBand</code> option (<a href="https://redirect.github.com/facebook/jest/pull/13846">#13846</a>)</li>
    <li><code>[jest-message-util]</code> Add support for <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause">error <code>cause</code>s</a> (<a href="https://redirect.github.com/facebook/jest/pull/13868">#13868</a> &amp; <a href="https://redirect.github.com/facebook/jest/pull/13912">#13912</a>)</li>
    <li><code>[jest-runtime]</code> Revert <code>import assertions</code> for JSON modules as it's been relegated to Stage 2 (<a href="https://redirect.github.com/facebook/jest/pull/13911">#13911</a>)</li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li><code>[@jest/expect-utils]</code> <code>subsetEquality</code> should consider also an object's inherited string keys (<a href="https://redirect.github.com/facebook/jest/pull/13824">#13824</a>)</li>
    <li><code>[jest-mock]</code> Clear mock state when <code>jest.restoreAllMocks()</code> is called (<a href="https://redirect.github.com/facebook/jest/pull/13867">#13867</a>)</li>
    <li><code>[jest-mock]</code> Prevent <code>mockImplementationOnce</code> and <code>mockReturnValueOnce</code> bleeding into <code>withImplementation</code> (<a href="https://redirect.github.com/facebook/jest/pull/13888">#13888</a>)</li>
    <li><code>[jest-mock]</code> Do not restore mocks when <code>jest.resetAllMocks()</code> is called (<a href="https://redirect.github.com/facebook/jest/pull/13866">#13866</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/jestjs/jest/commit/39f3beda6b396665bebffab94e8d7c45be30454c"><code>39f3bed</code></a> v29.5.0</li>
    <li><a href="https://github.com/jestjs/jest/commit/a49c88610e49a3242576160740a32a2fe11161e1"><code>a49c886</code></a> v29.4.3</li>
    <li><a href="https://github.com/jestjs/jest/commit/6d2632adae0f0fa1fe116d3b475fd9783d0de1b5"><code>6d2632a</code></a> Update copyrights with Meta Platforms, restore original license in Jasmine fo...</li>
    <li>See full diff in <a href="https://github.com/facebook/jest/commits/v29.5.0/packages/jest">compare view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `@types/jest` from 29.4.0 to 29.5.1
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">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 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>
    dependabot[bot] committed May 16, 2023
    Configuration menu
    Copy the full SHA
    6acc2d0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Bump ts-jest from 29.0.5 to 29.1.0

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.0.5 to 29.1.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/releases">ts-jest's releases</a>.</em></p>
    <blockquote>
    <h2>v29.1.0</h2>
    <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">ts-jest's changelog</a>.</em></p>
    <blockquote>
    <h1><a href="https://github.com/kulshekhar/ts-jest/compare/v29.0.5...v29.1.0">29.1.0</a> (2023-03-26)</h1>
    <h3>Features</h3>
    <ul>
    <li>Support TypeScript 5.x (<a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4064">#4064</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/87f27821db99be411288b50a4f9baa7bedb98cc9">db98cc9</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4048">#4048</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/kulshekhar/ts-jest/commit/f208af917e48f7daef270e9850c5376c234c98bc"><code>f208af9</code></a> chore(release): 29.1.0 (<a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4070">#4070</a>)</li>
    <li><a href="https://github.com/kulshekhar/ts-jest/commit/eca695f713a86a5d840b1114c267a3bddb0fb6bf"><code>eca695f</code></a> build(deps): Update dependency <code>@​types/node</code> to v18.15.11 (<a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4072">#4072</a>)</li>
    <li><a href="https://github.com/kulshekhar/ts-jest/commit/4dfe2748ecee64aa31075d06ff6d5940bf9f6bf1"><code>4dfe274</code></a> build(deps): Update dependency eslint to ^8.37.0 (<a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4073">#4073</a>)</li>
    <li><a href="https://github.com/kulshekhar/ts-jest/commit/19aedc2b1bf422ec19d3f50551525bf140615e5d"><code>19aedc2</code></a> build(deps): Update <a href="https://github.com/types"><code>@​types</code></a> packages to ^5.57.0 (<a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4071">#4071</a>)</li>
    <li><a href="https://github.com/kulshekhar/ts-jest/commit/ca386468bbcd3c17da3c9d43a9b69bb926150ec4"><code>ca38646</code></a> build(deps): Update dependency <code>@​types/node</code> to v18.15.10 (<a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4068">#4068</a>)</li>
    <li><a href="https://github.com/kulshekhar/ts-jest/commit/c3af9e9ebcc2dced7594f8b2d6ca68a0b3d87235"><code>c3af9e9</code></a> build(deps): Update dependency esbuild to ~0.17.14 (<a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4069">#4069</a>)</li>
    <li><a href="https://github.com/kulshekhar/ts-jest/commit/87f27821db99be411288b50a4f9baa7bedb98cc9"><code>87f2782</code></a> build(deps): update dependency typescript to v5 (<a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4064">#4064</a>)</li>
    <li><a href="https://github.com/kulshekhar/ts-jest/commit/40c981c0926286a2c1c72b262e8cacfa09dbb88b"><code>40c981c</code></a> build(deps): Update dependency prettier to ^2.8.7 (<a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4067">#4067</a>)</li>
    <li><a href="https://github.com/kulshekhar/ts-jest/commit/f2374aa7a23989baa28cf808ad1f2ee537e0ceba"><code>f2374aa</code></a> build(deps): Update dependency esbuild to ~0.17.13 (<a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4066">#4066</a>)</li>
    <li><a href="https://github.com/kulshekhar/ts-jest/commit/b0052bb012a4c552e17ee4ca045aeadf50b5e97d"><code>b0052bb</code></a> build(deps): Update dependency <code>@​types/node</code> to v18.15.9 (<a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4065">#4065</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.0.5...v29.1.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ts-jest&package-manager=npm_and_yarn&previous-version=29.0.5&new-version=29.1.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 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>
    dependabot[bot] committed May 17, 2023
    Configuration menu
    Copy the full SHA
    96747d0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Bump @typescript-eslint/eslint-plugin from 5.59.5 to 5.59.6

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.5 to 5.59.6.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.59.6</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6">5.59.6</a> (2023-05-15)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6">5.59.6</a> (2023-05-15)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5b0e577f2552e8b2c53a3fb22edc9d219589b937"><code>5b0e577</code></a> chore: publish v5.59.6</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.6/packages/eslint-plugin">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.59.5&new-version=5.59.6)](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 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>
    dependabot[bot] committed May 18, 2023
    Configuration menu
    Copy the full SHA
    ee866a5 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Bump prettier from 2.8.4 to 2.8.8

    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.4 to 2.8.8.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p>
    <blockquote>
    <h2>2.8.8</h2>
    <p>This version is a republished version of v2.8.7.
    A bad version was accidentally published and <a href="https://redirect.github.com/npm/cli/issues/1686">it can't be unpublished</a>, apologies for the churn.</p>
    <h2>2.8.7</h2>
    <ul>
    <li>Allow multiple decorators on same getter/setter</li>
    </ul>
    <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#287">Changelog</a></p>
    <h2>2.8.6</h2>
    <ul>
    <li>Allow decorators on private members and class expressions</li>
    </ul>
    <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#286">Changelog</a></p>
    <h2>2.8.5</h2>
    <ul>
    <li>Support TypeScript 5.0</li>
    </ul>
    <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#285">Changelog</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p>
    <blockquote>
    <h1>2.8.8</h1>
    <p>This version is a republished version of v2.8.7.
    A bad version was accidentally published and <a href="https://redirect.github.com/npm/cli/issues/1686">it can't be unpublished</a>, apologies for the churn.</p>
    <h1>2.8.7</h1>
    <p><a href="https://github.com/prettier/prettier/compare/2.8.6...2.8.7">diff</a></p>
    <h4>Allow multiple decorators on same getter/setter (<a href="https://redirect.github.com/prettier/prettier/pull/14584">#14584</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4>
    <!-- raw HTML omitted -->
    <pre lang="ts"><code>// Input
    class A {
      @decorator()
      get foo () {}
    <p><a href="https://github.com/decorator"><code>@​decorator</code></a>()
    set foo (value) {}
    }</p>
    <p>// Prettier 2.8.6
    SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. (5:3)
    3 |   get foo () {}
    4 |<br />
    &gt; 5 |   <a href="https://github.com/decorator"><code>@​decorator</code></a>()
    |   ^^^^^^^^^^^^
    6 |   set foo (value) {}
    7 | }</p>
    <p>// Prettier 2.8.7
    class A {
    <a href="https://github.com/decorator"><code>@​decorator</code></a>()
    get foo() {}</p>
    <p><a href="https://github.com/decorator"><code>@​decorator</code></a>()
    set foo(value) {}
    }
    </code></pre></p>
    <h1>2.8.6</h1>
    <p><a href="https://github.com/prettier/prettier/compare/2.8.5...2.8.6">diff</a></p>
    <h4>Allow decorators on private members and class expressions (<a href="https://redirect.github.com/prettier/prettier/pull/14548">#14548</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4>
    <!-- raw HTML omitted -->
    <pre lang="ts"><code>// Input
    &lt;/tr&gt;&lt;/table&gt; 
    </code></pre>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/prettier/prettier/commit/1b7fad52558e16444399d11ff2d89aa8ed895c77"><code>1b7fad5</code></a> Release 2.8.8</li>
    <li><a href="https://github.com/prettier/prettier/commit/543a9d71a7a61436948814181bd3a5b434a6c2ae"><code>543a9d7</code></a> Release 2.8.7</li>
    <li><a href="https://github.com/prettier/prettier/commit/f9fae7f34ce6a5664073fb9c78d692dcacb82527"><code>f9fae7f</code></a> Allow multiple decorators on same getter/setter (<a href="https://redirect.github.com/prettier/prettier/issues/14584">#14584</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/10fe1ed6230c6dcdce879104b69cfb2274728c86"><code>10fe1ed</code></a> Release 2.8.6</li>
    <li><a href="https://github.com/prettier/prettier/commit/44aef0b1ba067cd286ae5b79a9f1f17c751e4cdf"><code>44aef0b</code></a> Allow decorator on private members and class expressions (<a href="https://redirect.github.com/prettier/prettier/issues/14548">#14548</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/ddf3b43c33e2e98f6413b5232ad623876d96738e"><code>ddf3b43</code></a> Clean changelog</li>
    <li><a href="https://github.com/prettier/prettier/commit/71ba29f22bf39d8ddbfd42f33fefd8efdd28a64b"><code>71ba29f</code></a> Git blame ignore 2.8.5</li>
    <li><a href="https://github.com/prettier/prettier/commit/c1808e86a3c7c2c8f43093f99e78fce3b6d0a97d"><code>c1808e8</code></a> Bump Prettier dependency to 2.8.5</li>
    <li><a href="https://github.com/prettier/prettier/commit/0a7953591661bc2f54a9124d8ced69c19c1c0353"><code>0a79535</code></a> Release 2.8.5</li>
    <li><a href="https://github.com/prettier/prettier/commit/019ebe52078efb6ba0ed802ea104617744f42e4c"><code>019ebe5</code></a> Support TypeScript 5 (backport <a href="https://redirect.github.com/prettier/prettier/issues/14391">#14391</a> and <a href="https://redirect.github.com/prettier/prettier/issues/13819">#13819</a>) (<a href="https://redirect.github.com/prettier/prettier/issues/14512">#14512</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.8.4...2.8.8">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.8.4&new-version=2.8.8)](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 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>
    dependabot[bot] committed May 19, 2023
    Configuration menu
    Copy the full SHA
    430929d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Bump @typescript-eslint/parser from 5.59.5 to 5.59.6

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.5 to 5.59.6.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.59.6</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6">5.59.6</a> (2023-05-15)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6">5.59.6</a> (2023-05-15)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5b0e577f2552e8b2c53a3fb22edc9d219589b937"><code>5b0e577</code></a> chore: publish v5.59.6</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.6/packages/parser">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=5.59.5&new-version=5.59.6)](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 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>
    dependabot[bot] committed May 22, 2023
    Configuration menu
    Copy the full SHA
    f331e80 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Bump @types/node from 20.0.0 to 20.2.3

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.0.0 to 20.2.3.
    <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 />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.0.0&new-version=20.2.3)](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 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>
    dependabot[bot] committed May 23, 2023
    Configuration menu
    Copy the full SHA
    3bce810 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Add support for Iron (#568)

    Signed-off-by: Stefan Hoffmann <stefan.hoffmann@schiller.de>
    hoffmann-stefan committed May 24, 2023
    Configuration menu
    Copy the full SHA
    ff1a156 View commit details
    Browse the repository at this point in the history
  2. 0.6.2

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed May 24, 2023
    Configuration menu
    Copy the full SHA
    0395475 View commit details
    Browse the repository at this point in the history
  3. Bump @typescript-eslint/parser from 5.59.6 to 5.59.7

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.6 to 5.59.7.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.59.7</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7">5.59.7</a> (2023-05-22)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7">5.59.7</a> (2023-05-22)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5166a00e1a903901c5bedbd7d57198fc0962061e"><code>5166a00</code></a> chore: publish v5.59.7</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.7/packages/parser">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=5.59.6&new-version=5.59.7)](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 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>
    dependabot[bot] committed May 24, 2023
    Configuration menu
    Copy the full SHA
    34737b7 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Bump @typescript-eslint/eslint-plugin from 5.59.6 to 5.59.7

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.6 to 5.59.7.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.59.7</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7">5.59.7</a> (2023-05-22)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7">5.59.7</a> (2023-05-22)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5166a00e1a903901c5bedbd7d57198fc0962061e"><code>5166a00</code></a> chore: publish v5.59.7</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8951732e839a94d7c436d5774d473e6a05e8a9f1"><code>8951732</code></a> docs(website): fix wrong example in <code>prefer-includes</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7036">#7036</a>)</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.7/packages/eslint-plugin">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.59.6&new-version=5.59.7)](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 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>
    dependabot[bot] committed May 25, 2023
    Configuration menu
    Copy the full SHA
    0f8a7a4 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Bump @types/node from 20.2.3 to 20.2.4

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.2.3 to 20.2.4.
    <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 />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.2.3&new-version=20.2.4)](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 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>
    dependabot[bot] committed May 26, 2023
    Configuration menu
    Copy the full SHA
    5f0a71b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Bump eslint from 8.40.0 to 8.41.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.40.0 to 8.41.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p>
    <blockquote>
    <h2>v8.41.0</h2>
    <h2>Features</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/880a4317b949e575a4a6c5e8baaba1eea7674cc6"><code>880a431</code></a> feat: change default ignore pattern to <code>**/node_modules/</code> in flat config (<a href="https://redirect.github.com/eslint/eslint/issues/17184">#17184</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/8bf550594fca6d29fab1a3453e701c1a457767e1"><code>8bf5505</code></a> feat: expose <code>shouldUseFlatConfig</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17169">#17169</a>) (Connor Prussin)</li>
    </ul>
    <h2>Bug Fixes</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/4f5440db631707b17140c4e5cc7beb223afbd2b9"><code>4f5440d</code></a> fix: incorrect warning message for ignored dotfiles (<a href="https://redirect.github.com/eslint/eslint/issues/17196">#17196</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/94da96cbf0fb2bb6694fa2e757eb1b3e74c40db7"><code>94da96c</code></a> fix: unify <code>LintMessage</code> type (<a href="https://redirect.github.com/eslint/eslint/issues/17076">#17076</a>) (Brandon Mills)</li>
    <li><a href="https://github.com/eslint/eslint/commit/0c415cda5d76dbe5120ab9f3c4c81320538e35f0"><code>0c415cd</code></a> fix: validate <code>ignorePatterns</code> constructor option in <code>FlatESLint</code> class (<a href="https://redirect.github.com/eslint/eslint/issues/17139">#17139</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/9682d669e4ee8641293914e21679f40fee8bc354"><code>9682d66</code></a> fix: switch <code>grapheme-splitter</code> to <code>graphemer</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17160">#17160</a>) (fisker Cheung)</li>
    </ul>
    <h2>Documentation</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/7709b14e18ad4e11c1119ed6575454243b8e7084"><code>7709b14</code></a> docs: Update README (GitHub Actions Bot)</li>
    <li><a href="https://github.com/eslint/eslint/commit/7f183e020579380fa57473caaf9ed154470c25b3"><code>7f183e0</code></a> docs: Update triage process description (<a href="https://redirect.github.com/eslint/eslint/issues/17157">#17157</a>) (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/b68346b290d55324e73868ca42b3854157b27375"><code>b68346b</code></a> docs: fix license to reflect relicensing of jshint (<a href="https://redirect.github.com/eslint/eslint/issues/17165">#17165</a>) (Stefan Bischof)</li>
    </ul>
    <h2>Chores</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/f43216a8c77ab6cf1d0823978e8c728786b4cba7"><code>f43216a</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.41.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17200">#17200</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/95c300780a1cfd9ad680bc78850542eb55d7fbf4"><code>95c3007</code></a> chore: package.json update for <code>@​eslint/js</code> release (ESLint Jenkins)</li>
    <li><a href="https://github.com/eslint/eslint/commit/ddc5291debd90ff476e17c532af7577e26720b91"><code>ddc5291</code></a> chore: don't use deprecated <code>context</code> methods in <code>ast-utils</code> tests (<a href="https://redirect.github.com/eslint/eslint/issues/17194">#17194</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/b1516db51514032ed06e1425c4b1f955238dc682"><code>b1516db</code></a> chore: Fix return type of <code>findFlatConfigFile</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17161">#17161</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/918b0fd21723e84bd7acb17942a36606f1d8360a"><code>918b0fd</code></a> perf: Store indent descriptors in a plain array (<a href="https://redirect.github.com/eslint/eslint/issues/17148">#17148</a>) (Francesco Trotta)</li>
    <li><a href="https://github.com/eslint/eslint/commit/4caa34449555d8a680222ec2049d97c59476c11e"><code>4caa344</code></a> refactor: locateConfigFileToUse returns an Error object (<a href="https://redirect.github.com/eslint/eslint/issues/17159">#17159</a>) (唯然)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p>
    <blockquote>
    <p>v8.41.0 - May 19, 2023</p>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/f43216a8c77ab6cf1d0823978e8c728786b4cba7"><code>f43216a</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.41.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17200">#17200</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/95c300780a1cfd9ad680bc78850542eb55d7fbf4"><code>95c3007</code></a> chore: package.json update for <code>@​eslint/js</code> release (ESLint Jenkins)</li>
    <li><a href="https://github.com/eslint/eslint/commit/4f5440db631707b17140c4e5cc7beb223afbd2b9"><code>4f5440d</code></a> fix: incorrect warning message for ignored dotfiles (<a href="https://redirect.github.com/eslint/eslint/issues/17196">#17196</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/ddc5291debd90ff476e17c532af7577e26720b91"><code>ddc5291</code></a> chore: don't use deprecated <code>context</code> methods in <code>ast-utils</code> tests (<a href="https://redirect.github.com/eslint/eslint/issues/17194">#17194</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/880a4317b949e575a4a6c5e8baaba1eea7674cc6"><code>880a431</code></a> feat: change default ignore pattern to <code>**/node_modules/</code> in flat config (<a href="https://redirect.github.com/eslint/eslint/issues/17184">#17184</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/94da96cbf0fb2bb6694fa2e757eb1b3e74c40db7"><code>94da96c</code></a> fix: unify <code>LintMessage</code> type (<a href="https://redirect.github.com/eslint/eslint/issues/17076">#17076</a>) (Brandon Mills)</li>
    <li><a href="https://github.com/eslint/eslint/commit/7709b14e18ad4e11c1119ed6575454243b8e7084"><code>7709b14</code></a> docs: Update README (GitHub Actions Bot)</li>
    <li><a href="https://github.com/eslint/eslint/commit/8bf550594fca6d29fab1a3453e701c1a457767e1"><code>8bf5505</code></a> feat: expose <code>shouldUseFlatConfig</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17169">#17169</a>) (Connor Prussin)</li>
    <li><a href="https://github.com/eslint/eslint/commit/7f183e020579380fa57473caaf9ed154470c25b3"><code>7f183e0</code></a> docs: Update triage process description (<a href="https://redirect.github.com/eslint/eslint/issues/17157">#17157</a>) (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/0c415cda5d76dbe5120ab9f3c4c81320538e35f0"><code>0c415cd</code></a> fix: validate <code>ignorePatterns</code> constructor option in <code>FlatESLint</code> class (<a href="https://redirect.github.com/eslint/eslint/issues/17139">#17139</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/b1516db51514032ed06e1425c4b1f955238dc682"><code>b1516db</code></a> chore: Fix return type of <code>findFlatConfigFile</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17161">#17161</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/b68346b290d55324e73868ca42b3854157b27375"><code>b68346b</code></a> docs: fix license to reflect relicensing of jshint (<a href="https://redirect.github.com/eslint/eslint/issues/17165">#17165</a>) (Stefan Bischof)</li>
    <li><a href="https://github.com/eslint/eslint/commit/9682d669e4ee8641293914e21679f40fee8bc354"><code>9682d66</code></a> fix: switch <code>grapheme-splitter</code> to <code>graphemer</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17160">#17160</a>) (fisker Cheung)</li>
    <li><a href="https://github.com/eslint/eslint/commit/918b0fd21723e84bd7acb17942a36606f1d8360a"><code>918b0fd</code></a> perf: Store indent descriptors in a plain array (<a href="https://redirect.github.com/eslint/eslint/issues/17148">#17148</a>) (Francesco Trotta)</li>
    <li><a href="https://github.com/eslint/eslint/commit/4caa34449555d8a680222ec2049d97c59476c11e"><code>4caa344</code></a> refactor: locateConfigFileToUse returns an Error object (<a href="https://redirect.github.com/eslint/eslint/issues/17159">#17159</a>) (唯然)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/7a2a0bed1bcded9461e8432aa09d754431d8725b"><code>7a2a0be</code></a> 8.41.0</li>
    <li><a href="https://github.com/eslint/eslint/commit/acd615cd1b4604115070e855ed5ee62322b8edb0"><code>acd615c</code></a> Build: changelog update for 8.41.0</li>
    <li><a href="https://github.com/eslint/eslint/commit/f43216a8c77ab6cf1d0823978e8c728786b4cba7"><code>f43216a</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.41.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17200">#17200</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/95c300780a1cfd9ad680bc78850542eb55d7fbf4"><code>95c3007</code></a> chore: package.json update for <code>@​eslint/js</code> release</li>
    <li><a href="https://github.com/eslint/eslint/commit/4f5440db631707b17140c4e5cc7beb223afbd2b9"><code>4f5440d</code></a> fix: incorrect warning message for ignored dotfiles (<a href="https://redirect.github.com/eslint/eslint/issues/17196">#17196</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/ddc5291debd90ff476e17c532af7577e26720b91"><code>ddc5291</code></a> chore: don't use deprecated <code>context</code> methods in <code>ast-utils</code> tests (<a href="https://redirect.github.com/eslint/eslint/issues/17194">#17194</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/880a4317b949e575a4a6c5e8baaba1eea7674cc6"><code>880a431</code></a> feat: change default ignore pattern to <code>**/node_modules/</code> in flat config (<a href="https://redirect.github.com/eslint/eslint/issues/17">#17</a>...</li>
    <li><a href="https://github.com/eslint/eslint/commit/94da96cbf0fb2bb6694fa2e757eb1b3e74c40db7"><code>94da96c</code></a> fix: unify <code>LintMessage</code> type (<a href="https://redirect.github.com/eslint/eslint/issues/17076">#17076</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/7709b14e18ad4e11c1119ed6575454243b8e7084"><code>7709b14</code></a> docs: Update README</li>
    <li><a href="https://github.com/eslint/eslint/commit/8bf550594fca6d29fab1a3453e701c1a457767e1"><code>8bf5505</code></a> feat: expose <code>shouldUseFlatConfig</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17169">#17169</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.40.0...v8.41.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=8.40.0&new-version=8.41.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 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>
    dependabot[bot] committed May 29, 2023
    Configuration menu
    Copy the full SHA
    5bf0808 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Bump @typescript-eslint/parser from 5.59.7 to 5.59.8

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.7 to 5.59.8.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.59.8</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8">5.59.8</a> (2023-05-29)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8">5.59.8</a> (2023-05-29)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/391a6702c0a9b5b3874a7a27047f2a721f090fb6"><code>391a670</code></a> chore: publish v5.59.8</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.8/packages/parser">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=5.59.7&new-version=5.59.8)](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 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>
    dependabot[bot] committed May 30, 2023
    Configuration menu
    Copy the full SHA
    9f73258 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.8

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.7 to 5.59.8.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.59.8</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8">5.59.8</a> (2023-05-29)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8">5.59.8</a> (2023-05-29)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/391a6702c0a9b5b3874a7a27047f2a721f090fb6"><code>391a670</code></a> chore: publish v5.59.8</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6b8ec6e9ef743719180a3ee45bc8a4a858718f41"><code>6b8ec6e</code></a> docs(eslint-plugin): update correct code example for sort-type-constituents (...</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.8/packages/eslint-plugin">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.59.7&new-version=5.59.8)](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 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>
    dependabot[bot] committed May 31, 2023
    Configuration menu
    Copy the full SHA
    d89b6e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Bump @types/jest from 29.5.1 to 29.5.2

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.1 to 29.5.2.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=29.5.1&new-version=29.5.2)](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 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>
    dependabot[bot] committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    ff93902 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Bump typescript from 5.0.4 to 5.1.3

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.1.3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p>
    <blockquote>
    <h2>TypeScript 5.1.3</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+">fixed issues query for Typescript 5.1.0 (Beta)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+">fixed issues query for Typescript 5.1.1 (RC)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+">fixed issues query for Typescript 5.1.3 (Stable)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
    </ul>
    <h2>TypeScript 5.1 RC</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-1-rc/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+">fixed issues query for Typescript 5.1.0 (Beta)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+">fixed issues query for Typescript 5.1.1 (RC)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
    </ul>
    <h2>TypeScript 5.1 Beta</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-1-beta/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+">fixed issues query for Typescript 5.1.0 (Beta)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/microsoft/TypeScript/commit/7275ded359554bbef410c96cd8cfc32a2f31ed84"><code>7275ded</code></a> Bump version to 5.1.3 and update LKG.</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/1143a21f03bdfc030a8c6ff8e894bc6ce024cfff"><code>1143a21</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/54454">#54454</a> (Use <code>replaceAll</code> instead of an inco...) into release-5.1 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/b7d523ecbbd583d37766b7946860bc5ce4835c5f"><code>b7d523e</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/54450">#54450</a> (Resolve tslib re-exports before che...) into release-5.1 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/a360d9fb3af1622374efcdcd8810f2eab397d504"><code>a360d9f</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/54315">#54315</a> (add baseline for linked editing) into release-5.1 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/54419">#54419</a>)</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/c8da9d59fe245518f946dc940b33b540ef6e08b2"><code>c8da9d5</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/54358">#54358</a> (Don't use text change's `createNewF...) into release-5.1 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/cede745ab3251f0cf186d360d9587ddf1449d345"><code>cede745</code></a> Cherry-picks 544d432 into release-5.1.</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/a38e4f5749386a6f27f561e5b21b94b1babea52a"><code>a38e4f5</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/54169">#54169</a> (Fix creation of composite union typ...) into release-5.1 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/898edb5381efa0c6c0213dc1b9e165dad83b71d0"><code>898edb5</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/54208">#54208</a> (Properly handle <code>typeof this.xxx</code> i...) into release-5.1 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/42e783930eb5aa244f85db412118b9afedb38128"><code>42e7839</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/54317">#54317</a> (Resolve re-exports when looking for...) into release-5.1 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/ed924d0585692e9010a32c7c7f8fb655245a6743"><code>ed924d0</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/54112">#54112</a> (Fix <code>isGenericReducibleType</code> to all...) into release-5.1 (#...</li>
    <li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v5.0.4...v5.1.3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=5.0.4&new-version=5.1.3)](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 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>
    dependabot[bot] committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    3f094ce View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Bump eslint from 8.41.0 to 8.42.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.42.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p>
    <blockquote>
    <h2>v8.42.0</h2>
    <h2>Features</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/b8448ff1ae1adf26a81dea07f340caa5b5c2f257"><code>b8448ff</code></a> feat: correct no-useless-return behaviour in try statements (<a href="https://redirect.github.com/eslint/eslint/issues/16996">#16996</a>) (Nitin Kumar)</li>
    </ul>
    <h2>Bug Fixes</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/a5896360c3faa1e7d1fe81a9907a434b8b8f6b60"><code>a589636</code></a> fix: Config with <code>ignores</code> and without <code>files</code> should not always apply (<a href="https://redirect.github.com/eslint/eslint/issues/17181">#17181</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/c4fad173c7149dbcd25695c19c68663102b9ec6b"><code>c4fad17</code></a> fix: Correct ignore message for &quot;node_modules&quot; subfolders (<a href="https://redirect.github.com/eslint/eslint/issues/17217">#17217</a>) (Francesco Trotta)</li>
    </ul>
    <h2>Documentation</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/01d7142642c87241135699571e8010f5e8fcda4f"><code>01d7142</code></a> docs: Update README (GitHub Actions Bot)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e5182b723ff82bb3b55c50c06d64626055414b31"><code>e5182b7</code></a> docs: Update README (GitHub Actions Bot)</li>
    </ul>
    <h2>Chores</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/6ca5b7ca3bac9e10c6cfee4cdc78446e94eb7607"><code>6ca5b7c</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.42.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17236">#17236</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/67fc5e730e4dfc372dea11e15d3f5165bc812491"><code>67fc5e7</code></a> chore: package.json update for <code>@​eslint/js</code> release (ESLint Jenkins)</li>
    <li><a href="https://github.com/eslint/eslint/commit/0892412556b2ba6c3d1b85152dafe47a3f4cba72"><code>0892412</code></a> refactor: remove <code>Identifier</code> listener in no-irregular-whitespace (<a href="https://redirect.github.com/eslint/eslint/issues/17235">#17235</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/f67d2984c3c3f26497842a04d5166707587c1fca"><code>f67d298</code></a> test: Add <code>FlatESLint</code> tests with missing config files (<a href="https://redirect.github.com/eslint/eslint/issues/17164">#17164</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/5b68d51e3e6bd003d6cf74d3434f7165691b4f4d"><code>5b68d51</code></a> chore: Fix <code>fixedsize</code> attribute in code path analysis DOT debug output (<a href="https://redirect.github.com/eslint/eslint/issues/17202">#17202</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/37432f27dc15817d66cf42377792197dc2aeb8b2"><code>37432f2</code></a> chore: update descriptions in key-spacing tests (<a href="https://redirect.github.com/eslint/eslint/issues/17195">#17195</a>) (Milos Djermanovic)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p>
    <blockquote>
    <p>v8.42.0 - June 2, 2023</p>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/6ca5b7ca3bac9e10c6cfee4cdc78446e94eb7607"><code>6ca5b7c</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.42.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17236">#17236</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/67fc5e730e4dfc372dea11e15d3f5165bc812491"><code>67fc5e7</code></a> chore: package.json update for <code>@​eslint/js</code> release (ESLint Jenkins)</li>
    <li><a href="https://github.com/eslint/eslint/commit/0892412556b2ba6c3d1b85152dafe47a3f4cba72"><code>0892412</code></a> refactor: remove <code>Identifier</code> listener in no-irregular-whitespace (<a href="https://redirect.github.com/eslint/eslint/issues/17235">#17235</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/a5896360c3faa1e7d1fe81a9907a434b8b8f6b60"><code>a589636</code></a> fix: Config with <code>ignores</code> and without <code>files</code> should not always apply (<a href="https://redirect.github.com/eslint/eslint/issues/17181">#17181</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/01d7142642c87241135699571e8010f5e8fcda4f"><code>01d7142</code></a> docs: Update README (GitHub Actions Bot)</li>
    <li><a href="https://github.com/eslint/eslint/commit/f67d2984c3c3f26497842a04d5166707587c1fca"><code>f67d298</code></a> test: Add <code>FlatESLint</code> tests with missing config files (<a href="https://redirect.github.com/eslint/eslint/issues/17164">#17164</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e5182b723ff82bb3b55c50c06d64626055414b31"><code>e5182b7</code></a> docs: Update README (GitHub Actions Bot)</li>
    <li><a href="https://github.com/eslint/eslint/commit/c4fad173c7149dbcd25695c19c68663102b9ec6b"><code>c4fad17</code></a> fix: Correct ignore message for &quot;node_modules&quot; subfolders (<a href="https://redirect.github.com/eslint/eslint/issues/17217">#17217</a>) (Francesco Trotta)</li>
    <li><a href="https://github.com/eslint/eslint/commit/5b68d51e3e6bd003d6cf74d3434f7165691b4f4d"><code>5b68d51</code></a> chore: Fix <code>fixedsize</code> attribute in code path analysis DOT debug output (<a href="https://redirect.github.com/eslint/eslint/issues/17202">#17202</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/b8448ff1ae1adf26a81dea07f340caa5b5c2f257"><code>b8448ff</code></a> feat: correct no-useless-return behaviour in try statements (<a href="https://redirect.github.com/eslint/eslint/issues/16996">#16996</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/37432f27dc15817d66cf42377792197dc2aeb8b2"><code>37432f2</code></a> chore: update descriptions in key-spacing tests (<a href="https://redirect.github.com/eslint/eslint/issues/17195">#17195</a>) (Milos Djermanovic)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/96ad0dbc5e0072e40004ee7d938b576ffcb8af8d"><code>96ad0db</code></a> 8.42.0</li>
    <li><a href="https://github.com/eslint/eslint/commit/40b34afd01045ab6ec5ed91573d0e11e5aec8c97"><code>40b34af</code></a> Build: changelog update for 8.42.0</li>
    <li><a href="https://github.com/eslint/eslint/commit/6ca5b7ca3bac9e10c6cfee4cdc78446e94eb7607"><code>6ca5b7c</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.42.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17236">#17236</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/67fc5e730e4dfc372dea11e15d3f5165bc812491"><code>67fc5e7</code></a> chore: package.json update for <code>@​eslint/js</code> release</li>
    <li><a href="https://github.com/eslint/eslint/commit/0892412556b2ba6c3d1b85152dafe47a3f4cba72"><code>0892412</code></a> refactor: remove <code>Identifier</code> listener in no-irregular-whitespace (<a href="https://redirect.github.com/eslint/eslint/issues/17235">#17235</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/a5896360c3faa1e7d1fe81a9907a434b8b8f6b60"><code>a589636</code></a> fix: Config with <code>ignores</code> and without <code>files</code> should not always apply (<a href="https://redirect.github.com/eslint/eslint/issues/17181">#17181</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/01d7142642c87241135699571e8010f5e8fcda4f"><code>01d7142</code></a> docs: Update README</li>
    <li><a href="https://github.com/eslint/eslint/commit/f67d2984c3c3f26497842a04d5166707587c1fca"><code>f67d298</code></a> test: Add <code>FlatESLint</code> tests with missing config files (<a href="https://redirect.github.com/eslint/eslint/issues/17164">#17164</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e5182b723ff82bb3b55c50c06d64626055414b31"><code>e5182b7</code></a> docs: Update README</li>
    <li><a href="https://github.com/eslint/eslint/commit/c4fad173c7149dbcd25695c19c68663102b9ec6b"><code>c4fad17</code></a> fix: Correct ignore message for &quot;node_modules&quot; subfolders (<a href="https://redirect.github.com/eslint/eslint/issues/17217">#17217</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.41.0...v8.42.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=8.41.0&new-version=8.42.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 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>
    dependabot[bot] committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    2e85742 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.59.9

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.8 to 5.59.9.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.59.9</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9">5.59.9</a> (2023-06-05)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9">5.59.9</a> (2023-06-05)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a2b6b2e0a1ccdfbd5c76ba3fbcffd94d29f5d2b1"><code>a2b6b2e</code></a> chore: publish v5.59.9</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4710a226cb3e024fbc5157ab6102c9310cfbeeed"><code>4710a22</code></a> chore: update to latest nx and lerna (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7019">#7019</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a9cf44b49775913400f3bdb08d4b8269ea0f74d4"><code>a9cf44b</code></a> docs: correct explicit-module-boundary-types correct case (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7073">#7073</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f5d174dae965c3fd93ab753409a00226033e183f"><code>f5d174d</code></a> docs: replace extend any with unknown for no-unnecessary-type-constra… (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6976">#6976</a>)</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.9/packages/eslint-plugin">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.59.8&new-version=5.59.9)](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 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>
    dependabot[bot] committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    7647afe View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Bump @types/node from 20.2.4 to 20.3.0

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.2.4 to 20.3.0.
    <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 />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.2.4&new-version=20.3.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 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>
    dependabot[bot] committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f773327 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Bump @typescript-eslint/parser from 5.59.8 to 5.59.11

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.8 to 5.59.11.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.59.11</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11">5.59.11</a> (2023-06-12)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    <h2>v5.59.10</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10">5.59.10</a> (2023-06-12)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    <h2>v5.59.9</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9">5.59.9</a> (2023-06-05)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11">5.59.11</a> (2023-06-12)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10">5.59.10</a> (2023-06-12)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9">5.59.9</a> (2023-06-05)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a91bb9e264544fc635a44468c2543b94fa83ac1c"><code>a91bb9e</code></a> chore: publish v5.59.11</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9768e989d332fb11c9cb6c72f8d1d707a0b59b95"><code>9768e98</code></a> chore: publish v5.59.10</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a2b6b2e0a1ccdfbd5c76ba3fbcffd94d29f5d2b1"><code>a2b6b2e</code></a> chore: publish v5.59.9</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4710a226cb3e024fbc5157ab6102c9310cfbeeed"><code>4710a22</code></a> chore: update to latest nx and lerna (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/7019">#7019</a>)</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.11/packages/parser">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=5.59.8&new-version=5.59.11)](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 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>
    dependabot[bot] committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    3a9162f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Bump @types/node from 20.3.0 to 20.3.1

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.3.0 to 20.3.1.
    <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 />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.3.0&new-version=20.3.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 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 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>
    dependabot[bot] committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c2f3cc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Bump @typescript-eslint/eslint-plugin from 5.59.9 to 5.59.11

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.9 to 5.59.11.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.59.11</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11">5.59.11</a> (2023-06-12)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    <h2>v5.59.10</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10">5.59.10</a> (2023-06-12)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11">5.59.11</a> (2023-06-12)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</code></p>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10">5.59.10</a> (2023-06-12)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a91bb9e264544fc635a44468c2543b94fa83ac1c"><code>a91bb9e</code></a> chore: publish v5.59.11</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9768e989d332fb11c9cb6c72f8d1d707a0b59b95"><code>9768e98</code></a> chore: publish v5.59.10</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.11/packages/eslint-plugin">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.59.9&new-version=5.59.11)](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 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>
    dependabot[bot] committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    b94d404 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Bump eslint from 8.42.0 to 8.43.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.42.0 to 8.43.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p>
    <blockquote>
    <h2>v8.43.0</h2>
    <h2>Features</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/14581ff15aaee5a55c46bbf4983818ddc8dd7cb1"><code>14581ff</code></a> feat: directive prologue detection and autofix condition in <code>quotes</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17284">#17284</a>) (Francesco Trotta)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e50fac3f8f998f729e3080e256066db3a7827c67"><code>e50fac3</code></a> feat: add declaration loc to message in block-scoped-var (<a href="https://redirect.github.com/eslint/eslint/issues/17252">#17252</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/1b7faf0702b1af86b6a0ddafc37cf45d60f5d4d8"><code>1b7faf0</code></a> feat: add <code>skipJSXText</code> option to <code>no-irregular-whitespace</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/17182">#17182</a>) (Azat S)</li>
    </ul>
    <h2>Bug Fixes</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/5338b56fda7f47d16bdb23514f1e95b24de7b92f"><code>5338b56</code></a> fix: normalize <code>cwd</code> passed to <code>ESLint</code>/<code>FlatESLint</code> constructor (<a href="https://redirect.github.com/eslint/eslint/issues/17277">#17277</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/54383e69b092ef537d59a1f7799a85b1412f4e59"><code>54383e6</code></a> fix: Remove <code>no-extra-parens</code> autofix for potential directives (<a href="https://redirect.github.com/eslint/eslint/issues/17022">#17022</a>) (Francesco Trotta)</li>
    </ul>
    <h2>Documentation</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/8b855ea058992d5446d1d6dc6394ee683c3200a0"><code>8b855ea</code></a> docs: resubmit pr17061 doc changes (<a href="https://redirect.github.com/eslint/eslint/issues/17292">#17292</a>) (唯然)</li>
    <li><a href="https://github.com/eslint/eslint/commit/372722eac32ca9e3f31cf0d0bc10317c6f153369"><code>372722e</code></a> docs: resubmit pr17012 doc changes (<a href="https://redirect.github.com/eslint/eslint/issues/17293">#17293</a>) (唯然)</li>
    <li><a href="https://github.com/eslint/eslint/commit/67e7af3fdbdb4648b747dfd669be4decfe24086a"><code>67e7af3</code></a> docs: resubmit custom-rules doc changes (<a href="https://redirect.github.com/eslint/eslint/issues/17294">#17294</a>) (唯然)</li>
    <li><a href="https://github.com/eslint/eslint/commit/9e3d77cba65d0e38e07996e57961fb04f30d9303"><code>9e3d77c</code></a> docs: Resubmit Fix formatting in Custom Rules docs (<a href="https://redirect.github.com/eslint/eslint/issues/17281">#17281</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/503647a0b94ca8c776d7e7e8c54c8b1d32904467"><code>503647a</code></a> docs: Resubmit markVariableAsUsed docs (<a href="https://redirect.github.com/eslint/eslint/issues/17280">#17280</a>) (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e0cf0d86d985ed2b2f901dd9aab5ccd2fff062ad"><code>e0cf0d8</code></a> docs: Custom rule &amp; plugin tutorial (<a href="https://redirect.github.com/eslint/eslint/issues/17024">#17024</a>) (Ben Perlmutter)</li>
    <li><a href="https://github.com/eslint/eslint/commit/8e51ea943c2fcd05bd8917cfa89e36b91209c7cd"><code>8e51ea9</code></a> docs: resubmit <code>no-new</code> rule documentation (<a href="https://redirect.github.com/eslint/eslint/issues/17264">#17264</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/1b217f8de15961fd3c80389621080132f517a0fb"><code>1b217f8</code></a> docs: resubmit <code>Custom Processors</code> documentation (<a href="https://redirect.github.com/eslint/eslint/issues/17265">#17265</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/428fc76806dea1ac82484d628261a5385f928e6a"><code>428fc76</code></a> docs: resubmit <code>Create Plugins</code> documentation (<a href="https://redirect.github.com/eslint/eslint/issues/17268">#17268</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/bdca88cf4f8b7888cb72197bfe9c1d90b490a0dd"><code>bdca88c</code></a> docs: resubmit <code>Configuration Files</code> documentation (<a href="https://redirect.github.com/eslint/eslint/issues/17267">#17267</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/f5c01f281ad288b1a0ebddbf579230ae11587c6c"><code>f5c01f2</code></a> docs: resubmit <code>Manage Issues</code> documentation (<a href="https://redirect.github.com/eslint/eslint/issues/17266">#17266</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/b1992954591a3f4d8417013f52739b5fef4e0cd7"><code>b199295</code></a> docs: Resubmit custom rules update docs (<a href="https://redirect.github.com/eslint/eslint/issues/17273">#17273</a>) (Ben Perlmutter)</li>
    <li><a href="https://github.com/eslint/eslint/commit/0e9980c3a8a1e554fdb377305c0ebe9e94a354c9"><code>0e9980c</code></a> docs: add new <code>omitLastInOneLineClassBody</code> option to the <code>semi</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/17263">#17263</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/cb2560f7a393e74b761faa9adad938fb1deb947d"><code>cb2560f</code></a> docs: Resubmit getScope/getDeclaredVariables docs (<a href="https://redirect.github.com/eslint/eslint/issues/17262">#17262</a>) (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/85d2b30bc318c1355e52ebb21c56cca32f0ab198"><code>85d2b30</code></a> docs: explain how to include predefined globals (<a href="https://redirect.github.com/eslint/eslint/issues/17261">#17261</a>) (Marcus Wyatt)</li>
    <li><a href="https://github.com/eslint/eslint/commit/de4d3c14c30a88795b9075d59827d3fe63a42c5e"><code>de4d3c1</code></a> docs: update flat config default ignore patterns (<a href="https://redirect.github.com/eslint/eslint/issues/17258">#17258</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/3912f3a225c12bfb5ce9b7ba26c2b5301e6275bd"><code>3912f3a</code></a> docs: Improve <code>ignores</code> documentation (<a href="https://redirect.github.com/eslint/eslint/issues/17239">#17239</a>) (Francesco Trotta)</li>
    <li><a href="https://github.com/eslint/eslint/commit/35e11d3248e00b711fd652836edc900f22af0ebd"><code>35e11d3</code></a> docs: fix typos and missing info (<a href="https://redirect.github.com/eslint/eslint/issues/17257">#17257</a>) (Ed Lucas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/0bc257c290b12fcda85cb61b40d55fc2be0f938c"><code>0bc257c</code></a> docs: Clarify <code>no-div-regex</code> rule docs (<a href="https://redirect.github.com/eslint/eslint/issues/17051">#17051</a>) (<a href="https://redirect.github.com/eslint/eslint/issues/17255">#17255</a>) (Francesco Trotta)</li>
    <li><a href="https://github.com/eslint/eslint/commit/788d83629a3790a7db6f52dcf0b4bddf51c6d063"><code>788d836</code></a> docs: add references to MIT License (<a href="https://redirect.github.com/eslint/eslint/issues/17248">#17248</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/58aab6b6c09996875418aefeeb0fd76c50caef7a"><code>58aab6b</code></a> docs: Update README (GitHub Actions Bot)</li>
    <li><a href="https://github.com/eslint/eslint/commit/3ef58140550cf8ff34af35fc4d9a1f9a124fe0e6"><code>3ef5814</code></a> docs: Revert all changes after the license change (<a href="https://redirect.github.com/eslint/eslint/issues/17227">#17227</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/03fc4aa847bd0445e7b3ea81bcc9523b1847facc"><code>03fc4aa</code></a> docs: Update README (GitHub Actions Bot)</li>
    </ul>
    <h2>Chores</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/78350f63045c82b7990bb7bfe5080c5ad5e1c3f5"><code>78350f6</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.43.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17295">#17295</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/62bf759124811b013ad7906c2536deb8b39c31a8"><code>62bf759</code></a> chore: package.json update for <code>@​eslint/js</code> release (ESLint Jenkins)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e0a2448e0c0ef354e69998858846630a3fce8ebe"><code>e0a2448</code></a> chore: docs package.license ISC =&gt; MIT (<a href="https://redirect.github.com/eslint/eslint/issues/17254">#17254</a>) (唯然)</li>
    <li><a href="https://github.com/eslint/eslint/commit/6a0196c51310630a0ff96a1e8d7f257c2c7adda9"><code>6a0196c</code></a> chore: use eslint-plugin-eslint-plugin flat configs (<a href="https://redirect.github.com/eslint/eslint/issues/17204">#17204</a>) (Milos Djermanovic)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p>
    <blockquote>
    <p>v8.43.0 - June 16, 2023</p>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/78350f63045c82b7990bb7bfe5080c5ad5e1c3f5"><code>78350f6</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.43.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17295">#17295</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/8b855ea058992d5446d1d6dc6394ee683c3200a0"><code>8b855ea</code></a> docs: resubmit pr17061 doc changes (<a href="https://redirect.github.com/eslint/eslint/issues/17292">#17292</a>) (唯然)</li>
    <li><a href="https://github.com/eslint/eslint/commit/62bf759124811b013ad7906c2536deb8b39c31a8"><code>62bf759</code></a> chore: package.json update for <code>@​eslint/js</code> release (ESLint Jenkins)</li>
    <li><a href="https://github.com/eslint/eslint/commit/14581ff15aaee5a55c46bbf4983818ddc8dd7cb1"><code>14581ff</code></a> feat: directive prologue detection and autofix condition in <code>quotes</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17284">#17284</a>) (Francesco Trotta)</li>
    <li><a href="https://github.com/eslint/eslint/commit/372722eac32ca9e3f31cf0d0bc10317c6f153369"><code>372722e</code></a> docs: resubmit pr17012 doc changes (<a href="https://redirect.github.com/eslint/eslint/issues/17293">#17293</a>) (唯然)</li>
    <li><a href="https://github.com/eslint/eslint/commit/67e7af3fdbdb4648b747dfd669be4decfe24086a"><code>67e7af3</code></a> docs: resubmit custom-rules doc changes (<a href="https://redirect.github.com/eslint/eslint/issues/17294">#17294</a>) (唯然)</li>
    <li><a href="https://github.com/eslint/eslint/commit/5338b56fda7f47d16bdb23514f1e95b24de7b92f"><code>5338b56</code></a> fix: normalize <code>cwd</code> passed to <code>ESLint</code>/<code>FlatESLint</code> constructor (<a href="https://redirect.github.com/eslint/eslint/issues/17277">#17277</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/9e3d77cba65d0e38e07996e57961fb04f30d9303"><code>9e3d77c</code></a> docs: Resubmit Fix formatting in Custom Rules docs (<a href="https://redirect.github.com/eslint/eslint/issues/17281">#17281</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/503647a0b94ca8c776d7e7e8c54c8b1d32904467"><code>503647a</code></a> docs: Resubmit markVariableAsUsed docs (<a href="https://redirect.github.com/eslint/eslint/issues/17280">#17280</a>) (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/54383e69b092ef537d59a1f7799a85b1412f4e59"><code>54383e6</code></a> fix: Remove <code>no-extra-parens</code> autofix for potential directives (<a href="https://redirect.github.com/eslint/eslint/issues/17022">#17022</a>) (Francesco Trotta)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e0cf0d86d985ed2b2f901dd9aab5ccd2fff062ad"><code>e0cf0d8</code></a> docs: Custom rule &amp; plugin tutorial (<a href="https://redirect.github.com/eslint/eslint/issues/17024">#17024</a>) (Ben Perlmutter)</li>
    <li><a href="https://github.com/eslint/eslint/commit/8e51ea943c2fcd05bd8917cfa89e36b91209c7cd"><code>8e51ea9</code></a> docs: resubmit <code>no-new</code> rule documentation (<a href="https://redirect.github.com/eslint/eslint/issues/17264">#17264</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/1b217f8de15961fd3c80389621080132f517a0fb"><code>1b217f8</code></a> docs: resubmit <code>Custom Processors</code> documentation (<a href="https://redirect.github.com/eslint/eslint/issues/17265">#17265</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/428fc76806dea1ac82484d628261a5385f928e6a"><code>428fc76</code></a> docs: resubmit <code>Create Plugins</code> documentation (<a href="https://redirect.github.com/eslint/eslint/issues/17268">#17268</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/bdca88cf4f8b7888cb72197bfe9c1d90b490a0dd"><code>bdca88c</code></a> docs: resubmit <code>Configuration Files</code> documentation (<a href="https://redirect.github.com/eslint/eslint/issues/17267">#17267</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/f5c01f281ad288b1a0ebddbf579230ae11587c6c"><code>f5c01f2</code></a> docs: resubmit <code>Manage Issues</code> documentation (<a href="https://redirect.github.com/eslint/eslint/issues/17266">#17266</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/b1992954591a3f4d8417013f52739b5fef4e0cd7"><code>b199295</code></a> docs: Resubmit custom rules update docs (<a href="https://redirect.github.com/eslint/eslint/issues/17273">#17273</a>) (Ben Perlmutter)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e50fac3f8f998f729e3080e256066db3a7827c67"><code>e50fac3</code></a> feat: add declaration loc to message in block-scoped-var (<a href="https://redirect.github.com/eslint/eslint/issues/17252">#17252</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/0e9980c3a8a1e554fdb377305c0ebe9e94a354c9"><code>0e9980c</code></a> docs: add new <code>omitLastInOneLineClassBody</code> option to the <code>semi</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/17263">#17263</a>) (Nitin Kumar)</li>
    <li><a href="https://github.com/eslint/eslint/commit/cb2560f7a393e74b761faa9adad938fb1deb947d"><code>cb2560f</code></a> docs: Resubmit getScope/getDeclaredVariables docs (<a href="https://redirect.github.com/eslint/eslint/issues/17262">#17262</a>) (Nicholas C. Zakas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/85d2b30bc318c1355e52ebb21c56cca32f0ab198"><code>85d2b30</code></a> docs: explain how to include predefined globals (<a href="https://redirect.github.com/eslint/eslint/issues/17261">#17261</a>) (Marcus Wyatt)</li>
    <li><a href="https://github.com/eslint/eslint/commit/de4d3c14c30a88795b9075d59827d3fe63a42c5e"><code>de4d3c1</code></a> docs: update flat config default ignore patterns (<a href="https://redirect.github.com/eslint/eslint/issues/17258">#17258</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/3912f3a225c12bfb5ce9b7ba26c2b5301e6275bd"><code>3912f3a</code></a> docs: Improve <code>ignores</code> documentation (<a href="https://redirect.github.com/eslint/eslint/issues/17239">#17239</a>) (Francesco Trotta)</li>
    <li><a href="https://github.com/eslint/eslint/commit/35e11d3248e00b711fd652836edc900f22af0ebd"><code>35e11d3</code></a> docs: fix typos and missing info (<a href="https://redirect.github.com/eslint/eslint/issues/17257">#17257</a>) (Ed Lucas)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e0a2448e0c0ef354e69998858846630a3fce8ebe"><code>e0a2448</code></a> chore: docs package.license ISC =&gt; MIT (<a href="https://redirect.github.com/eslint/eslint/issues/17254">#17254</a>) (唯然)</li>
    <li><a href="https://github.com/eslint/eslint/commit/0bc257c290b12fcda85cb61b40d55fc2be0f938c"><code>0bc257c</code></a> docs: Clarify <code>no-div-regex</code> rule docs (<a href="https://redirect.github.com/eslint/eslint/issues/17051">#17051</a>) (<a href="https://redirect.github.com/eslint/eslint/issues/17255">#17255</a>) (Francesco Trotta)</li>
    <li><a href="https://github.com/eslint/eslint/commit/1b7faf0702b1af86b6a0ddafc37cf45d60f5d4d8"><code>1b7faf0</code></a> feat: add <code>skipJSXText</code> option to <code>no-irregular-whitespace</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/17182">#17182</a>) (Azat S)</li>
    <li><a href="https://github.com/eslint/eslint/commit/788d83629a3790a7db6f52dcf0b4bddf51c6d063"><code>788d836</code></a> docs: add references to MIT License (<a href="https://redirect.github.com/eslint/eslint/issues/17248">#17248</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/58aab6b6c09996875418aefeeb0fd76c50caef7a"><code>58aab6b</code></a> docs: Update README (GitHub Actions Bot)</li>
    <li><a href="https://github.com/eslint/eslint/commit/6a0196c51310630a0ff96a1e8d7f257c2c7adda9"><code>6a0196c</code></a> chore: use eslint-plugin-eslint-plugin flat configs (<a href="https://redirect.github.com/eslint/eslint/issues/17204">#17204</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/030a82737f51563f9a7b4985fc91b6d8eab54fce"><code>030a827</code></a> Revert &quot;feat: docs license (<a href="https://redirect.github.com/eslint/eslint/issues/17010">#17010</a>)&quot; (<a href="https://redirect.github.com/eslint/eslint/issues/17231">#17231</a>) (唯然)</li>
    <li><a href="https://github.com/eslint/eslint/commit/3ef58140550cf8ff34af35fc4d9a1f9a124fe0e6"><code>3ef5814</code></a> docs: Revert all changes after the license change (<a href="https://redirect.github.com/eslint/eslint/issues/17227">#17227</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/03fc4aa847bd0445e7b3ea81bcc9523b1847facc"><code>03fc4aa</code></a> docs: Update README (GitHub Actions Bot)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/150a74b29fae11af344ebbd29f24b5c1110f5848"><code>150a74b</code></a> 8.43.0</li>
    <li><a href="https://github.com/eslint/eslint/commit/69a628033a016176b44bb61f54cb3d9e762048e1"><code>69a6280</code></a> Build: changelog update for 8.43.0</li>
    <li><a href="https://github.com/eslint/eslint/commit/78350f63045c82b7990bb7bfe5080c5ad5e1c3f5"><code>78350f6</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.43.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17295">#17295</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/8b855ea058992d5446d1d6dc6394ee683c3200a0"><code>8b855ea</code></a> docs: resubmit pr17061 doc changes (<a href="https://redirect.github.com/eslint/eslint/issues/17292">#17292</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/62bf759124811b013ad7906c2536deb8b39c31a8"><code>62bf759</code></a> chore: package.json update for <code>@​eslint/js</code> release</li>
    <li><a href="https://github.com/eslint/eslint/commit/14581ff15aaee5a55c46bbf4983818ddc8dd7cb1"><code>14581ff</code></a> feat: directive prologue detection and autofix condition in <code>quotes</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17284">#17284</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/372722eac32ca9e3f31cf0d0bc10317c6f153369"><code>372722e</code></a> docs: resubmit pr17012 doc changes (<a href="https://redirect.github.com/eslint/eslint/issues/17293">#17293</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/67e7af3fdbdb4648b747dfd669be4decfe24086a"><code>67e7af3</code></a> docs: resubmit custom-rules doc changes (<a href="https://redirect.github.com/eslint/eslint/issues/17294">#17294</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/5338b56fda7f47d16bdb23514f1e95b24de7b92f"><code>5338b56</code></a> fix: normalize <code>cwd</code> passed to <code>ESLint</code>/<code>FlatESLint</code> constructor (<a href="https://redirect.github.com/eslint/eslint/issues/17277">#17277</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/9e3d77cba65d0e38e07996e57961fb04f30d9303"><code>9e3d77c</code></a> docs: Resubmit Fix formatting in Custom Rules docs (<a href="https://redirect.github.com/eslint/eslint/issues/17281">#17281</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.42.0...v8.43.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=8.42.0&new-version=8.43.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 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>
    dependabot[bot] committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    86fff8f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Bump @typescript-eslint/parser from 5.59.11 to 5.60.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.11 to 5.60.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.60.0</h2>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0">5.60.0</a> (2023-06-19)</h1>
    <h3>Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [restrict-plus-operands] add allow* options (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6161">#6161</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/def09f88cdb4a85cebb8619b45931f7e2c88dfc0">def09f8</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
    <blockquote>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0">5.60.0</a> (2023-06-19)</h1>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c09b1c0252cbbf58e94ca5d671b6e05f29511144"><code>c09b1c0</code></a> chore: publish v5.60.0</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.0/packages/parser">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=5.59.11&new-version=5.60.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 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>
    dependabot[bot] committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    acb4796 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.60.0

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.11 to 5.60.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.60.0</h2>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0">5.60.0</a> (2023-06-19)</h1>
    <h3>Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [restrict-plus-operands] add allow* options (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6161">#6161</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/def09f88cdb4a85cebb8619b45931f7e2c88dfc0">def09f8</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
    <blockquote>
    <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0">5.60.0</a> (2023-06-19)</h1>
    <h3>Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [restrict-plus-operands] add allow* options (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6161">#6161</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/def09f88cdb4a85cebb8619b45931f7e2c88dfc0">def09f8</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c09b1c0252cbbf58e94ca5d671b6e05f29511144"><code>c09b1c0</code></a> chore: publish v5.60.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/def09f88cdb4a85cebb8619b45931f7e2c88dfc0"><code>def09f8</code></a> feat(eslint-plugin): [restrict-plus-operands] add allow* options (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6161">#6161</a>)</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.0/packages/eslint-plugin">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.59.11&new-version=5.60.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 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>
    dependabot[bot] committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    cb19ea5 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.60.1

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.60.0 to 5.60.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.60.1</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1">5.60.1</a> (2023-06-26)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></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>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1">5.60.1</a> (2023-06-26)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</code></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/f74862cbfb5c74ba958ba27d1ea2ca5046821818"><code>f74862c</code></a> chore: publish v5.60.1</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.1/packages/eslint-plugin">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.60.0&new-version=5.60.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 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 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>
    dependabot[bot] committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    eaa69aa View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Bump lint-staged from 13.2.2 to 13.2.3

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.2.2 to 13.2.3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/okonet/lint-staged/releases">lint-staged's releases</a>.</em></p>
    <blockquote>
    <h2>v13.2.3</h2>
    <h2><a href="https://github.com/okonet/lint-staged/compare/v13.2.2...v13.2.3">13.2.3</a> (2023-06-28)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li>the <code>--diff</code> option implies <code>--no-stash</code> (<a href="https://github.com/okonet/lint-staged/commit/66a716d5a32c49f03b9a34350fec1b2411bada17">66a716d</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/okonet/lint-staged/commit/66a716d5a32c49f03b9a34350fec1b2411bada17"><code>66a716d</code></a> fix: the <code>--diff</code> option implies <code>--no-stash</code></li>
    <li>See full diff in <a href="https://github.com/okonet/lint-staged/compare/v13.2.2...v13.2.3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lint-staged&package-manager=npm_and_yarn&previous-version=13.2.2&new-version=13.2.3)](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 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>
    dependabot[bot] committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    585dea3 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Bump @typescript-eslint/parser from 5.60.0 to 5.60.1

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.60.0 to 5.60.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v5.60.1</h2>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1">5.60.1</a> (2023-06-26)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></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>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1">5.60.1</a> (2023-06-26)</h2>
    <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></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/f74862cbfb5c74ba958ba27d1ea2ca5046821818"><code>f74862c</code></a> chore: publish v5.60.1</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/cc3380444896e7ea5678f7763f007d9b1d29a8df"><code>cc33804</code></a> docs: reorganise release/version docs (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/7033">#7033</a>)</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.1/packages/parser">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=5.60.0&new-version=5.60.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 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 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>
    dependabot[bot] committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a478b3d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Bump typescript from 5.1.3 to 5.1.6

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.3 to 5.1.6.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p>
    <blockquote>
    <h2>TypeScript 5.1.5</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+">fixed issues query for Typescript v5.1.0 (Beta)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+">fixed issues query for Typescript v5.1.1 (RC)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.1.2%22+is%3Aclosed+">fixed issues query for Typescript v5.1.2 (Stable)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+">fixed issues query for Typescript v5.1.3 (Stable)</a>.</li>
    <li>(5.1.4 <a href="https://redirect.github.com/microsoft/TypeScript/issues/53031#issuecomment-1610038922">intentionally skipped</a>)</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.1.5%22+is%3Aclosed+">fixed issues query for Typescript v5.1.5 (Stable)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a href="https://www.npmjs.com/package/typescript">npm</a></li>
    <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a href="https://github.com/Microsoft/TypeScript/commits">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=5.1.3&new-version=5.1.6)](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 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>
    dependabot[bot] committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    f44a369 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Bump actions/setup-node from 3.6.0 to 3.7.0

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 3.7.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
    <blockquote>
    <h2>v3.7.0</h2>
    <h2>What's Changed</h2>
    <p>In scope of this release we added a logic to save an additional cache path for yarn 3 (<a href="https://redirect.github.com/actions/setup-node/pull/744">related pull request</a> and <a href="https://redirect.github.com/actions/setup-node/issues/325">feature request</a>). Moreover, we added functionality to use all the sub directories derived from <code>cache-dependency-path</code> input and add detect all dependencies directories to cache (related <a href="https://redirect.github.com/actions/setup-node/pull/735">pull request</a> and <a href="https://redirect.github.com/actions/setup-node/issues/488">feature request</a>).</p>
    <h3>Besides, we made such changes as:</h3>
    <ul>
    <li>Replace workflow badge with new badge by <a href="https://github.com/jongwooo"><code>@​jongwooo</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/653">actions/setup-node#653</a></li>
    <li>Fix a minor typo by <a href="https://github.com/phanan"><code>@​phanan</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/662">actions/setup-node#662</a></li>
    <li>docs: fix typo in advanced-usage.md by <a href="https://github.com/remarkablemark"><code>@​remarkablemark</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/697">actions/setup-node#697</a></li>
    <li>bugfix: Don't attempt to use Windows fallbacks on non-Windows OSes by <a href="https://github.com/domdomegg"><code>@​domdomegg</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/718">actions/setup-node#718</a></li>
    <li>Update to node 18.x by <a href="https://github.com/feelepxyz"><code>@​feelepxyz</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/751">actions/setup-node#751</a></li>
    <li>Remove implicit dependencies by <a href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/758">actions/setup-node#758</a></li>
    <li>Fix description about ensuring workflow access to private package by <a href="https://github.com/x86chi"><code>@​x86chi</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/704">actions/setup-node#704</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/jongwooo"><code>@​jongwooo</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/653">actions/setup-node#653</a></li>
    <li><a href="https://github.com/phanan"><code>@​phanan</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/662">actions/setup-node#662</a></li>
    <li><a href="https://github.com/remarkablemark"><code>@​remarkablemark</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/697">actions/setup-node#697</a></li>
    <li><a href="https://github.com/domdomegg"><code>@​domdomegg</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/718">actions/setup-node#718</a></li>
    <li><a href="https://github.com/feelepxyz"><code>@​feelepxyz</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/751">actions/setup-node#751</a></li>
    <li><a href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/758">actions/setup-node#758</a></li>
    <li><a href="https://github.com/x86chi"><code>@​x86chi</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/704">actions/setup-node#704</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v3.7.0">https://github.com/actions/setup-node/compare/v3...v3.7.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-node/commit/e33196f7422957bea03ed53f6fbb155025ffc7b8"><code>e33196f</code></a> Do not ivalidate the cache entirely on lock file change (<a href="https://redirect.github.com/actions/setup-node/issues/744">#744</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/c6722d36aaa79698146c81f0e92e8ede863c461b"><code>c6722d3</code></a> update doc for frozen lock file (<a href="https://redirect.github.com/actions/setup-node/issues/789">#789</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/8170e22e8fa925daa88fcd5d20e66bbc3a163acb"><code>8170e22</code></a> Detect cached folders from multiple directories (<a href="https://redirect.github.com/actions/setup-node/issues/735">#735</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/698d50532ea4cc0490274810a45fe52318110a1c"><code>698d505</code></a> Fix description about ensuring workflow access to private package (<a href="https://redirect.github.com/actions/setup-node/issues/704">#704</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/869f4dd0c7f320ae834c2724d92a364de3893c24"><code>869f4dd</code></a> Merge pull request <a href="https://redirect.github.com/actions/setup-node/issues/758">#758</a> from akv-platform/remove-implicit-dependencies</li>
    <li><a href="https://github.com/actions/setup-node/commit/10efafcbcf59f187fa0fc6193fad4d00c302a11d"><code>10efafc</code></a> Update canary version in tests to an existing one</li>
    <li><a href="https://github.com/actions/setup-node/commit/7d16907b89acac40231f6dcf8e7996bfb2a31697"><code>7d16907</code></a> Add missing dependency</li>
    <li><a href="https://github.com/actions/setup-node/commit/d0d39bda2f0ad831c381b6c6329c85ff06192e20"><code>d0d39bd</code></a> Move eslint-plugin-node to dev dependencies</li>
    <li><a href="https://github.com/actions/setup-node/commit/15a2477e083165191a17f2eb66c1b894d691600e"><code>15a2477</code></a> Install eslint-plugin-node</li>
    <li><a href="https://github.com/actions/setup-node/commit/7598dbcd6ec6d8237b24fba40dd6272e3a3509ce"><code>7598dbc</code></a> Update configuration files</li>
    <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.6.0...v3.7.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.6.0&new-version=3.7.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 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>
    dependabot[bot] committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    6c3a899 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Drop support for EOL distros and Ubuntu Bionic (#592)

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9b16a33 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Bump semver from 6.3.0 to 6.3.1

    Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/npm/node-semver/releases">semver's releases</a>.</em></p>
    <blockquote>
    <h2>v6.3.1</h2>
    <h2><a href="https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1">6.3.1</a> (2023-07-10)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><a href="https://github.com/npm/node-semver/commit/928e56d21150da0413a3333a3148b20e741a920c"><code>928e56d</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/591">#591</a> better handling of whitespace (<a href="https://redirect.github.com/npm/node-semver/issues/591">#591</a>) (<a href="https://github.com/lukekarrys"><code>@​lukekarrys</code></a>, <a href="https://github.com/joaomoreno"><code>@​joaomoreno</code></a>, <a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md">semver's changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1">6.3.1</a> (2023-07-10)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><a href="https://github.com/npm/node-semver/commit/928e56d21150da0413a3333a3148b20e741a920c"><code>928e56d</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/591">#591</a> better handling of whitespace (<a href="https://redirect.github.com/npm/node-semver/issues/591">#591</a>) (<a href="https://github.com/lukekarrys"><code>@​lukekarrys</code></a>, <a href="https://github.com/joaomoreno"><code>@​joaomoreno</code></a>, <a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    <h2>6.2.0</h2>
    <ul>
    <li>Coerce numbers to strings when passed to semver.coerce()</li>
    <li>Add <code>rtl</code> option to coerce from right to left</li>
    </ul>
    <h2>6.1.3</h2>
    <ul>
    <li>Handle X-ranges properly in includePrerelease mode</li>
    </ul>
    <h2>6.1.2</h2>
    <ul>
    <li>Do not throw when testing invalid version strings</li>
    </ul>
    <h2>6.1.1</h2>
    <ul>
    <li>Add options support for semver.coerce()</li>
    <li>Handle undefined version passed to Range.test</li>
    </ul>
    <h2>6.1.0</h2>
    <ul>
    <li>Add semver.compareBuild function</li>
    <li>Support <code>*</code> in semver.intersects</li>
    </ul>
    <h2>6.0</h2>
    <ul>
    <li>
    <p>Fix <code>intersects</code> logic.</p>
    <p>This is technically a bug fix, but since it is also a change to behavior
    that may require users updating their code, it is marked as a major
    version increment.</p>
    </li>
    </ul>
    <h2>5.7</h2>
    <ul>
    <li>Add <code>minVersion</code> method</li>
    </ul>
    <h2>5.6</h2>
    <ul>
    <li>Move boolean <code>loose</code> param to an options object, with
    backwards-compatibility protection.</li>
    <li>Add ability to opt out of special prerelease version handling with
    the <code>includePrerelease</code> option flag.</li>
    </ul>
    <h2>5.5</h2>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/npm/node-semver/commit/44d27bc007e4827e9b797d6145f1076c127005f2"><code>44d27bc</code></a> chore: release 6.3.1</li>
    <li><a href="https://github.com/npm/node-semver/commit/928e56d21150da0413a3333a3148b20e741a920c"><code>928e56d</code></a> fix: better handling of whitespace (<a href="https://redirect.github.com/npm/node-semver/issues/591">#591</a>)</li>
    <li><a href="https://github.com/npm/node-semver/commit/39f632690ea5b1b0d64fa913aa0f96f42b9bde32"><code>39f6326</code></a> chore: <code>@​npmcli/template-oss</code><a href="https://github.com/4"><code>@​4</code></a>.16.0</li>
    <li>See full diff in <a href="https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1">compare view</a></li>
    </ul>
    </details>
    <details>
    <summary>Maintainer changes</summary>
    <p>This version was pushed to npm by <a href="https://www.npmjs.com/~lukekarrys">lukekarrys</a>, a new releaser for semver since your current version.</p>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver&package-manager=npm_and_yarn&previous-version=6.3.0&new-version=6.3.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 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 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/ros-tooling/setup-ros/network/alerts).
    
    </details>
    dependabot[bot] committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d5e6985 View commit details
    Browse the repository at this point in the history
  2. Bump eslint from 8.43.0 to 8.44.0

    [//]: # (dependabot-start)
    ⚠️  **Dependabot is rebasing this PR** ⚠️ 
    
    Rebasing might not happen immediately, so don't worry if this takes some time.
    
    Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
    
    ---
    
    [//]: # (dependabot-end)
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.43.0 to 8.44.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p>
    <blockquote>
    <h2>v8.44.0</h2>
    <h2>Features</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/176677180a4a1209fc192771521c9192e1f67578"><code>1766771</code></a> feat: add <code>es2023</code> and <code>es2024</code> environments (<a href="https://redirect.github.com/eslint/eslint/issues/17328">#17328</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/4c5040022639ae804c15b366afc6e64982bd8ae3"><code>4c50400</code></a> feat: add <code>ecmaVersion: 2024</code>, regexp <code>v</code> flag parsing (<a href="https://redirect.github.com/eslint/eslint/issues/17324">#17324</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/4d411e4c7063274d6d346f1b7ee46f7575d0bbd2"><code>4d411e4</code></a> feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (<a href="https://redirect.github.com/eslint/eslint/issues/17270">#17270</a>) (Percy Ma)</li>
    <li><a href="https://github.com/eslint/eslint/commit/c8b1f4d61a256727755d561bf53f889b6cd712e0"><code>c8b1f4d</code></a> feat: Move <code>parserServices</code> to <code>SourceCode</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17311">#17311</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/ef6e24e42670f321d996948623846d9caaedac99"><code>ef6e24e</code></a> feat: treat unknown nodes as having the lowest precedence (<a href="https://redirect.github.com/eslint/eslint/issues/17302">#17302</a>) (Brad Zacher)</li>
    <li><a href="https://github.com/eslint/eslint/commit/1866e1df6175e4ba0ae4a0d88dc3c956bb310035"><code>1866e1d</code></a> feat: allow flat config files to export a Promise (<a href="https://redirect.github.com/eslint/eslint/issues/17301">#17301</a>) (Milos Djermanovic)</li>
    </ul>
    <h2>Bug Fixes</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/a36bcb67f26be42c794797d0cc9948b9cfd4ff71"><code>a36bcb6</code></a> fix: no-unused-vars false positive with logical assignment operators (<a href="https://redirect.github.com/eslint/eslint/issues/17320">#17320</a>) (Gweesin Chan)</li>
    <li><a href="https://github.com/eslint/eslint/commit/7620b891e81c234f30f9dbcceb64a05fd0dde65e"><code>7620b89</code></a> fix: Remove <code>no-unused-labels</code> autofix before potential directives (<a href="https://redirect.github.com/eslint/eslint/issues/17314">#17314</a>) (Francesco Trotta)</li>
    <li><a href="https://github.com/eslint/eslint/commit/391ed38b09bd1a3abe85db65b8fcda980ab3d6f4"><code>391ed38</code></a> fix: Remove <code>no-extra-semi</code> autofix before potential directives (<a href="https://redirect.github.com/eslint/eslint/issues/17297">#17297</a>) (Francesco Trotta)</li>
    </ul>
    <h2>Documentation</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/526e91106e6fe101578e9478a9d7f4844d4f72ac"><code>526e911</code></a> docs: resubmit pr 17115 doc changes (<a href="https://redirect.github.com/eslint/eslint/issues/17291">#17291</a>) (唯然)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e1314bf85a52bb0d05b1c9ca3b4c1732bae22172"><code>e1314bf</code></a> docs: Integration section and tutorial (<a href="https://redirect.github.com/eslint/eslint/issues/17132">#17132</a>) (Ben Perlmutter)</li>
    <li><a href="https://github.com/eslint/eslint/commit/19a8c5d84596a9f7f2aa428c1696ba86daf854e6"><code>19a8c5d</code></a> docs: Update README (GitHub Actions Bot)</li>
    </ul>
    <h2>Chores</h2>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/49e46edf3c8dc71d691a97fc33b63ed80ae0db0c"><code>49e46ed</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.44.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17329">#17329</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/a1cb6421f9d185901cd99e5f696e912226ef6632"><code>a1cb642</code></a> chore: package.json update for <code>@​eslint/js</code> release (ESLint Jenkins)</li>
    <li><a href="https://github.com/eslint/eslint/commit/840a26462bbf6c27c52c01b85ee2018062157951"><code>840a264</code></a> test: More test cases for no-case-declarations (<a href="https://redirect.github.com/eslint/eslint/issues/17315">#17315</a>) (Elian Cordoba)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e6e74f9eef0448129dd4775628aba554a2d8c8c9"><code>e6e74f9</code></a> chore: package.json update for eslint-config-eslint release (ESLint Jenkins)</li>
    <li><a href="https://github.com/eslint/eslint/commit/eb3d7946e1e9f70254008744dba2397aaa730114"><code>eb3d794</code></a> chore: upgrade semver@7.5.3 (<a href="https://redirect.github.com/eslint/eslint/issues/17323">#17323</a>) (Ziyad El Abid)</li>
    <li><a href="https://github.com/eslint/eslint/commit/cf884390ad8071d88eae05df9321100f1770363d"><code>cf88439</code></a> chore: upgrade optionator@0.9.3 (<a href="https://redirect.github.com/eslint/eslint/issues/17319">#17319</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/9718a9781d69d2c40b68c631aed97700b32c0082"><code>9718a97</code></a> refactor: remove unnecessary code in <code>flat-eslint.js</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17308">#17308</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/f82e56e9acfb9562ece76441472d5657d7d5e296"><code>f82e56e</code></a> perf: various performance improvements (<a href="https://redirect.github.com/eslint/eslint/issues/17135">#17135</a>) (moonlightaria)</li>
    <li><a href="https://github.com/eslint/eslint/commit/da81e66e22b4f3d3fe292cf70c388753304deaad"><code>da81e66</code></a> chore: update eslint-plugin-jsdoc to 46.2.5 (<a href="https://redirect.github.com/eslint/eslint/issues/17245">#17245</a>) (唯然)</li>
    <li><a href="https://github.com/eslint/eslint/commit/b991640176d5dce4750f7cc71c56cd6f284c882f"><code>b991640</code></a> chore: switch eslint-config-eslint to the flat format (<a href="https://redirect.github.com/eslint/eslint/issues/17247">#17247</a>) (唯然)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p>
    <blockquote>
    <p>v8.44.0 - June 30, 2023</p>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/49e46edf3c8dc71d691a97fc33b63ed80ae0db0c"><code>49e46ed</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.44.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17329">#17329</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/a1cb6421f9d185901cd99e5f696e912226ef6632"><code>a1cb642</code></a> chore: package.json update for <code>@​eslint/js</code> release (ESLint Jenkins)</li>
    <li><a href="https://github.com/eslint/eslint/commit/176677180a4a1209fc192771521c9192e1f67578"><code>1766771</code></a> feat: add <code>es2023</code> and <code>es2024</code> environments (<a href="https://redirect.github.com/eslint/eslint/issues/17328">#17328</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/4c5040022639ae804c15b366afc6e64982bd8ae3"><code>4c50400</code></a> feat: add <code>ecmaVersion: 2024</code>, regexp <code>v</code> flag parsing (<a href="https://redirect.github.com/eslint/eslint/issues/17324">#17324</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/4d411e4c7063274d6d346f1b7ee46f7575d0bbd2"><code>4d411e4</code></a> feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (<a href="https://redirect.github.com/eslint/eslint/issues/17270">#17270</a>) (Percy Ma)</li>
    <li><a href="https://github.com/eslint/eslint/commit/840a26462bbf6c27c52c01b85ee2018062157951"><code>840a264</code></a> test: More test cases for no-case-declarations (<a href="https://redirect.github.com/eslint/eslint/issues/17315">#17315</a>) (Elian Cordoba)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e6e74f9eef0448129dd4775628aba554a2d8c8c9"><code>e6e74f9</code></a> chore: package.json update for eslint-config-eslint release (ESLint Jenkins)</li>
    <li><a href="https://github.com/eslint/eslint/commit/eb3d7946e1e9f70254008744dba2397aaa730114"><code>eb3d794</code></a> chore: upgrade semver@7.5.3 (<a href="https://redirect.github.com/eslint/eslint/issues/17323">#17323</a>) (Ziyad El Abid)</li>
    <li><a href="https://github.com/eslint/eslint/commit/a36bcb67f26be42c794797d0cc9948b9cfd4ff71"><code>a36bcb6</code></a> fix: no-unused-vars false positive with logical assignment operators (<a href="https://redirect.github.com/eslint/eslint/issues/17320">#17320</a>) (Gweesin Chan)</li>
    <li><a href="https://github.com/eslint/eslint/commit/c8b1f4d61a256727755d561bf53f889b6cd712e0"><code>c8b1f4d</code></a> feat: Move <code>parserServices</code> to <code>SourceCode</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17311">#17311</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/cf884390ad8071d88eae05df9321100f1770363d"><code>cf88439</code></a> chore: upgrade optionator@0.9.3 (<a href="https://redirect.github.com/eslint/eslint/issues/17319">#17319</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/7620b891e81c234f30f9dbcceb64a05fd0dde65e"><code>7620b89</code></a> fix: Remove <code>no-unused-labels</code> autofix before potential directives (<a href="https://redirect.github.com/eslint/eslint/issues/17314">#17314</a>) (Francesco Trotta)</li>
    <li><a href="https://github.com/eslint/eslint/commit/ef6e24e42670f321d996948623846d9caaedac99"><code>ef6e24e</code></a> feat: treat unknown nodes as having the lowest precedence (<a href="https://redirect.github.com/eslint/eslint/issues/17302">#17302</a>) (Brad Zacher)</li>
    <li><a href="https://github.com/eslint/eslint/commit/9718a9781d69d2c40b68c631aed97700b32c0082"><code>9718a97</code></a> refactor: remove unnecessary code in <code>flat-eslint.js</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17308">#17308</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/1866e1df6175e4ba0ae4a0d88dc3c956bb310035"><code>1866e1d</code></a> feat: allow flat config files to export a Promise (<a href="https://redirect.github.com/eslint/eslint/issues/17301">#17301</a>) (Milos Djermanovic)</li>
    <li><a href="https://github.com/eslint/eslint/commit/f82e56e9acfb9562ece76441472d5657d7d5e296"><code>f82e56e</code></a> perf: various performance improvements (<a href="https://redirect.github.com/eslint/eslint/issues/17135">#17135</a>) (moonlightaria)</li>
    <li><a href="https://github.com/eslint/eslint/commit/da81e66e22b4f3d3fe292cf70c388753304deaad"><code>da81e66</code></a> chore: update eslint-plugin-jsdoc to 46.2.5 (<a href="https://redirect.github.com/eslint/eslint/issues/17245">#17245</a>) (唯然)</li>
    <li><a href="https://github.com/eslint/eslint/commit/526e91106e6fe101578e9478a9d7f4844d4f72ac"><code>526e911</code></a> docs: resubmit pr 17115 doc changes (<a href="https://redirect.github.com/eslint/eslint/issues/17291">#17291</a>) (唯然)</li>
    <li><a href="https://github.com/eslint/eslint/commit/b991640176d5dce4750f7cc71c56cd6f284c882f"><code>b991640</code></a> chore: switch eslint-config-eslint to the flat format (<a href="https://redirect.github.com/eslint/eslint/issues/17247">#17247</a>) (唯然)</li>
    <li><a href="https://github.com/eslint/eslint/commit/391ed38b09bd1a3abe85db65b8fcda980ab3d6f4"><code>391ed38</code></a> fix: Remove <code>no-extra-semi</code> autofix before potential directives (<a href="https://redirect.github.com/eslint/eslint/issues/17297">#17297</a>) (Francesco Trotta)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e1314bf85a52bb0d05b1c9ca3b4c1732bae22172"><code>e1314bf</code></a> docs: Integration section and tutorial (<a href="https://redirect.github.com/eslint/eslint/issues/17132">#17132</a>) (Ben Perlmutter)</li>
    <li><a href="https://github.com/eslint/eslint/commit/19a8c5d84596a9f7f2aa428c1696ba86daf854e6"><code>19a8c5d</code></a> docs: Update README (GitHub Actions Bot)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/eslint/eslint/commit/8c1ec65fa3d355d072f2c9c66e91aeada8e7ba14"><code>8c1ec65</code></a> 8.44.0</li>
    <li><a href="https://github.com/eslint/eslint/commit/849933b29d4bb188f36f458f5d9a138a57a441f0"><code>849933b</code></a> Build: changelog update for 8.44.0</li>
    <li><a href="https://github.com/eslint/eslint/commit/49e46edf3c8dc71d691a97fc33b63ed80ae0db0c"><code>49e46ed</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.44.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17329">#17329</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/a1cb6421f9d185901cd99e5f696e912226ef6632"><code>a1cb642</code></a> chore: package.json update for <code>@​eslint/js</code> release</li>
    <li><a href="https://github.com/eslint/eslint/commit/176677180a4a1209fc192771521c9192e1f67578"><code>1766771</code></a> feat: add <code>es2023</code> and <code>es2024</code> environments (<a href="https://redirect.github.com/eslint/eslint/issues/17328">#17328</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/4c5040022639ae804c15b366afc6e64982bd8ae3"><code>4c50400</code></a> feat: add <code>ecmaVersion: 2024</code>, regexp <code>v</code> flag parsing (<a href="https://redirect.github.com/eslint/eslint/issues/17324">#17324</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/4d411e4c7063274d6d346f1b7ee46f7575d0bbd2"><code>4d411e4</code></a> feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (<a href="https://redirect.github.com/eslint/eslint/issues/17">#17</a>...</li>
    <li><a href="https://github.com/eslint/eslint/commit/840a26462bbf6c27c52c01b85ee2018062157951"><code>840a264</code></a> test: More test cases for no-case-declarations (<a href="https://redirect.github.com/eslint/eslint/issues/17315">#17315</a>)</li>
    <li><a href="https://github.com/eslint/eslint/commit/e6e74f9eef0448129dd4775628aba554a2d8c8c9"><code>e6e74f9</code></a> chore: package.json update for eslint-config-eslint release</li>
    <li><a href="https://github.com/eslint/eslint/commit/eb3d7946e1e9f70254008744dba2397aaa730114"><code>eb3d794</code></a> chore: upgrade semver@7.5.3 (<a href="https://redirect.github.com/eslint/eslint/issues/17323">#17323</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.43.0...v8.44.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=8.43.0&new-version=8.44.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 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>
    dependabot[bot] committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ac6b74f View commit details
    Browse the repository at this point in the history
  3. Bump jest-circus from 29.5.0 to 29.6.1

    Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 29.5.0 to 29.6.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">jest-circus's releases</a>.</em></p>
    <blockquote>
    <h2>v29.6.1</h2>
    <h2>Fixes</h2>
    <ul>
    <li><code>[jest-circus]</code> Revert <a href="https://redirect.github.com/jestjs/jest/pull/14110">#14110</a> as it was a breaking change (<a href="https://redirect.github.com/jestjs/jest/pull/14304">#14304</a>)</li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/jestjs/jest/compare/v29.6.0...v29.6.1">https://github.com/jestjs/jest/compare/v29.6.0...v29.6.1</a></p>
    <h2>v29.6.0</h2>
    <h2>Features</h2>
    <ul>
    <li><code>[jest-circus, jest-snapshot]</code> Add support for snapshot matchers in concurrent tests (<a href="https://redirect.github.com/jestjs/jest/pull/14139">#14139</a>)</li>
    <li><code>[jest-cli]</code> Include type definitions to generated config files (<a href="https://redirect.github.com/facebook/jest/pull/14078">#14078</a>)</li>
    <li><code>[jest-snapshot]</code> Support arrays as property matchers (<a href="https://redirect.github.com/facebook/jest/pull/14025">#14025</a>)</li>
    <li><code>[jest-core, jest-circus, jest-reporter, jest-runner]</code> Added support for reporting about start individual test cases using jest-circus (<a href="https://redirect.github.com/jestjs/jest/pull/14174">#14174</a>)</li>
    </ul>
    <h2>Fixes</h2>
    <ul>
    <li><code>[jest-circus]</code> Prevent false test failures caused by promise rejections handled asynchronously (<a href="https://redirect.github.com/jestjs/jest/pull/14110">#14110</a>)</li>
    <li><code>[jest-config]</code> Handle frozen config object (<a href="https://redirect.github.com/facebook/jest/pull/14054">#14054</a>)</li>
    <li><code>[jest-config]</code> Allow <code>coverageDirectory</code> and <code>collectCoverageFrom</code> in project config (<a href="https://redirect.github.com/jestjs/jest/pull/14180">#14180</a>)</li>
    <li><code>[jest-core]</code> Always use workers in watch mode to avoid crashes (<a href="https://redirect.github.com/facebook/jest/pull/14059">#14059</a>).</li>
    <li><code>[jest-environment-jsdom, jest-environment-node]</code> Fix assignment of <code>customExportConditions</code> via <code>testEnvironmentOptions</code> when custom env subclass defines a default value (<a href="https://redirect.github.com/facebook/jest/pull/13989">#13989</a>)</li>
    <li><code>[jest-matcher-utils]</code> Fix copying value of inherited getters (<a href="https://redirect.github.com/facebook/jest/pull/14007">#14007</a>)</li>
    <li><code>[jest-mock]</code> Tweak typings to allow <code>jest.replaceProperty()</code> replace methods (<a href="https://redirect.github.com/facebook/jest/pull/14008">#14008</a>)</li>
    <li><code>[jest-mock]</code> Improve user input validation and error messages of <code>spyOn</code> and <code>replaceProperty</code> methods (<a href="https://redirect.github.com/facebook/jest/pull/14087">#14087</a>)</li>
    <li><code>[jest-runtime]</code> Bind <code>jest.isolateModulesAsync</code> to <code>this</code> (<a href="https://redirect.github.com/facebook/jest/pull/14083">#14083</a>)</li>
    <li><code>[jest-runtime]</code> Forward <code>wrapperLength</code> to the <code>Script</code> constructor as <code>columnOffset</code> for accurate debugging (<a href="https://redirect.github.com/facebook/jest/pull/14148">#14148</a>)</li>
    <li><code>[jest-runtime]</code> Guard <code>_isMockFunction</code> access with <code>in</code> (<a href="https://redirect.github.com/facebook/jest/pull/14188">#14188</a>)</li>
    <li><code>[jest-snapshot]</code> Fix a potential bug when not using prettier and improve performance (<a href="https://redirect.github.com/facebook/jest/pull/14036">#14036</a>)</li>
    <li><code>[@jest/transform]</code> Do not instrument <code>.json</code> modules (<a href="https://redirect.github.com/facebook/jest/pull/14048">#14048</a>)</li>
    <li><code>[jest-worker]</code> Restart a shut down worker before sending it a task (<a href="https://redirect.github.com/facebook/jest/pull/14015">#14015</a>)</li>
    </ul>
    <h2>Chore &amp; Maintenance</h2>
    <ul>
    <li><code>[*]</code> Update <code>semver</code> dependency to get vulnerability fix (<a href="https://redirect.github.com/jestjs/jest/pull/14262">#14262</a>)</li>
    <li><code>[docs]</code> Updated documentation for the <code>--runTestsByPath</code> CLI command (<a href="https://redirect.github.com/facebook/jest/pull/14004">#14004</a>)</li>
    <li><code>[docs]</code> Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (<a href="https://redirect.github.com/facebook/jest/pull/14056">#14056</a>)</li>
    <li><code>[docs]</code> Update jest statistics of use and downloads in website Index.</li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/huntie"><code>@​huntie</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/13989">jestjs/jest#13989</a></li>
    <li><a href="https://github.com/liammulh"><code>@​liammulh</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14001">jestjs/jest#14001</a></li>
    <li><a href="https://github.com/BenceSzalai"><code>@​BenceSzalai</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14007">jestjs/jest#14007</a></li>
    <li><a href="https://github.com/Mike-Dax"><code>@​Mike-Dax</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14056">jestjs/jest#14056</a></li>
    <li><a href="https://github.com/bakasmarius"><code>@​bakasmarius</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14025">jestjs/jest#14025</a></li>
    <li><a href="https://github.com/PeteTheHeat"><code>@​PeteTheHeat</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14015">jestjs/jest#14015</a></li>
    <li><a href="https://github.com/tjenkinson"><code>@​tjenkinson</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14083">jestjs/jest#14083</a></li>
    <li><a href="https://github.com/soyjuanmacias"><code>@​soyjuanmacias</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14101">jestjs/jest#14101</a></li>
    <li><a href="https://github.com/bharathkalyans"><code>@​bharathkalyans</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14154">jestjs/jest#14154</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">jest-circus's changelog</a>.</em></p>
    <blockquote>
    <h2>29.6.1</h2>
    <h3>Fixes</h3>
    <ul>
    <li><code>[jest-circus]</code> Revert <a href="https://redirect.github.com/jestjs/jest/pull/14110">#14110</a> as it was a breaking change (<a href="https://redirect.github.com/jestjs/jest/pull/14304">#14304</a>)</li>
    </ul>
    <h2>29.6.0</h2>
    <h3>Features</h3>
    <ul>
    <li><code>[jest-circus, jest-snapshot]</code> Add support for snapshot matchers in concurrent tests (<a href="https://redirect.github.com/jestjs/jest/pull/14139">#14139</a>)</li>
    <li><code>[jest-cli]</code> Include type definitions to generated config files (<a href="https://redirect.github.com/facebook/jest/pull/14078">#14078</a>)</li>
    <li><code>[jest-snapshot]</code> Support arrays as property matchers (<a href="https://redirect.github.com/facebook/jest/pull/14025">#14025</a>)</li>
    <li><code>[jest-core, jest-circus, jest-reporter, jest-runner]</code> Added support for reporting about start individual test cases using jest-circus (<a href="https://redirect.github.com/jestjs/jest/pull/14174">#14174</a>)</li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li><code>[jest-circus]</code> Prevent false test failures caused by promise rejections handled asynchronously (<a href="https://redirect.github.com/jestjs/jest/pull/14110">#14110</a>)</li>
    <li><code>[jest-config]</code> Handle frozen config object (<a href="https://redirect.github.com/facebook/jest/pull/14054">#14054</a>)</li>
    <li><code>[jest-config]</code> Allow <code>coverageDirectory</code> and <code>collectCoverageFrom</code> in project config (<a href="https://redirect.github.com/jestjs/jest/pull/14180">#14180</a>)</li>
    <li><code>[jest-core]</code> Always use workers in watch mode to avoid crashes (<a href="https://redirect.github.com/facebook/jest/pull/14059">#14059</a>).</li>
    <li><code>[jest-environment-jsdom, jest-environment-node]</code> Fix assignment of <code>customExportConditions</code> via <code>testEnvironmentOptions</code> when custom env subclass defines a default value (<a href="https://redirect.github.com/facebook/jest/pull/13989">#13989</a>)</li>
    <li><code>[jest-matcher-utils]</code> Fix copying value of inherited getters (<a href="https://redirect.github.com/facebook/jest/pull/14007">#14007</a>)</li>
    <li><code>[jest-mock]</code> Tweak typings to allow <code>jest.replaceProperty()</code> replace methods (<a href="https://redirect.github.com/facebook/jest/pull/14008">#14008</a>)</li>
    <li><code>[jest-mock]</code> Improve user input validation and error messages of <code>spyOn</code> and <code>replaceProperty</code> methods (<a href="https://redirect.github.com/facebook/jest/pull/14087">#14087</a>)</li>
    <li><code>[jest-runtime]</code> Bind <code>jest.isolateModulesAsync</code> to <code>this</code> (<a href="https://redirect.github.com/facebook/jest/pull/14083">#14083</a>)</li>
    <li><code>[jest-runtime]</code> Forward <code>wrapperLength</code> to the <code>Script</code> constructor as <code>columnOffset</code> for accurate debugging (<a href="https://redirect.github.com/facebook/jest/pull/14148">#14148</a>)</li>
    <li><code>[jest-runtime]</code> Guard <code>_isMockFunction</code> access with <code>in</code> (<a href="https://redirect.github.com/facebook/jest/pull/14188">#14188</a>)</li>
    <li><code>[jest-snapshot]</code> Fix a potential bug when not using prettier and improve performance (<a href="https://redirect.github.com/facebook/jest/pull/14036">#14036</a>)</li>
    <li><code>[@jest/transform]</code> Do not instrument <code>.json</code> modules (<a href="https://redirect.github.com/facebook/jest/pull/14048">#14048</a>)</li>
    <li><code>[jest-worker]</code> Restart a shut down worker before sending it a task (<a href="https://redirect.github.com/facebook/jest/pull/14015">#14015</a>)</li>
    </ul>
    <h3>Chore &amp; Maintenance</h3>
    <ul>
    <li><code>[*]</code> Update <code>semver</code> dependency to get vulnerability fix (<a href="https://redirect.github.com/jestjs/jest/pull/14262">#14262</a>)</li>
    <li><code>[docs]</code> Updated documentation for the <code>--runTestsByPath</code> CLI command (<a href="https://redirect.github.com/facebook/jest/pull/14004">#14004</a>)</li>
    <li><code>[docs]</code> Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (<a href="https://redirect.github.com/facebook/jest/pull/14056">#14056</a>)</li>
    <li><code>[docs]</code> Update jest statistics of use and downloads in website Index.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/jestjs/jest/commit/1f019afdcdfc54a6664908bb45f343db4e3d0848"><code>1f019af</code></a> v29.6.1</li>
    <li><a href="https://github.com/jestjs/jest/commit/208f2f177f514004ca02e40694be3a50b7aaf4f9"><code>208f2f1</code></a> Revert &quot;Prevent false test failures caused by promise rejections handled asyn...</li>
    <li><a href="https://github.com/jestjs/jest/commit/c1e5b8a38ef54bb138409f89831942ebf6a7a67e"><code>c1e5b8a</code></a> v29.6.0</li>
    <li><a href="https://github.com/jestjs/jest/commit/02ce2a7e262c743e3fcc7f3ce6d19fa219d349f2"><code>02ce2a7</code></a> chore: use <code>fs.rm</code> instead of <code>fs.unlink</code> in test (<a href="https://github.com/facebook/jest/tree/HEAD/packages/jest-circus/issues/14296">#14296</a>)</li>
    <li><a href="https://github.com/jestjs/jest/commit/4ecf91ccb26f012f76b4d3a758f5b205590d5488"><code>4ecf91c</code></a> feat: add support for snapshot matchers in concurrent tests (<a href="https://github.com/facebook/jest/tree/HEAD/packages/jest-circus/issues/14139">#14139</a>)</li>
    <li><a href="https://github.com/jestjs/jest/commit/57e1d4e029a3ffd8dec695c04047d8540457a970"><code>57e1d4e</code></a> Prevent false test failures caused by promise rejections handled asynchronous...</li>
    <li><a href="https://github.com/jestjs/jest/commit/45daa058a352c91790b40197a6e6a5375ecc4712"><code>45daa05</code></a> feat(jest-circus): add <code>onTestCaseStart</code> hook <code>Reporter</code> (<a href="https://github.com/facebook/jest/tree/HEAD/packages/jest-circus/issues/14174">#14174</a>)</li>
    <li>See full diff in <a href="https://github.com/facebook/jest/commits/v29.6.1/packages/jest-circus">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jest-circus&package-manager=npm_and_yarn&previous-version=29.5.0&new-version=29.6.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 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 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>
    dependabot[bot] committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    75c08bd View commit details
    Browse the repository at this point in the history
  4. Update README.md - Fix broken URL (#595)

    Signed-off-by: SamerKhshiboun <samer.khshiboun@intel.com>
    SamerKhshiboun committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e8569de View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Prefer system packages over pip packages for Linux (#593)

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0827768 View commit details
    Browse the repository at this point in the history
  2. 0.7.0

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    43873f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Bump actions/setup-node from 3.7.0 to 3.8.0

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.7.0 to 3.8.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
    <blockquote>
    <h2>v3.8.0</h2>
    <h2>What's Changed</h2>
    <h3>Bug fixes:</h3>
    <ul>
    <li>Add check for existing paths by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/803">actions/setup-node#803</a></li>
    <li>Resolve SymbolicLink by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/809">actions/setup-node#809</a></li>
    <li>Change passing logic for cache input by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/816">actions/setup-node#816</a></li>
    <li>Fix armv7 cache issue by <a href="https://github.com/louislam"><code>@​louislam</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/794">actions/setup-node#794</a></li>
    <li>Update check-dist workflow name by <a href="https://github.com/sinchang"><code>@​sinchang</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/710">actions/setup-node#710</a></li>
    </ul>
    <h3>Feature implementations:</h3>
    <ul>
    <li>feat: handling the case where &quot;node&quot; is used for tool-versions file. by <a href="https://github.com/xytis"><code>@​xytis</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/812">actions/setup-node#812</a></li>
    </ul>
    <h3>Documentation changes:</h3>
    <ul>
    <li>Refer to semver package name in README.md by <a href="https://github.com/olleolleolle"><code>@​olleolleolle</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/808">actions/setup-node#808</a></li>
    </ul>
    <h3>Update dependencies:</h3>
    <ul>
    <li>Update toolkit cache to fix zstd by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/804">actions/setup-node#804</a></li>
    <li>Bump tough-cookie and <code>@​azure/ms-rest-js</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/802">actions/setup-node#802</a></li>
    <li>Bump semver from 6.1.2 to 6.3.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/807">actions/setup-node#807</a></li>
    <li>Bump word-wrap from 1.2.3 to 1.2.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/815">actions/setup-node#815</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/olleolleolle"><code>@​olleolleolle</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/808">actions/setup-node#808</a></li>
    <li><a href="https://github.com/louislam"><code>@​louislam</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/794">actions/setup-node#794</a></li>
    <li><a href="https://github.com/sinchang"><code>@​sinchang</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/710">actions/setup-node#710</a></li>
    <li><a href="https://github.com/xytis"><code>@​xytis</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/812">actions/setup-node#812</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v3.8.0">https://github.com/actions/setup-node/compare/v3...v3.8.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-node/commit/bea5baf987ba7aa777a8a0b4ace377a21c45c381"><code>bea5baf</code></a> change getinput to getstate for cache (<a href="https://redirect.github.com/actions/setup-node/issues/816">#816</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/d82f92a0eb28e5699f87460c19fc2c674da76d01"><code>d82f92a</code></a> Bump word-wrap from 1.2.3 to 1.2.4 (<a href="https://redirect.github.com/actions/setup-node/issues/815">#815</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/ca2d4e0cdd8c63d9ebfedc3d16d450a870caf31c"><code>ca2d4e0</code></a> feat: handling the case where &quot;node&quot; is used for tool-versions file. (<a href="https://redirect.github.com/actions/setup-node/issues/812">#812</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/c7a93deeacd27a63bee8be26a3bf77dc8fb6ce05"><code>c7a93de</code></a> resolve SymbolicLink (<a href="https://redirect.github.com/actions/setup-node/issues/809">#809</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/34050076a5a3fa9bd791b9b40860d11d9421c7fa"><code>3405007</code></a> Add check for existing paths (<a href="https://redirect.github.com/actions/setup-node/issues/803">#803</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/f8aa08ed8ebcc273d7db4ffb5645cb9eb570a33e"><code>f8aa08e</code></a> Update check-dist workflow name (<a href="https://redirect.github.com/actions/setup-node/issues/710">#710</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/e2d34eacc811cc517d25162eb9571557fd52b9b1"><code>e2d34ea</code></a> Fix armv7 cache issue (<a href="https://redirect.github.com/actions/setup-node/issues/794">#794</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/ef9c88b169f1fa70052a9259b37bf50c955434e2"><code>ef9c88b</code></a> Bump semver from 6.1.2 to 6.3.1 (<a href="https://redirect.github.com/actions/setup-node/issues/807">#807</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/ea800d4ebc5caee4d124da96f624d6c65545cc31"><code>ea800d4</code></a> Bump tough-cookie and <code>@​azure/ms-rest-js</code> (<a href="https://redirect.github.com/actions/setup-node/issues/802">#802</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/cb95c398f6b85c15ec9e2d1b3a913b37e72f3878"><code>cb95c39</code></a> Update toolkit cache to fix zstd (<a href="https://redirect.github.com/actions/setup-node/issues/804">#804</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.7.0...v3.8.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.7.0&new-version=3.8.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>
    dependabot[bot] committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    05ea8c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Bump actions/setup-node from 3.8.0 to 3.8.1

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.0 to 3.8.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
    <blockquote>
    <h2>v3.8.1</h2>
    <h2>What's Changed</h2>
    <p>In scope of this release, the filter was removed within the cache-save step by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/831">actions/setup-node#831</a>. It is filtered and checked in the toolkit/cache library.</p>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v3.8.1">https://github.com/actions/setup-node/compare/v3...v3.8.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-node/commit/5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d"><code>5e21ff4</code></a> Remove filter for cached paths (<a href="https://redirect.github.com/actions/setup-node/issues/831">#831</a>)</li>
    <li>See full diff in <a href="https://github.com/actions/setup-node/compare/v3.8.0...v3.8.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.8.0&new-version=3.8.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 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>
    dependabot[bot] committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    09eb3f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
    <blockquote>
    <h2>v4.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update default runtime to node20 by <a href="https://github.com/takost"><code>@​takost</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1436">actions/checkout#1436</a></li>
    <li>Support fetching without the --progress option by <a href="https://github.com/simonbaird"><code>@​simonbaird</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1067">actions/checkout#1067</a></li>
    <li>Release 4.0.0 by <a href="https://github.com/takost"><code>@​takost</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1447">actions/checkout#1447</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/takost"><code>@​takost</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1436">actions/checkout#1436</a></li>
    <li><a href="https://github.com/simonbaird"><code>@​simonbaird</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1067">actions/checkout#1067</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3...v4.0.0">https://github.com/actions/checkout/compare/v3...v4.0.0</a></p>
    <h2>v3.6.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Mark test scripts with Bash'isms to be run via Bash by <a href="https://github.com/dscho"><code>@​dscho</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1377">actions/checkout#1377</a></li>
    <li>Add option to fetch tags even if fetch-depth &gt; 0 by <a href="https://github.com/RobertWieczoreck"><code>@​RobertWieczoreck</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li>
    <li>Release 3.6.0 by <a href="https://github.com/luketomlinson"><code>@​luketomlinson</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/RobertWieczoreck"><code>@​RobertWieczoreck</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li>
    <li><a href="https://github.com/luketomlinson"><code>@​luketomlinson</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3.5.3...v3.6.0">https://github.com/actions/checkout/compare/v3.5.3...v3.6.0</a></p>
    <h2>v3.5.3</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by <a href="https://github.com/megamanics"><code>@​megamanics</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1196">actions/checkout#1196</a></li>
    <li>Fix typos found by codespell by <a href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1287">actions/checkout#1287</a></li>
    <li>Add support for sparse checkouts by <a href="https://github.com/dscho"><code>@​dscho</code></a> and <a href="https://github.com/dfdez"><code>@​dfdez</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1369">actions/checkout#1369</a></li>
    <li>Release v3.5.3 by <a href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1376">actions/checkout#1376</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/megamanics"><code>@​megamanics</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1196">actions/checkout#1196</a></li>
    <li><a href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1287">actions/checkout#1287</a></li>
    <li><a href="https://github.com/dfdez"><code>@​dfdez</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1369">actions/checkout#1369</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3...v3.5.3">https://github.com/actions/checkout/compare/v3...v3.5.3</a></p>
    <h2>v3.5.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Fix: Use correct API url / endpoint in GHES by <a href="https://github.com/fhammerl"><code>@​fhammerl</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1289">actions/checkout#1289</a> based on <a href="https://redirect.github.com/actions/checkout/issues/1286">#1286</a> by <a href="https://github.com/1newsr"><code>@​1newsr</code></a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3.5.1...v3.5.2">https://github.com/actions/checkout/compare/v3.5.1...v3.5.2</a></p>
    <h2>v3.5.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Improve checkout performance on Windows runners by upgrading <code>@​actions/github</code> dependency by <a href="https://github.com/BrettDong"><code>@​BrettDong</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1246">actions/checkout#1246</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/BrettDong"><code>@​BrettDong</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1246">actions/checkout#1246</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p>
    <blockquote>
    <h1>Changelog</h1>
    <h2>v4.0.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1067">Support fetching without the --progress option</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1436">Update to node20</a></li>
    </ul>
    <h2>v3.6.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1377">Fix: Mark test scripts with Bash'isms to be run via Bash</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/579">Add option to fetch tags even if fetch-depth &gt; 0</a></li>
    </ul>
    <h2>v3.5.3</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1196">Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1287">Fix typos found by codespell</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1369">Add support for sparse checkouts</a></li>
    </ul>
    <h2>v3.5.2</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1289">Fix api endpoint for GHES</a></li>
    </ul>
    <h2>v3.5.1</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1246">Fix slow checkout on Windows</a></li>
    </ul>
    <h2>v3.5.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1237">Add new public key for known_hosts</a></li>
    </ul>
    <h2>v3.4.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1209">Upgrade codeql actions to v2</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1210">Upgrade dependencies</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1225">Upgrade <code>@​actions/io</code></a></li>
    </ul>
    <h2>v3.3.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1045">Implement branch list using callbacks from exec function</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1050">Add in explicit reference to private checkout options</a></li>
    <li>[Fix comment typos (that got added in <a href="https://redirect.github.com/actions/checkout/issues/770">#770</a>)](<a href="https://redirect.github.com/actions/checkout/pull/1057">actions/checkout#1057</a>)</li>
    </ul>
    <h2>v3.2.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/942">Add GitHub Action to perform release</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/967">Fix status badge</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1002">Replace datadog/squid with ubuntu/squid Docker image</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/964">Wrap pipeline commands for submoduleForeach in quotes</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1029">Update <code>@​actions/io</code> to 1.1.2</a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1039">Upgrading version to 3.2.0</a></li>
    </ul>
    <h2>v3.1.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/939">Use <code>@​actions/core</code> <code>saveState</code> and <code>getState</code></a></li>
    <li><a href="https://redirect.github.com/actions/checkout/pull/922">Add <code>github-server-url</code> input</a></li>
    </ul>
    <h2>v3.0.2</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/770">Add input <code>set-safe-directory</code></a></li>
    </ul>
    <h2>v3.0.1</h2>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/checkout/commit/3df4ab11eba7bda6032a0b82a6bb43b11571feac"><code>3df4ab1</code></a> Release 4.0.0 (<a href="https://redirect.github.com/actions/checkout/issues/1447">#1447</a>)</li>
    <li><a href="https://github.com/actions/checkout/commit/8b5e8b768746b50394015010d25e690bfab9dfbc"><code>8b5e8b7</code></a> Support fetching without the --progress option (<a href="https://redirect.github.com/actions/checkout/issues/1067">#1067</a>)</li>
    <li><a href="https://github.com/actions/checkout/commit/97a652b80035363df47baee5031ec8670b8878ac"><code>97a652b</code></a> Update default runtime to node20 (<a href="https://redirect.github.com/actions/checkout/issues/1436">#1436</a>)</li>
    <li>See full diff in <a href="https://github.com/actions/checkout/compare/v3...v4">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=3&new-version=4)](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>
    dependabot[bot] committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b8c3cd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Bump @babel/traverse from 7.20.13 to 7.23.2

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.13 to 7.23.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/traverse</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v7.23.2 (2023-10-11)</h2>
    <p><strong>NOTE</strong>: This release also re-publishes <code>@babel/core</code>, even if it does not appear in the linked release commit.</p>
    <p>Thanks <a href="https://github.com/jimmydief"><code>@​jimmydief</code></a> for your first PR!</p>
    <h4>:bug: Bug Fix</h4>
    <ul>
    <li><code>babel-traverse</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/16033">#16033</a> Only evaluate own String/Number/Math methods (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-preset-typescript</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/16022">#16022</a> Rewrite <code>.tsx</code> extension when using <code>rewriteImportExtensions</code> (<a href="https://github.com/jimmydief"><code>@​jimmydief</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-helpers</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/16017">#16017</a> Fix: fallback to typeof when toString is applied to incompatible object (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-helpers</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/16025">#16025</a> Avoid override mistake in namespace imports (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h4>Committers: 5</h4>
    <ul>
    <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li>
    <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    <li>James Diefenderfer (<a href="https://github.com/jimmydief"><code>@​jimmydief</code></a>)</li>
    <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li>
    </ul>
    <h2>v7.23.1 (2023-09-25)</h2>
    <p>Re-publishing <code>@babel/helpers</code> due to a publishing error in 7.23.0.</p>
    <h2>v7.23.0 (2023-09-25)</h2>
    <p>Thanks <a href="https://github.com/lorenzoferre"><code>@​lorenzoferre</code></a> and <a href="https://github.com/RajShukla1"><code>@​RajShukla1</code></a> for your first PRs!</p>
    <h4>:rocket: New Feature</h4>
    <ul>
    <li><code>babel-plugin-proposal-import-wasm-source</code>, <code>babel-plugin-syntax-import-source</code>, <code>babel-plugin-transform-dynamic-import</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15870">#15870</a> Support transforming <code>import source</code> for wasm (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-helper-module-transforms</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-import-defer</code>, <code>babel-plugin-syntax-import-defer</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15878">#15878</a> Implement <code>import defer</code> proposal transform support (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-types</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15845">#15845</a> Implement <code>import defer</code> parsing support (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    <li><a href="https://redirect.github.com/babel/babel/pull/15829">#15829</a> Add parsing support for the &quot;source phase imports&quot; proposal (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-generator</code>, <code>babel-helper-module-transforms</code>, <code>babel-parser</code>, <code>babel-plugin-transform-dynamic-import</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-systemjs</code>, <code>babel-traverse</code>, <code>babel-types</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15682">#15682</a> Add <code>createImportExpressions</code> parser option (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-standalone</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15671">#15671</a> Pass through nonce to the transformed script element (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-helper-function-name</code>, <code>babel-helper-member-expression-to-functions</code>, <code>babel-helpers</code>, <code>babel-parser</code>, <code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-optional-chaining-assign</code>, <code>babel-plugin-syntax-optional-chaining-assign</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-optional-chaining</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code>, <code>babel-types</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15751">#15751</a> Add support for optional chain in assignments (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15895">#15895</a> Implement the &quot;decorator metadata&quot; proposal (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-traverse</code>, <code>babel-types</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15893">#15893</a> Add <code>t.buildUndefinedNode</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-preset-typescript</code></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/traverse</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2>v7.23.2 (2023-10-11)</h2>
    <h4>:bug: Bug Fix</h4>
    <ul>
    <li><code>babel-traverse</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/16033">#16033</a> Only evaluate own String/Number/Math methods (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-preset-typescript</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/16022">#16022</a> Rewrite <code>.tsx</code> extension when using <code>rewriteImportExtensions</code> (<a href="https://github.com/jimmydief"><code>@​jimmydief</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-helpers</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/16017">#16017</a> Fix: fallback to typeof when toString is applied to incompatible object (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-helpers</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/16025">#16025</a> Avoid override mistake in namespace imports (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h2>v7.23.0 (2023-09-25)</h2>
    <h4>:rocket: New Feature</h4>
    <ul>
    <li><code>babel-plugin-proposal-import-wasm-source</code>, <code>babel-plugin-syntax-import-source</code>, <code>babel-plugin-transform-dynamic-import</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15870">#15870</a> Support transforming <code>import source</code> for wasm (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-helper-module-transforms</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-import-defer</code>, <code>babel-plugin-syntax-import-defer</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15878">#15878</a> Implement <code>import defer</code> proposal transform support (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-types</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15845">#15845</a> Implement <code>import defer</code> parsing support (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    <li><a href="https://redirect.github.com/babel/babel/pull/15829">#15829</a> Add parsing support for the &quot;source phase imports&quot; proposal (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-generator</code>, <code>babel-helper-module-transforms</code>, <code>babel-parser</code>, <code>babel-plugin-transform-dynamic-import</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-systemjs</code>, <code>babel-traverse</code>, <code>babel-types</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15682">#15682</a> Add <code>createImportExpressions</code> parser option (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-standalone</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15671">#15671</a> Pass through nonce to the transformed script element (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-helper-function-name</code>, <code>babel-helper-member-expression-to-functions</code>, <code>babel-helpers</code>, <code>babel-parser</code>, <code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-optional-chaining-assign</code>, <code>babel-plugin-syntax-optional-chaining-assign</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-optional-chaining</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code>, <code>babel-types</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15751">#15751</a> Add support for optional chain in assignments (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15895">#15895</a> Implement the &quot;decorator metadata&quot; proposal (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-traverse</code>, <code>babel-types</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15893">#15893</a> Add <code>t.buildUndefinedNode</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-preset-typescript</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15913">#15913</a> Add <code>rewriteImportExtensions</code> option to TS preset (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-parser</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15896">#15896</a> Allow TS tuples to have both labeled and unlabeled elements (<a href="https://github.com/yukukotani"><code>@​yukukotani</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h4>:bug: Bug Fix</h4>
    <ul>
    <li><code>babel-plugin-transform-block-scoping</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15962">#15962</a> fix: <code>transform-block-scoping</code> captures the variables of the method in the loop (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h4>:nail_care: Polish</h4>
    <ul>
    <li><code>babel-traverse</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15797">#15797</a> Expand evaluation of global built-ins in <code>@babel/traverse</code> (<a href="https://github.com/lorenzoferre"><code>@​lorenzoferre</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-plugin-proposal-explicit-resource-management</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15985">#15985</a> Improve source maps for blocks with <code>using</code> declarations (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h4>:microscope: Output optimization</h4>
    <ul>
    <li><code>babel-core</code>, <code>babel-helper-module-transforms</code>, <code>babel-plugin-transform-async-to-generator</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-dynamic-import</code>, <code>babel-plugin-transform-function-name</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-umd</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-plugin-transform-react-inline-elements</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-preset-env</code>
    <ul>
    <li><a href="https://redirect.github.com/babel/babel/pull/15984">#15984</a> Inline <code>exports.XXX =</code> update in simple variable declarations (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h2>v7.22.20 (2023-09-16)</h2>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/babel/babel/commit/b4b9942a6cde0685c222eb3412347880aae40ad5"><code>b4b9942</code></a> v7.23.2</li>
    <li><a href="https://github.com/babel/babel/commit/b13376b346946e3f62fc0848c1d2a23223314c82"><code>b13376b</code></a> Only evaluate own String/Number/Math methods (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/16033">#16033</a>)</li>
    <li><a href="https://github.com/babel/babel/commit/ca58ec15cb6dde6812c36997477e44880bec0bba"><code>ca58ec1</code></a> v7.23.0</li>
    <li><a href="https://github.com/babel/babel/commit/0f333dafcf470f1970083e4e695ced6aec8bead0"><code>0f333da</code></a> Add <code>createImportExpressions</code> parser option (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/15682">#15682</a>)</li>
    <li><a href="https://github.com/babel/babel/commit/3744545649fdc21688a2f3c97e1e39dbebff0d21"><code>3744545</code></a> Fix linting</li>
    <li><a href="https://github.com/babel/babel/commit/c7e6806e2194deb36c330f543409c792592b22d4"><code>c7e6806</code></a> Add <code>t.buildUndefinedNode</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/15893">#15893</a>)</li>
    <li><a href="https://github.com/babel/babel/commit/38ee8b4dd693f1e2bd00107bbc1167ce84736ea0"><code>38ee8b4</code></a> Expand evaluation of global built-ins in <code>@babel/traverse</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/15797">#15797</a>)</li>
    <li><a href="https://github.com/babel/babel/commit/9f3dfd90211472cf0083a3234dd1a1b857ce3624"><code>9f3dfd9</code></a> v7.22.20</li>
    <li><a href="https://github.com/babel/babel/commit/3ed28b29c1fb15588369bdd55187b69f1248e87d"><code>3ed28b2</code></a> Fully support <code>||</code> and <code>&amp;&amp;</code> in <code>pluginToggleBooleanFlag</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/15961">#15961</a>)</li>
    <li><a href="https://github.com/babel/babel/commit/77b0d7359909c94f3797c24006f244847fbc8d6d"><code>77b0d73</code></a> v7.22.19</li>
    <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/traverse&package-manager=npm_and_yarn&previous-version=7.20.13&new-version=7.23.2)](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/ros-tooling/setup-ros/network/alerts).
    
    </details>
    dependabot[bot] committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    47e46e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Bump actions/setup-node from 3.8.1 to 4.0.0

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
    <blockquote>
    <h2>v4.0.0</h2>
    <h2>What's Changed</h2>
    <p>In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in <a href="https://redirect.github.com/actions/setup-node/pull/866">actions/setup-node#866</a></p>
    <p>Besides, release contains such changes as:</p>
    <ul>
    <li>Upgrade actions/checkout to v4 by <a href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
    <li>Update actions/checkout for documentation and yaml by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/876">actions/setup-node#876</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v4.0.0">https://github.com/actions/setup-node/compare/v3...v4.0.0</a></p>
    <h2>v3.8.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update semver by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/861">actions/setup-node#861</a></li>
    <li>Update temp directory creation by <a href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/859">actions/setup-node#859</a></li>
    <li>Bump <code>@​babel/traverse</code> from 7.15.4 to 7.23.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/870">actions/setup-node#870</a></li>
    <li>Add notice about binaries not being updated yet by <a href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/872">actions/setup-node#872</a></li>
    <li>Update toolkit cache and core by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> and <a href="https://github.com/seongwon-privatenote"><code>@​seongwon-privatenote</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/875">actions/setup-node#875</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v3.8.2">https://github.com/actions/setup-node/compare/v3...v3.8.2</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-node/commit/8f152de45cc393bb48ce5d89d36b731f54556e65"><code>8f152de</code></a> Update actions/checkout for documentation and yaml (<a href="https://redirect.github.com/actions/setup-node/issues/876">#876</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/23755b521f87533c8ed7f8fb13674f9021579e34"><code>23755b5</code></a> upgrade actions/checkout to v4 (<a href="https://redirect.github.com/actions/setup-node/issues/868">#868</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/54534a2a9ba7308e8a8995af3104899e6a95b681"><code>54534a2</code></a> Change node version for action to node20 (<a href="https://redirect.github.com/actions/setup-node/issues/866">#866</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/1a4442cacd436585916779262731d5b162bc6ec7"><code>1a4442c</code></a> Update toolkit cache and core (<a href="https://redirect.github.com/actions/setup-node/issues/875">#875</a>)</li>
    <li><a href="https://github.com/actions/setup-node/commit/6e9e44895f11c5489716beba7b3be1cd4d76f8e9"><code>6e9e448</code></a> Merge pull request <a href="https://redirect.github.com/actions/setup-node/issues/872">#872</a> from akv-platform/add-notice-about-binaries-not-being...</li>
    <li><a href="https://github.com/actions/setup-node/commit/e52912ef25bc38da27c83c00c3c61bbb5b7bddc3"><code>e52912e</code></a> Update tests</li>
    <li><a href="https://github.com/actions/setup-node/commit/ac16ae42d727f28d8231c7ce87ef399a68ce8d80"><code>ac16ae4</code></a> Update message to use waning instead of info</li>
    <li><a href="https://github.com/actions/setup-node/commit/5a8d9111e32e049e80167427e34aad324f306b77"><code>5a8d911</code></a> Update build</li>
    <li><a href="https://github.com/actions/setup-node/commit/9e956a555c2c3d534ac93f57280063bfa7c63468"><code>9e956a5</code></a> Add notice about binaries not being updated yet</li>
    <li><a href="https://github.com/actions/setup-node/commit/7da2a7eb0c8ca16886c2abd4199f2cdda6f64dd4"><code>7da2a7e</code></a> Bump <code>@​babel/traverse</code> from 7.15.4 to 7.23.2 (<a href="https://redirect.github.com/actions/setup-node/issues/870">#870</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.8.1...v4.0.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.8.1&new-version=4.0.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>
    dependabot[bot] committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8aa198d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Bump @vercel/ncc from 0.36.1 to 0.38.1

    Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.36.1 to 0.38.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/vercel/ncc/releases"><code>@​vercel/ncc</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>0.38.1</h2>
    <h2><a href="https://github.com/vercel/ncc/compare/0.38.0...0.38.1">0.38.1</a> (2023-10-18)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li>sourcemap sources removes webpack path (<a href="https://redirect.github.com/vercel/ncc/issues/1122">#1122</a>) (<a href="https://github.com/vercel/ncc/commit/ce5984e4b07103b4e1123539ebb9fb82daf1344d">ce5984e</a>), closes <a href="https://redirect.github.com/vercel/ncc/issues/1011">#1011</a> <a href="https://redirect.github.com/vercel/ncc/issues/1121">#1121</a></li>
    </ul>
    <h2>0.38.0</h2>
    <h1><a href="https://github.com/vercel/ncc/compare/0.37.0...0.38.0">0.38.0</a> (2023-09-06)</h1>
    <h3>Features</h3>
    <ul>
    <li>Log minification error when <code>--debug</code> (<a href="https://redirect.github.com/vercel/ncc/issues/1102">#1102</a>) (<a href="https://github.com/vercel/ncc/commit/e2779f42031569f9b4b47bb8a302f48ef852405b">e2779f4</a>)</li>
    </ul>
    <h2>0.37.0</h2>
    <h1><a href="https://github.com/vercel/ncc/compare/0.36.1...0.37.0">0.37.0</a> (2023-09-06)</h1>
    <h3>Features</h3>
    <ul>
    <li>add support for TypeScript 5.0's array extends in tsconfig (<a href="https://redirect.github.com/vercel/ncc/issues/1105">#1105</a>) (<a href="https://github.com/vercel/ncc/commit/f898f8ea85f940208925dfd2e2162b9de8d4843e">f898f8e</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/vercel/ncc/commit/ce5984e4b07103b4e1123539ebb9fb82daf1344d"><code>ce5984e</code></a> fix: sourcemap sources removes webpack path (<a href="https://redirect.github.com/vercel/ncc/issues/1122">#1122</a>)</li>
    <li><a href="https://github.com/vercel/ncc/commit/f9c1153f57ba89c48d07dd19ad7910d0e089b59e"><code>f9c1153</code></a> chore(deps): Bump amannn/action-semantic-pull-request from 5.2.0 to 5.3.0 (<a href="https://redirect.github.com/vercel/ncc/issues/1">#1</a>...</li>
    <li><a href="https://github.com/vercel/ncc/commit/0bc78fe09af83cbedfa868372db661691b484f74"><code>0bc78fe</code></a> chore(deps-dev): Bump isomorphic-unfetch from 3.1.0 to 4.0.2 (<a href="https://redirect.github.com/vercel/ncc/issues/1116">#1116</a>)</li>
    <li><a href="https://github.com/vercel/ncc/commit/5796c1fe12b78705eec3f45bb38a6d322624fed6"><code>5796c1f</code></a> chore(deps): Bump word-wrap from 1.2.3 to 1.2.4 (<a href="https://redirect.github.com/vercel/ncc/issues/1094">#1094</a>)</li>
    <li><a href="https://github.com/vercel/ncc/commit/e2779f42031569f9b4b47bb8a302f48ef852405b"><code>e2779f4</code></a> feat: Log minification error when <code>--debug</code> (<a href="https://redirect.github.com/vercel/ncc/issues/1102">#1102</a>)</li>
    <li><a href="https://github.com/vercel/ncc/commit/4a9d97c634c382a7a831c48215525f8ad73860b0"><code>4a9d97c</code></a> chore(deps): Bump protobufjs from 6.11.3 to 6.11.4 (<a href="https://redirect.github.com/vercel/ncc/issues/1103">#1103</a>)</li>
    <li><a href="https://github.com/vercel/ncc/commit/ca70272e563b2b0d91b34b511570749cf898dab0"><code>ca70272</code></a> chore(deps): bump cookiejar from 2.1.2 to 2.1.4 (<a href="https://redirect.github.com/vercel/ncc/issues/1031">#1031</a>)</li>
    <li><a href="https://github.com/vercel/ncc/commit/c366eade2ed3db11b1b5fc5149eb89f922a08c8a"><code>c366ead</code></a> chore(deps): Bump apollo-server-core from 2.22.1 to 2.26.2 (<a href="https://redirect.github.com/vercel/ncc/issues/1108">#1108</a>)</li>
    <li><a href="https://github.com/vercel/ncc/commit/f898f8ea85f940208925dfd2e2162b9de8d4843e"><code>f898f8e</code></a> feat: add support for TypeScript 5.0's array extends in tsconfig (<a href="https://redirect.github.com/vercel/ncc/issues/1105">#1105</a>)</li>
    <li><a href="https://github.com/vercel/ncc/commit/2a1437bdc024547a8894169c06f5b6622b993988"><code>2a1437b</code></a> chore(deps-dev): Bump mongoose from 5.13.15 to 5.13.20 (<a href="https://redirect.github.com/vercel/ncc/issues/1093">#1093</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/vercel/ncc/compare/0.36.1...0.38.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vercel/ncc&package-manager=npm_and_yarn&previous-version=0.36.1&new-version=0.38.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 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>
    dependabot[bot] committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    31940cc View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Bump typescript from 5.1.6 to 5.2.2

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p>
    <blockquote>
    <h2>TypeScript 5.2</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.2.0%22+is%3Aclosed+">fixed issues query for Typescript 5.2.0 (Beta)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.2.1%22+is%3Aclosed+">fixed issues query for Typescript 5.2.1 (RC)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.2.2%22+is%3Aclosed+">fixed issues query for Typescript 5.2.2 (Stable)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
    </ul>
    <h2>TypeScript 5.2 RC</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-2-rc/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.2.0%22+is%3Aclosed+">fixed issues query for Typescript 5.2.0 (Beta)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.2.1%22+is%3Aclosed+">fixed issues query for Typescript 5.2.1 (RC)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
    </ul>
    <h2>TypeScript 5.2 Beta</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-2-beta/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.2.0%22+is%3Aclosed+">fixed issues query for Typescript v5.2.0 (Beta)</a>.</li>
    </ul>
    <p>Downloads are available on <a href="https://www.npmjs.com/package/typescript">npm</a>.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/microsoft/TypeScript/commit/9684ba6b0d73c37546ada901e5d0a5324de7fc1d"><code>9684ba6</code></a> Cherry-pick fix for cross-file inlay hints (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/55476">#55476</a>) to <code>release-5.2</code> and LKG ...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/555ef99d037547da48b8f7e4c629f571b706d1d5"><code>555ef99</code></a> Bump version to 5.2.2 and LKG</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/6074b9d12b70757fe68ab2b4da059ea363c4df04"><code>6074b9d</code></a> Update LKG for 5.2.1 RC.</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/b778ed1d8fb9ad3c23c191b78be4835437173de2"><code>b778ed1</code></a> Merge commit 'e936eb13d2900f21d79553c32a704307c7ad03dd' into release-5.2</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/10b9962915de5136de972188046a429b02bfed55"><code>10b9962</code></a> Bump version to 5.2.1-rc and LKG</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/e936eb13d2900f21d79553c32a704307c7ad03dd"><code>e936eb1</code></a> Update package-lock.json</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/e36cd5768aa46ed2ce9487cce768222d8ee05a4d"><code>e36cd57</code></a> Update package-lock.json</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/581fba1f6f85116116a5838e44521b4a99de6bad"><code>581fba1</code></a> Update package-lock.json</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/8fc8c95830fa826eae2441aaa1e83bd2e06c1705"><code>8fc8c95</code></a> Decorators normative updates (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/55276">#55276</a>)</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/b1c4dc475cc0419747c6bec43d12f8e6f64e714c"><code>b1c4dc4</code></a> Fix class name references (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/55262">#55262</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v5.1.6...v5.2.2">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=5.1.6&new-version=5.2.2)](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>
    dependabot[bot] committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2c77f9c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Bump jest and @types/jest

    Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.
    Updates `jest` from 29.5.0 to 29.7.0
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/jestjs/jest/releases">jest's releases</a>.</em></p>
    <blockquote>
    <h2>v29.7.0</h2>
    <h2>Features</h2>
    <ul>
    <li><code>[create-jest]</code> Add <code>npm init</code> / <code>yarn create</code> initialiser for Jest projects (<a href="https://redirect.github.com/jestjs/jest/pull/14453">#14465</a>)</li>
    <li><code>[jest-validate]</code> Allow deprecation warnings for unknown options (<a href="https://redirect.github.com/jestjs/jest/pull/14499">#14499</a>)</li>
    </ul>
    <h2>Fixes</h2>
    <ul>
    <li><code>[jest-resolver]</code> Replace unmatched capture groups in <code>moduleNameMapper</code> with empty string instead of <code>undefined</code> (<a href="https://redirect.github.com/jestjs/jest/pull/14507">#14507</a>)</li>
    <li><code>[jest-snapshot]</code> Allow for strings as well as template literals in inline snapshots (<a href="https://redirect.github.com/jestjs/jest/pull/14465">#14465</a>)</li>
    <li><code>[@jest/test-sequencer]</code> Calculate test runtime if <code>perStats.duration</code> is missing (<a href="https://redirect.github.com/jestjs/jest/pull/14473">#14473</a>)</li>
    </ul>
    <h2>Performance</h2>
    <ul>
    <li><code>[@jest/create-cache-key-function]</code> Cache access of <code>NODE_ENV</code> and <code>BABEL_ENV</code> (<a href="https://redirect.github.com/jestjs/jest/pull/14455">#14455</a>)</li>
    </ul>
    <h2>Chore &amp; Maintenance</h2>
    <ul>
    <li><code>[jest-cli]</code> Move internal config initialisation logic to the <code>create-jest</code> package (<a href="https://redirect.github.com/jestjs/jest/pull/14453">#14465</a>)</li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/bawjensen"><code>@​bawjensen</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14465">jestjs/jest#14465</a></li>
    <li><a href="https://github.com/malaviya-parth"><code>@​malaviya-parth</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14467">jestjs/jest#14467</a></li>
    <li><a href="https://github.com/niklasholm"><code>@​niklasholm</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14507">jestjs/jest#14507</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/jestjs/jest/compare/v29.6.4...v29.7.0">https://github.com/jestjs/jest/compare/v29.6.4...v29.7.0</a></p>
    <h2>v29.6.4</h2>
    <h2>Fixes</h2>
    <ul>
    <li><code>[jest-core]</code> Fix typo in <code>scheduleAndRun</code> performance marker (<a href="https://redirect.github.com/jestjs/jest/pull/14434">#14434</a>)</li>
    <li><code>[jest-environment-node]</code> Make sure <code>atob</code> and <code>btoa</code> are writeable in Node 20 (<a href="https://redirect.github.com/jestjs/jest/pull/14446">#14446</a>)</li>
    <li><code>[jest-worker]</code> Additional error wrapper for <code>parentPort.postMessage</code> to fix unhandled <code>DataCloneError</code>. (<a href="https://redirect.github.com/jestjs/jest/pull/14437">#14437</a>)</li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/stanleyume"><code>@​stanleyume</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14424">jestjs/jest#14424</a></li>
    <li><a href="https://github.com/dj-stormtrooper"><code>@​dj-stormtrooper</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14437">jestjs/jest#14437</a></li>
    <li><a href="https://github.com/thw0rted"><code>@​thw0rted</code></a> made their first contribution in <a href="https://redirect.github.com/jestjs/jest/pull/14444">jestjs/jest#14444</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/jestjs/jest/compare/v29.6.3...v29.6.4">https://github.com/jestjs/jest/compare/v29.6.3...v29.6.4</a></p>
    <h2>v29.6.3</h2>
    <h2>Fixes</h2>
    <ul>
    <li><code>[expect, @jest/expect-utils]</code> <code>ObjectContaining</code> support <code>symbol</code> as key (<a href="https://redirect.github.com/jestjs/jest/pull/14414">#14414</a>)</li>
    <li><code>[expect]</code> Remove <code>@types/node</code> from dependencies (<a href="https://redirect.github.com/jestjs/jest/pull/14385">#14385</a>)</li>
    <li><code>[jest-core]</code> Use workers in watch mode by default to avoid crashes (<a href="https://redirect.github.com/facebook/jest/pull/14059">#14059</a> &amp; <a href="https://redirect.github.com/facebook/jest/pull/14085">#14085</a>).</li>
    <li><code>[jest-reporters]</code> Update <code>istanbul-lib-instrument</code> dependency to v6. (<a href="https://redirect.github.com/jestjs/jest/pull/14401">#14401</a>)</li>
    <li><code>[jest-mock]</code> Revert <a href="https://redirect.github.com/jestjs/jest/pull/13692">#13692</a> as it was a breaking change (<a href="https://redirect.github.com/jestjs/jest/pull/14429">#14429</a>)</li>
    <li><code>[jest-mock]</code> Revert <a href="https://redirect.github.com/jestjs/jest/pull/13866">#13866</a> as it was a breaking change (<a href="https://redirect.github.com/jestjs/jest/pull/14429">#14429</a>)</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">jest's changelog</a>.</em></p>
    <blockquote>
    <h2>29.7.0</h2>
    <h3>Features</h3>
    <ul>
    <li><code>[create-jest]</code> Add <code>npm init</code> / <code>yarn create</code> initialiser for Jest projects (<a href="https://redirect.github.com/jestjs/jest/pull/14453">#14465</a>)</li>
    <li><code>[jest-validate]</code> Allow deprecation warnings for unknown options (<a href="https://redirect.github.com/jestjs/jest/pull/14499">#14499</a>)</li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li><code>[jest-resolver]</code> Replace unmatched capture groups in <code>moduleNameMapper</code> with empty string instead of <code>undefined</code> (<a href="https://redirect.github.com/jestjs/jest/pull/14507">#14507</a>)</li>
    <li><code>[jest-snapshot]</code> Allow for strings as well as template literals in inline snapshots (<a href="https://redirect.github.com/jestjs/jest/pull/14465">#14465</a>)</li>
    <li><code>[@jest/test-sequencer]</code> Calculate test runtime if <code>perStats.duration</code> is missing (<a href="https://redirect.github.com/jestjs/jest/pull/14473">#14473</a>)</li>
    </ul>
    <h3>Performance</h3>
    <ul>
    <li><code>[@jest/create-cache-key-function]</code> Cache access of <code>NODE_ENV</code> and <code>BABEL_ENV</code> (<a href="https://redirect.github.com/jestjs/jest/pull/14455">#14455</a>)</li>
    </ul>
    <h3>Chore &amp; Maintenance</h3>
    <ul>
    <li><code>[jest-cli]</code> Move internal config initialisation logic to the <code>create-jest</code> package (<a href="https://redirect.github.com/jestjs/jest/pull/14453">#14465</a>)</li>
    </ul>
    <h2>29.6.4</h2>
    <h3>Fixes</h3>
    <ul>
    <li><code>[jest-core]</code> Fix typo in <code>scheduleAndRun</code> performance marker (<a href="https://redirect.github.com/jestjs/jest/pull/14434">#14434</a>)</li>
    <li><code>[jest-environment-node]</code> Make sure <code>atob</code> and <code>btoa</code> are writeable in Node 20 (<a href="https://redirect.github.com/jestjs/jest/pull/14446">#14446</a>)</li>
    <li><code>[jest-worker]</code> Additional error wrapper for <code>parentPort.postMessage</code> to fix unhandled <code>DataCloneError</code>. (<a href="https://redirect.github.com/jestjs/jest/pull/14437">#14437</a>)</li>
    </ul>
    <h2>29.6.3</h2>
    <h3>Fixes</h3>
    <ul>
    <li><code>[expect, @jest/expect-utils]</code> <code>ObjectContaining</code> support <code>sumbol</code> as key (<a href="https://redirect.github.com/jestjs/jest/pull/14414">#14414</a>)</li>
    <li><code>[expect]</code> Remove <code>@types/node</code> from dependencies (<a href="https://redirect.github.com/jestjs/jest/pull/14385">#14385</a>)</li>
    <li><code>[jest-core]</code> Use workers in watch mode by default to avoid crashes (<a href="https://redirect.github.com/facebook/jest/pull/14059">#14059</a> &amp; <a href="https://redirect.github.com/facebook/jest/pull/14085">#14085</a>).</li>
    <li><code>[jest-reporters]</code> Update <code>istanbul-lib-instrument</code> dependency to v6. (<a href="https://redirect.github.com/jestjs/jest/pull/14401">#14401</a>)</li>
    <li><code>[jest-mock]</code> Revert <a href="https://redirect.github.com/jestjs/jest/pull/13692">#13692</a> as it was a breaking change (<a href="https://redirect.github.com/jestjs/jest/pull/14429">#14429</a>)</li>
    <li><code>[jest-mock]</code> Revert <a href="https://redirect.github.com/jestjs/jest/pull/13866">#13866</a> as it was a breaking change (<a href="https://redirect.github.com/jestjs/jest/pull/14429">#14429</a>)</li>
    <li><code>[jest-mock]</code> Revert <a href="https://redirect.github.com/jestjs/jest/pull/13867">#13867</a> as it was a breaking change (<a href="https://redirect.github.com/jestjs/jest/pull/14429">#14429</a>)</li>
    <li><code>[@jest/reporters]</code> Marks Reporter's hooks as optional (<a href="https://redirect.github.com/jestjs/jest/pull/14433">#14433</a>)</li>
    <li><code>[jest-runtime]</code> Fix dynamic ESM import module bug when loaded module through <code>jest.isolateModulesAsync</code> (<a href="https://redirect.github.com/jestjs/jest/pull/14397">#14397</a>)</li>
    </ul>
    <h3>Chore &amp; Maintenance</h3>
    <ul>
    <li><code>[jest-changed-files, jest-circus, jest-console, @jest/core, @jest/runtime, @jest/transform]</code> Use <code>invariant</code> and <code>notEmpty</code> from <code>jest-util</code> rather than own internal (<a href="https://redirect.github.com/jestjs/jest/pull/14366">#14366</a>)</li>
    </ul>
    <h2>29.6.2</h2>
    <h3>Fixes</h3>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/jestjs/jest/commit/4e56991693da7cd4c3730dc3579a1dd1403ee630"><code>4e56991</code></a> v29.7.0</li>
    <li><a href="https://github.com/jestjs/jest/commit/55cd6a0aaf6f9178199dfa7af7a00fcaa7c421fd"><code>55cd6a0</code></a> v29.6.4</li>
    <li><a href="https://github.com/jestjs/jest/commit/fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b"><code>fb7d95c</code></a> v29.6.3</li>
    <li><a href="https://github.com/jestjs/jest/commit/49bacb9620b87c476bd5ba1b30e26ca2c4f42a70"><code>49bacb9</code></a> chore: update jest repo organisation in urls (<a href="https://github.com/jestjs/jest/tree/HEAD/packages/jest/issues/14413">#14413</a>)</li>
    <li><a href="https://github.com/jestjs/jest/commit/0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"><code>0fd5b1c</code></a> v29.6.2</li>
    <li><a href="https://github.com/jestjs/jest/commit/1f019afdcdfc54a6664908bb45f343db4e3d0848"><code>1f019af</code></a> v29.6.1</li>
    <li><a href="https://github.com/jestjs/jest/commit/c1e5b8a38ef54bb138409f89831942ebf6a7a67e"><code>c1e5b8a</code></a> v29.6.0</li>
    <li><a href="https://github.com/jestjs/jest/commit/6ffa48d1cd7d85189f0dbc1e37fd0efafa5c221c"><code>6ffa48d</code></a> chore: upgrade TypeScript to v5 (<a href="https://github.com/jestjs/jest/tree/HEAD/packages/jest/issues/14155">#14155</a>)</li>
    <li><a href="https://github.com/jestjs/jest/commit/a95eeb6c2c8145a81190149a52a30fc177417ecc"><code>a95eeb6</code></a> chore: update tsd runner (<a href="https://github.com/jestjs/jest/tree/HEAD/packages/jest/issues/14020">#14020</a>)</li>
    <li>See full diff in <a href="https://github.com/jestjs/jest/commits/v29.7.0/packages/jest">compare view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `@types/jest` from 29.5.2 to 29.5.6
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">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 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>
    dependabot[bot] committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    956ee51 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Bump @types/node from 20.3.1 to 20.8.9

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.3.1 to 20.8.9.
    <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 />
    
    <details>
    <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
    
    | Dependency Name | Ignore Conditions |
    | --- | --- |
    | @types/node | [>= 18.a, < 19] |
    </details>
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.3.1&new-version=20.8.9)](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>
    dependabot[bot] committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    79d9bc7 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Bump prettier from 2.8.8 to 3.0.3

    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p>
    <blockquote>
    <h2>3.0.3</h2>
    <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#303">Changelog</a></p>
    <h2>3.0.2</h2>
    <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#302">Changelog</a></p>
    <h2>3.0.1</h2>
    <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#301">Changelog</a></p>
    <h2>3.0.0</h2>
    <p><a href="https://github.com/prettier/prettier/compare/3.0.0-alpha.6...3.0.0">diff</a></p>
    <p>🔗 <a href="https://prettier.io/blog/2023/07/05/3.0.0.html">Release note</a></p>
    <h2>3.0.0-alpha.6</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update <code>.d.ts</code> files of plugins to use <code>export default ...</code> by <a href="https://github.com/fisker"><code>@​fisker</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/14435">prettier/prettier#14435</a></li>
    </ul>
    <p>Other changes since v2, see <a href="https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1"><code>3.0.0-alpha.1</code> release notes</a></p>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6">https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6</a></p>
    <h2>3.0.0-alpha.5</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add <code>.d.ts</code> files by <a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/14212">prettier/prettier#14212</a></li>
    <li>Support TypeScript 5 via <code>babel-ts</code> parser by <a href="https://github.com/fisker"><code>@​fisker</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/14391">prettier/prettier#14391</a></li>
    </ul>
    <p>Other changes since v2, see <a href="https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1"><code>3.0.0-alpha.1</code> release notes</a></p>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/prettier/prettier/compare/3.0.0-alpha.4...3.0.0-alpha.5">https://github.com/prettier/prettier/compare/3.0.0-alpha.4...3.0.0-alpha.5</a></p>
    <h2>3.0.0-alpha.4</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Remove support for Flow comment types by <a href="https://github.com/thorn0"><code>@​thorn0</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/13687">prettier/prettier#13687</a></li>
    <li>Make <code>resolveParser</code> work like v2 by <a href="https://github.com/fisker"><code>@​fisker</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/13732">prettier/prettier#13732</a></li>
    <li>Add <code>__debug</code> apis to cjs version by <a href="https://github.com/fisker"><code>@​fisker</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/13731">prettier/prettier#13731</a></li>
    </ul>
    <p>Other changes since v2, see <a href="https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1"><code>3.0.0-alpha.1</code> release notes</a></p>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/prettier/prettier/compare/3.0.0-alpha.3...3.0.0-alpha.4">https://github.com/prettier/prettier/compare/3.0.0-alpha.3...3.0.0-alpha.4</a></p>
    <h2>3.0.0-alpha.3</h2>
    <ul>
    <li>Fix <code>exports</code> field in <code>package.json</code> file</li>
    </ul>
    <p>Other changes since v2, see <a href="https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1"><code>3.0.0-alpha.1</code> release notes</a></p>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/prettier/prettier/compare/3.0.0-alpha.2...3.0.0-alpha.3">https://github.com/prettier/prettier/compare/3.0.0-alpha.2...3.0.0-alpha.3</a></p>
    <h2>3.0.0-alpha.2</h2>
    <ul>
    <li>Fix bundled <code>index.cjs</code> file</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p>
    <blockquote>
    <h1>3.0.3</h1>
    <p><a href="https://github.com/prettier/prettier/compare/3.0.2...3.0.3">diff</a></p>
    <h4>Add <code>preferUnplugged: true</code> to <code>package.json</code> (<a href="https://redirect.github.com/prettier/prettier/pull/15169">#15169</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a> and <a href="https://github.com/so1ve"><code>@​so1ve</code></a>)</h4>
    <p>Prettier v3 uses dynamic imports, user <a href="https://redirect.github.com/yarnpkg/berry/pull/5411#issuecomment-1523502224">will need to unplug Prettier</a> when Yarn's PnP mode is enabled, add <a href="https://yarnpkg.com/configuration/manifest#preferUnplugged"><code>preferUnplugged: true</code></a> to <code>package.json</code>, so Yarn will install Prettier as unplug by default.</p>
    <h4>Support shared config that forbids <code>require()</code> (<a href="https://redirect.github.com/prettier/prettier/pull/15233">#15233</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4>
    <p>If an external shared config package is used, and the package <code>exports</code> don't have <code>require</code> or <code>default</code> export.</p>
    <p>In Prettier 3.0.2 Prettier fails when attempt to <code>require()</code> the package, and throws an error.</p>
    <pre lang="text"><code>Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No &quot;exports&quot; main defined in &lt;packageName&gt;/package.json
    </code></pre>
    <h4>Allow argument of <code>require()</code> to break (<a href="https://redirect.github.com/prettier/prettier/pull/15256">#15256</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4>
    <!-- raw HTML omitted -->
    <pre lang="jsx"><code>// Input
    const plugin = require(
      global.STANDALONE
        ? path.join(__dirname, &quot;../standalone.js&quot;)
        : path.join(__dirname, &quot;..&quot;)
    );
    <p>// Prettier 3.0.2
    const plugin = require(global.STANDALONE
    ? path.join(__dirname, &quot;../standalone.js&quot;)
    : path.join(__dirname, &quot;..&quot;));</p>
    <p>// Prettier 3.0.3
    const plugin = require(
    global.STANDALONE
    ? path.join(__dirname, &quot;../standalone.js&quot;)
    : path.join(__dirname, &quot;..&quot;)
    );
    </code></pre></p>
    <h4>Do not print trailing commas in arrow function type parameter lists in <code>ts</code> code blocks (<a href="https://redirect.github.com/prettier/prettier/pull/15286">#15286</a> by <a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</h4>
    <!-- raw HTML omitted -->
    <pre lang="md"><code>&lt;!-- Input --&gt;
    ```ts
    const foo = &lt;T&gt;() =&gt; {}
    ```
    &lt;/tr&gt;&lt;/table&gt; 
    </code></pre>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/prettier/prettier/commit/d5f31710b2fc25f3f472e86f9ee00a561a17ffa2"><code>d5f3171</code></a> Release 3.0.3</li>
    <li><a href="https://github.com/prettier/prettier/commit/a35008fb0a010f92c1002ee074c6a7f3c0d8da41"><code>a35008f</code></a> Support shared config that forbids <code>require()</code> (<a href="https://redirect.github.com/prettier/prettier/issues/15233">#15233</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/1ce97d13a3008bf6be1c17a374d2a80138a83fe1"><code>1ce97d1</code></a> Support TypeScript 5.2 <code>using</code> / <code>await using</code> declaration (<a href="https://redirect.github.com/prettier/prettier/issues/15321">#15321</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/a73cfa0ec43d575d35dbf7779dcec3694d57b3e9"><code>a73cfa0</code></a> Fix build script <code>--report</code> option (<a href="https://redirect.github.com/prettier/prettier/issues/15323">#15323</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/941c6b3a3cda41e6940b1682437f12065c635dab"><code>941c6b3</code></a> Minor refactor to <code>getSupportedFilesGlob</code> (<a href="https://redirect.github.com/prettier/prettier/issues/15319">#15319</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/f6c9e9b0b8e5affce678dd8286be301b298a47f4"><code>f6c9e9b</code></a> Assert uniqueness in language properties (<a href="https://redirect.github.com/prettier/prettier/issues/15320">#15320</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/288ea7e911f83d79453034681f951d307520e1e5"><code>288ea7e</code></a> chore(deps): update dependency webpack to v5.88.2 (<a href="https://redirect.github.com/prettier/prettier/issues/15147">#15147</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/6654451d9eced219f10fe8f763e9bd8c4e98a7b6"><code>6654451</code></a> chore(deps): update dependency webpack to v5.88.2 (<a href="https://redirect.github.com/prettier/prettier/issues/15148">#15148</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/d05964460d9681ea16f479f449b7ce042663ead9"><code>d059644</code></a> chore(deps): update dependency fast-glob to v3.3.1 (<a href="https://redirect.github.com/prettier/prettier/issues/15001">#15001</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/423011dcab464aaab18d233bbee34c37eb56bfd6"><code>423011d</code></a> Minor refactor to <code>expandPatterns</code> (<a href="https://redirect.github.com/prettier/prettier/issues/15317">#15317</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.8.8...3.0.3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.8.8&new-version=3.0.3)](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>
    dependabot[bot] committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    7bf4142 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Bump @actions/core from 1.10.0 to 1.10.1

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.0 to 1.10.1.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md"><code>@​actions/core</code>'s changelog</a>.</em></p>
    <blockquote>
    <h3>1.10.1</h3>
    <ul>
    <li>Fix error message reference in oidc utils <a href="https://redirect.github.com/actions/toolkit/pull/1511">#1511</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a href="https://github.com/actions/toolkit/commits/HEAD/packages/core">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@actions/core&package-manager=npm_and_yarn&previous-version=1.10.0&new-version=1.10.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 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>
    dependabot[bot] committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7293e28 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Fix prettier==3 and eslint-plugin-prettier==4 incompatibility (#633)

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    16ca519 View commit details
    Browse the repository at this point in the history
  2. Bump ts-jest from 29.1.0 to 29.1.1 (#630)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    31d6bfa View commit details
    Browse the repository at this point in the history
  3. Pin version of empy to <4 (#632)

    Signed-off-by: Kazuki Takahashi <tkhsh.schoen@gmail.com>
    Taka-Kazu committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    722f1dd View commit details
    Browse the repository at this point in the history
  4. 0.7.1

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    33715fb View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Bump @types/node from 20.8.9 to 20.10.3 (#635)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.9 to 20.10.3.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b2cc2c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Bump actions/setup-node from 4.0.0 to 4.0.1 (#637)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    fe9c31f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Bump eslint from 8.44.0 to 8.56.0 (#641)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.44.0 to 8.56.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.44.0...v8.56.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e987cec View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Bump lint-staged from 13.2.3 to 14.0.1 (#642)

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.2.3 to 14.0.1.
    - [Release notes](https://github.com/okonet/lint-staged/releases)
    - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
    - [Commits](lint-staged/lint-staged@v13.2.3...v14.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: lint-staged
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    489dccd View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Bump eslint-config-prettier from 8.8.0 to 9.1.0 (#643)

    Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.8.0 to 9.1.0.
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v8.8.0...v9.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-prettier
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    07ea65e View commit details
    Browse the repository at this point in the history
  2. Bump pascalgn/automerge-action from 0.15.6 to 0.16.2 (#639)

    Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.15.6 to 0.16.2.
    - [Release notes](https://github.com/pascalgn/automerge-action/releases)
    - [Commits](pascalgn/automerge-action@v0.15.6...v0.16.2)
    
    ---
    updated-dependencies:
    - dependency-name: pascalgn/automerge-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    253b380 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Bump eslint-plugin-prettier from 5.0.0 to 5.1.3 (#644)

    Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.0.0 to 5.1.3.
    - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
    - [Commits](prettier/eslint-plugin-prettier@v5.0.0...v5.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6d4a4a7 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-node from 4.0.1 to 4.0.2 (#645)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.0.2.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v4.0.1...v4.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a3dd48e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Bump hmarr/auto-approve-action from 3.2.1 to 4.0.0 (#647)

    Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3.2.1 to 4.0.0.
    - [Release notes](https://github.com/hmarr/auto-approve-action/releases)
    - [Commits](hmarr/auto-approve-action@v3.2.1...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: hmarr/auto-approve-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    43e3b72 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Bump @types/node from 20.10.3 to 20.11.18 (#649)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.3 to 20.11.18.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    52a9c62 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Bump @typescript-eslint/eslint-plugin from 5.60.1 to 5.62.0 (#650)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.60.1 to 5.62.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3d2a1b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Lower dependabot update frequency (#646)

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9e7b0d8 View commit details
    Browse the repository at this point in the history
  2. Bump @typescript-eslint/parser from 5.60.1 to 5.62.0 (#655)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.60.1 to 5.62.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fabf78c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Bump typescript from 5.2.2 to 5.3.3 (#653)

    * Bump typescript from 5.2.2 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v5.2.2...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update dist
    
    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Christophe Bedard <christophe.bedard@apex.ai>
    dependabot[bot] and christophebedard committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    437deb5 View commit details
    Browse the repository at this point in the history
  2. Bump prettier from 3.1.0 to 3.2.5 (#652)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.1.0 to 3.2.5.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.1.0...3.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a1bf38e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Bump eslint from 8.56.0 to 8.57.0 (#656)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.56.0...v8.57.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ec1b086 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Add Ubuntu 24.04 Noble and switch Rolling to it (#658)

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    326be42 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Remove python3-flake8 workaround for Noble (#669)

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    64b7b57 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. 0.7.2

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    254ab4e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Add support for Jazzy (#673)

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    39a8d22 View commit details
    Browse the repository at this point in the history
  2. 0.7.3

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8b8e60b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. ci: temporary testing for rolling (#676)

    Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>
    wep21 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    ea6216c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. pin python3.10 for osx (#678)

    Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>
    wep21 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cfa8b33 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. fix: modify macos ci (#675)

    Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>
    wep21 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1692fc1 View commit details
    Browse the repository at this point in the history
  2. Bump Python to 3.8 on Windows (#677)

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9019de2 View commit details
    Browse the repository at this point in the history
  3. 0.7.4

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d04d8ba View commit details
    Browse the repository at this point in the history
  4. Bump typescript from 5.3.3 to 5.4.5

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.5.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p>
    <blockquote>
    <h2>TypeScript 5.4.5</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+">fixed issues query for Typescript 5.4.0 (Beta)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+">fixed issues query for Typescript 5.4.1 (RC)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+">fixed issues query for Typescript 5.4.2 (Stable)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+">fixed issues query for Typescript 5.4.3 (Stable)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+">fixed issues query for Typescript 5.4.4 (Stable)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.5%22+is%3Aclosed+">fixed issues query for Typescript 5.4.5 (Stable)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
    </ul>
    <h2>TypeScript 5.4.4</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+">fixed issues query for Typescript 5.4.0 (Beta)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+">fixed issues query for Typescript 5.4.1 (RC)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+">fixed issues query for Typescript 5.4.2 (Stable)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+">fixed issues query for Typescript 5.4.3 (Stable)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+">fixed issues query for Typescript 5.4.4 (Stable)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
    </ul>
    <h2>TypeScript 5.4.3</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+">fixed issues query for Typescript 5.4.0 (Beta)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+">fixed issues query for Typescript 5.4.1 (RC)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+">fixed issues query for Typescript 5.4.2 (Stable)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+">fixed issues query for Typescript 5.4.3 (Stable)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
    </ul>
    <h2>TypeScript 5.4</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/microsoft/TypeScript/commit/27bcd4cb5a98bce46c9cdd749752703ead021a4b"><code>27bcd4c</code></a> Update LKG</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/9f33bf1cd586a4028928d30b1bfe521788ec4da4"><code>9f33bf1</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58098">#58098</a> (Fix constraints of nested homomorph...) into release-5.4 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/71b2f84741f94e1414e41af8c65293a030d39945"><code>71b2f84</code></a> Bump version to 5.4.5 and LKG</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/892936f4a18ded0216ae1c805a9890ebb8572fe3"><code>892936f</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58083">#58083</a> (Don't propagate partial union/inter...) into release-5.4 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/38a7c0587df926957d3a6e808c62c6332665572d"><code>38a7c05</code></a> release-5.4: Always set node-version for setup-node (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/58117">#58117</a>)</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/b754fc393738ae05aad136324a0dc78787745644"><code>b754fc3</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57778">#57778</a> (fix type import check for default-i...) into release-5.4 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/8eb3367164dd9cdc9c0b85424ed39ab28eff2312"><code>8eb3367</code></a> Bump version to 5.4.4 and LKG</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/de9096b42b052ffabbf2b46b573557e7c2eb259d"><code>de9096b</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57871">#57871</a> (Divide-and-conquer strategy for int...) into release-5.4 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/06aae9839d7160c2aff8c3f14b9f1f2d3e76c2d4"><code>06aae98</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57973">#57973</a> (Compare package.json paths with cor...) into release-5.4 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/6d8134e5afe0661ff97f2ad1f0e0341087d58908"><code>6d8134e</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57637">#57637</a> (Fixed a regression related to deter...) into release-5.4 (#...</li>
    <li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.5">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=5.3.3&new-version=5.4.5)](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>
    dependabot[bot] committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cb56f12 View commit details
    Browse the repository at this point in the history
  5. Bump @types/node from 20.11.18 to 20.12.7

    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.11.18&new-version=20.12.7)](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>
    dependabot[bot] committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    708543a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Migrate to Node.js v20 (#679)

    Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
    mikaelarguedas committed May 11, 2024
    Configuration menu
    Copy the full SHA
    910b021 View commit details
    Browse the repository at this point in the history
  2. Bump pascalgn/automerge-action from 0.16.2 to 0.16.3

    Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.16.2 to 0.16.3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/pascalgn/automerge-action/releases">pascalgn/automerge-action's releases</a>.</em></p>
    <blockquote>
    <h2>Release 0.16.3</h2>
    <ul>
    <li>Update dependencies</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/d1203c0bf94a827b991e5de69d662e9163304fa0"><code>d1203c0</code></a> Release 0.16.3</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/2916a96283236d61e813c78b83324031a62c2841"><code>2916a96</code></a> Update README.md</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/e7ce7ac76e9ae420e412966eb7769e31d4e96d79"><code>e7ce7ac</code></a> Update dependencies</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/898ad6345ff4b1a4d43816bd7ee9c997c35113fc"><code>898ad63</code></a> Update README.md</li>
    <li><a href="https://github.com/pascalgn/automerge-action/commit/0edf1b19d04602235fc9c25e9616c234ea30be5b"><code>0edf1b1</code></a> Update README.md</li>
    <li>See full diff in <a href="https://github.com/pascalgn/automerge-action/compare/v0.16.2...v0.16.3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pascalgn/automerge-action&package-manager=github_actions&previous-version=0.16.2&new-version=0.16.3)](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>
    dependabot[bot] committed May 11, 2024
    Configuration menu
    Copy the full SHA
    8147828 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. 0.7.5

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1703ae0 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Bump @typescript-eslint/parser from 7.8.0 to 7.9.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.8.0 to 7.9.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v7.9.0</h2>
    <h2>7.9.0 (2024-05-13)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>rule-tester:</strong> check for missing placeholder data in the message (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9039">#9039</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li>do not pass tsconfig canonical file name to typescript API to get program details for config file (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9042">#9042</a>)</li>
    <li><strong>eslint-plugin:</strong> [explicit-function-return-types] fix false positive on default parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9045">#9045</a>)</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Kirk Waiblinger</li>
    <li>Sheetal Nandi</li>
    <li>Vinccool96</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/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2>7.9.0 (2024-05-13)</h2>
    <p>This was a version bump only for parser 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/77fc366aa03f3cee1ebcf91a10dc0be8b669520e"><code>77fc366</code></a> chore(release): publish 7.9.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f53fece3678fdba005814fab080b6aa1b905a189"><code>f53fece</code></a> chore: add knip (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/8192">#8192</a>)</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/parser">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=7.8.0&new-version=7.9.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>
    dependabot[bot] committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2674a06 View commit details
    Browse the repository at this point in the history
  2. Bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.8.0 to 7.9.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v7.9.0</h2>
    <h2>7.9.0 (2024-05-13)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>rule-tester:</strong> check for missing placeholder data in the message (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9039">#9039</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li>do not pass tsconfig canonical file name to typescript API to get program details for config file (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9042">#9042</a>)</li>
    <li><strong>eslint-plugin:</strong> [explicit-function-return-types] fix false positive on default parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9045">#9045</a>)</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Kirk Waiblinger</li>
    <li>Sheetal Nandi</li>
    <li>Vinccool96</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/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2>7.9.0 (2024-05-13)</h2>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [explicit-function-return-types] fix false positive on default parameters</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Kirk Waiblinger</li>
    <li>Sheetal Nandi</li>
    <li>Vinccool96</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>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/77fc366aa03f3cee1ebcf91a10dc0be8b669520e"><code>77fc366</code></a> chore(release): publish 7.9.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f53fece3678fdba005814fab080b6aa1b905a189"><code>f53fece</code></a> chore: add knip (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8192">#8192</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8acb8d404472cee460a43cd08d158626263039ae"><code>8acb8d4</code></a> fix(eslint-plugin): [explicit-function-return-types] fix false positive on de...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d696ea22cd3e15041bab907110476c312ec968e2"><code>d696ea2</code></a> docs(eslint-plugin): fix several 404 URLs (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9064">#9064</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/37a41d9fb9246148a249aa9064c6b0929e775666"><code>37a41d9</code></a> docs: fix broken link to <code>import/no-duplicates</code> on <code>no-duplicate-imports</code> pag...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ab9262145738654de2e451413e59b94556fe47b5"><code>ab92621</code></a> docs: correct its/it's spelling (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9048">#9048</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f248e689b04bdfd81429977a731ba6b8ad82622e"><code>f248e68</code></a> docs: [no-floating-promises] remove ugly commas (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9034">#9034</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6e1241bba5957b9ba9efc1716723f52d63fbb305"><code>6e1241b</code></a> docs: fix no-unnecessary-boolean-literal-compare example (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8981">#8981</a>)</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/eslint-plugin">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=7.8.0&new-version=7.9.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>
    dependabot[bot] committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d31854a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Switch to main repo for Jazzy in tests (#682)

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed May 23, 2024
    Configuration menu
    Copy the full SHA
    943b81b View commit details
    Browse the repository at this point in the history
  2. Update README to include Jazzy (#683)

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed May 23, 2024
    Configuration menu
    Copy the full SHA
    18ba945 View commit details
    Browse the repository at this point in the history
  3. Add support for Jazzy binaries on Windows (#684)

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5ee72ee View commit details
    Browse the repository at this point in the history
  4. 0.7.6

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed May 23, 2024
    Configuration menu
    Copy the full SHA
    197788c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Explicitly install libclang-rt-dev on Noble (#686)

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d8f32e5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Bump @typescript-eslint/parser from 7.9.0 to 7.10.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.9.0 to 7.10.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v7.10.0</h2>
    <h2>7.10.0 (2024-05-20)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [sort-type-constituents] support case sensitive sorting (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8760">#8760</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8764">#8764</a>)</li>
    <li><strong>typescript-estree:</strong> don't add in-project files to defaultProjectMatchedFiles (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9097">#9097</a>)</li>
    <li><strong>utils:</strong> remove function form type from flat config <code>files</code> and <code>ignores</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9111">#9111</a>)</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>auvred <a href="https://github.com/auvred"><code>@​auvred</code></a></li>
    <li>Emanuel Hoogeveen <a href="https://github.com/ehoogeveen-medweb"><code>@​ehoogeveen-medweb</code></a></li>
    <li>jsfm01 <a href="https://github.com/jsfm01"><code>@​jsfm01</code></a></li>
    <li>Kirk Waiblinger</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/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2>7.10.0 (2024-05-20)</h2>
    <p>This was a version bump only for parser 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/c18226e05e5c112352753ce61fde6997bde2af2c"><code>c18226e</code></a> chore(release): publish 7.10.0</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.10.0/packages/parser">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=7.9.0&new-version=7.10.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>
    dependabot[bot] committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b8a261a View commit details
    Browse the repository at this point in the history
  2. Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.9.0 to 7.10.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v7.10.0</h2>
    <h2>7.10.0 (2024-05-20)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [sort-type-constituents] support case sensitive sorting (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8760">#8760</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8764">#8764</a>)</li>
    <li><strong>typescript-estree:</strong> don't add in-project files to defaultProjectMatchedFiles (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9097">#9097</a>)</li>
    <li><strong>utils:</strong> remove function form type from flat config <code>files</code> and <code>ignores</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9111">#9111</a>)</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>auvred <a href="https://github.com/auvred"><code>@​auvred</code></a></li>
    <li>Emanuel Hoogeveen <a href="https://github.com/ehoogeveen-medweb"><code>@​ehoogeveen-medweb</code></a></li>
    <li>jsfm01 <a href="https://github.com/jsfm01"><code>@​jsfm01</code></a></li>
    <li>Kirk Waiblinger</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/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2>7.10.0 (2024-05-20)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [sort-type-constituents] support case sensitive sorting</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>auvred</li>
    <li>Emanuel Hoogeveen</li>
    <li>jsfm01</li>
    <li>Kirk Waiblinger</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>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c18226e05e5c112352753ce61fde6997bde2af2c"><code>c18226e</code></a> chore(release): publish 7.10.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8d92ba8533e65360877de1af12979c42b6c836e2"><code>8d92ba8</code></a> docs: [no-floating-promises] fix capitalization typo (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9118">#9118</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d951d8321152eca8e491156e9b741596e5d54591"><code>d951d83</code></a> fix(eslint-plugin): [prefer-regexp-exec] fix heuristic to check whether regex...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/987a96ee578a4d934ce019aa7e905657b6447710"><code>987a96e</code></a> feat(eslint-plugin): [sort-type-constituents] support case sensitive sorting ...</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.10.0/packages/eslint-plugin">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=7.9.0&new-version=7.10.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>
    dependabot[bot] committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b7b0ec2 View commit details
    Browse the repository at this point in the history
  3. 0.7.7

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed May 27, 2024
    Configuration menu
    Copy the full SHA
    44e00e2 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Adapt husky config to v9 (#689)

    Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
    christophebedard committed May 29, 2024
    Configuration menu
    Copy the full SHA
    31b8b26 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Bump @typescript-eslint/parser from 7.10.0 to 7.11.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.10.0 to 7.11.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v7.11.0</h2>
    <h2>7.11.0 (2024-05-27)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> deprecate prefer-ts-expect-error in favor of ban-ts-comment (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9081">#9081</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>ast-spec:</strong> add <code>EmptyStatement</code> to <code>Statement</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8892">#8892</a>)</li>
    <li><strong>eslint-plugin:</strong> [consistent-type-assertions] prevent syntax errors on arrow functions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8826">#8826</a>)</li>
    <li><strong>typescript-estree:</strong> truncate number of files printed by the maximum file error (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9127">#9127</a>)</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Abraham Guo</li>
    <li>auvred <a href="https://github.com/auvred"><code>@​auvred</code></a></li>
    <li>Dom Armstrong <a href="https://github.com/domarmstrong"><code>@​domarmstrong</code></a></li>
    <li>Kirk Waiblinger</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/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2>7.11.0 (2024-05-27)</h2>
    <p>This was a version bump only for parser 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/e36054187fb31113ba64c33c257d2a86cb3afc54"><code>e360541</code></a> chore(release): publish 7.11.0</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.11.0/packages/parser">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=7.10.0&new-version=7.11.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>
    dependabot[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    17263f0 View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 20.12.11 to 20.14.0

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.11 to 20.14.0.
    <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 />
    
    <details>
    <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
    
    | Dependency Name | Ignore Conditions |
    | --- | --- |
    | @types/node | [>= 18.a, < 19] |
    </details>
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.12.11&new-version=20.14.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>
    dependabot[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    66ab18c View commit details
    Browse the repository at this point in the history
  3. Bump @typescript-eslint/eslint-plugin from 7.10.0 to 7.11.0

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.10.0 to 7.11.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v7.11.0</h2>
    <h2>7.11.0 (2024-05-27)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> deprecate prefer-ts-expect-error in favor of ban-ts-comment (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9081">#9081</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>ast-spec:</strong> add <code>EmptyStatement</code> to <code>Statement</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8892">#8892</a>)</li>
    <li><strong>eslint-plugin:</strong> [consistent-type-assertions] prevent syntax errors on arrow functions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8826">#8826</a>)</li>
    <li><strong>typescript-estree:</strong> truncate number of files printed by the maximum file error (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9127">#9127</a>)</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Abraham Guo</li>
    <li>auvred <a href="https://github.com/auvred"><code>@​auvred</code></a></li>
    <li>Dom Armstrong <a href="https://github.com/domarmstrong"><code>@​domarmstrong</code></a></li>
    <li>Kirk Waiblinger</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/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2>7.11.0 (2024-05-27)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> deprecate prefer-ts-expect-error in favor of ban-ts-comment</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [consistent-type-assertions] prevent syntax errors on arrow functions</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Abraham Guo</li>
    <li>auvred</li>
    <li>Dom Armstrong</li>
    <li>Kirk Waiblinger</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>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e36054187fb31113ba64c33c257d2a86cb3afc54"><code>e360541</code></a> chore(release): publish 7.11.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b230385a3daf5562fb147572b59d44ec460332d5"><code>b230385</code></a> feat(eslint-plugin): deprecate prefer-ts-expect-error in favor of ban-ts-comm...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3461f45479cf2483c0b26346229d251d7d0b08b2"><code>3461f45</code></a> test(eslint-plugin): [consistent-type-assertions] add missing <code>output: null</code> ...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/342b873f9f7ff9936d21ed527386f19ab094e729"><code>342b873</code></a> fix(eslint-plugin): [consistent-type-assertions] prevent syntax errors on arr...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b5ce43b1fc76322eb65b709f63490ce49e622706"><code>b5ce43b</code></a> chore(eslint-plugin): replaced map/reduce with flatMap in normalizedOptions i...</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.11.0/packages/eslint-plugin">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=7.10.0&new-version=7.11.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>
    dependabot[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d510b35 View commit details
    Browse the repository at this point in the history
  4. Bump prettier from 3.2.5 to 3.3.0

    Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p>
    <blockquote>
    <h2>3.3.0</h2>
    <p><a href="https://github.com/prettier/prettier/compare/3.2.5...3.3.0">diff</a></p>
    <p>🔗 <a href="https://prettier.io/blog/2024/06/01/3.3.0.html">Release note</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p>
    <blockquote>
    <h1>3.3.0</h1>
    <p><a href="https://github.com/prettier/prettier/compare/3.2.5...3.3.0">diff</a></p>
    <p>🔗 <a href="https://prettier.io/blog/2024/06/01/3.3.0.html">Release Notes</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/prettier/prettier/commit/c4ab460357478d2b847c60a1efb40098b1181931"><code>c4ab460</code></a> Release 3.3.0</li>
    <li><a href="https://github.com/prettier/prettier/commit/8a88cdce6d4605f206305ebb9204a0cabf96a070"><code>8a88cdc</code></a> Respect <code>trailingComma</code> in angular templates (<a href="https://redirect.github.com/prettier/prettier/issues/15926">#15926</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/c2e20fbae8ce1800ac0c8242c176d9379db5c001"><code>c2e20fb</code></a> chore(deps): update babel to v7.24.6 (<a href="https://redirect.github.com/prettier/prettier/issues/16326">#16326</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/41f1dffed08b33fe6d43da1e82d798b23ba0b57c"><code>41f1dff</code></a> Add newline between markdown footnote definitions (<a href="https://redirect.github.com/prettier/prettier/issues/16063">#16063</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/da5ad84bf441afd5c157bf83840814b1deaa39b1"><code>da5ad84</code></a> chore(deps): update babel to v7.24.6 (<a href="https://redirect.github.com/prettier/prettier/issues/16325">#16325</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/f790be81319a70f08942b1e3c12d68ee392d3269"><code>f790be8</code></a> chore(deps): update dependency file-entry-cache to v9 (<a href="https://redirect.github.com/prettier/prettier/issues/16324">#16324</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/7250556e287922508d9f28c12a82165a60bab5d7"><code>7250556</code></a> chore(deps): update dependency meriyah to v4.4.3 (<a href="https://redirect.github.com/prettier/prettier/issues/16323">#16323</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/96e057a0dc1efa7247b1c50843c9422a0ed66900"><code>96e057a</code></a> chore(deps): update dependency <code>@​angular/compiler</code> to v18 (<a href="https://redirect.github.com/prettier/prettier/issues/16322">#16322</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/a4ea5a2e2fcebe72315c9c0523b35bc79fe91405"><code>a4ea5a2</code></a> chore(deps): update dependency eslint-plugin-regexp to v2.6.0 (<a href="https://redirect.github.com/prettier/prettier/issues/16320">#16320</a>)</li>
    <li><a href="https://github.com/prettier/prettier/commit/229006cd5b5178c195e5d66ce924d2b58bfde4ef"><code>229006c</code></a> chore(deps): update dependency micromatch to v4.0.7 (<a href="https://redirect.github.com/prettier/prettier/issues/16319">#16319</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.2.5...3.3.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=3.2.5&new-version=3.3.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>
    dependabot[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8295aba View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.12.0

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.11.0 to 7.12.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v7.12.0</h2>
    <h2>7.12.0 (2024-06-03)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [no-useless-template-literals] rename to <code>no-useless-template-expression</code> (deprecate <code>no-useless-template-literals</code>) (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8821">#8821</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-floating-promises] add option 'allowForKnownSafePromises' (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9186">#9186</a>)</li>
    <li><strong>rule-tester:</strong> check for parsing errors in suggestion fixes (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9052">#9052</a>)</li>
    <li><strong>rule-tester:</strong> port <code>checkDuplicateTestCases</code> from ESLint (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9026">#9026</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li>no-useless-template-expression -&gt; no-unnecessary-template-expression (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9174">#9174</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] combine template literal check with <code>const</code> variable check (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8820">#8820</a>)</li>
    <li><strong>eslint-plugin:</strong> [dot-notation] fix false positive when accessing private/protected property with optional chaining (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8851">#8851</a>)</li>
    <li><strong>eslint-plugin:</strong> [explicit-member-accessibility] refine report locations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8869">#8869</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] declares are always defined, so always check <code>declare</code>s (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8901">#8901</a>)</li>
    <li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9114">#9114</a>)</li>
    <li><strong>eslint-plugin:</strong> [return-await] clean up in-try-catch detection and make autofixes safe (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9031">#9031</a>)</li>
    <li><strong>eslint-plugin:</strong> [member-ordering] also TSMethodSignature can be get/set (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9193">#9193</a>)</li>
    <li><strong>types:</strong> correct typing ParserOptions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9202">#9202</a>)</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Abraham Guo</li>
    <li>Han Yeong-woo <a href="https://github.com/nix6839"><code>@​nix6839</code></a></li>
    <li>Joshua Chen</li>
    <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@​developer-bandi</code></a></li>
    <li>Kirk Waiblinger</li>
    <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></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/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2>7.12.0 (2024-06-03)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li>
    <p><strong>eslint-plugin:</strong> [no-useless-template-literals] rename to <code>no-useless-template-expression</code> (deprecate <code>no-useless-template-literals</code>)</p>
    </li>
    <li>
    <p><strong>rule-tester:</strong> check for parsing errors in suggestion fixes</p>
    </li>
    <li>
    <p><strong>rule-tester:</strong> port <code>checkDuplicateTestCases</code> from ESLint</p>
    </li>
    <li>
    <p><strong>eslint-plugin:</strong> [no-floating-promises] add option 'allowForKnownSafePromises'</p>
    </li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li>
    <p>no-useless-template-expression -&gt; no-unnecessary-template-expression</p>
    </li>
    <li>
    <p><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] combine template literal check with <code>const</code> variable check</p>
    </li>
    <li>
    <p><strong>eslint-plugin:</strong> [dot-notation] fix false positive when accessing private/protected property with optional chaining</p>
    </li>
    <li>
    <p><strong>eslint-plugin:</strong> [explicit-member-accessibility] refine report locations</p>
    </li>
    <li>
    <p><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] declares are always defined, so always check <code>declare</code>s</p>
    </li>
    <li>
    <p><strong>eslint-plugin:</strong> [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions</p>
    </li>
    <li>
    <p><strong>eslint-plugin:</strong> [return-await] clean up in-try-catch detection and make autofixes safe</p>
    </li>
    <li>
    <p><strong>eslint-plugin:</strong> [member-ordering] also TSMethodSignature can be get/set</p>
    </li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Abraham Guo</li>
    <li>Han Yeong-woo</li>
    <li>Joshua Chen</li>
    <li>Kim Sang Du</li>
    <li>Kirk Waiblinger</li>
    <li>YeonJuan</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>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/7e93b286667fe3b86a3baac973d402414228c7a3"><code>7e93b28</code></a> chore(release): publish 7.12.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d0adcf197558b1a043ed1a449920689dd62e9c3a"><code>d0adcf1</code></a> docs: clarify what require-await does (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9200">#9200</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/04990d545fc119329551ae3a55d79dfc0c7bf147"><code>04990d5</code></a> feat(eslint-plugin): [no-floating-promises] add option 'allowForKnownSafeProm...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ad85249a2788565d42386e6561e2540bc2bdef58"><code>ad85249</code></a> docs: mention related ESLint rules in no-unused-vars page (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9198">#9198</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e80a8d69337804fe35f0a8322330931494e0d257"><code>e80a8d6</code></a> docs: improve description for no-dynamic-delete (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9195">#9195</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9f92b304f50455323e8292cf7ae83155fceea1ee"><code>9f92b30</code></a> docs: explicitly mention unbound-method limitation with thisArg (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9197">#9197</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/08a944856bde593909bc085d775f98fa488f7147"><code>08a9448</code></a> docs: add example with PascalCase function components (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9196">#9196</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5ca7f6e563779157cac1ac1592e2f1b82068715a"><code>5ca7f6e</code></a> feat(rule-tester): port <code>checkDuplicateTestCases</code> from ESLint (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9026">#9026</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a9dd526ec733701ad8a0423b6b86cc50009f5aeb"><code>a9dd526</code></a> fix(eslint-plugin): [member-ordering] also TSMethodSignature can be get/set (...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2619c3b5e6718a6b70519d9e9807ee7acb745369"><code>2619c3b</code></a> fix(eslint-plugin): [return-await] clean up in-try-catch detection and make a...</li>
    <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.12.0/packages/eslint-plugin">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=7.11.0&new-version=7.12.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>
    dependabot[bot] committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cc95d7b View commit details
    Browse the repository at this point in the history
  2. Bump @typescript-eslint/parser from 7.11.0 to 7.12.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.11.0 to 7.12.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v7.12.0</h2>
    <h2>7.12.0 (2024-06-03)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [no-useless-template-literals] rename to <code>no-useless-template-expression</code> (deprecate <code>no-useless-template-literals</code>) (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8821">#8821</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-floating-promises] add option 'allowForKnownSafePromises' (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9186">#9186</a>)</li>
    <li><strong>rule-tester:</strong> check for parsing errors in suggestion fixes (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9052">#9052</a>)</li>
    <li><strong>rule-tester:</strong> port <code>checkDuplicateTestCases</code> from ESLint (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9026">#9026</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li>no-useless-template-expression -&gt; no-unnecessary-template-expression (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9174">#9174</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] combine template literal check with <code>const</code> variable check (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8820">#8820</a>)</li>
    <li><strong>eslint-plugin:</strong> [dot-notation] fix false positive when accessing private/protected property with optional chaining (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8851">#8851</a>)</li>
    <li><strong>eslint-plugin:</strong> [explicit-member-accessibility] refine report locations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8869">#8869</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] declares are always defined, so always check <code>declare</code>s (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8901">#8901</a>)</li>
    <li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9114">#9114</a>)</li>
    <li><strong>eslint-plugin:</strong> [return-await] clean up in-try-catch detection and make autofixes safe (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9031">#9031</a>)</li>
    <li><strong>eslint-plugin:</strong> [member-ordering] also TSMethodSignature can be get/set (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9193">#9193</a>)</li>
    <li><strong>types:</strong> correct typing ParserOptions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9202">#9202</a>)</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Abraham Guo</li>
    <li>Han Yeong-woo <a href="https://github.com/nix6839"><code>@​nix6839</code></a></li>
    <li>Joshua Chen</li>
    <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@​developer-bandi</code></a></li>
    <li>Kirk Waiblinger</li>
    <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></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/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2>7.12.0 (2024-06-03)</h2>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>types:</strong> correct typing ParserOptions</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Abraham Guo</li>
    <li>Han Yeong-woo</li>
    <li>Joshua Chen</li>
    <li>Kim Sang Du</li>
    <li>Kirk Waiblinger</li>
    <li>YeonJuan</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>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/7e93b286667fe3b86a3baac973d402414228c7a3"><code>7e93b28</code></a> chore(release): publish 7.12.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2bbf6565dfa629a8f91891b8e5decc3a16613b6c"><code>2bbf656</code></a> fix(types): correct typing ParserOptions (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/9202">#9202</a>)</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.12.0/packages/parser">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=7.11.0&new-version=7.12.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>
    dependabot[bot] committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a18f8de View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. RHEL support (#694)

    Signed-off-by: Christian Rauch <Rauch.Christian@gmx.de>
    christianrauch committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4e5f33e View commit details
    Browse the repository at this point in the history
  2. Bump braces from 3.0.2 to 3.0.3

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/micromatch/braces/commit/74b2db2938fad48a2ea54a9c8bf27a37a62c350d"><code>74b2db2</code></a> 3.0.3</li>
    <li><a href="https://github.com/micromatch/braces/commit/88f1429a0f47e1dd3813de35211fc97ffda27f9e"><code>88f1429</code></a> update eslint. lint, fix unit tests.</li>
    <li><a href="https://github.com/micromatch/braces/commit/415d660c3002d1ab7e63dbf490c9851da80596ff"><code>415d660</code></a> Snyk js braces 6838727 (<a href="https://redirect.github.com/micromatch/braces/issues/40">#40</a>)</li>
    <li><a href="https://github.com/micromatch/braces/commit/190510f79db1adf21d92798b0bb6fccc1f72c9d6"><code>190510f</code></a> fix tests, skip 1 test in test/braces.expand</li>
    <li><a href="https://github.com/micromatch/braces/commit/716eb9f12d820b145a831ad678618731927e8856"><code>716eb9f</code></a> readme bump</li>
    <li><a href="https://github.com/micromatch/braces/commit/a5851e57f45c3431a94d83fc565754bc10f5bbc3"><code>a5851e5</code></a> Merge pull request <a href="https://redirect.github.com/micromatch/braces/issues/37">#37</a> from coderaiser/fix/vulnerability</li>
    <li><a href="https://github.com/micromatch/braces/commit/2092bd1fb108d2c59bd62e243b70ad98db961538"><code>2092bd1</code></a> feature: braces: add maxSymbols (<a href="https://github.com/micromatch/braces/issues/">https://github.com/micromatch/braces/issues/</a>...</li>
    <li><a href="https://github.com/micromatch/braces/commit/9f5b4cf47329351bcb64287223ffb6ecc9a5e6d3"><code>9f5b4cf</code></a> fix: vulnerability (<a href="https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727">https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727</a>)</li>
    <li><a href="https://github.com/micromatch/braces/commit/98414f9f1fabe021736e26836d8306d5de747e0d"><code>98414f9</code></a> remove funding file</li>
    <li><a href="https://github.com/micromatch/braces/commit/665ab5d561c017a38ba7aafd92cc6655b91d8c14"><code>665ab5d</code></a> update keepEscaping doc (<a href="https://redirect.github.com/micromatch/braces/issues/27">#27</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/micromatch/braces/compare/3.0.2...3.0.3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=braces&package-manager=npm_and_yarn&previous-version=3.0.2&new-version=3.0.3)](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/ros-tooling/setup-ros/network/alerts).
    
    </details>
    dependabot[bot] committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    29b892e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Bump @typescript-eslint/parser from 7.12.0 to 7.13.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.12.0 to 7.13.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v7.13.0</h2>
    <h2>7.13.0 (2024-06-10)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [no-dynamic-delete] allow all string literals as index (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9280">#9280</a>)</li>
    <li><strong>parser, typescript-estree:</strong> export withoutProjectParserOptions utility (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9233">#9233</a>)</li>
    <li><strong>typescript-estree:</strong> require <code>import = require()</code> argument to be a string literal (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9226">#9226</a>)</li>
    <li><strong>typescript-estree:</strong> forbid <code>.body</code>, <code>.async</code>, <code>.generator</code> on <code>declare function</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9225">#9225</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>ast-spec:</strong> function-call-like callee should be Expression not LeftHandSideExpression (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9231">#9231</a>)</li>
    <li><strong>eslint-plugin:</strong> [init-declarations] refine report locations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8893">#8893</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-base-to-string] make error message more nuanced (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9281">#9281</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-unsafe-assignment] be more specific about error types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8304">#8304</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-magic-numbers] fix implementation of the <code>ignore</code> option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9167">#9167</a>)</li>
    <li><strong>scope-manager:</strong> handle index signature in class (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9054">#9054</a>)</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Fotis Papadogeorgopoulos</li>
    <li>Joshua Chen</li>
    <li>Kirk Waiblinger</li>
    <li>Tobiloba Adedeji <a href="https://github.com/tobySolutions"><code>@​tobySolutions</code></a></li>
    <li>Vinccool96</li>
    <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></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/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2>7.13.0 (2024-06-10)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>parser, typescript-estree:</strong> export withoutProjectParserOptions utility</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Fotis Papadogeorgopoulos</li>
    <li>Joshua Chen</li>
    <li>Kirk Waiblinger</li>
    <li>Tobiloba Adedeji</li>
    <li>Vinccool96</li>
    <li>YeonJuan</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>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8a178edc65a7156458bffd5f1cf0fc24ed052c16"><code>8a178ed</code></a> chore(release): publish 7.13.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c9a6dd9f3df4e3c2bfcc5dceb770b021709152ae"><code>c9a6dd9</code></a> feat(parser, typescript-estree): export withoutProjectParserOptions utility (...</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.0/packages/parser">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=7.12.0&new-version=7.13.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>
    dependabot[bot] committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    acd3837 View commit details
    Browse the repository at this point in the history
  2. Bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.12.0 to 7.13.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v7.13.0</h2>
    <h2>7.13.0 (2024-06-10)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [no-dynamic-delete] allow all string literals as index (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9280">#9280</a>)</li>
    <li><strong>parser, typescript-estree:</strong> export withoutProjectParserOptions utility (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9233">#9233</a>)</li>
    <li><strong>typescript-estree:</strong> require <code>import = require()</code> argument to be a string literal (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9226">#9226</a>)</li>
    <li><strong>typescript-estree:</strong> forbid <code>.body</code>, <code>.async</code>, <code>.generator</code> on <code>declare function</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9225">#9225</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>ast-spec:</strong> function-call-like callee should be Expression not LeftHandSideExpression (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9231">#9231</a>)</li>
    <li><strong>eslint-plugin:</strong> [init-declarations] refine report locations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8893">#8893</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-base-to-string] make error message more nuanced (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9281">#9281</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-unsafe-assignment] be more specific about error types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8304">#8304</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-magic-numbers] fix implementation of the <code>ignore</code> option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9167">#9167</a>)</li>
    <li><strong>scope-manager:</strong> handle index signature in class (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9054">#9054</a>)</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Fotis Papadogeorgopoulos</li>
    <li>Joshua Chen</li>
    <li>Kirk Waiblinger</li>
    <li>Tobiloba Adedeji <a href="https://github.com/tobySolutions"><code>@​tobySolutions</code></a></li>
    <li>Vinccool96</li>
    <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></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/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2>7.13.0 (2024-06-10)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li>
    <p><strong>typescript-estree:</strong> require <code>import = require()</code> argument to be a string literal</p>
    </li>
    <li>
    <p><strong>typescript-estree:</strong> forbid <code>.body</code>, <code>.async</code>, <code>.generator</code> on <code>declare function</code></p>
    </li>
    <li>
    <p><strong>eslint-plugin:</strong> [no-dynamic-delete] allow all string literals as index</p>
    </li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li>
    <p><strong>ast-spec:</strong> function-call-like callee should be Expression not LeftHandSideExpression</p>
    </li>
    <li>
    <p><strong>scope-manager:</strong> handle index signature in class</p>
    </li>
    <li>
    <p><strong>eslint-plugin:</strong> [init-declarations] refine report locations</p>
    </li>
    <li>
    <p><strong>eslint-plugin:</strong> [no-base-to-string] make error message more nuanced</p>
    </li>
    <li>
    <p><strong>eslint-plugin:</strong> [no-unsafe-assignment] be more specific about error types</p>
    </li>
    <li>
    <p><strong>eslint-plugin:</strong> [no-magic-numbers] fix implementation of the <code>ignore</code> option</p>
    </li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Fotis Papadogeorgopoulos</li>
    <li>Joshua Chen</li>
    <li>Kirk Waiblinger</li>
    <li>Tobiloba Adedeji</li>
    <li>Vinccool96</li>
    <li>YeonJuan</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>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8a178edc65a7156458bffd5f1cf0fc24ed052c16"><code>8a178ed</code></a> chore(release): publish 7.13.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/63e53e28f68f84764ec632d502da3d33095f6a0d"><code>63e53e2</code></a> chore(deps): update dependency prettier to v3.3.1 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9308">#9308</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/fb52f78d2d6176db7b51484d64c89dfb1932ee4f"><code>fb52f78</code></a> feat(eslint-plugin): [no-dynamic-delete] allow all string literals as index (...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ab2916c046139a0024932de5bd9a8b0209cdd58c"><code>ab2916c</code></a> chore: enable eslint-plugin/no-property-in-node internally (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9261">#9261</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/629035f092eb96650b1951982f6502d09504f84a"><code>629035f</code></a> docs: mention rule scripts under Local Development (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9258">#9258</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/bf5394dbe394dc8c89af4a6147ec487db89f3c7b"><code>bf5394d</code></a> fix(eslint-plugin): [no-magic-numbers] fix implementation of the <code>ignore</code> opt...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/60fb6435005798cdc21f3353ff708cc77c8857b1"><code>60fb643</code></a> chore(deps): update dependency prettier to v3.3.0 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9266">#9266</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c6e9719c85f981ea4114afde34da82801710fa33"><code>c6e9719</code></a> docs(eslint-plugin): [sort-type-constituents] deprecate the rule (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9253">#9253</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/293fb2492ad03a850bf85afadb162bf2bc1ba310"><code>293fb24</code></a> fix(eslint-plugin): [no-unsafe-assignment] be more specific about error types...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/cb1720d59eb893914de1a53ddfe897fc7cd0d0da"><code>cb1720d</code></a> fix(eslint-plugin): [no-base-to-string] make error message more nuanced (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9281">#9281</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.0/packages/eslint-plugin">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=7.12.0&new-version=7.13.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>
    dependabot[bot] committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    10068a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Bump typescript from 5.4.5 to 5.5.2

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p>
    <blockquote>
    <h2>TypeScript 5.5</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.2 (Stable)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.1 (RC)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.0 (Beta)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a href="https://www.npmjs.com/package/typescript">npm</a></li>
    <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
    </ul>
    <h2>TypeScript 5.5 RC</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-rc/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for Typescript 5.5.0 (Beta)</a>.</li>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed issues query for Typescript 5.5.1 (RC)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
    </ul>
    <h2>TypeScript 5.5 Beta</h2>
    <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-beta/">release announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for Typescript 5.5.0 (Beta)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a href="https://www.npmjs.com/package/typescript">npm</a></li>
    <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/microsoft/TypeScript/commit/ce2e60e4ea15a65992e54a9e8877d16be9d42abb"><code>ce2e60e</code></a> Update LKG</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/f3b21a2033206e585b2b7b18622104f09eb87f2e"><code>f3b21a2</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58931">#58931</a> (Defer creation of barebonesLibSourc...) into release-5.5 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/7b1620bea227ea47f8944a2b02a7ed91691c3046"><code>7b1620b</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58811">#58811</a> (fix(58801): &quot;Move to file&quot; on globa...) into release-5.5 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/5367ae10f58edfacd6d3b1e77bd05576036b8ca2"><code>5367ae1</code></a> Bump version to 5.5.2 and LKG</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/02132e5b8183b0ee73e52d75ff6e28ff0c9fe3d2"><code>02132e5</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58895">#58895</a> (Fix global when typescript.js loade...) into release-5.5 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/45b1e3c25444c4193cefb4ca97dfd1064f75a561"><code>45b1e3c</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58872">#58872</a> (Fix declaration emit crash) into release-5.5 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/58874">#58874</a>)</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/17933ee33af4a3c44233820abf8bdb0ad2bf143a"><code>17933ee</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58810">#58810</a> (Fixed declaration emit issue relate...) into release-5.5 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/552b07e795ec5db98c37fd4ace730133bbf0e781"><code>552b07e</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58786">#58786</a> (Fixed declaration emit crash relate...) into release-5.5 (#...</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/39c9eebf1707b194b525a4c471b8b6bfe3f52642"><code>39c9eeb</code></a> Pick <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58857">#58857</a> to release-5.5 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/58858">#58858</a>)</li>
    <li><a href="https://github.com/microsoft/TypeScript/commit/2b0009c6790d66bbc943fc3975eb8bc9e8dec83f"><code>2b0009c</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58846">#58846</a> (Ensure the updates with crashes rev...) into release-5.5 (#...</li>
    <li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=5.4.5&new-version=5.5.2)](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>
    dependabot[bot] committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    dad3600 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Bump @typescript-eslint/parser from 7.13.0 to 7.14.1

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.13.0 to 7.14.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v7.14.1</h2>
    <h2>7.14.1 (2024-06-24)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li>support TypeScript 5.5 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9397">#9397</a>)</li>
    <li><strong>ast-spec:</strong> tighter types and documentation for declaration/* (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9211">#9211</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li>keep warnAbountTSVersion in sync with package.json (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9400">#9400</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-extraneous-class] handle abstract members (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9367">#9367</a>)</li>
    <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] handle intersected primitive types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9378">#9378</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-invalid-this] support AccessorProperty (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9411">#9411</a>)</li>
    <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9376">#9376</a>)</li>
    <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] ensure ternary fix does not remove parens (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9380">#9380</a>)</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li>
    <li>cm-ayf <a href="https://github.com/cm-ayf"><code>@​cm-ayf</code></a></li>
    <li>Jake Bailey <a href="https://github.com/jakebailey"><code>@​jakebailey</code></a></li>
    <li>James Zhan</li>
    <li>Joshua Chen</li>
    <li>yoshi2no <a href="https://github.com/yoshi2no"><code>@​yoshi2no</code></a></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>
    <h2>v7.14.0</h2>
    <h2>7.14.0 (2024-06-24)</h2>
    <p>We followed this up soon after with 7.14.1 - see the combined release notes here <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1">https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1</a></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>
    <h2>v7.13.1</h2>
    <h2>7.13.1 (2024-06-17)</h2>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [prefer-readonly] refine report locations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8894">#8894</a>)</li>
    <li><strong>eslint-plugin:</strong> [return-await] support explicit resource management (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9044">#9044</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-unsafe-member-access] differentiate a types-error any from a true any (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9291">#9291</a>)</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Kirk Waiblinger</li>
    <li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2>7.14.1 (2024-06-24)</h2>
    <p>This was a version bump only for parser 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>
    <h2>7.14.0 (2024-06-24)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li>support TypeScript 5.5</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Brad Zacher</li>
    <li>cm-ayf</li>
    <li>Jake Bailey</li>
    <li>James Zhan</li>
    <li>Joshua Chen</li>
    <li>yoshi2no</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>
    <h2>7.13.1 (2024-06-17)</h2>
    <p>This was a version bump only for parser 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/b4fe94f7fcb4d6e631b0cd626ea48f3b88e16a33"><code>b4fe94f</code></a> chore(release): publish 7.14.1</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/dfc44691400b22634c8acf4666b5e7e4ba1fee9a"><code>dfc4469</code></a> chore(release): publish 7.14.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1212a8f30c5daa6a9b232a1d95e328d675430749"><code>1212a8f</code></a> chore(release): publish 7.13.1</li>
    <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.14.1/packages/parser">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=7.13.0&new-version=7.14.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 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>
    dependabot[bot] committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    aeaf5f0 View commit details
    Browse the repository at this point in the history
  2. Bump @typescript-eslint/eslint-plugin from 7.13.0 to 7.14.1

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.13.0 to 7.14.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
    <blockquote>
    <h2>v7.14.1</h2>
    <h2>7.14.1 (2024-06-24)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li>support TypeScript 5.5 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9397">#9397</a>)</li>
    <li><strong>ast-spec:</strong> tighter types and documentation for declaration/* (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9211">#9211</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li>keep warnAbountTSVersion in sync with package.json (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9400">#9400</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-extraneous-class] handle abstract members (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9367">#9367</a>)</li>
    <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] handle intersected primitive types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9378">#9378</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-invalid-this] support AccessorProperty (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9411">#9411</a>)</li>
    <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9376">#9376</a>)</li>
    <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] ensure ternary fix does not remove parens (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9380">#9380</a>)</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li>
    <li>cm-ayf <a href="https://github.com/cm-ayf"><code>@​cm-ayf</code></a></li>
    <li>Jake Bailey <a href="https://github.com/jakebailey"><code>@​jakebailey</code></a></li>
    <li>James Zhan</li>
    <li>Joshua Chen</li>
    <li>yoshi2no <a href="https://github.com/yoshi2no"><code>@​yoshi2no</code></a></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>
    <h2>v7.14.0</h2>
    <h2>7.14.0 (2024-06-24)</h2>
    <p>We followed this up soon after with 7.14.1 - see the combined release notes here <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1">https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1</a></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>
    <h2>v7.13.1</h2>
    <h2>7.13.1 (2024-06-17)</h2>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [prefer-readonly] refine report locations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8894">#8894</a>)</li>
    <li><strong>eslint-plugin:</strong> [return-await] support explicit resource management (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9044">#9044</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-unsafe-member-access] differentiate a types-error any from a true any (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9291">#9291</a>)</li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Kirk Waiblinger</li>
    <li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
    <blockquote>
    <h2>7.14.1 (2024-06-24)</h2>
    <h3>🩹 Fixes</h3>
    <ul>
    <li>
    <p><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types</p>
    </li>
    <li>
    <p><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] ensure ternary fix does not remove parens</p>
    </li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Jake Bailey</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>
    <h2>7.14.0 (2024-06-24)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li>support TypeScript 5.5</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li>
    <p><strong>eslint-plugin:</strong> [no-extraneous-class] handle abstract members</p>
    </li>
    <li>
    <p><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] handle intersected primitive types</p>
    </li>
    <li>
    <p><strong>eslint-plugin:</strong> [no-invalid-this] support AccessorProperty</p>
    </li>
    </ul>
    <h3>❤️  Thank You</h3>
    <ul>
    <li>Brad Zacher</li>
    <li>cm-ayf</li>
    <li>Jake Bailey</li>
    <li>James Zhan</li>
    <li>Joshua Chen</li>
    <li>yoshi2no</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>
    <h2>7.13.1 (2024-06-17)</h2>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [prefer-readonly] refine report locations</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b4fe94f7fcb4d6e631b0cd626ea48f3b88e16a33"><code>b4fe94f</code></a> chore(release): publish 7.14.1</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f29150fae67c76d5e16aff453d14aa1d37a80710"><code>f29150f</code></a> fix(eslint-plugin): [prefer-nullish-coalescing] ensure ternary fix does not r...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9b7731dcb47f5c9d14ea02e37290a1bfde4b0980"><code>9b7731d</code></a> fix(eslint-plugin): [prefer-nullish-coalescing] treat enums and literals as t...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/dfc44691400b22634c8acf4666b5e7e4ba1fee9a"><code>dfc4469</code></a> chore(release): publish 7.14.0</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/635133a293cbea63447f7b579e8c51306e01cd7f"><code>635133a</code></a> docs: split troubleshooting into granular sections (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9024">#9024</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c322099f63953ba3a3fbab2fa45241f001536db5"><code>c322099</code></a> fix(eslint-plugin): [no-invalid-this] support AccessorProperty (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9411">#9411</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/23e6468176bcd3a65184c1d464c9fff16d539da1"><code>23e6468</code></a> fix(eslint-plugin): [prefer-nullish-coalescing] handle intersected primitive ...</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5c4a5de0bc129a96bbb9472e912a7253c601d007"><code>5c4a5de</code></a> feat(ast-spec): tighter types and documentation for declaration/* (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9211">#9211</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e47123decc52559054e59cbec7542bb5dcf293db"><code>e47123d</code></a> fix(eslint-plugin): [no-extraneous-class] handle abstract members (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9367">#9367</a>)</li>
    <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/dc182297d8bc9d061dc7ec4bd755d2aab0cfe200"><code>dc18229</code></a> feat: support TypeScript 5.5 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9397">#9397</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.14.1/packages/eslint-plugin">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=7.13.0&new-version=7.14.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 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>
    dependabot[bot] committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    26f023a View commit details
    Browse the repository at this point in the history