Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump ataylorme/eslint-annotate-action from 2.2.0 to 3.0.0 (#84)
Bumps [ataylorme/eslint-annotate-action](https://github.com/ataylorme/eslint-annotate-action) from 2.2.0 to 3.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ataylorme/eslint-annotate-action/releases">ataylorme/eslint-annotate-action's releases</a>.</em></p> <blockquote> <h2>3.0.0 - CONTAINS BREAKING CHANGES</h2> <h1><code>3.0.0</code> - CONTAINS BREAKING CHANGES</h1> <ul> <li>Rename the <code>repo-token</code> input to <code>GITHUB_TOKEN</code></li> <li>Run the Action itself on Node 20 instead of Node 16</li> <li>Truncate summary if too long</li> <li>Only add changed file to markdown summary if only changed files is true</li> <li>Use <code>@octokit/action</code> instead of <code>actions-toolkit</code></li> <li>Use ESLint types from <code>@types/eslint</code> instead of custom types</li> <li>Default line to 1 if it's not present</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ataylorme/eslint-annotate-action/blob/v3/CHANGELOG.md">ataylorme/eslint-annotate-action's changelog</a>.</em></p> <blockquote> <h1><code>3.0.0</code> - CONTAINS BREAKING CHANGES</h1> <ul> <li>Rename the <code>repo-token</code> input to <code>GITHUB_TOKEN</code></li> <li>Run the Action itself on Node 20 instead of Node 16</li> <li>Truncate summary if too long</li> <li>Only add changed file to markdown summary if only changed files is true</li> <li>Use <code>@octokit/action</code> instead of <code>actions-toolkit</code></li> <li>Use ESLint types from <code>@types/eslint</code> instead of custom types</li> <li>Default line to 1 if it's not present</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ataylorme/eslint-annotate-action/commit/d57a1193d4c59cbfbf3f86c271f42612f9dbd9e9"><code>d57a119</code></a> Add Changelog link</li> <li><a href="https://github.com/ataylorme/eslint-annotate-action/commit/8bd50145f737cdcd030e8f78396ec2cbea10ef86"><code>8bd5014</code></a> Remove VSCode settings</li> <li><a href="https://github.com/ataylorme/eslint-annotate-action/commit/73cf0c7cde63148eab1523875ffe9de45f2a1dcc"><code>73cf0c7</code></a> Ignore VSCode settings</li> <li><a href="https://github.com/ataylorme/eslint-annotate-action/commit/149e14ac2426512bc638444a3e540e347a3778af"><code>149e14a</code></a> Add Changelog</li> <li><a href="https://github.com/ataylorme/eslint-annotate-action/commit/b3fedb9ff061e3378ea353dcb5781f10bfe07d0c"><code>b3fedb9</code></a> Update dependencies</li> <li><a href="https://github.com/ataylorme/eslint-annotate-action/commit/d19761f822ef24d3f4ba1a1c002a8b1237ca686a"><code>d19761f</code></a> Rebuild</li> <li><a href="https://github.com/ataylorme/eslint-annotate-action/commit/748e7053bf8ac2c5e4fe0240c20d3242e54d3ab6"><code>748e705</code></a> Truncate summary if too long</li> <li><a href="https://github.com/ataylorme/eslint-annotate-action/commit/14956b4cb34c01eb7d7b79be62eca6b5565f6800"><code>14956b4</code></a> Only add changed file to markdown summary if only changed files is true</li> <li><a href="https://github.com/ataylorme/eslint-annotate-action/commit/391edc7f0afe299881aa3f514734d2ec97d55c53"><code>391edc7</code></a> Remove dead code</li> <li><a href="https://github.com/ataylorme/eslint-annotate-action/commit/778693992437127bcf0722740c2bca676850780c"><code>7786939</code></a> Use <code>@types/eslint</code></li> <li>Additional commits viewable in <a href="https://github.com/ataylorme/eslint-annotate-action/compare/2.2.0...3.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ataylorme/eslint-annotate-action&package-manager=github_actions&previous-version=2.2.0&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
- Loading branch information