-
Notifications
You must be signed in to change notification settings - Fork 0
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): update dependency @ethersproject/providers to v5.7.1 #38
Merged
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
Codecov ReportBase: 21.07% // Head: 21.07% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## dev #38 +/- ##
=======================================
Coverage 21.07% 21.07%
=======================================
Files 27 27
Lines 1039 1039
Branches 232 232
=======================================
Hits 219 219
Misses 820 820 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
AustinZhu
added a commit
that referenced
this pull request
Oct 13, 2022
* chore(deps): pin dependencies (#2) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: setup ci/cd * chore(deps): pin dependencies (#4) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update actions/checkout action to v3 (#3) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update pnpm/action-setup action to v2.2.2 (#5) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency typescript to v4.8.2 (#6) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: update deploy script * chore: update commit-msg hook * chore: remove publish config * chore: fix husky * chore(deps): update commitlint monorepo (#8) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: update hardhat config & setup monorepo * chore: update husky hooks * chore: format files * chore: update hardhat config && setup monorepo * chore: update cd * chore: update cd * chore: update prettier settings * feat: create ERC3526 * chore(deps): update dependency hardhat to v2.11.1 (#10) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.36.2 (#9) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency eslint to v8.23.0 (#7) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: add new features to ERC3526 * feat: add new features to ERC3526 * fix: fix some bugs * fix: remove ERC2771 from interfaces * fix: change ERC2771Context to Context * fix: change the style of comments * chore(deps): update dependency eslint to v8.23.1 * chore(deps): update dependency typescript to v4.8.3 * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.37.0 * chore(deps): update dependency eslint-config-standard-with-typescript to v23 (#14) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @typechain/hardhat to v6.1.3 * feat: add ERC3526Expirable * fix: add neccesary requires and unify the message * fix(deps): update dependency ethers to v5.7.1 * chore(deps): update dependency @nomicfoundation/hardhat-toolbox to v2 (#18) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency hardhat to v2.11.2 * feat: add ERC3526Shadowing * chore: add mythx analyze * feat: use Counters and AccessControl in ERC3526 * feat: add SoulmateCard and its test * chore: remove decimals * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.38.0 * chore(deps): update dependency eslint-plugin-n to v15.3.0 * chore(deps): update dependency eslint to v8.24.0 * feat: add tenderly * feat: setup mythx audit (#22) * chore: add mythx analyze * feat: add tenderly * chore: setup std version (#24) * chore: update ci * feat: add erc5342 (#25) * fix: fix function name in SoulmateCard.ts * feat: add methods in ERC721Badge and SoulmateCard * fix: add expire time in test * feat: create ERC5342 and Perk * chore: fix and add mintBatch and revokeBatch * fix: remove test temporarily Co-authored-by: chentr1999 <terrychen@toki.waseda.jp> * chore(deps): pin dependency @tenderly/hardhat-tenderly to 1.1.6 (#23) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: enable optimizer * fix: change 3526 to 5342 in SoulmateCard * chore(ci): install venv * chore(ci): change release strategy * chore(ci): add pr lint * chore(deps): update amannn/action-semantic-pull-request action to v4.5.0 * feat: add hooks and split ERC5342Enumerable * chore(deps): update amannn/action-semantic-pull-request action to v4.6.0 (#29) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @openzeppelin/hardhat-upgrades to v1.20.1 (#30) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: add IERC5342Shadow * chore: add _mint with issuer and fix mint issuer * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.38.1 * chore(deps): update actions/checkout action to v3 (#32) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: add comments to ERC5342 * chore(deps): update dependency @openzeppelin/hardhat-upgrades to v1.21.0 * chore(deps): update dependency typescript to v4.8.4 (#34) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: modify the comments * fix: rename Consensus to Governance * fix: rename ERC5342 to ERC5727 * chore: setup tenderly in ci * fix: initialize the return array in _mintBatch() * chore: add coverage job and docgen * chore(deps): pin dependency @primitivefi/hardhat-dodoc to 0.2.3 (#36) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: add test example for ERC5727 * chore: emit Minted when mint and add isShadowed() * feat: add ERC5727 registry * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.39.0 (#37) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: add virtual * fix: contract deploy error in test * fix: change naming style * fix: import error * chore: add readme badges * chore(deps): update dependency @ethersproject/providers to v5.7.1 (#38) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: update hardhat config * test: add test cases and fix bugs * test: add more 5727 test * chore(deps): update dependency eslint to v8.25.0 * chore: add viewer function in Governance add tests * chore: fix some bugs and add test example * feat: create new SoulmateCard * test: add positive case for recover * chore: fix some bugs, add recovery test * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.40.0 * chore(deps): update dependency @nomicfoundation/hardhat-chai-matchers to v1.0.4 * chore(deps): update dependency @nomiclabs/hardhat-etherscan to v3.1.1 * chore(deps): update dependency hardhat to v2.12.0 * fix(deps): update dependency @nomiclabs/hardhat-ethers to v2.2.0 * chore(deps): update pnpm/action-setup action to v2.2.3 * chore: remove ERC3525&ERC4671, add ERC5727Snapshot * chore: add interfaceId and modify some interface * chore(deps): update dependency eslint-plugin-promise to v6.1.0 * feat: add test for support interface * fix: fix ERC5727SlotEnumerable and test * fix: update deploy script * chore(deps): update amannn/action-semantic-pull-request action to v5 (#46) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(release): 0.0.3 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: chentr1999 <60575509+chentr1999@users.noreply.github.com> Co-authored-by: chentr1999 <terrychen@toki.waseda.jp>
AustinZhu
added a commit
that referenced
this pull request
Oct 13, 2022
* chore(deps): pin dependencies (#2) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: setup ci/cd * chore(deps): pin dependencies (#4) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update actions/checkout action to v3 (#3) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update pnpm/action-setup action to v2.2.2 (#5) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency typescript to v4.8.2 (#6) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: update deploy script * chore: update commit-msg hook * chore: remove publish config * chore: fix husky * chore(deps): update commitlint monorepo (#8) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: update hardhat config & setup monorepo * chore: update husky hooks * chore: format files * chore: update hardhat config && setup monorepo * chore: update cd * chore: update cd * chore: update prettier settings * feat: create ERC3526 * chore(deps): update dependency hardhat to v2.11.1 (#10) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.36.2 (#9) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency eslint to v8.23.0 (#7) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: add new features to ERC3526 * feat: add new features to ERC3526 * fix: fix some bugs * fix: remove ERC2771 from interfaces * fix: change ERC2771Context to Context * fix: change the style of comments * chore(deps): update dependency eslint to v8.23.1 * chore(deps): update dependency typescript to v4.8.3 * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.37.0 * chore(deps): update dependency eslint-config-standard-with-typescript to v23 (#14) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @typechain/hardhat to v6.1.3 * feat: add ERC3526Expirable * fix: add neccesary requires and unify the message * fix(deps): update dependency ethers to v5.7.1 * chore(deps): update dependency @nomicfoundation/hardhat-toolbox to v2 (#18) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency hardhat to v2.11.2 * feat: add ERC3526Shadowing * chore: add mythx analyze * feat: use Counters and AccessControl in ERC3526 * feat: add SoulmateCard and its test * chore: remove decimals * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.38.0 * chore(deps): update dependency eslint-plugin-n to v15.3.0 * chore(deps): update dependency eslint to v8.24.0 * feat: add tenderly * feat: setup mythx audit (#22) * chore: add mythx analyze * feat: add tenderly * chore: setup std version (#24) * chore: update ci * feat: add erc5342 (#25) * fix: fix function name in SoulmateCard.ts * feat: add methods in ERC721Badge and SoulmateCard * fix: add expire time in test * feat: create ERC5342 and Perk * chore: fix and add mintBatch and revokeBatch * fix: remove test temporarily Co-authored-by: chentr1999 <terrychen@toki.waseda.jp> * chore(deps): pin dependency @tenderly/hardhat-tenderly to 1.1.6 (#23) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: enable optimizer * fix: change 3526 to 5342 in SoulmateCard * chore(ci): install venv * chore(ci): change release strategy * chore(ci): add pr lint * chore(deps): update amannn/action-semantic-pull-request action to v4.5.0 * feat: add hooks and split ERC5342Enumerable * chore(deps): update amannn/action-semantic-pull-request action to v4.6.0 (#29) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @openzeppelin/hardhat-upgrades to v1.20.1 (#30) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: add IERC5342Shadow * chore: add _mint with issuer and fix mint issuer * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.38.1 * chore(deps): update actions/checkout action to v3 (#32) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: add comments to ERC5342 * chore(deps): update dependency @openzeppelin/hardhat-upgrades to v1.21.0 * chore(deps): update dependency typescript to v4.8.4 (#34) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: modify the comments * fix: rename Consensus to Governance * fix: rename ERC5342 to ERC5727 * chore: setup tenderly in ci * fix: initialize the return array in _mintBatch() * chore: add coverage job and docgen * chore(deps): pin dependency @primitivefi/hardhat-dodoc to 0.2.3 (#36) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: add test example for ERC5727 * chore: emit Minted when mint and add isShadowed() * feat: add ERC5727 registry * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.39.0 (#37) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: add virtual * fix: contract deploy error in test * fix: change naming style * fix: import error * chore: add readme badges * chore(deps): update dependency @ethersproject/providers to v5.7.1 (#38) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: update hardhat config * test: add test cases and fix bugs * test: add more 5727 test * chore(deps): update dependency eslint to v8.25.0 * chore: add viewer function in Governance add tests * chore: fix some bugs and add test example * feat: create new SoulmateCard * test: add positive case for recover * chore: fix some bugs, add recovery test * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.40.0 * chore(deps): update dependency @nomicfoundation/hardhat-chai-matchers to v1.0.4 * chore(deps): update dependency @nomiclabs/hardhat-etherscan to v3.1.1 * chore(deps): update dependency hardhat to v2.12.0 * fix(deps): update dependency @nomiclabs/hardhat-ethers to v2.2.0 * chore(deps): update pnpm/action-setup action to v2.2.3 * chore: remove ERC3525&ERC4671, add ERC5727Snapshot * chore: add interfaceId and modify some interface * chore(deps): update dependency eslint-plugin-promise to v6.1.0 * feat: add test for support interface * fix: fix ERC5727SlotEnumerable and test * fix: update deploy script * chore(deps): update amannn/action-semantic-pull-request action to v5 (#46) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(release): 0.0.3 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: chentr1999 <60575509+chentr1999@users.noreply.github.com> Co-authored-by: chentr1999 <terrychen@toki.waseda.jp>
AustinZhu
added a commit
that referenced
this pull request
Oct 13, 2022
* chore(deps): pin dependencies (#2) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: setup ci/cd * chore(deps): pin dependencies (#4) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update actions/checkout action to v3 (#3) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update pnpm/action-setup action to v2.2.2 (#5) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency typescript to v4.8.2 (#6) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: update deploy script * chore: update commit-msg hook * chore: remove publish config * chore: fix husky * chore(deps): update commitlint monorepo (#8) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: update hardhat config & setup monorepo * chore: update husky hooks * chore: format files * chore: update hardhat config && setup monorepo * chore: update cd * chore: update cd * chore: update prettier settings * feat: create ERC3526 * chore(deps): update dependency hardhat to v2.11.1 (#10) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.36.2 (#9) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency eslint to v8.23.0 (#7) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: add new features to ERC3526 * feat: add new features to ERC3526 * fix: fix some bugs * fix: remove ERC2771 from interfaces * fix: change ERC2771Context to Context * fix: change the style of comments * chore(deps): update dependency eslint to v8.23.1 * chore(deps): update dependency typescript to v4.8.3 * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.37.0 * chore(deps): update dependency eslint-config-standard-with-typescript to v23 (#14) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @typechain/hardhat to v6.1.3 * feat: add ERC3526Expirable * fix: add neccesary requires and unify the message * fix(deps): update dependency ethers to v5.7.1 * chore(deps): update dependency @nomicfoundation/hardhat-toolbox to v2 (#18) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency hardhat to v2.11.2 * feat: add ERC3526Shadowing * chore: add mythx analyze * feat: use Counters and AccessControl in ERC3526 * feat: add SoulmateCard and its test * chore: remove decimals * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.38.0 * chore(deps): update dependency eslint-plugin-n to v15.3.0 * chore(deps): update dependency eslint to v8.24.0 * feat: add tenderly * feat: setup mythx audit (#22) * chore: add mythx analyze * feat: add tenderly * chore: setup std version (#24) * chore: update ci * feat: add erc5342 (#25) * fix: fix function name in SoulmateCard.ts * feat: add methods in ERC721Badge and SoulmateCard * fix: add expire time in test * feat: create ERC5342 and Perk * chore: fix and add mintBatch and revokeBatch * fix: remove test temporarily Co-authored-by: chentr1999 <terrychen@toki.waseda.jp> * chore(deps): pin dependency @tenderly/hardhat-tenderly to 1.1.6 (#23) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: enable optimizer * fix: change 3526 to 5342 in SoulmateCard * chore(ci): install venv * chore(ci): change release strategy * chore(ci): add pr lint * chore(deps): update amannn/action-semantic-pull-request action to v4.5.0 * feat: add hooks and split ERC5342Enumerable * chore(deps): update amannn/action-semantic-pull-request action to v4.6.0 (#29) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @openzeppelin/hardhat-upgrades to v1.20.1 (#30) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: add IERC5342Shadow * chore: add _mint with issuer and fix mint issuer * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.38.1 * chore(deps): update actions/checkout action to v3 (#32) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: add comments to ERC5342 * chore(deps): update dependency @openzeppelin/hardhat-upgrades to v1.21.0 * chore(deps): update dependency typescript to v4.8.4 (#34) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: modify the comments * fix: rename Consensus to Governance * fix: rename ERC5342 to ERC5727 * chore: setup tenderly in ci * fix: initialize the return array in _mintBatch() * chore: add coverage job and docgen * chore(deps): pin dependency @primitivefi/hardhat-dodoc to 0.2.3 (#36) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: add test example for ERC5727 * chore: emit Minted when mint and add isShadowed() * feat: add ERC5727 registry * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.39.0 (#37) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: add virtual * fix: contract deploy error in test * fix: change naming style * fix: import error * chore: add readme badges * chore(deps): update dependency @ethersproject/providers to v5.7.1 (#38) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: update hardhat config * test: add test cases and fix bugs * test: add more 5727 test * chore(deps): update dependency eslint to v8.25.0 * chore: add viewer function in Governance add tests * chore: fix some bugs and add test example * feat: create new SoulmateCard * test: add positive case for recover * chore: fix some bugs, add recovery test * chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.40.0 * chore(deps): update dependency @nomicfoundation/hardhat-chai-matchers to v1.0.4 * chore(deps): update dependency @nomiclabs/hardhat-etherscan to v3.1.1 * chore(deps): update dependency hardhat to v2.12.0 * fix(deps): update dependency @nomiclabs/hardhat-ethers to v2.2.0 * chore(deps): update pnpm/action-setup action to v2.2.3 * chore: remove ERC3525&ERC4671, add ERC5727Snapshot * chore: add interfaceId and modify some interface * chore(deps): update dependency eslint-plugin-promise to v6.1.0 * feat: add test for support interface * fix: fix ERC5727SlotEnumerable and test * fix: update deploy script * chore(deps): update amannn/action-semantic-pull-request action to v5 (#46) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(release): 0.0.3 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: chentr1999 <60575509+chentr1999@users.noreply.github.com> Co-authored-by: chentr1999 <terrychen@toki.waseda.jp>
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.
This PR contains the following updates:
5.7.0
->5.7.1
Release Notes
ethers-io/ethers.js
v5.7.1
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.