Skip to content

chore: pin all the nx packages - #10378

Open
maribethb wants to merge 1 commit into
RaspberryPiFoundation:mainfrom
maribethb:nx-pin
Open

chore: pin all the nx packages#10378
maribethb wants to merge 1 commit into
RaspberryPiFoundation:mainfrom
maribethb:nx-pin

Conversation

@maribethb

Copy link
Copy Markdown
Contributor

The basics

The details

Resolves

Fixes issue with nx installing

Proposed Changes

  • Pins the exact version of @nx/js to match what nx itself does
  • Adds a dependabot group so they get updated together

Reason for Changes

nx was pinned but not @nx/js so when I deleted a package-lock and regenerated it for unrelated reasons, the version of @nx/js increased in the package-lock but not the version of nx.

The nx installer pins the version of nx itself and any other nx packages you install at the same time, so pinning it is correct. @nx/js was hand-added with the caret; if it had been added by the installer it would have been pinned as well.

Test Coverage

no more nx build failures

Documentation

Additional Information

@maribethb
maribethb requested a review from a team as a code owner August 27, 2026 21:13
@maribethb
maribethb requested a review from mikeharv August 27, 2026 21:13
@github-actions github-actions Bot added the PR: chore General chores (dependencies, typos, etc) label Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: chore General chores (dependencies, typos, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants