Use shared Renovate preset and update pnpm to v10#561
Merged
Conversation
5c156e5 to
2ec099e
Compare
hiletmis
approved these changes
Feb 23, 2026
| "enabled": false | ||
| }, | ||
| { | ||
| "matchPackageNames": ["ethers", "node", "is-wsl"], |
There was a problem hiding this comment.
It seems that node, actions/node-versions and @types/node excluded. So that they can be tracked on demand
Contributor
Author
There was a problem hiding this comment.
They will be bumped on every 6 months as defined here which looks tolerable.
This file contains hidden or 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
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.
Migrate the repository from pnpm v9 to v10 and adopt the shared Renovate preset from
api3dao/renovate-config. This improves supply chain security viaminimumReleaseAgeenforcement and standardizes Renovate configuration across projects.As a part of https://github.com/api3dao/tasks/issues/1855
Changes beyond the task description
injectWorkspacePackages: true: Required for pnpm v10 — without this,pnpm deploy(used in Dockerfile) fails.The alternative is the
--legacyflag but that may be removed in future versionsaxios^1.13.5→^1.13.4,@aws-sdk/client-s3^3.985.0→^3.984.0— latestversions were too new for the 14-day
minimumReleaseAgeeslintadded as direct devDependency: Was only a transitive peer dep of@api3/eslint-plugin-commons. pnpmv10's stricter hoisting caused
eslint: not foundin CIindex < 0→index === -1inin-memory-cache.ts(neweslint-plugin-unicorn@56rule afterlockfile regeneration);
||→??inserver.ts(@typescript-eslint/prefer-nullish-coalescing)FROM ... as→FROM ... AScasing warningsTest plan