Skip to content

Commit

Permalink
Add dev dependency on pnpm-dedicated-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLey committed Dec 17, 2024
1 parent 121b3df commit 18cfe17
Show file tree
Hide file tree
Showing 52 changed files with 211 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .changeset/fair-foxes-camp.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion apps/barrelify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions apps/barrelify/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
{
"path": "../nx-update-ts-references"
},
{
"path": "../pnpm-dedicated-lockfile"
},
{
"path": "../../leyman/eslint-config"
},
Expand Down
1 change: 1 addition & 0 deletions apps/juniper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
3 changes: 3 additions & 0 deletions apps/juniper/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
{
"path": "../nx-update-ts-references"
},
{
"path": "../pnpm-dedicated-lockfile"
},
{
"path": "../../leyman/eslint-config"
},
Expand Down
1 change: 1 addition & 0 deletions apps/nx-lifecycle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions apps/nx-lifecycle/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
{
"path": "../nx-update-ts-references"
},
{
"path": "../pnpm-dedicated-lockfile"
},
{
"path": "../populate-files/load-populate-files"
},
Expand Down
1 change: 1 addition & 0 deletions apps/nx-update-ts-references/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions apps/nx-update-ts-references/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo"
},
"references": [
{
"path": "../pnpm-dedicated-lockfile"
},
{
"path": "../../leyman/eslint-config"
},
Expand Down
1 change: 1 addition & 0 deletions apps/populate-files/load-populate-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
3 changes: 3 additions & 0 deletions apps/populate-files/load-populate-files/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
{
"path": "../../nx-update-ts-references"
},
{
"path": "../../pnpm-dedicated-lockfile"
},
{
"path": "../populate-files"
},
Expand Down
1 change: 1 addition & 0 deletions apps/populate-files/nx-populate-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
3 changes: 3 additions & 0 deletions apps/populate-files/nx-populate-files/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
{
"path": "../../nx-update-ts-references"
},
{
"path": "../../pnpm-dedicated-lockfile"
},
{
"path": "../load-populate-files"
},
Expand Down
1 change: 1 addition & 0 deletions apps/populate-files/populate-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions apps/populate-files/populate-files/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
{
"path": "../../nx-update-ts-references"
},
{
"path": "../../pnpm-dedicated-lockfile"
},
{
"path": "../../../leyman/eslint-config"
},
Expand Down
Loading

0 comments on commit 18cfe17

Please sign in to comment.