-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bot: Bump eslint-plugin and parser from 6.8.0 to 6.9.0 in /playground #2000
bot: Bump eslint-plugin and parser from 6.8.0 to 6.9.0 in /playground #2000
Conversation
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.8.0 to 6.9.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.8.0 to 6.9.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Merge remote-tracking branch 'U/dependabot/npm_and_yarn/playground/typescript-eslint/parser-6.9.0' into dependabot/npm_and_yarn/playground/typescript-eslint/eslint-plugin-6.9.0
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## develop #2000 +/- ##
========================================
Coverage 74.25% 74.25%
========================================
Files 246 246
Lines 24426 24426
========================================
Hits 18137 18137
- Misses 5080 5081 +1
+ Partials 1209 1208 -1
Flags with carried forward coverage won't be shown. Click here to find out more. see 7 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…sourcenetwork#2000) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.8.0 to 6.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v6.9.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0">6.9.0</a> (2023-10-23)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-confusing-void-expression] handle unfixable cases (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7674">#7674</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7e52f276ed5b8b2c0b76be02cb2e8a77892c10f2">7e52f27</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-return] allow returning anything if explicitly returning any (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7708">#7708</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c6124b2c93a53f11471cce8054388dec7a58f90b">c6124b2</a>)</li> <li><strong>rule-tester:</strong> fix <code>parser</code> fallback logic (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7754">#7754</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/34c23e0ece36100c2e44b3ded681ebe1236fbe37">34c23e0</a>)</li> <li><strong>type-utils:</strong> treat custom type roots as external (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6870">#6870</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/b85f7446c3552108d78d31591f80f96cd7233228">b85f744</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [max-params] don't count <code>this: void</code> parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7696">#7696</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6398d3fd0a576d8cdc957ec1b57929acacc60ba0">6398d3f</a>), closes <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7538">#7538</a></li> <li><strong>eslint-plugin:</strong> [naming-convention] add support for default and namespace imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7269">#7269</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/bb15aae877ae260f59aa5e6cfc338b1eefc6d85c">bb15aae</a>)</li> <li><strong>eslint-plugin:</strong> [no-restricted-imports] support import = require (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7709">#7709</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/4c8edcfb7d3cc02d07d2329c87da4377c1cbf969">4c8edcf</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] add switch suggestion (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7691">#7691</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/53d5263cee8e0b5ddc5de3321d27559c196e5b58">53d5263</a>), closes <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7643">#7643</a></li> <li><strong>eslint-plugin:</strong> [prefer-readonly] private fields support (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7686">#7686</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/0e875bf77a9d94dc74924245fabc36c0ae780977">0e875bf</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0">6.9.0</a> (2023-10-23)</h1> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/101563b34ad21c68177ab6ed373c0eb1643e1888"><code>101563b</code></a> chore: publish v6.9.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/066ccf75d126df22a1792d3de3d1e3dd28904db1"><code>066ccf7</code></a> chore: update to nx 17 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/7815">#7815</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/0f11c18ed634b9551045b7f5dc853bc80037fd9c"><code>0f11c18</code></a> chore(deps): update dependency prettier to v3 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/7425">#7425</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/parser">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=6.8.0&new-version=6.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.8.0 to 6.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v6.9.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0">6.9.0</a> (2023-10-23)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-confusing-void-expression] handle unfixable cases (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7674">#7674</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7e52f276ed5b8b2c0b76be02cb2e8a77892c10f2">7e52f27</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-return] allow returning anything if explicitly returning any (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7708">#7708</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c6124b2c93a53f11471cce8054388dec7a58f90b">c6124b2</a>)</li> <li><strong>rule-tester:</strong> fix <code>parser</code> fallback logic (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7754">#7754</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/34c23e0ece36100c2e44b3ded681ebe1236fbe37">34c23e0</a>)</li> <li><strong>type-utils:</strong> treat custom type roots as external (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6870">#6870</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/b85f7446c3552108d78d31591f80f96cd7233228">b85f744</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [max-params] don't count <code>this: void</code> parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7696">#7696</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6398d3fd0a576d8cdc957ec1b57929acacc60ba0">6398d3f</a>), closes <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7538">#7538</a></li> <li><strong>eslint-plugin:</strong> [naming-convention] add support for default and namespace imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7269">#7269</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/bb15aae877ae260f59aa5e6cfc338b1eefc6d85c">bb15aae</a>)</li> <li><strong>eslint-plugin:</strong> [no-restricted-imports] support import = require (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7709">#7709</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/4c8edcfb7d3cc02d07d2329c87da4377c1cbf969">4c8edcf</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] add switch suggestion (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7691">#7691</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/53d5263cee8e0b5ddc5de3321d27559c196e5b58">53d5263</a>), closes <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7643">#7643</a></li> <li><strong>eslint-plugin:</strong> [prefer-readonly] private fields support (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7686">#7686</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/0e875bf77a9d94dc74924245fabc36c0ae780977">0e875bf</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0">6.9.0</a> (2023-10-23)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-confusing-void-expression] handle unfixable cases (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7674">#7674</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7e52f276ed5b8b2c0b76be02cb2e8a77892c10f2">7e52f27</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-return] allow returning anything if explicitly returning any (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7708">#7708</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c6124b2c93a53f11471cce8054388dec7a58f90b">c6124b2</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [max-params] don't count <code>this: void</code> parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7696">#7696</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6398d3fd0a576d8cdc957ec1b57929acacc60ba0">6398d3f</a>), closes <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7538">#7538</a></li> <li><strong>eslint-plugin:</strong> [naming-convention] add support for default and namespace imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7269">#7269</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/bb15aae877ae260f59aa5e6cfc338b1eefc6d85c">bb15aae</a>)</li> <li><strong>eslint-plugin:</strong> [no-restricted-imports] support import = require (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7709">#7709</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/4c8edcfb7d3cc02d07d2329c87da4377c1cbf969">4c8edcf</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] add switch suggestion (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7691">#7691</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/53d5263cee8e0b5ddc5de3321d27559c196e5b58">53d5263</a>), closes <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7643">#7643</a></li> <li><strong>eslint-plugin:</strong> [prefer-readonly] private fields support (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7686">#7686</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/0e875bf77a9d94dc74924245fabc36c0ae780977">0e875bf</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/101563b34ad21c68177ab6ed373c0eb1643e1888"><code>101563b</code></a> chore: publish v6.9.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/066ccf75d126df22a1792d3de3d1e3dd28904db1"><code>066ccf7</code></a> chore: update to nx 17 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7815">#7815</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9f85e67265187587ce0f5335eee896bdf567e424"><code>9f85e67</code></a> docs(website): add Open in Playground button to code examples (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7482">#7482</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/53d5263cee8e0b5ddc5de3321d27559c196e5b58"><code>53d5263</code></a> feat(eslint-plugin): [no-unsafe-enum-comparison] add switch suggestion (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7691">#7691</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4972ecd7ebf3ec1a74082607a2ad9d3e141d8ea9"><code>4972ecd</code></a> chore: enabled most of strict-type-checked internally (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7339">#7339</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/0e875bf77a9d94dc74924245fabc36c0ae780977"><code>0e875bf</code></a> feat(eslint-plugin): [prefer-readonly] private fields support (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7686">#7686</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/76ab37392311e4469a3865ceaf7ef5ad546523d8"><code>76ab373</code></a> chore(website): auto-inject ban-types default options (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7714">#7714</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/03b875de825e433c45a98d0030fd6500781978e8"><code>03b875d</code></a> chore(eslint-plugin): fix post-merge issue around util namespace import (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7767">#7767</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c6124b2c93a53f11471cce8054388dec7a58f90b"><code>c6124b2</code></a> fix(eslint-plugin): [no-unsafe-return] allow returning anything if explicitly...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ee4fe891400376138191fd9c83defa0388973060"><code>ee4fe89</code></a> docs: better rules table (filter rules by extension, etc.) (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7666">#7666</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=6.8.0&new-version=6.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shahzad Lone <shahzadlone@gmail.com>
Bumps @typescript-eslint/parser from 6.8.0 to 6.9.0.
Release notes
Sourced from
@typescript-eslint/parser
's releases.Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
101563b
chore: publish v6.9.0066ccf7
chore: update to nx 17 (#7815)0f11c18
chore(deps): update dependency prettier to v3 (#7425)Bumps @typescript-eslint/eslint-plugin from 6.8.0 to 6.9.0.
Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
101563b
chore: publish v6.9.0066ccf7
chore: update to nx 17 (#7815)9f85e67
docs(website): add Open in Playground button to code examples (#7482)53d5263
feat(eslint-plugin): [no-unsafe-enum-comparison] add switch suggestion (#7691)4972ecd
chore: enabled most of strict-type-checked internally (#7339)0e875bf
feat(eslint-plugin): [prefer-readonly] private fields support (#7686)76ab373
chore(website): auto-inject ban-types default options (#7714)03b875d
chore(eslint-plugin): fix post-merge issue around util namespace import (#7767)c6124b2
fix(eslint-plugin): [no-unsafe-return] allow returning anything if explicitly...ee4fe89
docs: better rules table (filter rules by extension, etc.) (#7666)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 commands and options
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)