diff --git a/.changeset/fair-foxes-camp.md b/.changeset/fair-foxes-camp.md new file mode 100644 index 00000000..25b342a8 --- /dev/null +++ b/.changeset/fair-foxes-camp.md @@ -0,0 +1,29 @@ +--- +"load-populate-files": patch +"nx-populate-files": patch +"populate-files": patch +"nx-update-ts-references": patch +"normalized-react-query": patch +"nx-plugin-handler": patch +"haywire-launcher": patch +"sinon-typed-stub": patch +"default-import": patch +"static-emitter": patch +"enum-to-array": patch +"common-proxy": patch +"entry-script": patch +"punycode-esm": patch +"nx-lifecycle": patch +"find-import": patch +"format-file": patch +"mocha-chain": patch +"named-patch": patch +"iso-crypto": patch +"parse-cwd": patch +"barrelify": patch +"haywire": patch +"juniper": patch +"nx-tsc": patch +--- + +Add dev dependency on pnpm-dedicated-lockfile diff --git a/apps/barrelify/package.json b/apps/barrelify/package.json index 1be73920..7b7a74bb 100644 --- a/apps/barrelify/package.json +++ b/apps/barrelify/package.json @@ -36,8 +36,8 @@ "haywire": "workspace:^", "haywire-launcher": "workspace:^", "juniper": "workspace:^", - "parse-cwd": "workspace:^", "npm-populate-files": "npm:populate-files@latest", + "parse-cwd": "workspace:^", "yargs": "^17.7.2" }, "devDependencies": { @@ -58,6 +58,7 @@ "mocha": "^10.8.2", "mocha-chain": "workspace:^", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "sinon": "^19.0.2", "sinon-typed-stub": "workspace:^", "ts-dedent": "^2.2.0", diff --git a/apps/barrelify/tsconfig.json b/apps/barrelify/tsconfig.json index 45850272..391aa276 100644 --- a/apps/barrelify/tsconfig.json +++ b/apps/barrelify/tsconfig.json @@ -12,6 +12,9 @@ { "path": "../nx-update-ts-references" }, + { + "path": "../pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/apps/juniper/package.json b/apps/juniper/package.json index b96aa920..53d61148 100644 --- a/apps/juniper/package.json +++ b/apps/juniper/package.json @@ -48,6 +48,7 @@ "mocha": "^10.8.2", "mocha-chain": "workspace:^", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "sinon": "^19.0.2", "typescript": "^5.6.3" } diff --git a/apps/juniper/tsconfig.json b/apps/juniper/tsconfig.json index 09ba8b7e..8a7932fa 100644 --- a/apps/juniper/tsconfig.json +++ b/apps/juniper/tsconfig.json @@ -9,6 +9,9 @@ { "path": "../nx-update-ts-references" }, + { + "path": "../pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/apps/nx-lifecycle/package.json b/apps/nx-lifecycle/package.json index ac004af6..b674eb69 100644 --- a/apps/nx-lifecycle/package.json +++ b/apps/nx-lifecycle/package.json @@ -66,6 +66,7 @@ "mocha-chain": "workspace:^", "nx-populate-files": "workspace:^", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "sinon": "^19.0.2", "sinon-typed-stub": "workspace:^", "typescript": "^5.6.3" diff --git a/apps/nx-lifecycle/tsconfig.json b/apps/nx-lifecycle/tsconfig.json index 6bc042fb..9dff7e2b 100644 --- a/apps/nx-lifecycle/tsconfig.json +++ b/apps/nx-lifecycle/tsconfig.json @@ -12,6 +12,9 @@ { "path": "../nx-update-ts-references" }, + { + "path": "../pnpm-dedicated-lockfile" + }, { "path": "../populate-files/load-populate-files" }, diff --git a/apps/nx-update-ts-references/package.json b/apps/nx-update-ts-references/package.json index 90d672ff..1764361c 100644 --- a/apps/nx-update-ts-references/package.json +++ b/apps/nx-update-ts-references/package.json @@ -65,6 +65,7 @@ "npm-load-populate-files": "npm:load-populate-files@latest", "npm-nx-populate-files": "npm:nx-populate-files@latest", "npm-nx-update-ts-references": "npm:nx-update-ts-references@latest", + "pnpm-dedicated-lockfile": "workspace:^", "sinon": "^19.0.2", "sinon-typed-stub": "workspace:^", "typescript": "^5.6.3" diff --git a/apps/nx-update-ts-references/tsconfig.json b/apps/nx-update-ts-references/tsconfig.json index 706f9868..7147e3d0 100644 --- a/apps/nx-update-ts-references/tsconfig.json +++ b/apps/nx-update-ts-references/tsconfig.json @@ -6,6 +6,9 @@ "tsBuildInfoFile": "dist/tsconfig.tsbuildinfo" }, "references": [ + { + "path": "../pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/apps/populate-files/load-populate-files/package.json b/apps/populate-files/load-populate-files/package.json index c04f1dc4..c87ff1f6 100644 --- a/apps/populate-files/load-populate-files/package.json +++ b/apps/populate-files/load-populate-files/package.json @@ -38,6 +38,7 @@ "chai": "^5.1.2", "mocha": "^10.8.2", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "typescript": "^5.6.3" } } diff --git a/apps/populate-files/load-populate-files/tsconfig.json b/apps/populate-files/load-populate-files/tsconfig.json index c213b43d..a60aecb0 100644 --- a/apps/populate-files/load-populate-files/tsconfig.json +++ b/apps/populate-files/load-populate-files/tsconfig.json @@ -9,6 +9,9 @@ { "path": "../../nx-update-ts-references" }, + { + "path": "../../pnpm-dedicated-lockfile" + }, { "path": "../populate-files" }, diff --git a/apps/populate-files/nx-populate-files/package.json b/apps/populate-files/nx-populate-files/package.json index e4adbc7d..f8b50ae7 100644 --- a/apps/populate-files/nx-populate-files/package.json +++ b/apps/populate-files/nx-populate-files/package.json @@ -48,6 +48,7 @@ "chai": "^5.1.2", "mocha": "^10.8.2", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "typescript": "^5.6.3" } } diff --git a/apps/populate-files/nx-populate-files/tsconfig.json b/apps/populate-files/nx-populate-files/tsconfig.json index c0818dee..9ef7c5dc 100644 --- a/apps/populate-files/nx-populate-files/tsconfig.json +++ b/apps/populate-files/nx-populate-files/tsconfig.json @@ -12,6 +12,9 @@ { "path": "../../nx-update-ts-references" }, + { + "path": "../../pnpm-dedicated-lockfile" + }, { "path": "../load-populate-files" }, diff --git a/apps/populate-files/populate-files/package.json b/apps/populate-files/populate-files/package.json index ab38ad4a..5c94b938 100644 --- a/apps/populate-files/populate-files/package.json +++ b/apps/populate-files/populate-files/package.json @@ -54,6 +54,7 @@ "mocha": "^10.8.2", "mocha-chain": "workspace:^", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "sinon-typed-stub": "workspace:^", "tmp-promise": "^3.0.3", "typescript": "^5.6.3" diff --git a/apps/populate-files/populate-files/tsconfig.json b/apps/populate-files/populate-files/tsconfig.json index 901043cc..f6bdd611 100644 --- a/apps/populate-files/populate-files/tsconfig.json +++ b/apps/populate-files/populate-files/tsconfig.json @@ -9,6 +9,9 @@ { "path": "../../nx-update-ts-references" }, + { + "path": "../../pnpm-dedicated-lockfile" + }, { "path": "../../../leyman/eslint-config" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 31dbc748..7189e866 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -120,6 +120,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../pnpm-dedicated-lockfile sinon: specifier: ^19.0.2 version: 19.0.2 @@ -187,6 +190,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../pnpm-dedicated-lockfile sinon: specifier: ^19.0.2 version: 19.0.2 @@ -279,6 +285,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../pnpm-dedicated-lockfile sinon: specifier: ^19.0.2 version: 19.0.2 @@ -391,6 +400,9 @@ importers: npm-nx-update-ts-references: specifier: npm:nx-update-ts-references@latest version: nx-update-ts-references@0.0.8(@biomejs/biome@1.9.4)(nx@20.0.7) + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../pnpm-dedicated-lockfile sinon: specifier: ^19.0.2 version: 19.0.2 @@ -470,6 +482,9 @@ importers: '@types/sinon': specifier: ^17.0.3 version: 17.0.3 + '@types/tmp': + specifier: ^0.2.6 + version: 0.2.6 '@types/yargs': specifier: ^17.0.33 version: 17.0.33 @@ -497,6 +512,9 @@ importers: sinon: specifier: ^19.0.2 version: 19.0.2 + tmp-promise: + specifier: ^3.0.3 + version: 3.0.3 ts-dedent: specifier: ^2.2.0 version: 2.2.0 @@ -546,6 +564,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../../nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../pnpm-dedicated-lockfile typescript: specifier: ^5.6.3 version: 5.6.3 @@ -599,6 +620,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../../nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../pnpm-dedicated-lockfile typescript: specifier: ^5.6.3 version: 5.6.3 @@ -666,6 +690,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../../nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../pnpm-dedicated-lockfile sinon-typed-stub: specifier: workspace:^ version: link:../../../tools/sinon-typed-stub @@ -842,6 +869,9 @@ importers: npm-nx-update-ts-references: specifier: npm:nx-update-ts-references@latest version: nx-update-ts-references@0.0.8(@biomejs/biome@1.9.4)(nx@20.0.7) + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile tslib: specifier: ^2.8.1 version: 2.8.1 @@ -890,6 +920,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../../apps/nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile typescript: specifier: ^5.6.3 version: 5.6.3 @@ -942,6 +975,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../../apps/nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile typescript: specifier: ^5.6.3 version: 5.6.3 @@ -987,6 +1023,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../../apps/nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile typescript: specifier: ^5.6.3 version: 5.6.3 @@ -1036,6 +1075,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../../apps/nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile typescript: specifier: ^5.6.3 version: 5.6.3 @@ -1100,6 +1142,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../../apps/nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile prettier: specifier: ^3.3.3 version: 3.3.3 @@ -1170,6 +1215,9 @@ importers: npm-nx-update-ts-references: specifier: npm:nx-update-ts-references@latest version: nx-update-ts-references@0.0.8(@biomejs/biome@1.9.4)(nx@20.0.7) + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile typescript: specifier: ^5.6.3 version: 5.6.3 @@ -1228,6 +1276,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../../apps/nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile sinon: specifier: ^19.0.2 version: 19.0.2 @@ -1282,6 +1333,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../../apps/nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile sinon: specifier: ^19.0.2 version: 19.0.2 @@ -1337,6 +1391,9 @@ importers: npm-nx-update-ts-references: specifier: npm:nx-update-ts-references@latest version: nx-update-ts-references@0.0.8(@biomejs/biome@1.9.4)(nx@20.0.7) + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile sinon: specifier: ^19.0.2 version: 19.0.2 @@ -1388,6 +1445,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../../apps/nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile sinon: specifier: ^19.0.2 version: 19.0.2 @@ -1448,6 +1508,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../../apps/nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile react: specifier: ^18.3.1 version: 18.3.1 @@ -1519,6 +1582,9 @@ importers: npm-nx-update-ts-references: specifier: npm:nx-update-ts-references@latest version: nx-update-ts-references@0.0.8(@biomejs/biome@1.9.4)(nx@20.0.7) + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile sinon: specifier: ^19.0.2 version: 19.0.2 @@ -1587,6 +1653,9 @@ importers: npm-nx-update-ts-references: specifier: npm:nx-update-ts-references@latest version: nx-update-ts-references@0.0.8(@biomejs/biome@1.9.4)(nx@20.0.7) + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile typescript: specifier: ^5.6.3 version: 5.6.3 @@ -1635,6 +1704,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../../apps/nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile typescript: specifier: ^5.6.3 version: 5.6.3 @@ -1677,6 +1749,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../../apps/nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile typescript: specifier: ^5.6.3 version: 5.6.3 @@ -1728,6 +1803,9 @@ importers: npm-nx-update-ts-references: specifier: npm:nx-update-ts-references@latest version: nx-update-ts-references@0.0.8(@biomejs/biome@1.9.4)(nx@20.0.7) + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile sinon: specifier: ^19.0.2 version: 19.0.2 @@ -1776,6 +1854,9 @@ importers: nx-update-ts-references: specifier: workspace:^ version: link:../../apps/nx-update-ts-references + pnpm-dedicated-lockfile: + specifier: workspace:^ + version: link:../../apps/pnpm-dedicated-lockfile typescript: specifier: ^5.6.3 version: 5.6.3 diff --git a/tools/common-proxy/package.json b/tools/common-proxy/package.json index 84fe409c..e805591a 100644 --- a/tools/common-proxy/package.json +++ b/tools/common-proxy/package.json @@ -40,6 +40,7 @@ "expect-type": "^1.1.0", "mocha": "^10.8.2", "npm-nx-update-ts-references": "npm:nx-update-ts-references@latest", + "pnpm-dedicated-lockfile": "workspace:^", "tslib": "^2.8.1", "typescript": "^5.6.3" } diff --git a/tools/common-proxy/tsconfig.json b/tools/common-proxy/tsconfig.json index 43624a0f..ac779be3 100644 --- a/tools/common-proxy/tsconfig.json +++ b/tools/common-proxy/tsconfig.json @@ -6,6 +6,9 @@ "tsBuildInfoFile": "dist/tsconfig.tsbuildinfo" }, "references": [ + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" } diff --git a/tools/default-import/package.json b/tools/default-import/package.json index 14a25526..1f8ee991 100644 --- a/tools/default-import/package.json +++ b/tools/default-import/package.json @@ -39,6 +39,7 @@ "mocha": "^10.8.2", "mocha-chain": "workspace:^", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "typescript": "^5.6.3" } } diff --git a/tools/default-import/tsconfig.json b/tools/default-import/tsconfig.json index 6031309b..c25bcf57 100644 --- a/tools/default-import/tsconfig.json +++ b/tools/default-import/tsconfig.json @@ -9,6 +9,9 @@ { "path": "../../apps/nx-update-ts-references" }, + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/tools/entry-script/package.json b/tools/entry-script/package.json index 5bd93f6a..60ee2d1e 100644 --- a/tools/entry-script/package.json +++ b/tools/entry-script/package.json @@ -46,6 +46,7 @@ "mocha": "^10.8.2", "mocha-chain": "workspace:^", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "typescript": "^5.6.3" } } diff --git a/tools/entry-script/tsconfig.json b/tools/entry-script/tsconfig.json index bbb5812e..4460e55b 100644 --- a/tools/entry-script/tsconfig.json +++ b/tools/entry-script/tsconfig.json @@ -9,6 +9,9 @@ { "path": "../../apps/nx-update-ts-references" }, + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/tools/enum-to-array/package.json b/tools/enum-to-array/package.json index 7d2e528f..1c25b847 100644 --- a/tools/enum-to-array/package.json +++ b/tools/enum-to-array/package.json @@ -37,6 +37,7 @@ "mocha": "^10.8.2", "mocha-chain": "workspace:^", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "typescript": "^5.6.3" } } diff --git a/tools/enum-to-array/tsconfig.json b/tools/enum-to-array/tsconfig.json index 6031309b..c25bcf57 100644 --- a/tools/enum-to-array/tsconfig.json +++ b/tools/enum-to-array/tsconfig.json @@ -9,6 +9,9 @@ { "path": "../../apps/nx-update-ts-references" }, + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/tools/find-import/package.json b/tools/find-import/package.json index 02a055bc..10c96229 100644 --- a/tools/find-import/package.json +++ b/tools/find-import/package.json @@ -40,6 +40,7 @@ "mocha": "^10.8.2", "mocha-chain": "workspace:^", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "typescript": "^5.6.3" } } diff --git a/tools/find-import/tsconfig.json b/tools/find-import/tsconfig.json index 1f00a7d2..2aef8dc4 100644 --- a/tools/find-import/tsconfig.json +++ b/tools/find-import/tsconfig.json @@ -9,6 +9,9 @@ { "path": "../../apps/nx-update-ts-references" }, + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/tools/format-file/package.json b/tools/format-file/package.json index d3c8a7af..b74aeaff 100644 --- a/tools/format-file/package.json +++ b/tools/format-file/package.json @@ -61,6 +61,7 @@ "mocha": "^10.8.2", "mocha-chain": "workspace:^", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "prettier": "^3.3.3", "sinon": "^19.0.2", "sinon-typed-stub": "workspace:^", diff --git a/tools/format-file/tsconfig.json b/tools/format-file/tsconfig.json index c29b56b5..b16c4243 100644 --- a/tools/format-file/tsconfig.json +++ b/tools/format-file/tsconfig.json @@ -12,6 +12,9 @@ { "path": "../../apps/nx-update-ts-references" }, + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/tools/haywire-launcher/package.json b/tools/haywire-launcher/package.json index 80f40e74..53f0b501 100644 --- a/tools/haywire-launcher/package.json +++ b/tools/haywire-launcher/package.json @@ -47,6 +47,7 @@ "mocha": "^10.8.2", "mocha-chain": "workspace:^", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "sinon": "^19.0.2", "typescript": "^5.6.3" } diff --git a/tools/haywire-launcher/tsconfig.json b/tools/haywire-launcher/tsconfig.json index 94167400..5981d48d 100644 --- a/tools/haywire-launcher/tsconfig.json +++ b/tools/haywire-launcher/tsconfig.json @@ -9,6 +9,9 @@ { "path": "../../apps/nx-update-ts-references" }, + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/tools/haywire/package.json b/tools/haywire/package.json index b75a0c14..c746f974 100644 --- a/tools/haywire/package.json +++ b/tools/haywire/package.json @@ -52,6 +52,7 @@ "mocha": "^10.8.2", "npm-barrelify": "npm:barrelify@latest", "npm-nx-update-ts-references": "npm:nx-update-ts-references@latest", + "pnpm-dedicated-lockfile": "workspace:^", "typescript": "^5.6.3" } } diff --git a/tools/haywire/tsconfig.json b/tools/haywire/tsconfig.json index 43624a0f..ac779be3 100644 --- a/tools/haywire/tsconfig.json +++ b/tools/haywire/tsconfig.json @@ -6,6 +6,9 @@ "tsBuildInfoFile": "dist/tsconfig.tsbuildinfo" }, "references": [ + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" } diff --git a/tools/iso-crypto/package.json b/tools/iso-crypto/package.json index 94d51fbf..748a7d30 100644 --- a/tools/iso-crypto/package.json +++ b/tools/iso-crypto/package.json @@ -69,6 +69,7 @@ "mocha": "^10.8.2", "mocha-chain": "workspace:^", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "sinon": "^19.0.2", "typescript": "^5.6.3" } diff --git a/tools/iso-crypto/tsconfig.json b/tools/iso-crypto/tsconfig.json index 2e4da7be..4cc16e56 100644 --- a/tools/iso-crypto/tsconfig.json +++ b/tools/iso-crypto/tsconfig.json @@ -12,6 +12,9 @@ { "path": "../../apps/nx-update-ts-references" }, + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/tools/mocha-chain/package.json b/tools/mocha-chain/package.json index 9a26a1bb..38dc41b5 100644 --- a/tools/mocha-chain/package.json +++ b/tools/mocha-chain/package.json @@ -54,6 +54,7 @@ "expect-type": "^1.1.0", "mocha": "^10.8.2", "npm-nx-update-ts-references": "npm:nx-update-ts-references@latest", + "pnpm-dedicated-lockfile": "workspace:^", "sinon": "^19.0.2", "typescript": "^5.6.3" } diff --git a/tools/mocha-chain/tsconfig.json b/tools/mocha-chain/tsconfig.json index bc7cf7b4..9cc1496e 100644 --- a/tools/mocha-chain/tsconfig.json +++ b/tools/mocha-chain/tsconfig.json @@ -7,6 +7,9 @@ "tsBuildInfoFile": "dist/tsconfig.tsbuildinfo" }, "references": [ + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/tools/named-patch/package.json b/tools/named-patch/package.json index 8c98aae8..15885705 100644 --- a/tools/named-patch/package.json +++ b/tools/named-patch/package.json @@ -42,6 +42,7 @@ "mocha": "^10.8.2", "mocha-chain": "workspace:^", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "sinon": "^19.0.2", "typescript": "^5.6.3" } diff --git a/tools/named-patch/tsconfig.json b/tools/named-patch/tsconfig.json index 6031309b..c25bcf57 100644 --- a/tools/named-patch/tsconfig.json +++ b/tools/named-patch/tsconfig.json @@ -9,6 +9,9 @@ { "path": "../../apps/nx-update-ts-references" }, + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/tools/normalized-react-query/package.json b/tools/normalized-react-query/package.json index e67a0e47..548a6939 100644 --- a/tools/normalized-react-query/package.json +++ b/tools/normalized-react-query/package.json @@ -47,6 +47,7 @@ "mocha": "^10.8.2", "mocha-chain": "workspace:^", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "react": "^18.3.1", "react-dom": "^18.3.1", "react-test-renderer": "^18.3.1", diff --git a/tools/normalized-react-query/tsconfig.json b/tools/normalized-react-query/tsconfig.json index 6031309b..c25bcf57 100644 --- a/tools/normalized-react-query/tsconfig.json +++ b/tools/normalized-react-query/tsconfig.json @@ -9,6 +9,9 @@ { "path": "../../apps/nx-update-ts-references" }, + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/tools/nx-plugin-handler/package.json b/tools/nx-plugin-handler/package.json index 00f228d2..b46d97ab 100644 --- a/tools/nx-plugin-handler/package.json +++ b/tools/nx-plugin-handler/package.json @@ -47,6 +47,7 @@ "mocha": "^10.8.2", "mocha-chain": "workspace:^", "npm-nx-update-ts-references": "npm:nx-update-ts-references@latest", + "pnpm-dedicated-lockfile": "workspace:^", "sinon": "^19.0.2", "sinon-typed-stub": "workspace:^", "typescript": "^5.6.3" diff --git a/tools/nx-plugin-handler/tsconfig.json b/tools/nx-plugin-handler/tsconfig.json index b73d2dd6..1a7b37c1 100644 --- a/tools/nx-plugin-handler/tsconfig.json +++ b/tools/nx-plugin-handler/tsconfig.json @@ -6,6 +6,9 @@ "tsBuildInfoFile": "dist/tsconfig.tsbuildinfo" }, "references": [ + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/tools/nx-tsc/package.json b/tools/nx-tsc/package.json index b754dc73..55cb859b 100644 --- a/tools/nx-tsc/package.json +++ b/tools/nx-tsc/package.json @@ -53,6 +53,7 @@ "npm-load-populate-files": "npm:load-populate-files@latest", "npm-nx-populate-files": "npm:nx-populate-files@latest", "npm-nx-update-ts-references": "npm:nx-update-ts-references@latest", + "pnpm-dedicated-lockfile": "workspace:^", "typescript": "^5.6.3" } } diff --git a/tools/nx-tsc/tsconfig.json b/tools/nx-tsc/tsconfig.json index 92008379..d14f98cb 100644 --- a/tools/nx-tsc/tsconfig.json +++ b/tools/nx-tsc/tsconfig.json @@ -6,6 +6,9 @@ "tsBuildInfoFile": "dist/tsconfig.tsbuildinfo" }, "references": [ + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/tools/parse-cwd/package.json b/tools/parse-cwd/package.json index de4e7001..17d3a253 100644 --- a/tools/parse-cwd/package.json +++ b/tools/parse-cwd/package.json @@ -40,6 +40,7 @@ "mocha": "^10.8.2", "mocha-chain": "workspace:^", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "typescript": "^5.6.3" } } diff --git a/tools/parse-cwd/tsconfig.json b/tools/parse-cwd/tsconfig.json index 6031309b..c25bcf57 100644 --- a/tools/parse-cwd/tsconfig.json +++ b/tools/parse-cwd/tsconfig.json @@ -9,6 +9,9 @@ { "path": "../../apps/nx-update-ts-references" }, + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/tools/punycode-esm/package.json b/tools/punycode-esm/package.json index 788450ab..dcaf8702 100644 --- a/tools/punycode-esm/package.json +++ b/tools/punycode-esm/package.json @@ -40,6 +40,7 @@ "mocha": "^10.8.2", "mocha-chain": "workspace:^", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "typescript": "^5.6.3" } } diff --git a/tools/punycode-esm/tsconfig.json b/tools/punycode-esm/tsconfig.json index 6031309b..c25bcf57 100644 --- a/tools/punycode-esm/tsconfig.json +++ b/tools/punycode-esm/tsconfig.json @@ -9,6 +9,9 @@ { "path": "../../apps/nx-update-ts-references" }, + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/tools/sinon-typed-stub/package.json b/tools/sinon-typed-stub/package.json index 5a14ecb3..067062c1 100644 --- a/tools/sinon-typed-stub/package.json +++ b/tools/sinon-typed-stub/package.json @@ -51,6 +51,7 @@ "mocha-chain": "workspace:^", "npm-nx-tsc": "npm:nx-tsc@latest", "npm-nx-update-ts-references": "npm:nx-update-ts-references@latest", + "pnpm-dedicated-lockfile": "workspace:^", "sinon": "^19.0.2", "typescript": "^5.6.3" } diff --git a/tools/sinon-typed-stub/tsconfig.json b/tools/sinon-typed-stub/tsconfig.json index 1baf065c..a25e0a3b 100644 --- a/tools/sinon-typed-stub/tsconfig.json +++ b/tools/sinon-typed-stub/tsconfig.json @@ -6,6 +6,9 @@ "tsBuildInfoFile": "dist/tsconfig.tsbuildinfo" }, "references": [ + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" }, diff --git a/tools/static-emitter/package.json b/tools/static-emitter/package.json index b07a087a..b1f91758 100644 --- a/tools/static-emitter/package.json +++ b/tools/static-emitter/package.json @@ -52,6 +52,7 @@ "mocha": "^10.8.2", "mocha-chain": "workspace:^", "nx-update-ts-references": "workspace:^", + "pnpm-dedicated-lockfile": "workspace:^", "typescript": "^5.6.3" } } diff --git a/tools/static-emitter/tsconfig.json b/tools/static-emitter/tsconfig.json index 6031309b..c25bcf57 100644 --- a/tools/static-emitter/tsconfig.json +++ b/tools/static-emitter/tsconfig.json @@ -9,6 +9,9 @@ { "path": "../../apps/nx-update-ts-references" }, + { + "path": "../../apps/pnpm-dedicated-lockfile" + }, { "path": "../../leyman/eslint-config" },