👷 Lock file maintenance - #191
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5da31531f7
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| version: 13.0.1 | ||
| resolution: "node-gyp@npm:13.0.1" |
There was a problem hiding this comment.
Avoid locking node-gyp 13 while Node 25 is pinned
When yarn test:e2e:init or yarn dev:init runs under the repo-pinned Node 25.9.0 environment, this lock now selects node-gyp@13.0.1; that release declares support for ^22.22.2 || ^24.15.0 || >=26.0.0, excluding Node 25, so any dd-trace native addon that falls back to a rebuild will run on an unsupported node-gyp toolchain. The previous 12.x lock, and the other project lockfiles, avoid that mismatch; keep this on 12.x or move the repo Node pin before refreshing these locks.
Useful? React with 👍 / 👎.
| version: 4.3.0 | ||
| resolution: "js-yaml@npm:4.3.0" |
There was a problem hiding this comment.
Do not lock an unavailable js-yaml release
In a clean cache, yarn test:e2e:init will need to fetch this exact tarball from the npm registry, but js-yaml@4.3.0 is no longer available there, so the lockfile now makes fresh E2E app installs fail before the build starts. Keep the resolution on an available ^4.1.0 version, such as the previous 4.1.x/4.2.x line, unless the registry entry is restored.
Useful? React with 👍 / 👎.
5da3153 to
ba72743
Compare
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.