Releases: NHSDigital/electronic-prescription-service-api
v1.0.2528
Commit message
Upgrade: [dependabot] - bump boto3 from 1.35.90 to 1.35.92 (#3052)
Bumps boto3 from 1.35.90 to 1.35.92.
Commits
cb087bb
Merge branch 'release-1.35.92'78b9ada
Bumping version to 1.35.92e02dee9
Add changelog entries from botocore71f5dc6
Merge branch 'release-1.35.91'521f906
Merge branch 'release-1.35.91' into develop05352db
Bumping version to 1.35.917d1b198
Add changelog entries from botocore4afe8c5
Merge branch 'release-1.35.90' into develop- See full diff in compare view
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)
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Info
See code diff
Release workflow run
It was initialized by eps-autoapprove-dependabot[bot]
v1.0.2527
Commit message
Upgrade: [dependabot] - bump @types/lodash from 4.17.13 to 4.17.14 (#3051)
Bumps
@types/lodash
from 4.17.13 to 4.17.14.
Commits
- See full diff in compare view
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)
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Info
See code diff
Release workflow run
It was initialized by eps-autoapprove-dependabot[bot]
v1.0.2526
Commit message
Upgrade: [dependabot] - bump @types/node from 22.10.3 to 22.10.5 (#3050)
Bumps
@types/node
from 22.10.3 to 22.10.5.
Commits
- See full diff in compare view
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)
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Info
See code diff
Release workflow run
It was initialized by eps-autoapprove-dependabot[bot]
v1.0.2525
Commit message
Upgrade: [dependabot] - bump gitpython from 3.1.43 to 3.1.44 (#3048)
Bumps gitpython
from 3.1.43 to 3.1.44.
Release notes
Sourced from gitpython's releases.
3.1.44
What's Changed
- Fix typo in _get_exe_extensions PATHEXT fallback by
@EliahKagan
in gitpython-developers/GitPython#1890- Don't suppress pytest warning summaries by
@EliahKagan
in gitpython-developers/GitPython#1892- Update the comment about
--mixed
and paths by@EliahKagan
in gitpython-developers/GitPython#1894- Fixed an error updating shallow submodules by
@EduardTalanov
in gitpython-developers/GitPython#1899- Initial Migration of Fuzz Tests & Integration Scripts From the OSS-Fuzz Project Repo by
@DaveLak
in gitpython-developers/GitPython#1901- Fuzzer Migration Follow-ups by
@DaveLak
in gitpython-developers/GitPython#1903- Dockerize "Direct Execution of Fuzz Targets" by
@DaveLak
in gitpython-developers/GitPython#1904- Fix Fuzzer Crash in ClusterFuzz Due to Missing Git Executable by
@DaveLak
in gitpython-developers/GitPython#1906- Add GitPython's Standard License Header Comments to Shell Scripts by
@DaveLak
in gitpython-developers/GitPython#1907- Fix
IndexError
inGitConfigParser
When a Quoted Config Value Contains a Trailing New Line by@DaveLak
in gitpython-developers/GitPython#1908- Attempt 2 - Fix Missing Git Executable Causing ClusterFuzz Crash by
@DaveLak
in gitpython-developers/GitPython#1909- Replace the Suboptimal
fuzz_tree.py
Harness With a Better Alternative by@DaveLak
in gitpython-developers/GitPython#1910- Add git.Blob Fuzz Target by
@DaveLak
in gitpython-developers/GitPython#1911- lint: switch order Ruff's hooks
fix
->format
by@Borda
in gitpython-developers/GitPython#1912- Update OSS-Fuzz Scripts to Use New QA-Assets Repo Structure by
@DaveLak
in gitpython-developers/GitPython#1913- Add
Diff
Fuzz Target by@DaveLak
in gitpython-developers/GitPython#1914- Instrument test utility functions to increase fuzzer efficiency by
@DaveLak
in gitpython-developers/GitPython#1915- Add the
.git
subdir as anothersafe.directory
on Cygwin CI by@EliahKagan
in gitpython-developers/GitPython#1916- Bump Vampire/setup-wsl from 3.0.0 to 3.1.0 by
@dependabot
in gitpython-developers/GitPython#1917- Add Submodules Fuzz Target by
@DaveLak
in gitpython-developers/GitPython#1919- Add graceful handling of expected exceptions in fuzz_submodule.py by
@DaveLak
in gitpython-developers/GitPython#1922- precommit: enable
validate-pyproject
by@Borda
in gitpython-developers/GitPython#1921- typing fixes - DiffIndex generic type and IndexFile items by
@Andrej730
in gitpython-developers/GitPython#1925- Fix Improper Import Order Breaking
fuzz_submodule
Fuzzer by@DaveLak
in gitpython-developers/GitPython#1926- Fix iter_change_type diff renamed property to prevent warning by
@kamilkrzyskow
in gitpython-developers/GitPython#1918- fixed doc to not faulty do #1924 by
@zerothi
in gitpython-developers/GitPython#1932- fix: fix incoherent beginning whitespace by
@cardoeng
in gitpython-developers/GitPython#1933- Change aliases to work around mypy issue. by
@PatrickMassot
in gitpython-developers/GitPython#1935- precommit: enable
end-of-file-fixer
by@Borda
in gitpython-developers/GitPython#1920- lint: add typos check by
@Borda
in gitpython-developers/GitPython#1888- Add type of change to files_dict of a commit by
@JonasScharpf
in gitpython-developers/GitPython#1943- Enable Python 3.8 and 3.9 on M1 runners by
@EliahKagan
in gitpython-developers/GitPython#1944- Use Alpine Linux in WSL on CI by
@EliahKagan
in gitpython-developers/GitPython#1945- Remove the non-ARM macOS CI jobs by
@EliahKagan
in gitpython-developers/GitPython#1946- Fix Several Bugs in the
fuzz_submodule
Causing a lot of False Alarms in the OSS-Fuzz Bug Tracker by@DaveLak
in gitpython-developers/GitPython#1950- Gracefully handle
PermissionError
exceptions that crash fuzzer by@DaveLak
in gitpython-developers/GitPython#1951- Fuzzing: Gracefully Handle Uninteresting Error to Fix OSS-Fuzz Issue by
@DaveLak
in gitpython-developers/GitPython#1952- Update and adjust pre-commit hoo...
v1.0.2524
Commit message
Upgrade: [dependabot] - bump @types/node from 22.10.2 to 22.10.3 (#3046)
Bumps
@types/node
from 22.10.2 to 22.10.3.
Commits
- See full diff in compare view
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)
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Info
See code diff
Release workflow run
It was initialized by eps-autoapprove-dependabot[bot]
v1.0.2523
Commit message
Upgrade: [dependabot] - bump @typescript-eslint/parser from 8.18.2 to 8.19.0 (#3044)
Bumps
@typescript-eslint/parser
from 8.18.2 to 8.19.0.
Release notes
Sourced from @typescript-eslint/parser
's
releases.
v8.19.0
8.19.0 (2024-12-30)
🚀 Features
- eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#10106)
🩹 Fixes
- eslint-plugin: add getConstraintInfo to handle generic constraints better (#10496)
- eslint-plugin: [array-type] autofix with conditional types needs parentheses (#10522)
- eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#10537)
- eslint-plugin: [member-ordering] ignore method overloading (#10536)
❤️ Thank You
- Karl Werner
- Kirk Waiblinger
@kirkwaiblinger
- Ronen Amiel
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser
's
changelog.
8.19.0 (2024-12-30)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
e19f30f
chore(release): publish 8.19.0- See full diff in compare view
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)
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Info
See code diff
Release workflow run
It was initialized by eps-autoapprove-dependabot[bot]
v1.0.2522
Commit message
Upgrade: [dependabot] - bump @typescript-eslint/eslint-plugin from 8.18.2 to 8.19.0 (#3043)
Bumps
@typescript-eslint/eslint-plugin
from 8.18.2 to 8.19.0.
Release notes
Sourced from @typescript-eslint/eslint-plugin
's
releases.
v8.19.0
8.19.0 (2024-12-30)
🚀 Features
- eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#10106)
🩹 Fixes
- eslint-plugin: add getConstraintInfo to handle generic constraints better (#10496)
- eslint-plugin: [array-type] autofix with conditional types needs parentheses (#10522)
- eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#10537)
- eslint-plugin: [member-ordering] ignore method overloading (#10536)
❤️ Thank You
- Karl Werner
- Kirk Waiblinger
@kirkwaiblinger
- Ronen Amiel
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin
's
changelog.
8.19.0 (2024-12-30)
🚀 Features
- eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#10106)
🩹 Fixes
- eslint-plugin: [member-ordering] ignore method overloading (#10536)
- eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#10537)
- eslint-plugin: [array-type] autofix with conditional types needs parentheses (#10522)
- eslint-plugin: add getConstraintInfo to handle generic constraints better (#10496)
❤️ Thank You
- Karl Werner
- Kirk Waiblinger
@kirkwaiblinger
- Ronen Amiel
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
Commits
e19f30f
chore(release): publish 8.19.09746832
fix(eslint-plugin): [member-ordering] ignore method overloading (#10536)7eba36e
fix(eslint-plugin): [consistent-indexed-object-style] don't report on indirec...3097930
fix(eslint-plugin): [array-type] autofix with conditional types needs parenth...2e2731d
fix(eslint-plugin): add getConstraintInfo to handle generic constraints bette...07d0e0d
feat(eslint-plugin): [strict-boolean-expressions] check array predicate funct...- See full diff in compare view
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)
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Info
See code diff
Release workflow run
It was initialized by eps-autoapprove-dependabot[bot]
v1.0.2521
Commit message
Upgrade: [dependabot] - bump boto3 from 1.35.89 to 1.35.90 (#3042)
Bumps boto3 from 1.35.89 to 1.35.90.
Commits
65d95ad
Merge branch 'release-1.35.90'33df750
Bumping version to 1.35.90b54eb5d
Add changelog entries from botocore2b115a7
Merge branch 'release-1.35.89' into develop- See full diff in compare view
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)
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Info
See code diff
Release workflow run
It was initialized by eps-autoapprove-dependabot[bot]
v1.0.2520
Commit message
Docs: [AEA-4422] - Include the Reimbursement Authority ODS Codes in the Dispense Notification (#3028)
Added additional info on ODS codes for BSA and NWSSP
Summary
- Routine Change
Co-authored-by: Jim Wild james.wild6@nhs.net
Info
See code diff
Release workflow run
It was initialized by wildjames
v1.0.2519
Commit message
Upgrade: [dependabot] - bump @typescript-eslint/eslint-plugin from 8.18.1 to 8.18.2 (#3032)
Bumps
@typescript-eslint/eslint-plugin
from 8.18.1 to 8.18.2.
Release notes
Sourced from @typescript-eslint/eslint-plugin
's
releases.
v8.18.2
8.18.2 (2024-12-23)
🩹 Fixes
- eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#10498)
- eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#10494)
- eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#10473)
- eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#10490)
- eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#10461)
- eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#10503)
- eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#10512)
- eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#10514)
- typescript-eslint: export types so that declarations can be named for dts files (#10513)
❤️ Thank You
- Brad Zacher
@bradzacher
- Luke Deen Taylor
@controversial
- Ronen Amiel
- Scott O'Hara
- YeonJuan
@yeonjuan
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin
's
changelog.
8.18.2 (2024-12-23)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#10514)
- eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#10512)
- eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#10503)
- eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#10461)
- eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#10490)
- eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#10473)
- eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#10494)
- eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#10498)
❤️ Thank You
- Luke Deen Taylor
@controversial
- Ronen Amiel
- Scott O'Hara
- YeonJuan
@yeonjuan
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
Commits
157b781
chore(release): publish 8.18.283c3bbf
fix(eslint-plugin): [no-unnecessary-condition] handle noUncheckedIndexedAcces...c6a387f
fix(eslint-plugin): [consistent-type-assertions] allow default assertionStyle...4747299
fix(eslint-plugin): [no-unnecessary-type-arguments] handle type/value context...4c91ed5
fix(eslint-plugin): [no-unsafe-type-assertion] fix for unsafe assertion to a ...91e7217
fix(eslint-plugin): [consistent-indexed-object-style] use a suggestion over a...dfd550d
chore(deps): update dependency prettier to v3.4.2 (#10478)8ca9cba
fix(eslint-plugin): [no-unnecessary-condition] don't flag values of an uncons...ba39dde
fix(eslint-plugin): [prefer-reduce-type-parameter] don't report cases in whic...6c75493
fix(eslint-plugin): [no-deprecated] not reporting usages of deprecated declar...- See full diff in compare view
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 cr...