From 90f2a9fb89411d3dae7809455cdf125a8f5ef61e Mon Sep 17 00:00:00 2001 From: Maribeth Moffatt Date: Thu, 27 Aug 2026 17:09:28 -0400 Subject: [PATCH] chore: pin all the nx packages --- .github/dependabot.yml | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 23c090ba217..53f53f73686 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,6 +19,12 @@ updates: docusaurus: patterns: - '@docusaurus/*' + # nx requires every @nx/* package to be on exactly the same version as + # nx itself, so they are pinned exactly and must be updated together. + nx: + patterns: + - 'nx' + - '@nx/*' - package-ecosystem: 'github-actions' # See documentation for possible values directory: '/' target-branch: 'main' diff --git a/package-lock.json b/package-lock.json index 5cd73cfc667..79c784e02fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@commitlint/cli": "^21.2.1", "@commitlint/config-conventional": "^21.0.2", "@eslint/js": "^10.0.1", - "@nx/js": "^23.1.0", + "@nx/js": "23.1.1", "conventional-changelog-conventionalcommits": "^9.3.1", "eslint": "10.5.0", "eslint-config-google": "^0.14.0", diff --git a/package.json b/package.json index 26d7b577f5e..315f7d3e7fd 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@commitlint/cli": "^21.2.1", "@commitlint/config-conventional": "^21.0.2", "@eslint/js": "^10.0.1", - "@nx/js": "^23.1.0", + "@nx/js": "23.1.1", "conventional-changelog-conventionalcommits": "^9.3.1", "eslint": "10.5.0", "eslint-config-google": "^0.14.0",