Skip to content

chore(deps-dev): bump @types/node from 24.13.2 to 26.1.1 in /docs#2345

Open
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/docs/staging/types/node-26.1.1
Open

chore(deps-dev): bump @types/node from 24.13.2 to 26.1.1 in /docs#2345
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/docs/staging/types/node-26.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps @types/node from 24.13.2 to 26.1.1.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 13, 2026
@greptile-apps

greptile-apps Bot commented Jul 13, 2026

Copy link
Copy Markdown

Greptile Summary

This PR updates the docs workspace Node type dependency. The main change is:

  • Bumps @types/node in docs/package.json to ^26.1.1.

Confidence Score: 4/5

This should be fixed before merging.

  • The docs manifest and pnpm lockfile still disagree on the @types/node version.
  • The docs Docker build uses a frozen pnpm install, so the install can fail before the build runs.

docs/package.json and pnpm-lock.yaml

Important Files Changed

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

Comment thread docs/package.json
},
"devDependencies": {
"@types/node": "^26.0.1",
"@types/node": "^26.1.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 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.

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>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/staging/types/node-26.1.1 branch from 570fef6 to 0a2ecb2 Compare July 17, 2026 09:20
Comment thread docs/package.json
},
"devDependencies": {
"@types/node": "^25.9.2",
"@types/node": "^26.1.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants