Skip to content

Conversation

@danbarr
Copy link
Collaborator

@danbarr danbarr commented Jan 26, 2026

Description

Setting the npm version in package.json and explictly upgrading it in the dev container.

  • Trying to avoid the back & forth of package-lock.json changes with Renovate since recent versions of npm (11.6.3) updated how peer dependencies are calculated.

Also added Claude's settings.local.json to gitignore

  • Claude configures a user-level ignore on macOS but the dev container wants to commit it.

Type of change

  • Other

Signed-off-by: Dan Barr 6922515+danbarr@users.noreply.github.com

Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Claude configures a user-level ignore on macOS but the dev container
wants to commit it.

Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Copilot AI review requested due to automatic review settings January 26, 2026 15:38
@vercel
Copy link

vercel bot commented Jan 26, 2026

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

Project Deployment Review Updated (UTC)
docs-website Ready Ready Preview, Comment Jan 26, 2026 3:38pm

Request Review

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Pins/standardizes the npm tooling version used by the repo to reduce package-lock churn (notably around peer dependency resolution changes), and prevents accidental commits of local Claude settings.

Changes:

  • Add an engines.npm constraint to package.json (and reflected in package-lock.json).
  • Update the devcontainer to install npm v11 during creation.
  • Ignore .claude/settings.local.json in Git.

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 2 comments.

File Description
package.json Adds an npm engine constraint intended to standardize npm behavior across contributors.
package-lock.json Updates the root package metadata to reflect the npm engine constraint.
.gitignore Prevents committing local Claude configuration.
.devcontainer/devcontainer.json Installs npm v11 in the devcontainer to align developer tooling.

@danbarr danbarr merged commit 949c46d into main Jan 26, 2026
11 of 13 checks passed
@danbarr danbarr deleted the set-npm-version branch January 26, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants