chore(deps-dev): bump @types/node from 24.13.2 to 26.1.1 in /docs#2345
chore(deps-dev): bump @types/node from 24.13.2 to 26.1.1 in /docs#2345dependabot[bot] wants to merge 1 commit into
Conversation
Greptile SummaryThis PR updates the docs workspace Node type dependency. The main change is:
Confidence Score: 4/5This should be fixed before merging.
docs/package.json and pnpm-lock.yaml
|
| Filename | Overview |
|---|---|
| docs/package.json | Updates the docs workspace @types/node dev dependency. |
Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
docs/package.json:22
**Lockfile Still Stale** This manifest now requires `@types/node` `^26.1.1`, but the docs importer in `pnpm-lock.yaml` still records the old `@types/node` specifier and resolution. The docs Docker build runs `pnpm install --frozen-lockfile`, so a fresh build can stop at install time with a lockfile mismatch before the docs build starts. Please regenerate and commit the pnpm lockfile update with this dependency bump.
Reviews (2): Last reviewed commit: "chore(deps-dev): bump @types/node from 2..." | Re-trigger Greptile
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^26.0.1", | ||
| "@types/node": "^26.1.1", |
There was a problem hiding this comment.
Changing the docs manifest to require @types/node ^26.1.1 without the matching pnpm-lock.yaml update leaves the install state inconsistent. A fresh CI run using pnpm install --frozen-lockfile can fail before the docs build runs because the lockfile still records the old 26.0.1 resolution.
Prompt To Fix With AI
This is a comment left during a code review.
Path: docs/package.json
Line: 22
Comment:
**Lockfile Stays On Old Version**
Changing the docs manifest to require `@types/node` `^26.1.1` without the matching `pnpm-lock.yaml` update leaves the install state inconsistent. A fresh CI run using `pnpm install --frozen-lockfile` can fail before the docs build runs because the lockfile still records the old `26.0.1` resolution.
How can I resolve this? If you propose a fix, please make it concise.Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.13.2 to 26.1.1. - [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.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
570fef6 to
0a2ecb2
Compare
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^25.9.2", | ||
| "@types/node": "^26.1.1", |
There was a problem hiding this comment.
Lockfile Still Stale This manifest now requires
@types/node ^26.1.1, but the docs importer in pnpm-lock.yaml still records the old @types/node specifier and resolution. The docs Docker build runs pnpm install --frozen-lockfile, so a fresh build can stop at install time with a lockfile mismatch before the docs build starts. Please regenerate and commit the pnpm lockfile update with this dependency bump.
Prompt To Fix With AI
This is a comment left during a code review.
Path: docs/package.json
Line: 22
Comment:
**Lockfile Still Stale** This manifest now requires `@types/node` `^26.1.1`, but the docs importer in `pnpm-lock.yaml` still records the old `@types/node` specifier and resolution. The docs Docker build runs `pnpm install --frozen-lockfile`, so a fresh build can stop at install time with a lockfile mismatch before the docs build starts. Please regenerate and commit the pnpm lockfile update with this dependency bump.
How can I resolve this? If you propose a fix, please make it concise.
Bumps @types/node from 24.13.2 to 26.1.1.
Commits