Releases: NHSDigital/electronic-prescription-service-api-regression-tests
v1.0.64-alpha
Commit message
use seperate environment for pull requests (#66)
Summary
- Routine Change
Details
- use separately named environment for pull requests
Co-authored-by: SeanSteberis sean.steberis@airelogic.com
Info
See code diff
Release workflow run
It was initialized by anthony-nhs
v1.0.63-alpha
Commit message
AEA-3788-split-out-allure-reports-per-environment (#65)
Summary
- ✨ New Feature
⚠️ Potential issues that might be caused by this change
Details
environment.properties file created after tests are run. This is used by
the report generation to determine the report structure and provide
information on the home page of the report
added more information to the output of various steps in the github
workflow
Added product as a mandatory multiple-choice input to
regression_tests.yml workflow defaulted to EPS-FHIR
Info
See code diff
Release workflow run
It was initialized by seansteberisal
v1.0.62-alpha
Commit message
Bump black from 24.1.1 to 24.2.0 (#64)
Bumps black from 24.1.1 to 24.2.0.
Release notes
Sourced from black's releases.
24.2.0
Stable style
- Fixed a bug where comments where mistakenly removed along with redundant parentheses (#4218)
Preview style
- Move the
hug_parens_with_braces_and_square_bracketsfeature to the unstable style due to an outstanding crash and proposed formatting tweaks (#4198)- Fixed a bug where base expressions caused inconsistent formatting of ** in tenary expression (#4154)
- Checking for newline before adding one on docstring that is almost at the line limit (#4185)
- Remove redundant parentheses in
casestatementifguards (#4214).Configuration
- Fix issue where Black would ignore input files in the presence of symlinks (#4222)
- Black now ignores
pyproject.tomlthat is missing atool.blacksection when discovering project root and configuration. Since Black continues to use version control as an indicator of project root, this is expected to primarily change behavior for users in a monorepo setup (desirably). If you wish to preserve previous behavior, simply add an empty[tool.black]to the previously discoveredpyproject.toml(#4204)Output
- Black will swallow any
SyntaxWarnings orDeprecationWarnings produced by theastmodule when performing equivalence checks (#4189)Integrations
- Add a JSONSchema and provide a validate-pyproject entry-point (#4181)
Changelog
Sourced from black's changelog.
24.2.0
Stable style
- Fixed a bug where comments where mistakenly removed along with redundant parentheses (#4218)
Preview style
- Move the
hug_parens_with_braces_and_square_bracketsfeature to the unstable style due to an outstanding crash and proposed formatting tweaks (#4198)- Fixed a bug where base expressions caused inconsistent formatting of ** in tenary expression (#4154)
- Checking for newline before adding one on docstring that is almost at the line limit (#4185)
- Remove redundant parentheses in
casestatementifguards (#4214).Configuration
- Fix issue where Black would ignore input files in the presence of symlinks (#4222)
- Black now ignores
pyproject.tomlthat is missing atool.blacksection when discovering project root and configuration. Since Black continues to use version control as an indicator of project root, this is expected to primarily change behavior for users in a monorepo setup (desirably). If you wish to preserve previous behavior, simply add an empty[tool.black]to the previously discoveredpyproject.toml(#4204)Output
- Black will swallow any
SyntaxWarnings orDeprecationWarnings produced by theastmodule when performing equivalence checks (#4189)Integrations
- Add a JSONSchema and provide a validate-pyproject entry-point (#4181)
Commits
6fdf8a4Prepare release 24.2.0 (#4226)8af4394fix: Don't remove comments along with parens (#4218)35e9776Bump pre-commit/action from 3.0.0 to 3.0.1 (#4225)23dfc5bFix ignoring input files for symlink reasons (#4222)a201003Simplify check for symlinks that resolve outside root (#4221)dab37a6Remove redundant parentheses incasestatementifguards (#4214)32230e6fix: bug where the doublestar operation had inconsistent formatting. (#4154)7edb50ffix: additional newline added to docstring when the previous line length is l...3e80de3Bump furo from 2023.9.10 to 2024.1.29 in /docs (#4211)a08b480Bump pypa/cibuildwheel from 2.16.4 to 2.16.5 (#4212)- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits
that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after
your CI passes on it@dependabot cancel mergewill cancel a previously requested merge
and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all
of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.61-alpha
Commit message
Bump locust from 2.22.0 to 2.23.1 (#63)
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
Bumps locust from 2.22.0 to
2.23.1.
Release notes
Sourced from locust's releases.
2.23.1
What's Changed
- Change download-from-master to use temp file dir by
@cyberwin locustio/locust#2599- Modern UI: Wrong chart's legend for overridden percentiles values by
@andrewbaldwin44in locustio/locust#2600- Modern UI: Add exception message column on the Exception Table by
@andrewbaldwin44in locustio/locust#2601Full Changelog: locustio/locust@2.23.0...2.23.1
2.23.0
What's Changed
- Gh actions: Run tests on MacOS by
@cyberwin locustio/locust#2580- docs(running-distributed): cores -> logical cores by
@tdadelain locustio/locust#2570- DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead by
@mgorin locustio/locust#2576- Use defaultdict:s for stats dictionaries instead of setdefault by
@cyberwin locustio/locust#2579- Update writing-a-locustfile.rst by
@KaushikPathak90in locustio/locust#2584- Work around issue with locustfiles named "locust.py" by
@cyberwin locustio/locust#2587- Add New Colors for the Locust Charts by
@andrewbaldwin44in locustio/locust#2589- Add Select All / None Checkbox to User Class Picker by
@andrewbaldwin44in locustio/locust#2590- Remove no longer relevant documentation and (already not working?) checks for not loading locustfiles named locust.py by
@cyberwin locustio/locust#2591- Fixed typos in documentation by
@dorin131in locustio/locust#2592- Locustfile distribution from master to worker by
@cyberwin locustio/locust#2583- Tables are Sortable by Default by
@andrewbaldwin44in locustio/locust#2596- Allow getting locust files from http urls by
@DennisKronein locustio/locust#2595New Contributors
@KaushikPathak90made their first contribution in locustio/locust#2584@dorin131made their first contribution in locustio/locust#2592Full Changelog: locustio/locust@2.22.0...2.23.0
Changelog
Sourced from locust's changelog.
Detailed changelog
The most important changes can also be found in the documentation.
2.23.0 (2024-02-11)
Closed issues:
- Modern UI: ability to sort tables by column specific column #2593
- Modern UI - User class picker - add option to enable/disable everything. #2585
- [LocustLineChart] Implement an option/configuration for users to customize the color of the LocustLineChart. #2578
Merged pull requests:
- Tables are Sortable by Default #2596 (andrewbaldwin44)
- Allow getting locust files from http urls #2595 (DennisKrone)
- Fixed typos in documentation #2592 (dorin131)
- Remove no longer relevant documentation and (already not working?) checks for not loading locustfiles named locust.py #2591 (cyberw)
- Add Select All / None Checkbox to User Class Picker #2590 (andrewbaldwin44)
- Add New Colors for the Locust Charts #2589 (andrewbaldwin44)
- Work around issue with locustfiles named "locust.py" #2587 (cyberw)
- Update writing-a-locustfile.rst #2584 (KaushikPathak90)
- Locustfile distribution from master to worker #2583 (cyberw)
- Gh actions: Run tests on MacOS #2580 (cyberw)
- Use defaultdict:s for stats dictionaries instead of setdefault #2579 (cyberw)
- DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead #2576 (mgor)
- docs(running-distributed): cores -> logical cores #2570 (tdadela)
v1.0.60-alpha
Commit message
Bump pre-commit from 3.6.0 to 3.6.1 (#62)
Bumps pre-commit from 3.6.0
to 3.6.1.
Release notes
Sourced from pre-commit's releases.
pre-commit v3.6.1
Fixes
- Remove
PYTHONEXECUTABLEfrom environment when running.
- #3110 PR by
@untitaker.- Handle staged-files-only with only a crlf diff.
- #3126 PR by
@asottile.- issue by
@tyyrok.
Changelog
Sourced from pre-commit's changelog.
3.6.1 - 2024-02-10
Fixes
- Remove
PYTHONEXECUTABLEfrom environment when running.
- #3110 PR by
@untitaker.- Handle staged-files-only with only a crlf diff.
- #3126 PR by
@asottile.- issue by
@tyyrok.
Commits
15bd0c7v3.6.192678c3Merge pull request #3126 from pre-commit/crlf-only-diff032d8e2staged_files_only can handle a crlf-only diff7384838Merge pull request #3110 from untitaker/pythonexecutable96e0712[pre-commit.ci] auto fixes from pre-commit.com hooks3388e2dPop PYTHONEXECUTABLE10f8853Merge pull request #3107 from pre-commit/pre-commit-ci-update-config9682f93[pre-commit.ci] pre-commit autoupdate5f8ebaeMerge pull request #3102 from pre-commit/pre-commit-ci-update-config9cce283[pre-commit.ci] pre-commit autoupdate- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits
that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after
your CI passes on it@dependabot cancel mergewill cancel a previously requested merge
and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all
of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.59-alpha
Commit message
Bump pyright from 1.1.349 to 1.1.350 (#61)
Bumps pyright from
1.1.349 to 1.1.350.
Commits
2831f3cPyright NPM Package update to 1.1.350 (#250)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits
that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after
your CI passes on it@dependabot cancel mergewill cancel a previously requested merge
and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all
of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.58-alpha
Commit message
Bump actions/download-artifact from 4.1.1 to 4.1.2 (#59)
Bumps
actions/download-artifact
from 4.1.1 to 4.1.2.
Release notes
Sourced from actions/download-artifact's releases.
v4.1.2
- Bump
@actions/artifactsto latest version to include updated GHES host check
Commits
eaceaf8Merge pull request #291 from actions/eggyhead/update-artifact-v2.1.181eafdcupdate artifact license9ac5cadupdating artifact dependency to version 2.1.13ad8411Merge pull request #287 from actions/robherley/sync-migration-docs1de4643Sync migration docs with upload-artifactbb3fa7fMerge pull request #275 from actions/robherley/better-log-msgsa244de5ncc355659bclarify log messages when using pattern/merge-multiple params- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits
that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after
your CI passes on it@dependabot cancel mergewill cancel a previously requested merge
and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all
of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.57-alpha
Commit message
Bump ncipollo/release-action from 1.13.0 to 1.14.0 (#60)
Bumps
ncipollo/release-action
from 1.13.0 to 1.14.0.
Release notes
Sourced from ncipollo/release-action's releases.
v1.14.0
What's Changed
- Bump semver from 6.3.0 to 6.3.1 by
@dependabotin ncipollo/release-action#350- Bump actions/checkout from 3 to 4 by
@dependabotin ncipollo/release-action#364- Bump glob from 10.3.1 to 10.3.4 by
@dependabotin ncipollo/release-action#361- Bump jest-circus from 29.5.0 to 29.6.4 by
@dependabotin ncipollo/release-action#359- Bump typescript from 5.1.6 to 5.2.2 by
@dependabotin ncipollo/release-action#362- Bump
@types/nodefrom 20.3.3 to 20.6.0 by@dependabotin ncipollo/release-action#366- Bump jest and
@types/jestby@dependabotin ncipollo/release-action#367- Bump
@babel/traversefrom 7.17.3 to 7.23.2 by@dependabotin ncipollo/release-action#378- Bump jest and
@types/jestby@dependabotin ncipollo/release-action#377- Bump jest-circus from 29.6.4 to 29.7.0 by
@dependabotin ncipollo/release-action#376- Bump
@types/nodefrom 20.6.0 to 20.8.6 by@dependabotin ncipollo/release-action#379- Bump
@actions/corefrom 1.10.0 to 1.10.1 by@dependabotin ncipollo/release-action#375- Bump
@types/jestfrom 29.5.5 to 29.5.7 by@dependabotin ncipollo/release-action#386- Bump actions/setup-node from 3 to 4 by
@dependabotin ncipollo/release-action#381- Bump
@types/nodefrom 20.8.6 to 20.9.0 by@dependabotin ncipollo/release-action#390- Bump typescript from 5.2.2 to 5.3.2 by
@dependabotin ncipollo/release-action#396- Bump
@types/nodefrom 20.9.0 to 20.10.1 by@dependabotin ncipollo/release-action#395- Bump
@types/jestfrom 29.5.7 to 29.5.11 by@dependabotin ncipollo/release-action#399- Bump
@actions/githubfrom 5.1.1 to 6.0.0 by@dependabotin ncipollo/release-action#385- Bump typescript from 5.3.2 to 5.3.3 by
@dependabotin ncipollo/release-action#403- Bump
@types/nodefrom 20.10.1 to 20.10.6 by@dependabotin ncipollo/release-action#402- Upgrade to Node 20 by
@aovens-quantifiin ncipollo/release-action#411New Contributors
@aovens-quantifimade their first contribution in ncipollo/release-action#411Full Changelog: ncipollo/release-action@v1...v1.14.0
Commits
2c591bcPrepare 1.14.01e3e9c6Fix production build errorc03240capply debug build66b1844Upgrade to Node 20 (#411)a8aa04eBump@types/nodefrom 20.10.1 to 20.10.6 (#402)39c57feBump typescript from 5.3.2 to 5.3.3 (#403)02a91b5Fix build errors from github api update0300282Bump@actions/githubfrom 5.1.1 to 6.0.0 (#385)c4a7702Add more info about announcements category4f53bc4Add discussionCategory caveat to readme- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits
that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after
your CI passes on it@dependabot cancel mergewill cancel a previously requested merge
and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all
of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill close this PR and stop
Dependabot creating any more fo...
v1.0.56-alpha
Commit message
Bump actions/upload-artifact from 4.3.0 to 4.3.1 (#58)
Bumps
actions/upload-artifact
from 4.3.0 to 4.3.1.
Release notes
Sourced from actions/upload-artifact's releases.
v4.3.1
- Bump
@actions/artifactsto latest version to include updated GHES host check
Commits
5d5d22aMerge pull request #515 from actions/eggyhead/update-artifact-v2.1.1f1e993dupdate artifact license4881bfdupdating dist:a30777e@eggyhead3a80482Merge pull request #511 from actions/robherley/migration-docs-typo9d63e3fMerge branch 'main' into robherley/migration-docs-typodfa1ab2fix typo with v3 artifact downloads in migration guided00351bMerge pull request #509 from markmssd/patch-1707f5a7Update limitation of10artifacts upload to500- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits
that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after
your CI passes on it@dependabot cancel mergewill cancel a previously requested merge
and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all
of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.55-alpha
Commit message
Bump locust from 2.21.0 to 2.22.0 (#57)
Bumps locust from 2.21.0 to
2.22.0.
Release notes
Sourced from locust's releases.
2.22.0
What's Changed
- Use Modern UI by default by
@andrewbaldwin44in locustio/locust#2569- Update README.md Screenshots for Modern UI by
@andrewbaldwin44in locustio/locust#2572- Fix Spawning State Never Updates to Running by
@andrewbaldwin44in locustio/locust#2573- Fix Modern UI - new test modal not scrollable by
@andrewbaldwin44in locustio/locust#2577Full Changelog: locustio/locust@2.21.0...2.22.0
Changelog
Sourced from locust's changelog.
2.22.0 (2024-02-04)
Fixed bugs:
- Modern UI - new test modal not scrollable #2574
Merged pull requests:
- Fix Modern UI - new test modal not scrollable #2577 (andrewbaldwin44)
- Fix Spawning State Never Updates to Running #2573 (andrewbaldwin44)
- Update README.md Screenshots for Modern UI #2572 (andrewbaldwin44)
- Use Modern UI by default #2569 (andrewbaldwin44)
- GH Actions: Run tests on windows #2567 (cyberw)
Commits
7a1fe87Update changelog for 2.22dbcee62Merge pull request #2577 from andrewbaldwin44/bugfix/2574986409buser class picker should scroll on overflow8af3493Merge pull request #2573 from andrewbaldwin44/bugfix/fix-spawninga4ab5a4Merge pull request #2572 from andrewbaldwin44/feature/update-readme-screens5b5b1d8Fix spawning7ce9c79Update README.md screenshotsf712638Merge pull request #2569 from andrewbaldwin44/feature/modern-ui-default641ed7dSet --legacy-ui flag on legacy-ui tests19bb05bdocs: even better link to plugins- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits
that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after
your CI passes on it@dependabot cancel mergewill cancel a previously requested merge
and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all
of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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]