Skip to content

Comments

build(deps): bump tar and npm in /next#1294

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/next/multi-3a7252cfc1
Open

build(deps): bump tar and npm in /next#1294
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/next/multi-3a7252cfc1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Removes tar. It's no longer used after updating ancestor dependency npm. These dependencies need to be updated together.

Removes tar

Updates npm from 10.8.2 to 11.10.1

Release notes

Sourced from npm's releases.

v11.10.1

11.10.1 (2026-02-19)

Bug Fixes

Documentation

Dependencies

Chores

v11.10.0

11.10.0 (2026-02-11)

Features

Dependencies

Chores

... (truncated)

Changelog

Sourced from npm's changelog.

11.10.1 (2026-02-19)

Bug Fixes

Documentation

Dependencies

Chores

11.10.0 (2026-02-11)

Features

Dependencies

Chores

... (truncated)

Commits
  • c029cb2 chore: release 11.10.1
  • 9fac412 fix: improve unknown config warning with .npmrc section hint (#8995)
  • aa8ffbf deps: init-package-json@8.2.5 (#9002)
  • 67a0f09 deps: glob@13.0.6
  • 56b8fd4 deps: minimatch@10.2.2
  • aa7fef5 deps: minipass@7.1.3
  • d3a4161 deps: @​npmcli/package-json@​7.0.5 (#9000)
  • 0a5756d docs: clarify unsupported custom .npmrc keys and recommend alternatives (#8998)
  • bb135cc fix(arborist): fix peerOptional dependency resolution in buildIdealTree (...
  • 7aa9338 deps: remove cli-columns
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by owlstronaut, a new releaser for npm since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 19, 2026
@vercel
Copy link
Contributor

vercel bot commented Feb 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
empower Ready Ready Preview, Comment Feb 24, 2026 7:06pm

Request Review

Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependency [npm](https://github.com/npm/cli). These dependencies need to be updated together.


Removes `tar`

Updates `npm` from 10.8.2 to 11.10.1
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v10.8.2...v11.10.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 
  dependency-type: indirect
- dependency-name: npm
  dependency-version: 11.10.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next/multi-3a7252cfc1 branch from d39ba64 to 136e258 Compare February 24, 2026 19:05
Comment on lines 17393 to 17400
"npm": "bin/npm-cli.js",
"npx": "bin/npx-cli.js"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"node_modules/npm-run-path": {
Copy link
Contributor

Choose a reason for hiding this comment

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

Bug: The Docker build will fail because the node:18 image specified in the Dockerfile is incompatible with the new npm version's Node.js engine requirement (^20.17.0).
Severity: CRITICAL

Suggested Fix

Update the FROM instruction in the next/Dockerfile to use a Node.js version compatible with npm v11.10.1. For example, change FROM node:18-buster-slim to FROM node:20-buster-slim or a more recent compatible version.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: next/package-lock.json#L17393-L17400

Potential issue: The `package-lock.json` file was updated to use npm v11.10.1, which
requires Node.js version `^20.17.0` or `>=22.9.0`. However, the `next/Dockerfile` is
configured to use the `node:18-buster-slim` image. When the Docker image is built, the
`npm ci` command will execute in a Node.js 18 environment. This will cause an engine
incompatibility error, preventing dependencies from being installed and causing the
entire build process to fail. This will block any new deployments of the application.

Did we get this right? 👍 / 👎 to inform future reviews.

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