build(deps-dev): bump @types/node from 26.1.1 to 26.1.2 in /infra in the minor-and-patch group across 1 directory - #1566
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 06a8113d89
ℹ️ 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".
| "@tailwindcss/postcss": "^4.1.18", | ||
| "@types/jest": "^30.0.0", | ||
| "@types/node": "26.1.1", | ||
| "@types/node": "26.1.2", |
There was a problem hiding this comment.
Keep the infra lockfile in sync
For infra CI, checked .github/workflows/ci.yml: the install step runs cd infra && bun install --frozen-lockfile, and bun install --help says --frozen-lockfile disallows lockfile changes. This line now requires @types/node 26.1.2, but infra/bun.lock still records the workspace dependency and package entry as 26.1.1, so the frozen install has to change or resolve the lockfile before the CDK build/synth job can run. Please regenerate and commit infra/bun.lock with this bump.
Useful? React with 👍 / 👎.
|
🤖 pr-fix routine: blocked — cannot regenerate the lockfile in this environment Diagnosis (confirmed, not a guess): The only failing check is This PR modifies So The fix is one command — Systemic root cause (affects every open Dependabot PR here, not just this one):
Two options for a human:
The routine will not pick this PR up again until someone removes the Generated by Claude Code |
Bumps the minor-and-patch group with 1 update in the /infra directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 26.1.1 to 26.1.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
06a8113 to
c624ba5
Compare
Bumps the minor-and-patch group with 1 update in the /infra directory: @types/node.
Updates
@types/nodefrom 26.1.1 to 26.1.2Commits