Skip to content

Commit

Permalink
fix: show cylic workspace dependencies details
Browse files Browse the repository at this point in the history
close #5059
  • Loading branch information
zkochan committed May 6, 2023
1 parent 0a6f1bb commit ef6c393
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 14 deletions.
10 changes: 10 additions & 0 deletions .changeset/two-grapes-think.md
@@ -0,0 +1,10 @@
---
"@pnpm/plugin-commands-rebuild": patch
"@pnpm/sort-packages": patch
"@pnpm/build-modules": patch
"@pnpm/core": patch
"pnpm": patch
---

Show cyclic workspace dependency details [#5059](https://github.com/pnpm/pnpm/issues/5059).

2 changes: 1 addition & 1 deletion exec/build-modules/package.json
Expand Up @@ -37,7 +37,7 @@
"@pnpm/calc-dep-state": "workspace:*",
"@pnpm/core-loggers": "workspace:*",
"@pnpm/fs.hard-link-dir": "workspace:*",
"@pnpm/graph-sequencer": "1.1.0",
"@pnpm/graph-sequencer": "1.1.1",
"@pnpm/lifecycle": "workspace:*",
"@pnpm/link-bins": "workspace:*",
"@pnpm/patching.apply-patch": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion exec/plugin-commands-rebuild/package.json
Expand Up @@ -58,7 +58,7 @@
"@pnpm/find-workspace-packages": "workspace:*",
"@pnpm/fs.hard-link-dir": "workspace:*",
"@pnpm/get-context": "workspace:*",
"@pnpm/graph-sequencer": "1.1.0",
"@pnpm/graph-sequencer": "1.1.1",
"@pnpm/lifecycle": "workspace:*",
"@pnpm/link-bins": "workspace:*",
"@pnpm/lockfile-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/core/package.json
Expand Up @@ -24,7 +24,7 @@
"@pnpm/error": "workspace:*",
"@pnpm/filter-lockfile": "workspace:*",
"@pnpm/get-context": "workspace:*",
"@pnpm/graph-sequencer": "1.1.0",
"@pnpm/graph-sequencer": "1.1.1",
"@pnpm/headless": "workspace:*",
"@pnpm/hoist": "workspace:*",
"@pnpm/hooks.read-package-hook": "workspace:*",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion workspace/sort-packages/package.json
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/workspace/sort-packages#readme",
"dependencies": {
"@pnpm/graph-sequencer": "1.1.0",
"@pnpm/graph-sequencer": "1.1.1",
"@pnpm/types": "workspace:*"
},
"funding": "https://opencollective.com/pnpm",
Expand Down

0 comments on commit ef6c393

Please sign in to comment.