-
Notifications
You must be signed in to change notification settings - Fork 8
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
chore(deps-dev): bump eslint from 7.32.0 to 8.4.1 #214
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.4.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v7.32.0...v8.4.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot merge
…On Wed, 8 Dec 2021, 06:12 dependabot[bot], ***@***.***> wrote:
Bumps eslint <https://github.com/eslint/eslint> from 7.32.0 to 8.4.1.
Release notes
*Sourced from eslint's releases
<https://github.com/eslint/eslint/releases>.*
v8.4.1 Bug Fixes
- 234e3d9
<eslint/eslint@234e3d9>
fix: revert changes to reported locations in max-lines-per-function (
#15397
<https://github-redirect.dependabot.com/eslint/eslint/issues/15397>)
(Milos Djermanovic)
Documentation
- fa4d483
<eslint/eslint@fa4d483>
docs: fix typo in example for sort-keys rule (#15393
<https://github-redirect.dependabot.com/eslint/eslint/issues/15393>)
(Nitin Kumar)
v8.4.0 Features
- 5771663
<eslint/eslint@5771663>
feat: add allowReserved parser option (#15387
<https://github-redirect.dependabot.com/eslint/eslint/issues/15387>)
(Milos Djermanovic)
- 32ac37a
<eslint/eslint@32ac37a>
feat: Flat config support in Linter (refs #13481
<https://github-redirect.dependabot.com/eslint/eslint/issues/13481>) (
#15185
<https://github-redirect.dependabot.com/eslint/eslint/issues/15185>)
(Nicholas C. Zakas)
- d041f34
<eslint/eslint@d041f34>
feat: Treat Class/New Expressions as truthy in no-constant-condition (
#15326
<https://github-redirect.dependabot.com/eslint/eslint/issues/15326>)
(Jordan Eldredge)
- 8f44cf5
<eslint/eslint@8f44cf5>
feat: report only lines that exceed the limit in max-lines-per-function (
#15140
<https://github-redirect.dependabot.com/eslint/eslint/issues/15140>)
(Sneh Khatri)
- 808ad35
<eslint/eslint@808ad35>
feat: pass cwd to formatters (refs eslint/rfcs#57
<https://github-redirect.dependabot.com/eslint/rfcs/issues/57>) (#13392
<https://github-redirect.dependabot.com/eslint/eslint/issues/13392>)
(Toru Nagashima)
- f1b7499
<eslint/eslint@f1b7499>
feat: support async formatters (#15243
<https://github-redirect.dependabot.com/eslint/eslint/issues/15243>)
(MO)
Bug Fixes
- 4940cc5
<eslint/eslint@4940cc5>
fix: mark --rulesdir option as deprecated in CLI docs (#15310
<https://github-redirect.dependabot.com/eslint/eslint/issues/15310>)
(Kevin Partington)
Documentation
- 54deec5
<eslint/eslint@54deec5>
docs: update integrations.md (#15380
<https://github-redirect.dependabot.com/eslint/eslint/issues/15380>)
(Vlad Sholokhov)
- fa0423a
<eslint/eslint@fa0423a>
docs: fix typo in PR template (#15365
<https://github-redirect.dependabot.com/eslint/eslint/issues/15365>)
(Nitin Kumar)
- e233920
<eslint/eslint@e233920>
docs: enable a few more markdownlint rules and fix violations (#15368
<https://github-redirect.dependabot.com/eslint/eslint/issues/15368>)
(Bryan Mishkin)
- 632176d
<eslint/eslint@632176d>
docs: Dedent needlessly indented example in getter-return docs (#15363
<https://github-redirect.dependabot.com/eslint/eslint/issues/15363>)
(Jordan Eldredge)
- 4497e88
<eslint/eslint@4497e88>
docs: Update release notes blog post template (#15285
<https://github-redirect.dependabot.com/eslint/eslint/issues/15285>)
(Nicholas C. Zakas)
Chores
- efede90
<eslint/eslint@efede90>
chore: upgrade @eslint/eslintrc@1 <https://github.com/1>.0.5 (#15389
<https://github-redirect.dependabot.com/eslint/eslint/issues/15389>)
(Milos Djermanovic)
- 0b8c846
<eslint/eslint@0b8c846>
chore: fix update-readme to avoid multiple consecutive blank lines (
#15375
<https://github-redirect.dependabot.com/eslint/eslint/issues/15375>)
(Milos Djermanovic)
- 94b2a8b
<eslint/eslint@94b2a8b>
chore: Use default Chromium binary in M1 Mac tests (#15371
<https://github-redirect.dependabot.com/eslint/eslint/issues/15371>)
(Brandon Mills)
- ba58d94
<eslint/eslint@ba58d94>
ci: use node v16 for Verify Files (#15364
<https://github-redirect.dependabot.com/eslint/eslint/issues/15364>)
(Nitin Kumar)
- 1e32ee5
<eslint/eslint@1e32ee5>
chore: add jsdoc type annotation to rules (#15291
<https://github-redirect.dependabot.com/eslint/eslint/issues/15291>)
(Bryan Mishkin)
v8.3.0 Features
- 60b0a29
<eslint/eslint@60b0a29>
feat: add allowProperties option to require-atomic-updates (#15238
<https://github-redirect.dependabot.com/eslint/eslint/issues/15238>)
(Milos Djermanovic)
- 79278a1
<eslint/eslint@79278a1>
feat: update no-use-before-define for class static blocks (#15312
<https://github-redirect.dependabot.com/eslint/eslint/issues/15312>)
(Milos Djermanovic)
- ddd01dc
<eslint/eslint@ddd01dc>
feat: update no-redeclare for class static blocks (#15313
<https://github-redirect.dependabot.com/eslint/eslint/issues/15313>)
(Milos Djermanovic)
- de69cec
<eslint/eslint@de69cec>
feat: update no-inner-declarations for class static blocks (#15290
<https://github-redirect.dependabot.com/eslint/eslint/issues/15290>)
(Milos Djermanovic)
- e2fe7ef
<eslint/eslint@e2fe7ef>
feat: support for private-in syntax (fixes #14811
<https://github-redirect.dependabot.com/eslint/eslint/issues/14811>) (
#15060
<https://github-redirect.dependabot.com/eslint/eslint/issues/15060>)
(Yosuke Ota)
- 34bc8d7
<eslint/eslint@34bc8d7>
feat: Update espree and eslint-scope (#15338
<https://github-redirect.dependabot.com/eslint/eslint/issues/15338>)
(Brandon Mills)
- b171cd7
<eslint/eslint@b171cd7>
feat: update max-depth for class static blocks (#15316
<https://github-redirect.dependabot.com/eslint/eslint/issues/15316>)
(Milos Djermanovic)
- 6487df3
<eslint/eslint@6487df3>
feat: update padded-blocks for class static blocks (#15333
<https://github-redirect.dependabot.com/eslint/eslint/issues/15333>)
(Milos Djermanovic)
- 194f36d
<eslint/eslint@194f36d>
feat: update the complexity rule for class static blocks (#15328
<https://github-redirect.dependabot.com/eslint/eslint/issues/15328>)
(Milos Djermanovic)
- 3530337
<eslint/eslint@3530337>
feat: update the indent rule for class static blocks (#15324
<https://github-redirect.dependabot.com/eslint/eslint/issues/15324>)
(Milos Djermanovic)
- f03cd14
<eslint/eslint@f03cd14>
feat: update lines-around-comment for class static blocks (#15323
<https://github-redirect.dependabot.com/eslint/eslint/issues/15323>)
(Milos Djermanovic)
- 5c64747
<eslint/eslint@5c64747>
feat: update brace-style for class static blocks (#15322
<https://github-redirect.dependabot.com/eslint/eslint/issues/15322>)
(Milos Djermanovic)
- df2f1cc
<eslint/eslint@df2f1cc>
feat: update max-statements for class static blocks (#15315
<https://github-redirect.dependabot.com/eslint/eslint/issues/15315>)
(Milos Djermanovic)
- fd5a0b8
<eslint/eslint@fd5a0b8>
feat: update prefer-const for class static blocks (#15325
<https://github-redirect.dependabot.com/eslint/eslint/issues/15325>)
(Milos Djermanovic)
- b3669fd
<eslint/eslint@b3669fd>
feat: code path analysis for class static blocks (#15282
<https://github-redirect.dependabot.com/eslint/eslint/issues/15282>)
(Milos Djermanovic)
... (truncated)
Changelog
*Sourced from eslint's changelog
<https://github.com/eslint/eslint/blob/main/CHANGELOG.md>.*
v8.4.1 - December 6, 2021
- 234e3d9
<eslint/eslint@234e3d9>
fix: revert changes to reported locations in max-lines-per-function (
#15397
<https://github-redirect.dependabot.com/eslint/eslint/issues/15397>)
(Milos Djermanovic)
- fa4d483
<eslint/eslint@fa4d483>
docs: fix typo in example for sort-keys rule (#15393
<https://github-redirect.dependabot.com/eslint/eslint/issues/15393>)
(Nitin Kumar)
v8.4.0 - December 3, 2021
- efede90
<eslint/eslint@efede90>
chore: upgrade @eslint/eslintrc@1 <https://github.com/1>.0.5 (#15389
<https://github-redirect.dependabot.com/eslint/eslint/issues/15389>)
(Milos Djermanovic)
- 5771663
<eslint/eslint@5771663>
feat: add allowReserved parser option (#15387
<https://github-redirect.dependabot.com/eslint/eslint/issues/15387>)
(Milos Djermanovic)
- 32ac37a
<eslint/eslint@32ac37a>
feat: Flat config support in Linter (refs #13481
<https://github-redirect.dependabot.com/eslint/eslint/issues/13481>) (
#15185
<https://github-redirect.dependabot.com/eslint/eslint/issues/15185>)
(Nicholas C. Zakas)
- 54deec5
<eslint/eslint@54deec5>
docs: update integrations.md (#15380
<https://github-redirect.dependabot.com/eslint/eslint/issues/15380>)
(Vlad Sholokhov)
- d041f34
<eslint/eslint@d041f34>
feat: Treat Class/New Expressions as truthy in no-constant-condition (
#15326
<https://github-redirect.dependabot.com/eslint/eslint/issues/15326>)
(Jordan Eldredge)
- 8f44cf5
<eslint/eslint@8f44cf5>
feat: report only lines that exceed the limit in max-lines-per-function (
#15140
<https://github-redirect.dependabot.com/eslint/eslint/issues/15140>)
(Sneh Khatri)
- fa0423a
<eslint/eslint@fa0423a>
docs: fix typo in PR template (#15365
<https://github-redirect.dependabot.com/eslint/eslint/issues/15365>)
(Nitin Kumar)
- 0b8c846
<eslint/eslint@0b8c846>
chore: fix update-readme to avoid multiple consecutive blank lines (
#15375
<https://github-redirect.dependabot.com/eslint/eslint/issues/15375>)
(Milos Djermanovic)
- 808ad35
<eslint/eslint@808ad35>
feat: pass cwd to formatters (refs eslint/rfcs#57
<https://github-redirect.dependabot.com/eslint/rfcs/issues/57>) (#13392
<https://github-redirect.dependabot.com/eslint/eslint/issues/13392>)
(Toru Nagashima)
- 94b2a8b
<eslint/eslint@94b2a8b>
chore: Use default Chromium binary in M1 Mac tests (#15371
<https://github-redirect.dependabot.com/eslint/eslint/issues/15371>)
(Brandon Mills)
- 4940cc5
<eslint/eslint@4940cc5>
fix: mark --rulesdir option as deprecated in CLI docs (#15310
<https://github-redirect.dependabot.com/eslint/eslint/issues/15310>)
(Kevin Partington)
- e233920
<eslint/eslint@e233920>
docs: enable a few more markdownlint rules and fix violations (#15368
<https://github-redirect.dependabot.com/eslint/eslint/issues/15368>)
(Bryan Mishkin)
- ba58d94
<eslint/eslint@ba58d94>
ci: use node v16 for Verify Files (#15364
<https://github-redirect.dependabot.com/eslint/eslint/issues/15364>)
(Nitin Kumar)
- 632176d
<eslint/eslint@632176d>
docs: Dedent needlessly indented example in getter-return docs (#15363
<https://github-redirect.dependabot.com/eslint/eslint/issues/15363>)
(Jordan Eldredge)
- 4497e88
<eslint/eslint@4497e88>
docs: Update release notes blog post template (#15285
<https://github-redirect.dependabot.com/eslint/eslint/issues/15285>)
(Nicholas C. Zakas)
- f1b7499
<eslint/eslint@f1b7499>
feat: support async formatters (#15243
<https://github-redirect.dependabot.com/eslint/eslint/issues/15243>)
(MO)
- 1e32ee5
<eslint/eslint@1e32ee5>
chore: add jsdoc type annotation to rules (#15291
<https://github-redirect.dependabot.com/eslint/eslint/issues/15291>)
(Bryan Mishkin)
v8.3.0 - November 21, 2021
- 60b0a29
<eslint/eslint@60b0a29>
feat: add allowProperties option to require-atomic-updates (#15238
<https://github-redirect.dependabot.com/eslint/eslint/issues/15238>)
(Milos Djermanovic)
- 79278a1
<eslint/eslint@79278a1>
feat: update no-use-before-define for class static blocks (#15312
<https://github-redirect.dependabot.com/eslint/eslint/issues/15312>)
(Milos Djermanovic)
- 8aa7645
<eslint/eslint@8aa7645>
fix: update vars-on-top for class static blocks (#15306
<https://github-redirect.dependabot.com/eslint/eslint/issues/15306>)
(Milos Djermanovic)
- 479a4cb
<eslint/eslint@479a4cb>
fix: update semi-style for class static blocks (#15309
<https://github-redirect.dependabot.com/eslint/eslint/issues/15309>)
(Milos Djermanovic)
- ddd01dc
<eslint/eslint@ddd01dc>
feat: update no-redeclare for class static blocks (#15313
<https://github-redirect.dependabot.com/eslint/eslint/issues/15313>)
(Milos Djermanovic)
- de69cec
<eslint/eslint@de69cec>
feat: update no-inner-declarations for class static blocks (#15290
<https://github-redirect.dependabot.com/eslint/eslint/issues/15290>)
(Milos Djermanovic)
- e2fe7ef
<eslint/eslint@e2fe7ef>
feat: support for private-in syntax (fixes #14811
<https://github-redirect.dependabot.com/eslint/eslint/issues/14811>) (
#15060
<https://github-redirect.dependabot.com/eslint/eslint/issues/15060>)
(Yosuke Ota)
- 34bc8d7
<eslint/eslint@34bc8d7>
feat: Update espree and eslint-scope (#15338
<https://github-redirect.dependabot.com/eslint/eslint/issues/15338>)
(Brandon Mills)
- b171cd7
<eslint/eslint@b171cd7>
feat: update max-depth for class static blocks (#15316
<https://github-redirect.dependabot.com/eslint/eslint/issues/15316>)
(Milos Djermanovic)
- 6487df3
<eslint/eslint@6487df3>
feat: update padded-blocks for class static blocks (#15333
<https://github-redirect.dependabot.com/eslint/eslint/issues/15333>)
(Milos Djermanovic)
- 194f36d
<eslint/eslint@194f36d>
feat: update the complexity rule for class static blocks (#15328
<https://github-redirect.dependabot.com/eslint/eslint/issues/15328>)
(Milos Djermanovic)
- 3530337
<eslint/eslint@3530337>
feat: update the indent rule for class static blocks (#15324
<https://github-redirect.dependabot.com/eslint/eslint/issues/15324>)
(Milos Djermanovic)
- f03cd14
<eslint/eslint@f03cd14>
feat: update lines-around-comment for class static blocks (#15323
<https://github-redirect.dependabot.com/eslint/eslint/issues/15323>)
(Milos Djermanovic)
- 5c64747
<eslint/eslint@5c64747>
feat: update brace-style for class static blocks (#15322
<https://github-redirect.dependabot.com/eslint/eslint/issues/15322>)
(Milos Djermanovic)
- df2f1cc
<eslint/eslint@df2f1cc>
feat: update max-statements for class static blocks (#15315
<https://github-redirect.dependabot.com/eslint/eslint/issues/15315>)
(Milos Djermanovic)
- fd5a0b8
<eslint/eslint@fd5a0b8>
feat: update prefer-const for class static blocks (#15325
<https://github-redirect.dependabot.com/eslint/eslint/issues/15325>)
(Milos Djermanovic)
- b3669fd
<eslint/eslint@b3669fd>
feat: code path analysis for class static blocks (#15282
<https://github-redirect.dependabot.com/eslint/eslint/issues/15282>)
(Milos Djermanovic)
- 15c1397
<eslint/eslint@15c1397>
feat: update eslint-scope for class static blocks (#15321
<https://github-redirect.dependabot.com/eslint/eslint/issues/15321>)
(Milos Djermanovic)
- 1a1bb4b
<eslint/eslint@1a1bb4b>
feat: update one-var for class static blocks (#15317
<https://github-redirect.dependabot.com/eslint/eslint/issues/15317>)
(Milos Djermanovic)
- 9b666e0
<eslint/eslint@9b666e0>
feat: update padding-line-between-statements for class static blocks (
#15318
<https://github-redirect.dependabot.com/eslint/eslint/issues/15318>)
(Milos Djermanovic)
- 6b85426
<eslint/eslint@6b85426>
docs: Expand --debug option description in the CLI documentation (
#15308
<https://github-redirect.dependabot.com/eslint/eslint/issues/15308>)
(darkred)
- 3ae5258
<eslint/eslint@3ae5258>
docs: the strict rule does not apply to class static blocks (#15314
<https://github-redirect.dependabot.com/eslint/eslint/issues/15314>)
(Milos Djermanovic)
- 6d1c666
<eslint/eslint@6d1c666>
fix: update no-invalid-this and no-eval for class static blocks (#15300
<https://github-redirect.dependabot.com/eslint/eslint/issues/15300>)
(Milos Djermanovic)
... (truncated)
Commits
- db40376
<eslint/eslint@db40376>
8.4.1
- 6a78788
<eslint/eslint@6a78788>
Build: changelog update for 8.4.1
- 234e3d9
<eslint/eslint@234e3d9>
fix: revert changes to reported locations in max-lines-per-function (
#15397
<https://github-redirect.dependabot.com/eslint/eslint/issues/15397>)
- fa4d483
<eslint/eslint@fa4d483>
docs: fix typo in example for sort-keys rule (#15393
<https://github-redirect.dependabot.com/eslint/eslint/issues/15393>)
- 60f6a06
<eslint/eslint@60f6a06>
8.4.0
- 44936d2
<eslint/eslint@44936d2>
Build: changelog update for 8.4.0
- efede90
<eslint/eslint@efede90>
chore: upgrade @eslint/eslintrc@1 <https://github.com/1>.0.5 (#15389
<https://github-redirect.dependabot.com/eslint/eslint/issues/15389>)
- 5771663
<eslint/eslint@5771663>
feat: add allowReserved parser option (#15387
<https://github-redirect.dependabot.com/eslint/eslint/issues/15387>)
- 32ac37a
<eslint/eslint@32ac37a>
feat: Flat config support in Linter (refs #13481
<https://github-redirect.dependabot.com/eslint/eslint/issues/13481>) (
#15185
<https://github-redirect.dependabot.com/eslint/eslint/issues/15185>)
- 54deec5
<eslint/eslint@54deec5>
docs: update integrations.md (#15380
<https://github-redirect.dependabot.com/eslint/eslint/issues/15380>)
- Additional commits viewable in compare view
<eslint/eslint@v7.32.0...v8.4.1>
[image: Dependabot compatibility score]
<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 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 ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#214
Commit Summary
- 69dae02
<69dae02>
chore(deps-dev): bump eslint from 7.32.0 to 8.4.1
File Changes
(2 files <https://github.com/nodebots/nodebots-interchange/pull/214/files>
)
- *M* package-lock.json
<https://github.com/nodebots/nodebots-interchange/pull/214/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519>
(434)
- *M* package.json
<https://github.com/nodebots/nodebots-interchange/pull/214/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519>
(2)
Patch Links:
- https://github.com/nodebots/nodebots-interchange/pull/214.patch
- https://github.com/nodebots/nodebots-interchange/pull/214.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#214>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA5DI64Y5ENZU4JQ3UAQCLUPZMCPANCNFSM5JSABGKA>
.
|
Superseded by #217. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps eslint from 7.32.0 to 8.4.1.
Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
db40376
8.4.16a78788
Build: changelog update for 8.4.1234e3d9
fix: revert changes to reported locations in max-lines-per-function (#15397)fa4d483
docs: fix typo in example forsort-keys
rule (#15393)60f6a06
8.4.044936d2
Build: changelog update for 8.4.0efede90
chore: upgrade@eslint/eslintrc
@1
.0.5 (#15389)5771663
feat: addallowReserved
parser option (#15387)32ac37a
feat: Flat config support in Linter (refs #13481) (#15185)54deec5
docs: update integrations.md (#15380)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 will merge this PR once CI passes on it, as requested by @ajfisher.
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 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)