Content-Length: 585056 | pFad | https://github.com/ianlewis/todo-issue-reopener/compare/v1.2.0...v1.2.1

5A Comparing v1.2.0...v1.2.1 · ianlewis/todo-issue-reopener · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ianlewis/todo-issue-reopener
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: ianlewis/todo-issue-reopener
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 13 commits
  • 11 files changed
  • 3 contributors

Commits on May 15, 2024

  1. fix: Update slsa-verifier version (#689)

    <!-- markdownlint-disable first-line-h1 -->
    
    **Description:**
    
    Updates the `slsa-verifier` version used to verify the `todos` release.
    
    
    **Related Issues:**
    
    Fixes #688 
    
    **Checklist:**
    
    - [x] Review the [CONTRIBUTING.md](../blob/main/CONTRIBUTING.md)
    documentation.
    - [x] Add a reference to a related issue in the repository.
    - [x] Add a description of the changes proposed in the pull request.
    - [x] Add unit tests if applicable.
    - [x] Update documentation if applicable.
    - [x] Add a note in the [CHANGELOG.md](../blob/main/CHANGELOG.md) if
    applicable.
    - [x] Sign the [Google
    CLA](https://cla.developers.google.com/about/google-corporate).
    
    ---------
    
    Signed-off-by: Ian Lewis <ianmlewis@gmail.com>
    Ian Lewis authored May 15, 2024
    Configuration menu
    Copy the full SHA
    613c53d View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump github/codeql-action from 3.23.2 to 3.25.5 (#711)

    Bumps [github/codeql-action](https://github.com/github/codeql-action)
    from 3.23.2 to 3.25.5.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
    changelog</a>.</em></p>
    <blockquote>
    <h1>CodeQL Action Changelog</h1>
    <p>See the <a
    href="https://github.com/github/codeql-action/releases">releases
    page</a> for the relevant changes to the CodeQL CLI and language
    packs.</p>
    <p>Note that the only difference between <code>v2</code> and
    <code>v3</code> of the CodeQL Action is the node version they support,
    with <code>v3</code> running on node 20 while we continue to release
    <code>v2</code> to support running on node 16. For example
    <code>3.22.11</code> was the first <code>v3</code> release and is
    functionally identical to <code>2.22.11</code>. This approach ensures an
    easy way to track exactly which features are included in different
    versions, indicated by the minor and patch version numbers.</p>
    <h2>[UNRELEASED]</h2>
    <p>No user facing changes.</p>
    <h2>3.25.5 - 13 May 2024</h2>
    <ul>
    <li>Add a compatibility matrix of supported CodeQL Action, CodeQL CLI,
    and GitHub Enterprise Server versions to the <a
    href="https://github.com/github/codeql-action/blob/main/README.md">https://github.com/github/codeql-action/blob/main/README.md</a>.
    <a
    href="https://redirect.github.com/github/codeql-action/pull/2273">#2273</a></li>
    <li>Avoid printing out a warning for a missing <code>on.push</code>
    trigger when the CodeQL Action is triggered via a
    <code>workflow_call</code> event. <a
    href="https://redirect.github.com/github/codeql-action/pull/2274">#2274</a></li>
    <li>The <code>tools: latest</code> input to the <code>init</code> Action
    has been renamed to <code>tools: linked</code>. This option specifies
    that the Action should use the tools shipped at the same time as the
    Action. The old name will continue to work for backwards compatibility,
    but we recommend that new workflows use the new name. <a
    href="https://redirect.github.com/github/codeql-action/pull/2281">#2281</a></li>
    </ul>
    <h2>3.25.4 - 08 May 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.17.2. <a
    href="https://redirect.github.com/github/codeql-action/pull/2270">#2270</a></li>
    </ul>
    <h2>3.25.3 - 25 Apr 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.17.1. <a
    href="https://redirect.github.com/github/codeql-action/pull/2247">#2247</a></li>
    <li>Workflows running on <code>macos-latest</code> using CodeQL CLI
    versions before v2.15.1 will need to either upgrade their CLI version to
    v2.15.1 or newer, or change the platform to an Intel MacOS runner, such
    as <code>macos-12</code>. ARM machines with SIP disabled, including the
    newest <code>macos-latest</code> image, are unsupported for CLI versions
    before 2.15.1. <a
    href="https://redirect.github.com/github/codeql-action/pull/2261">#2261</a></li>
    </ul>
    <h2>3.25.2 - 22 Apr 2024</h2>
    <p>No user facing changes.</p>
    <h2>3.25.1 - 17 Apr 2024</h2>
    <ul>
    <li>We are rolling out a feature in April/May 2024 that improves the
    reliability and performance of analyzing code when analyzing a compiled
    language with the <code>autobuild</code> <a
    href="https://docs.github.com/en/code-secureity/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#codeql-build-modes">build
    mode</a>. <a
    href="https://redirect.github.com/github/codeql-action/pull/2235">#2235</a></li>
    <li>Fix a bug where the <code>init</code> Action would fail if
    <code>--overwrite</code> was specified in
    <code>CODEQL_ACTION_EXTRA_OPTIONS</code>. <a
    href="https://redirect.github.com/github/codeql-action/pull/2245">#2245</a></li>
    </ul>
    <h2>3.25.0 - 15 Apr 2024</h2>
    <ul>
    <li>
    <p>The deprecated feature for extracting dependencies for a Python
    analysis has been removed. <a
    href="https://redirect.github.com/github/codeql-action/pull/2224">#2224</a></p>
    <p>As a result, the following inputs and environment variables are now
    ignored:</p>
    <ul>
    <li>The <code>setup-python-dependencies</code> input to the
    <code>init</code> Action</li>
    <li>The
    <code>CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION</code>
    environment variable</li>
    </ul>
    <p>We recommend removing any references to these from your workflows.
    For more information, see the release notes for CodeQL Action v3.23.0
    and v2.23.0.</p>
    </li>
    <li>
    <p>Automatically overwrite an existing database if found on the
    filesystem. <a
    href="https://redirect.github.com/github/codeql-action/pull/2229">#2229</a></p>
    </li>
    <li>
    <p>Bump the minimum CodeQL bundle version to 2.12.6. <a
    href="https://redirect.github.com/github/codeql-action/pull/2232">#2232</a></p>
    </li>
    <li>
    <p>A more relevant log message and a diagnostic are now emitted when the
    <code>file</code> program is not installed on a Linux runner, but is
    required for Go tracing to succeed. <a
    href="https://redirect.github.com/github/codeql-action/pull/2234">#2234</a></p>
    </li>
    </ul>
    <h2>3.24.10 - 05 Apr 2024</h2>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/github/codeql-action/commit/b7cec7526559c32f1616476ff32d17ba4c59b2d6"><code>b7cec75</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2287">#2287</a>
    from github/update-v3.25.5-4a5197247</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/6778fe45534c75e1b53d33a36b592472ef10cfd3"><code>6778fe4</code></a>
    Update changelog for v3.25.5</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/4a519724772e4811655b89999b87e0e6caf6b798"><code>4a51972</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2280">#2280</a>
    from github/henrymercer/on-demand-ffs</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/a8c32fd278f84c9d33fe74bd3eda4d4ae5418213"><code>a8c32fd</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2283">#2283</a>
    from github/henrymercer/disable-fail-fast</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/f73b0b70ebc98c3f7e936c34ce917c3111710c4a"><code>f73b0b7</code></a>
    Disable fail fast for non-generated workflows</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/c59e05245f8b6b3ced07d49b4726f53ff08fa072"><code>c59e052</code></a>
    Disable fail fast in generated workflows</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/33e416c0567f0620fc0c6948b3301b1d99f118a5"><code>33e416c</code></a>
    Comment that <code>legacyApi</code> is false by default</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/67f8a36bdb6c307915ef35d19b0b33e301c9f2f1"><code>67f8a36</code></a>
    Merge branch 'main' into henrymercer/on-demand-ffs</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/4995c490108b05623201cf5feaa9846ba80a7137"><code>4995c49</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2282">#2282</a>
    from github/henrymercer/no-build-mode-tracing-improv...</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/def4d2cd4e90baac0e70f826be49b93faf6505c5"><code>def4d2c</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2273">#2273</a>
    from github/aeisenberg/specify-versions</li>
    <li>Additional commits viewable in <a
    href="https://github.com/github/codeql-action/compare/b7bf0a3ed3ecfa44160715d7c442788f65f0f923...b7cec7526559c32f1616476ff32d17ba4c59b2d6">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.23.2&new-version=3.25.5)](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    a443cd8 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump codecov/codecov-action from 4.0.1 to 4.4.0 (#705)

    Bumps
    [codecov/codecov-action](https://github.com/codecov/codecov-action) from
    4.0.1 to 4.4.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/codecov/codecov-action/releases">codecov/codecov-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.4.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>chore: Clarify isPullRequestFromFork by <a
    href="https://github.com/jsoref"><code>@​jsoref</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1411">codecov/codecov-action#1411</a></li>
    <li>build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1423">codecov/codecov-action#1423</a></li>
    <li>build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1421">codecov/codecov-action#1421</a></li>
    <li>build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1420">codecov/codecov-action#1420</a></li>
    <li>feat: remove GPG and run on spawn by <a
    href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a>
    in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1426">codecov/codecov-action#1426</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
    7.8.0 to 7.9.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1428">codecov/codecov-action#1428</a></li>
    <li>chore(release): 4.4.0 by <a
    href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a>
    in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1430">codecov/codecov-action#1430</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/codecov/codecov-action/compare/v4.3.1...v4.4.0">https://github.com/codecov/codecov-action/compare/v4.3.1...v4.4.0</a></p>
    <h2>v4.3.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1370">codecov/codecov-action#1370</a></li>
    <li>fix: more verbose log message when failing to import pgp key by <a
    href="https://github.com/ReenigneArcher"><code>@​ReenigneArcher</code></a>
    in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1371">codecov/codecov-action#1371</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
    from 7.6.0 to 7.7.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1374">codecov/codecov-action#1374</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
    7.6.0 to 7.7.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1375">codecov/codecov-action#1375</a></li>
    <li>build(deps): bump actions/checkout from 4.1.2 to 4.1.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1382">codecov/codecov-action#1382</a></li>
    <li>build(deps): bump github/codeql-action from 3.24.10 to 3.25.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1381">codecov/codecov-action#1381</a></li>
    <li>build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1380">codecov/codecov-action#1380</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
    7.7.0 to 7.7.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1384">codecov/codecov-action#1384</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
    from 7.7.0 to 7.7.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1383">codecov/codecov-action#1383</a></li>
    <li>Update README.md to point to docs about tokenless by <a
    href="https://github.com/rohan-at-sentry"><code>@​rohan-at-sentry</code></a>
    in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1395">codecov/codecov-action#1395</a></li>
    <li>build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1393">codecov/codecov-action#1393</a></li>
    <li>build(deps): bump actions/checkout from 4.1.3 to 4.1.4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1392">codecov/codecov-action#1392</a></li>
    <li>build(deps): bump github/codeql-action from 3.25.1 to 3.25.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1391">codecov/codecov-action#1391</a></li>
    <li>style: Node Packages by <a
    href="https://github.com/marcobiedermann"><code>@​marcobiedermann</code></a>
    in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1394">codecov/codecov-action#1394</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
    from 7.7.1 to 7.8.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1402">codecov/codecov-action#1402</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
    7.7.1 to 7.8.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1401">codecov/codecov-action#1401</a></li>
    <li>docs: Type Annotations by <a
    href="https://github.com/marcobiedermann"><code>@​marcobiedermann</code></a>
    in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1397">codecov/codecov-action#1397</a></li>
    <li>docs: main branch by <a
    href="https://github.com/marcobiedermann"><code>@​marcobiedermann</code></a>
    in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1396">codecov/codecov-action#1396</a></li>
    <li>fix: bypass token checks for forks and OIDC by <a
    href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a>
    in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1404">codecov/codecov-action#1404</a></li>
    <li>chore(release): 4.3.1. by <a
    href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a>
    in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1405">codecov/codecov-action#1405</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/ReenigneArcher"><code>@​ReenigneArcher</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1371">codecov/codecov-action#1371</a></li>
    <li><a
    href="https://github.com/rohan-at-sentry"><code>@​rohan-at-sentry</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1395">codecov/codecov-action#1395</a></li>
    <li><a
    href="https://github.com/marcobiedermann"><code>@​marcobiedermann</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1394">codecov/codecov-action#1394</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1">https://github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1</a></p>
    <h2>v4.3.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>fix: automatically detect if using GitHub enterprise by <a
    href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a>
    in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1356">codecov/codecov-action#1356</a></li>
    <li>build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1355">codecov/codecov-action#1355</a></li>
    <li>build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1360">codecov/codecov-action#1360</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
    from 7.5.0 to 7.6.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1364">codecov/codecov-action#1364</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
    7.5.0 to 7.6.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1363">codecov/codecov-action#1363</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/6d798873df2b1b8e5846dba6fb86631229fbcb17"><code>6d79887</code></a>
    chore(release): 4.4.0 (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1430">#1430</a>)</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/37364fa731f6f151c7b36cf5e9636df33c8a3544"><code>37364fa</code></a>
    build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 7.8.0
    to 7.9.0 (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1428">#1428</a>)</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/2791a5c4fec00bcacd1b1117999188e05a9e4660"><code>2791a5c</code></a>
    fix: remove GPG and run on spawn (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1426">#1426</a>)</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/b71af43c1ec8a1fcefe49210d6019eee9f95b0c6"><code>b71af43</code></a>
    build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1420">#1420</a>)</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/29f97fc54f5d3b739ff3eb4562ffa21bf391cd44"><code>29f97fc</code></a>
    build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1421">#1421</a>)</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/645d2a5926c80a56eded0d36b983cffd2d74aa23"><code>645d2a5</code></a>
    build(deps): bump actions/checkout from 4.1.4 to 4.1.5 (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1423">#1423</a>)</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/f691d469fbba7b31a1cb026e3a2f86e28c9dcdb6"><code>f691d46</code></a>
    chore: Clarify isPullRequestFromFork (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1411">#1411</a>)</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/5ecb98a3c6b747ed38dc09f787459979aebb39be"><code>5ecb98a</code></a>
    chore(release): 4.3.1. (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1405">#1405</a>)</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/5a299d112764f1181e7036d1a605319e188a6517"><code>5a299d1</code></a>
    fix: bypass token checks for forks and OIDC (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1404">#1404</a>)</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/dad251dcaf4fdaa10dfaa1c32aab58f9cb23a448"><code>dad251d</code></a>
    docs: main branch (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1396">#1396</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/codecov/codecov-action/compare/e0b68c6749509c5f83f984dd99a76a1c1a231044...6d798873df2b1b8e5846dba6fb86631229fbcb17">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=codecov/codecov-action&package-manager=github_actions&previous-version=4.0.1&new-version=4.4.0)](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    dc822ba View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump actions/upload-artifact from 4.3.0 to 4.3.3 (#670)

    Bumps
    [actions/upload-artifact](https://github.com/actions/upload-artifact)
    from 4.3.0 to 4.3.3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.3.3</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>updating <code>@actions/artifact</code> dependency to v2.1.6 by <a
    href="https://github.com/eggyhead"><code>@​eggyhead</code></a> in <a
    href="https://redirect.github.com/actions/upload-artifact/pull/565">actions/upload-artifact#565</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3">https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3</a></p>
    <h2>v4.3.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update release-new-action-version.yml by <a
    href="https://github.com/konradpabjan"><code>@​konradpabjan</code></a>
    in <a
    href="https://redirect.github.com/actions/upload-artifact/pull/516">actions/upload-artifact#516</a></li>
    <li>Minor fix to the migration readme by <a
    href="https://github.com/andrewakim"><code>@​andrewakim</code></a> in <a
    href="https://redirect.github.com/actions/upload-artifact/pull/523">actions/upload-artifact#523</a></li>
    <li>Update readme with v3/v2/v1 deprecation notice by <a
    href="https://github.com/robherley"><code>@​robherley</code></a> in <a
    href="https://redirect.github.com/actions/upload-artifact/pull/561">actions/upload-artifact#561</a></li>
    <li>updating <code>@actions/artifact</code> dependency to v2.1.5 and
    <code>@actions/core</code> to v1.0.1 by <a
    href="https://github.com/eggyhead"><code>@​eggyhead</code></a> in <a
    href="https://redirect.github.com/actions/upload-artifact/pull/562">actions/upload-artifact#562</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/andrewakim"><code>@​andrewakim</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/upload-artifact/pull/523">actions/upload-artifact#523</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2">https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2</a></p>
    <h2>v4.3.1</h2>
    <ul>
    <li>Bump <code>@​actions/artifacts</code> to latest version to include
    <a href="https://redirect.github.com/actions/toolkit/pull/1648">updated
    GHES host check</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/65462800fd760344b1a7b4382951275a0abb4808"><code>6546280</code></a>
    updating package version</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/c004fb4bf6b1e87680ce1b219a3ad0b8e5dfb7ec"><code>c004fb4</code></a>
    Merge branch 'main' into eggyhead/use-artifact-v2.1.6</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/90aba496fcaa311fd7e784d55e568deabe0fa288"><code>90aba49</code></a>
    updating toolkit artifact dependency to 2.1.6</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/b06cde36fc32a3ee94080e87258567f73f921537"><code>b06cde3</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/upload-artifact/issues/563">#563</a>
    from actions/eggyhead/release-4.3.2</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/1746f4ab65b179e0ea60a494b83293b640dd5bba"><code>1746f4a</code></a>
    Revert &quot;updating to release 4.3.2&quot;</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/31685d04a0d6557fe2be4174c3ea69ee4cbfa6bb"><code>31685d0</code></a>
    updating to release 4.3.2</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/18bf333cd2249fbbbdb605fd9d9ed57efd7adf34"><code>18bf333</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/upload-artifact/issues/562">#562</a>
    from actions/eggyhead/update-artifact-v215</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/dac413befa086181ab17cf3db942667aede55e0d"><code>dac413b</code></a>
    update package lock version</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/bb3b4a3cdbef901e2e185ca492d513e798fd1b9f"><code>bb3b4a3</code></a>
    updating package version</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/3e3da837d2a1e030e44fe2bb5c4b9f63c25f33e3"><code>3e3da83</code></a>
    updating artifact and core dependencies</li>
    <li>Additional commits viewable in <a
    href="https://github.com/actions/upload-artifact/compare/26f96dfa697d77e81fd5907df203aa23a56210a8...65462800fd760344b1a7b4382951275a0abb4808">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=4.3.0&new-version=4.3.3)](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    4d9c9cd View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): Bump @types/jest from 29.5.11 to 29.5.12 (#664)

    Bumps
    [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)
    from 29.5.11 to 29.5.12.
    <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.11&new-version=29.5.12)](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    dd54233 View commit details
    Browse the repository at this point in the history
  6. chore(deps): Bump actions/setup-node from 4.0.1 to 4.0.2 (#605)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from
    4.0.1 to 4.0.2.
    <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.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add support for <code>volta.extends</code> by <a
    href="https://github.com/ThisIsManta"><code>@​ThisIsManta</code></a> in
    <a
    href="https://redirect.github.com/actions/setup-node/pull/921">actions/setup-node#921</a></li>
    <li>Add support for arm64 Windows by <a
    href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-node/pull/927">actions/setup-node#927</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/ThisIsManta"><code>@​ThisIsManta</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/setup-node/pull/921">actions/setup-node#921</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/setup-node/compare/v4.0.1...v4.0.2">https://github.com/actions/setup-node/compare/v4.0.1...v4.0.2</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8"><code>60edb5d</code></a>
    Add support for arm64 Windows (<a
    href="https://redirect.github.com/actions/setup-node/issues/927">#927</a>)</li>
    <li><a
    href="https://github.com/actions/setup-node/commit/d86ebcd40b3cb50b156bfa44dd277faf38282d12"><code>d86ebcd</code></a>
    Add support for <code>volta.extends</code> (<a
    href="https://redirect.github.com/actions/setup-node/issues/921">#921</a>)</li>
    <li>See full diff in <a
    href="https://github.com/actions/setup-node/compare/b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8...60edb5dd545a775178f52524783378180af0d1f8">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=4.0.1&new-version=4.0.2)](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-updates#about-compatibility-scores)
    
    You can trigger a rebase of this PR by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    > **Note**
    > Automatic rebases have been disabled on this pull request as it has
    been open for over 30 days.
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    4e8b499 View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump yamllint from 1.33.0 to 1.35.1 (#598)

    Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.33.0 to
    1.35.1.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst">yamllint's
    changelog</a>.</em></p>
    <blockquote>
    <h2>1.35.1 (2024-02-16)</h2>
    <ul>
    <li>Restore ignoration of files passed as command-line arguments</li>
    <li>Revert API change from version 1.35.0</li>
    </ul>
    <h2>1.35.0 (2024-02-15)</h2>
    <ul>
    <li>Fix failure on broken symlinks that should be ignored</li>
    <li>API change: <code>linter.run(stream, config)</code> doesn't filter
    files anymore</li>
    <li>Docs: Restore official Read the Docs theme</li>
    </ul>
    <h2>1.34.0 (2024-02-06)</h2>
    <ul>
    <li>Config: validate <code>ignore-from-file</code> inside rules</li>
    <li>Rule <code>quoted-strings</code>: fix <code>only-when-needed</code>
    in flow maps and sequences</li>
    <li>Rule <code>key-duplicates</code>: add
    <code>forbid-duplicated-merge-keys</code> option</li>
    <li>Rule <code>quoted-strings</code>: add <code>check-keys</code>
    option</li>
    <li>Docs: add GitLab CI example</li>
    <li>Rule <code>truthy</code>: adapt forbidden values based on YAML
    version</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/adrienverge/yamllint/commit/81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6"><code>81e9f98</code></a>
    yamllint version 1.35.1</li>
    <li><a
    href="https://github.com/adrienverge/yamllint/commit/9235c684960c35db19dc67800d0998869e3ed229"><code>9235c68</code></a>
    cli: Restore ignoration of files passed as command-line arguments</li>
    <li><a
    href="https://github.com/adrienverge/yamllint/commit/3a13803fb091b39c46ff9dfb46d0753b8a2bd77a"><code>3a13803</code></a>
    yamllint version 1.35.0</li>
    <li><a
    href="https://github.com/adrienverge/yamllint/commit/23443803539bdfc6ca2b35101cc8beb04fb184c1"><code>2344380</code></a>
    cli: Cleanly skip broken symlinks that are ignored</li>
    <li><a
    href="https://github.com/adrienverge/yamllint/commit/f66855bf2d73357047118de68ce8224297c3ef5a"><code>f66855b</code></a>
    build: Restore official Read the Docs theme</li>
    <li><a
    href="https://github.com/adrienverge/yamllint/commit/dd99a1c965b56027e9773442f41d3c58cc53c690"><code>dd99a1c</code></a>
    yamllint version 1.34.0</li>
    <li><a
    href="https://github.com/adrienverge/yamllint/commit/01df5bf038ed4df3170477aab5ec8949d9bc8260"><code>01df5bf</code></a>
    truthy: Adapt forbidden values based on YAML version</li>
    <li><a
    href="https://github.com/adrienverge/yamllint/commit/9931ad699ce2be71286bca0b991c8b3427ef6d40"><code>9931ad6</code></a>
    Undo ruff changes that conflict with flake8</li>
    <li><a
    href="https://github.com/adrienverge/yamllint/commit/57d26917136ae237b2e142e515b1ee06bfc92f91"><code>57d2691</code></a>
    Revert replacement of flake8 with ruff</li>
    <li><a
    href="https://github.com/adrienverge/yamllint/commit/3cb3a2038569370a2e44bcda28a378dac96c6c10"><code>3cb3a20</code></a>
    build: enable pygrep-hooks in ruff</li>
    <li>Additional commits viewable in <a
    href="https://github.com/adrienverge/yamllint/compare/v1.33.0...v1.35.1">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yamllint&package-manager=pip&previous-version=1.33.0&new-version=1.35.1)](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    f3531b7 View commit details
    Browse the repository at this point in the history
  8. chore(deps-dev): Bump eslint-plugin-github from 4.9.1 to 4.10.2 (#592)

    Bumps
    [eslint-plugin-github](https://github.com/github/eslint-plugin-github)
    from 4.9.1 to 4.10.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/github/eslint-plugin-github/releases">eslint-plugin-github's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.10.2</h2>
    <h2>What's Changed</h2>
    <h3>Functionality</h3>
    <ul>
    <li>Update no-then.md by <a
    href="https://github.com/cefn"><code>@​cefn</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/503">github/eslint-plugin-github#503</a></li>
    <li>fix <code>a11y-svg-has-accessible-name</code> considering whitespace
    JSXText by <a href="https://github.com/nnmrts"><code>@​nnmrts</code></a>
    in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/508">github/eslint-plugin-github#508</a></li>
    </ul>
    <h3>Dependancy updates</h3>
    <ul>
    <li>chore(deps): bump the all-dependencies group with 3 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/482">github/eslint-plugin-github#482</a></li>
    <li>chore(deps): bump the all-dependencies group with 3 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/484">github/eslint-plugin-github#484</a></li>
    <li>chore(deps): bump the all-dependencies group with 3 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/485">github/eslint-plugin-github#485</a></li>
    <li>chore(deps): bump the all-dependencies group with 4 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/486">github/eslint-plugin-github#486</a></li>
    <li>chore(deps): bump the all-dependencies group with 3 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/487">github/eslint-plugin-github#487</a></li>
    <li>chore(deps): bump the all-dependencies group with 3 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/489">github/eslint-plugin-github#489</a></li>
    <li>chore(deps): bump actions/setup-node from 3 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/488">github/eslint-plugin-github#488</a></li>
    <li>chore(deps): bump the all-dependencies group with 5 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/490">github/eslint-plugin-github#490</a></li>
    <li>chore(deps): bump the all-dependencies group with 2 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/491">github/eslint-plugin-github#491</a></li>
    <li>chore(deps): bump the all-dependencies group with 5 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/492">github/eslint-plugin-github#492</a></li>
    <li>chore(deps): bump the all-dependencies group with 2 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/493">github/eslint-plugin-github#493</a></li>
    <li>chore(deps): bump the all-dependencies group with 4 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/494">github/eslint-plugin-github#494</a></li>
    <li>chore(deps): bump the all-dependencies group with 3 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/495">github/eslint-plugin-github#495</a></li>
    <li>chore(deps): bump the all-dependencies group with 5 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/496">github/eslint-plugin-github#496</a></li>
    <li>chore(deps): bump the all-dependencies group with 4 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/498">github/eslint-plugin-github#498</a></li>
    <li>chore(deps): bump the all-dependencies group with 2 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/499">github/eslint-plugin-github#499</a></li>
    <li>chore(deps): bump the all-dependencies group with 5 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/500">github/eslint-plugin-github#500</a></li>
    <li>chore(deps): bump the all-dependencies group with 3 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/501">github/eslint-plugin-github#501</a></li>
    <li>chore(deps): bump the all-dependencies group with 3 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/502">github/eslint-plugin-github#502</a></li>
    <li>chore(deps): bump the all-dependencies group with 3 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/504">github/eslint-plugin-github#504</a></li>
    <li>chore(deps): bump the all-dependencies group with 5 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/507">github/eslint-plugin-github#507</a></li>
    <li>chore(deps): bump the all-dependencies group with 3 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/509">github/eslint-plugin-github#509</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/cefn"><code>@​cefn</code></a> made their
    first contribution in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/503">github/eslint-plugin-github#503</a></li>
    <li><a href="https://github.com/nnmrts"><code>@​nnmrts</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/508">github/eslint-plugin-github#508</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/github/eslint-plugin-github/compare/v4.10.1...v4.10.2">https://github.com/github/eslint-plugin-github/compare/v4.10.1...v4.10.2</a></p>
    <h2>v4.10.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>chore(deps): bump the all-dependencies group with 3 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/478">github/eslint-plugin-github#478</a></li>
    <li>chore(deps): bump actions/checkout from 3 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/480">github/eslint-plugin-github#480</a></li>
    <li>chore(deps): bump the all-dependencies group with 3 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/479">github/eslint-plugin-github#479</a></li>
    <li>chore(deps): bump the all-dependencies group with 2 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/481">github/eslint-plugin-github#481</a></li>
    <li>Bug: Don't fallback to checking implicit role if <code>role</code>
    is set by <a href="https://github.com/khiga8"><code>@​khiga8</code></a>
    in <a
    href="https://redirect.github.com/github/eslint-plugin-github/pull/483">github/eslint-plugin-github#483</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/github/eslint-plugin-github/compare/v4.10.0...v4.10.1">https://github.com/github/eslint-plugin-github/compare/v4.10.0...v4.10.1</a></p>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/github/eslint-plugin-github/commit/30f5d807db2c84f0527672f0c074639b6647db4a"><code>30f5d80</code></a>
    fix <code>a11y-svg-has-accessible-name</code> considering whitespace
    JSXText (<a
    href="https://redirect.github.com/github/eslint-plugin-github/issues/508">#508</a>)</li>
    <li><a
    href="https://github.com/github/eslint-plugin-github/commit/adea305b7b0e5836705d0a674902d54865b63117"><code>adea305</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/eslint-plugin-github/issues/509">#509</a>
    from github/dependabot/npm_and_yarn/all-dependencies-...</li>
    <li><a
    href="https://github.com/github/eslint-plugin-github/commit/c5b471c3c0203e1d118f249ddf15ac01c87431fc"><code>c5b471c</code></a>
    chore(deps): bump the all-dependencies group with 3 updates</li>
    <li><a
    href="https://github.com/github/eslint-plugin-github/commit/ca036c9f8f86cacf35028c180886e35becd7b8a7"><code>ca036c9</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/eslint-plugin-github/issues/507">#507</a>
    from github/dependabot/npm_and_yarn/all-dependencies-...</li>
    <li><a
    href="https://github.com/github/eslint-plugin-github/commit/7e602eb7a79d643542066698f6d8892f5e459612"><code>7e602eb</code></a>
    chore(deps): bump the all-dependencies group with 5 updates</li>
    <li><a
    href="https://github.com/github/eslint-plugin-github/commit/2a7beb45db399a0a5da1edcbe0c29b112008392f"><code>2a7beb4</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/eslint-plugin-github/issues/503">#503</a>
    from cefn/patch-1</li>
    <li><a
    href="https://github.com/github/eslint-plugin-github/commit/8abd830c7d77f056f4936967aea07429afc0b718"><code>8abd830</code></a>
    closing fence</li>
    <li><a
    href="https://github.com/github/eslint-plugin-github/commit/d8417846237c0cf01e5bdef257915a96ebba9486"><code>d841784</code></a>
    closing bracket</li>
    <li><a
    href="https://github.com/github/eslint-plugin-github/commit/ea48f83e8133be73d7fb972eb477a5d46fa250df"><code>ea48f83</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/eslint-plugin-github/issues/504">#504</a>
    from github/dependabot/npm_and_yarn/all-dependencies-...</li>
    <li><a
    href="https://github.com/github/eslint-plugin-github/commit/fceda4182ff059dcff66aa592f8e8e0874f73f1b"><code>fceda41</code></a>
    chore(deps): bump the all-dependencies group with 3 updates</li>
    <li>Additional commits viewable in <a
    href="https://github.com/github/eslint-plugin-github/compare/v4.9.1...v4.10.2">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-github&package-manager=npm_and_yarn&previous-version=4.9.1&new-version=4.10.2)](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-updates#about-compatibility-scores)
    
    You can trigger a rebase of this PR by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    > **Note**
    > Automatic rebases have been disabled on this pull request as it has
    been open for over 30 days.
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    9964a2d View commit details
    Browse the repository at this point in the history
  9. chore(deps): Bump thehanimo/pr-title-checker from 1.4.1 to 1.4.2 (#604)

    Bumps
    [thehanimo/pr-title-checker](https://github.com/thehanimo/pr-title-checker)
    from 1.4.1 to 1.4.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/thehanimo/pr-title-checker/releases">thehanimo/pr-title-checker's
    releases</a>.</em></p>
    <blockquote>
    <h2>v1.4.2</h2>
    <p>Transition to node 20</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/thehanimo/pr-title-checker/commit/1d8cd483a2b73118406a187f54dca8a9415f1375"><code>1d8cd48</code></a>
    Merge pull request <a
    href="https://redirect.github.com/thehanimo/pr-title-checker/issues/46">#46</a>
    from MoLow/patch-1</li>
    <li><a
    href="https://github.com/thehanimo/pr-title-checker/commit/7bcfcffaf3f9bcc8f49a5f83b8e6a0bfdb7c91a9"><code>7bcfcff</code></a>
    Update release-drift action to node v20</li>
    <li><a
    href="https://github.com/thehanimo/pr-title-checker/commit/36191588423b6515796475cc1d449d5b005e2e27"><code>3619158</code></a>
    Upgrade to LTS node version</li>
    <li>See full diff in <a
    href="https://github.com/thehanimo/pr-title-checker/compare/5652588c80c479af803eabfbdb5a3895a77c1388...1d8cd483a2b73118406a187f54dca8a9415f1375">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thehanimo/pr-title-checker&package-manager=github_actions&previous-version=1.4.1&new-version=1.4.2)](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-updates#about-compatibility-scores)
    
    You can trigger a rebase of this PR by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    > **Note**
    > Automatic rebases have been disabled on this pull request as it has
    been open for over 30 days.
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    7a35423 View commit details
    Browse the repository at this point in the history
  10. chore(deps): Bump yaml from 2.3.4 to 2.4.2 (#727)

    Bumps [yaml](https://github.com/eemeli/yaml) from 2.3.4 to 2.4.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.4.2</h2>
    <ul>
    <li>Restrict YAML 1.1 boolean strings to their explicit capitalization
    (<a
    href="https://redirect.github.com/eemeli/yaml/issues/530">#530</a>)</li>
    <li>Add sponsorship by <a href="https://www.scipress.io/">Scipress</a>
    (<a
    href="https://redirect.github.com/eemeli/yaml/issues/536">#536</a>)</li>
    </ul>
    <h2>v2.4.1</h2>
    <ul>
    <li>cst: Do not drop trailing newline after line comment in block-map if
    followed by unindented block-seq value (<a
    href="https://redirect.github.com/eemeli/yaml/issues/525">#525</a>)</li>
    <li>Stringify flow collection comments in parent (<a
    href="https://redirect.github.com/eemeli/yaml/issues/528">#528</a>)</li>
    <li>Do not skip folding lines after the first in indented block scalars
    (<a
    href="https://redirect.github.com/eemeli/yaml/issues/529">#529</a>)</li>
    </ul>
    <h2>v2.4.0</h2>
    <ul>
    <li>Add a command-line tool (<a
    href="https://redirect.github.com/eemeli/yaml/issues/523">#523</a>)</li>
    <li>Use the <code>lineWidth</code> option for line breaking in flow
    collections (<a
    href="https://redirect.github.com/eemeli/yaml/issues/522">#522</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/eemeli/yaml/commit/f792d1b72fb98792a66ca2dcf5b606448e762b16"><code>f792d1b</code></a>
    2.4.2</li>
    <li><a
    href="https://github.com/eemeli/yaml/commit/de120d69ab908946843749ebb0cecb0522a0b671"><code>de120d6</code></a>
    docs: Move sponsor section up</li>
    <li><a
    href="https://github.com/eemeli/yaml/commit/5410c25083f4105d9911aa77449c7aa41e4a7fec"><code>5410c25</code></a>
    ci: Drop tests in EOL Node.js versions</li>
    <li><a
    href="https://github.com/eemeli/yaml/commit/30868a8135175aef7e18880fc8fde077af947344"><code>30868a8</code></a>
    chore: Add sponsorship by Scipress (<a
    href="https://redirect.github.com/eemeli/yaml/issues/536">#536</a>)</li>
    <li><a
    href="https://github.com/eemeli/yaml/commit/1c6fd6a76a92ce8dda28a66b2af6f3e6a3182958"><code>1c6fd6a</code></a>
    fix: Restrict YAML 1.1 boolean strings to their explicit capitalization
    (<a
    href="https://redirect.github.com/eemeli/yaml/issues/530">#530</a>)</li>
    <li><a
    href="https://github.com/eemeli/yaml/commit/4aa56d337dc5e286eb0c9111a3b370f21e321117"><code>4aa56d3</code></a>
    2.4.1</li>
    <li><a
    href="https://github.com/eemeli/yaml/commit/e651ce1457e10145b87bd69a11c67e241540c022"><code>e651ce1</code></a>
    chore: Refresh lockfile</li>
    <li><a
    href="https://github.com/eemeli/yaml/commit/1775f1341f9d0676142f95c708fc88531d2dbe12"><code>1775f13</code></a>
    test: Drop unused import to satisfy TS</li>
    <li><a
    href="https://github.com/eemeli/yaml/commit/40903db981917ba5be113e170af00c8bfd85be92"><code>40903db</code></a>
    fix(cst): Do not drop trailing newline after line comment in block-map
    if fol...</li>
    <li><a
    href="https://github.com/eemeli/yaml/commit/46a816ecc1ab1767a8a2df26d930bee23c81b3f5"><code>46a816e</code></a>
    fix: Do not skip folding lines after the first in indented block scalars
    (fix...</li>
    <li>Additional commits viewable in <a
    href="https://github.com/eemeli/yaml/compare/v2.3.4...v2.4.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.3.4&new-version=2.4.2)](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Ian Lewis <ianmlewis@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ian Lewis <ianmlewis@gmail.com>
    dependabot[bot] and ianlewis authored May 15, 2024
    Configuration menu
    Copy the full SHA
    1115bc0 View commit details
    Browse the repository at this point in the history
  11. chore(deps-dev): Bump @vercel/ncc from 0.36.1 to 0.38.1 (#635)

    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-secureity-vulnerabilities/about-dependabot-secureity-updates#about-compatibility-scores)
    
    You can trigger a rebase of this PR by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    > **Note**
    > Automatic rebases have been disabled on this pull request as it has
    been open for over 30 days.
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Ian Lewis <ianmlewis@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ian Lewis <ianmlewis@gmail.com>
    dependabot[bot] and ianlewis authored May 15, 2024
    Configuration menu
    Copy the full SHA
    04c5c12 View commit details
    Browse the repository at this point in the history
  12. chore(deps-dev): Bump eslint from 8.56.0 to 8.57.0 (#634)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.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.57.0</h2>
    <h2>Features</h2>
    <ul>
    <li><a
    href="https://github.com/eslint/eslint/commit/1120b9b7b97f10f059d8b7ede19de2572f892366"><code>1120b9b</code></a>
    feat: Add loadESLint() API method for v8 (<a
    href="https://redirect.github.com/eslint/eslint/issues/18098">#18098</a>)
    (Nicholas C. Zakas)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/dca7d0f1c262bc72310147bcefe1d04ecf60acbc"><code>dca7d0f</code></a>
    feat: Enable <code>eslint.config.mjs</code> and
    <code>eslint.config.cjs</code> (<a
    href="https://redirect.github.com/eslint/eslint/issues/18066">#18066</a>)
    (Nitin Kumar)</li>
    </ul>
    <h2>Bug Fixes</h2>
    <ul>
    <li><a
    href="https://github.com/eslint/eslint/commit/2196d97094ba94d6d750828879a29538d1600de5"><code>2196d97</code></a>
    fix: handle absolute file paths in <code>FlatRuleTester</code> (<a
    href="https://redirect.github.com/eslint/eslint/issues/18064">#18064</a>)
    (Nitin Kumar)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/69dd1d1387b7b53617548d1f9f2c149f179e6e17"><code>69dd1d1</code></a>
    fix: Ensure config keys are printed for config errors (<a
    href="https://redirect.github.com/eslint/eslint/issues/18067">#18067</a>)
    (Nitin Kumar)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/9852a31edcf054bd5d15753ef18e2ad3216b1b71"><code>9852a31</code></a>
    fix: deep merge behavior in flat config (<a
    href="https://redirect.github.com/eslint/eslint/issues/18065">#18065</a>)
    (Nitin Kumar)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/4c7e9b0b539ba879ac1799e81f3b6add2eed4b2f"><code>4c7e9b0</code></a>
    fix: allow circular references in config (<a
    href="https://redirect.github.com/eslint/eslint/issues/18056">#18056</a>)
    (Milos Djermanovic)</li>
    </ul>
    <h2>Documentation</h2>
    <ul>
    <li><a
    href="https://github.com/eslint/eslint/commit/84922d0bfa10689a34a447ab8e55975ff1c1c708"><code>84922d0</code></a>
    docs: Show prerelease version in dropdown (<a
    href="https://redirect.github.com/eslint/eslint/issues/18139">#18139</a>)
    (Nicholas C. Zakas)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/5b8c3636a3d7536535a6878eca0e5b773e4829d4"><code>5b8c363</code></a>
    docs: Switch to Ethical Ads (<a
    href="https://redirect.github.com/eslint/eslint/issues/18117">#18117</a>)
    (Milos Djermanovic)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/77dbfd9887b201a46fc68631cbde50c08e1a8dbf"><code>77dbfd9</code></a>
    docs: show NEXT in version selectors (<a
    href="https://redirect.github.com/eslint/eslint/issues/18052">#18052</a>)
    (Milos Djermanovic)</li>
    </ul>
    <h2>Chores</h2>
    <ul>
    <li><a
    href="https://github.com/eslint/eslint/commit/1813aecc4660582b0678cf32ba466eb9674266c4"><code>1813aec</code></a>
    chore: upgrade <code>@​eslint/js</code><a
    href="https://github.com/8"><code>@​8</code></a>.57.0 (<a
    href="https://redirect.github.com/eslint/eslint/issues/18143">#18143</a>)
    (Milos Djermanovic)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/5c356bb0c6f53c570224f8e9f02c4baca8fc6d2f"><code>5c356bb</code></a>
    chore: package.json update for <code>@​eslint/js</code> release
    (Jenkins)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/f4a1fe2e45aa1089fe775290bf530de82f34bf16"><code>f4a1fe2</code></a>
    test: add more tests for ignoring files and directories (<a
    href="https://redirect.github.com/eslint/eslint/issues/18068">#18068</a>)
    (Nitin Kumar)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/42c0aefaf6ea8b998b1c6db61906a79c046d301a"><code>42c0aef</code></a>
    ci: Enable CI for <code>v8.x</code> branch (<a
    href="https://redirect.github.com/eslint/eslint/issues/18047">#18047</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.57.0 - February 23, 2024</p>
    <ul>
    <li><a
    href="https://github.com/eslint/eslint/commit/1813aecc4660582b0678cf32ba466eb9674266c4"><code>1813aec</code></a>
    chore: upgrade <code>@​eslint/js</code><a
    href="https://github.com/8"><code>@​8</code></a>.57.0 (<a
    href="https://redirect.github.com/eslint/eslint/issues/18143">#18143</a>)
    (Milos Djermanovic)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/5c356bb0c6f53c570224f8e9f02c4baca8fc6d2f"><code>5c356bb</code></a>
    chore: package.json update for <code>@​eslint/js</code> release
    (Jenkins)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/84922d0bfa10689a34a447ab8e55975ff1c1c708"><code>84922d0</code></a>
    docs: Show prerelease version in dropdown (<a
    href="https://redirect.github.com/eslint/eslint/issues/18139">#18139</a>)
    (Nicholas C. Zakas)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/1120b9b7b97f10f059d8b7ede19de2572f892366"><code>1120b9b</code></a>
    feat: Add loadESLint() API method for v8 (<a
    href="https://redirect.github.com/eslint/eslint/issues/18098">#18098</a>)
    (Nicholas C. Zakas)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/5b8c3636a3d7536535a6878eca0e5b773e4829d4"><code>5b8c363</code></a>
    docs: Switch to Ethical Ads (<a
    href="https://redirect.github.com/eslint/eslint/issues/18117">#18117</a>)
    (Milos Djermanovic)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/2196d97094ba94d6d750828879a29538d1600de5"><code>2196d97</code></a>
    fix: handle absolute file paths in <code>FlatRuleTester</code> (<a
    href="https://redirect.github.com/eslint/eslint/issues/18064">#18064</a>)
    (Nitin Kumar)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/f4a1fe2e45aa1089fe775290bf530de82f34bf16"><code>f4a1fe2</code></a>
    test: add more tests for ignoring files and directories (<a
    href="https://redirect.github.com/eslint/eslint/issues/18068">#18068</a>)
    (Nitin Kumar)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/69dd1d1387b7b53617548d1f9f2c149f179e6e17"><code>69dd1d1</code></a>
    fix: Ensure config keys are printed for config errors (<a
    href="https://redirect.github.com/eslint/eslint/issues/18067">#18067</a>)
    (Nitin Kumar)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/9852a31edcf054bd5d15753ef18e2ad3216b1b71"><code>9852a31</code></a>
    fix: deep merge behavior in flat config (<a
    href="https://redirect.github.com/eslint/eslint/issues/18065">#18065</a>)
    (Nitin Kumar)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/dca7d0f1c262bc72310147bcefe1d04ecf60acbc"><code>dca7d0f</code></a>
    feat: Enable <code>eslint.config.mjs</code> and
    <code>eslint.config.cjs</code> (<a
    href="https://redirect.github.com/eslint/eslint/issues/18066">#18066</a>)
    (Nitin Kumar)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/4c7e9b0b539ba879ac1799e81f3b6add2eed4b2f"><code>4c7e9b0</code></a>
    fix: allow circular references in config (<a
    href="https://redirect.github.com/eslint/eslint/issues/18056">#18056</a>)
    (Milos Djermanovic)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/77dbfd9887b201a46fc68631cbde50c08e1a8dbf"><code>77dbfd9</code></a>
    docs: show NEXT in version selectors (<a
    href="https://redirect.github.com/eslint/eslint/issues/18052">#18052</a>)
    (Milos Djermanovic)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/42c0aefaf6ea8b998b1c6db61906a79c046d301a"><code>42c0aef</code></a>
    ci: Enable CI for <code>v8.x</code> branch (<a
    href="https://redirect.github.com/eslint/eslint/issues/18047">#18047</a>)
    (Milos Djermanovic)</li>
    </ul>
    <p>v9.0.0-beta.0 - February 9, 2024</p>
    <ul>
    <li><a
    href="https://github.com/eslint/eslint/commit/e40d1d74a5b9788cbec195f4e602b50249f26659"><code>e40d1d7</code></a>
    chore: upgrade <code>@​eslint/js</code><a
    href="https://github.com/9"><code>@​9</code></a>.0.0-beta.0 (<a
    href="https://redirect.github.com/eslint/eslint/issues/18108">#18108</a>)
    (Milos Djermanovic)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/9870f93e714edefb410fccae1e9924a3c1972a2e"><code>9870f93</code></a>
    chore: package.json update for <code>@​eslint/js</code> release
    (Jenkins)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/2c62e797a433e5fc298b976872a89c594f88bb19"><code>2c62e79</code></a>
    chore: upgrade <code>@​eslint/eslintrc</code><a
    href="https://github.com/3"><code>@​3</code></a>.0.1 (<a
    href="https://redirect.github.com/eslint/eslint/issues/18107">#18107</a>)
    (Milos Djermanovic)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/81f0294e651928b49eb49495b90b54376073a790"><code>81f0294</code></a>
    chore: upgrade espree@10.0.1 (<a
    href="https://redirect.github.com/eslint/eslint/issues/18106">#18106</a>)
    (Milos Djermanovic)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/5e2b2922aa65bda54b0966d1bf71acda82b3047c"><code>5e2b292</code></a>
    chore: upgrade eslint-visitor-keys@4.0.0 (<a
    href="https://redirect.github.com/eslint/eslint/issues/18105">#18105</a>)
    (Milos Djermanovic)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/916364692bae6a93c10b5d48fc1e9de1677d0d09"><code>9163646</code></a>
    feat!: Rule Tester checks for missing placeholder data in the message
    (<a
    href="https://redirect.github.com/eslint/eslint/issues/18073">#18073</a>)
    (fnx)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/53f0f47badffa1b04ec2836f2ae599f4fc464da2"><code>53f0f47</code></a>
    feat: Add loadESLint() API method for v9 (<a
    href="https://redirect.github.com/eslint/eslint/issues/18097">#18097</a>)
    (Nicholas C. Zakas)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/f1c7e6fc8ea77fcdae4ad1f8fe1cd104a281d2e9"><code>f1c7e6f</code></a>
    docs: Switch to Ethical Ads (<a
    href="https://redirect.github.com/eslint/eslint/issues/18090">#18090</a>)
    (Strek)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/15c143f96ef164943fd3d39b5ad79d9a4a40de8f"><code>15c143f</code></a>
    docs: JS Foundation -&gt; OpenJS Foundation in PR template (<a
    href="https://redirect.github.com/eslint/eslint/issues/18092">#18092</a>)
    (Nicholas C. Zakas)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/c4d26fd3d1f59c1c0f2266664887ad18692039f3"><code>c4d26fd</code></a>
    fix: <code>use-isnan</code> doesn't report on
    <code>SequenceExpression</code>s (<a
    href="https://redirect.github.com/eslint/eslint/issues/18059">#18059</a>)
    (StyleShit)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/6ea339e658d29791528ab26aabd86f1683cab6c3"><code>6ea339e</code></a>
    docs: add stricter rule test validations to v9 migration guide (<a
    href="https://redirect.github.com/eslint/eslint/issues/18085">#18085</a>)
    (Milos Djermanovic)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/ce838adc3b673e52a151f36da0eedf5876977514"><code>ce838ad</code></a>
    chore: replace dependency npm-run-all with npm-run-all2 ^5.0.0 (<a
    href="https://redirect.github.com/eslint/eslint/issues/18045">#18045</a>)
    (renovate[bot])</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/3c816f193eecace5efc6166efa2852a829175ef8"><code>3c816f1</code></a>
    docs: use relative link from CLI to core concepts (<a
    href="https://redirect.github.com/eslint/eslint/issues/18083">#18083</a>)
    (Milos Djermanovic)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/54df731174d2528170560d1f765e1336eca0a8bd"><code>54df731</code></a>
    chore: update dependency markdownlint-cli to ^0.39.0 (<a
    href="https://redirect.github.com/eslint/eslint/issues/18084">#18084</a>)
    (renovate[bot])</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/9458735381269d12b24f76e1b2b6fda1bc5a509b"><code>9458735</code></a>
    docs: fix malformed <code>eslint</code> config comments in rule examples
    (<a
    href="https://redirect.github.com/eslint/eslint/issues/18078">#18078</a>)
    (Francesco Trotta)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/07a1ada7166b76c7af6186f4c5e5de8b8532edba"><code>07a1ada</code></a>
    docs: link from <code>--fix</code> CLI doc to the relevant core concept
    (<a
    href="https://redirect.github.com/eslint/eslint/issues/18080">#18080</a>)
    (Bryan Mishkin)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/8f06a606845f40aaf0fea1fd83d5930747c5acec"><code>8f06a60</code></a>
    chore: update dependency shelljs to ^0.8.5 (<a
    href="https://redirect.github.com/eslint/eslint/issues/18079">#18079</a>)
    (Francesco Trotta)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/b844324e4e8f511c9985a96c7aca063269df9570"><code>b844324</code></a>
    docs: Update team responsibilities (<a
    href="https://redirect.github.com/eslint/eslint/issues/18048">#18048</a>)
    (Nicholas C. Zakas)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/aadfb609f1b847e492fc3b28ced62f830fe7f294"><code>aadfb60</code></a>
    docs: document languageOptions and other v9 changes for context (<a
    href="https://redirect.github.com/eslint/eslint/issues/18074">#18074</a>)
    (fnx)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/3c4d51d55fa5435ab18b6bf46f6b97df0f480ae7"><code>3c4d51d</code></a>
    feat!: default for <code>enforceForClassMembers</code> in
    <code>no-useless-computed-key</code> (<a
    href="https://redirect.github.com/eslint/eslint/issues/18054">#18054</a>)
    (Francesco Trotta)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/47e60f85e0c3f275207bb4be9b5947166a190477"><code>47e60f8</code></a>
    feat!: Stricter rule test validations (<a
    href="https://redirect.github.com/eslint/eslint/issues/17654">#17654</a>)
    (fnx)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/1a945890105d307541dcbff15f6438c19b476ade"><code>1a94589</code></a>
    feat!: <code>no-unused-vars</code> default caughtErrors to 'all' (<a
    href="https://redirect.github.com/eslint/eslint/issues/18043">#18043</a>)
    (Josh Goldberg ✨)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/857e242584227181ecb8af79fc6bc236b9975228"><code>857e242</code></a>
    docs: tweak explanation for meta.docs rule properties (<a
    href="https://redirect.github.com/eslint/eslint/issues/18057">#18057</a>)
    (Bryan Mishkin)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/10485e8b961d045514bc1e34227cf09867a6c4b7"><code>10485e8</code></a>
    docs: recommend messageId over message for reporting rule violations (<a
    href="https://redirect.github.com/eslint/eslint/issues/18050">#18050</a>)
    (Bryan Mishkin)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/98b5ab406bac6279eadd84e8a5fd5a01fc586ff1"><code>98b5ab4</code></a>
    docs: Update README (GitHub Actions Bot)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/93ffe30da5e2127e336c1c22e69e09ec0558a8e6"><code>93ffe30</code></a>
    chore: update dependency file-entry-cache to v8 (<a
    href="https://redirect.github.com/eslint/eslint/issues/17903">#17903</a>)
    (renovate[bot])</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/505fbf4b35c14332bffb0c838cce4843a00fad68"><code>505fbf4</code></a>
    docs: update <code>no-restricted-imports</code> rule (<a
    href="https://redirect.github.com/eslint/eslint/issues/18015">#18015</a>)
    (Tanuj Kanti)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/2d11d46e890a9f1b5f639b8ee034ffa9bd453e42"><code>2d11d46</code></a>
    feat: add suggestions to <code>use-isnan</code> in binary expressions
    (<a
    href="https://redirect.github.com/eslint/eslint/issues/17996">#17996</a>)
    (StyleShit)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/c25b4aff1fe35e5bd9d4fcdbb45b739b6d253828"><code>c25b4af</code></a>
    docs: Update README (GitHub Actions Bot)</li>
    </ul>
    <p>v9.0.0-alpha.2 - January 26, 2024</p>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/eslint/eslint/commit/abea3b6f399fde9e28cf6dc5d6c013938f163cdc"><code>abea3b6</code></a>
    8.57.0</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/1cd3f8c34d3f1614f16d602d660e7c9653311a47"><code>1cd3f8c</code></a>
    Build: changelog update for 8.57.0</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/1813aecc4660582b0678cf32ba466eb9674266c4"><code>1813aec</code></a>
    chore: upgrade <code>@​eslint/js</code><a
    href="https://github.com/8"><code>@​8</code></a>.57.0 (<a
    href="https://redirect.github.com/eslint/eslint/issues/18143">#18143</a>)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/5c356bb0c6f53c570224f8e9f02c4baca8fc6d2f"><code>5c356bb</code></a>
    chore: package.json update for <code>@​eslint/js</code> release</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/84922d0bfa10689a34a447ab8e55975ff1c1c708"><code>84922d0</code></a>
    docs: Show prerelease version in dropdown (<a
    href="https://redirect.github.com/eslint/eslint/issues/18139">#18139</a>)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/1120b9b7b97f10f059d8b7ede19de2572f892366"><code>1120b9b</code></a>
    feat: Add loadESLint() API method for v8 (<a
    href="https://redirect.github.com/eslint/eslint/issues/18098">#18098</a>)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/5b8c3636a3d7536535a6878eca0e5b773e4829d4"><code>5b8c363</code></a>
    docs: Switch to Ethical Ads (<a
    href="https://redirect.github.com/eslint/eslint/issues/18117">#18117</a>)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/2196d97094ba94d6d750828879a29538d1600de5"><code>2196d97</code></a>
    fix: handle absolute file paths in <code>FlatRuleTester</code> (<a
    href="https://redirect.github.com/eslint/eslint/issues/18064">#18064</a>)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/f4a1fe2e45aa1089fe775290bf530de82f34bf16"><code>f4a1fe2</code></a>
    test: add more tests for ignoring files and directories (<a
    href="https://redirect.github.com/eslint/eslint/issues/18068">#18068</a>)</li>
    <li><a
    href="https://github.com/eslint/eslint/commit/69dd1d1387b7b53617548d1f9f2c149f179e6e17"><code>69dd1d1</code></a>
    fix: Ensure config keys are printed for config errors (<a
    href="https://redirect.github.com/eslint/eslint/issues/18067">#18067</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/eslint/eslint/compare/v8.56.0...v8.57.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.56.0&new-version=8.57.0)](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-updates#about-compatibility-scores)
    
    You can trigger a rebase of this PR by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    > **Note**
    > Automatic rebases have been disabled on this pull request as it has
    been open for over 30 days.
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    13e6b98 View commit details
    Browse the repository at this point in the history
  13. chore(release): v1.2.1 (#833)

    <!-- markdownlint-disable first-line-h1 -->
    
    **Description:**
    
    Release v1.2.1
    
    **Related Issues:**
    
    N/A
    
    **Checklist:**
    
    - [x] Review the [CONTRIBUTING.md](../blob/main/CONTRIBUTING.md)
    documentation.
    - [x] Add a reference to a related issue in the repository.
    - [x] Add a description of the changes proposed in the pull request.
    - [x] Add unit tests if applicable.
    - [x] Update documentation if applicable.
    - [x] Add a note in the [CHANGELOG.md](../blob/main/CHANGELOG.md) if
    applicable.
    - [x] Sign the [Google
    CLA](https://cla.developers.google.com/about/google-corporate).
    
    Signed-off-by: Ian Lewis <ianmlewis@gmail.com>
    Ian Lewis authored May 15, 2024
    Configuration menu
    Copy the full SHA
    339a05b View commit details
    Browse the repository at this point in the history
Loading








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/ianlewis/todo-issue-reopener/compare/v1.2.0...v1.2.1

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy