Skip to content

Commit

Permalink
try upgrade tar with passing jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanzoest committed May 9, 2024
1 parent c78d8ff commit 7b7c242
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 deletions.
26 changes: 17 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/legacy-package-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"slash": "3.0.0",
"ssri": "^9.0.1",
"strong-log-transformer": "2.1.0",
"tar": "6.1.11",
"tar": "6.2.1",
"temp-dir": "1.0.0",
"tempy": "1.0.0",
"upath": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy-structure/commands/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"slash": "^3.0.0",
"ssri": "^9.0.1",
"strong-log-transformer": "2.1.0",
"tar": "6.1.11",
"tar": "6.2.1",
"temp-dir": "1.0.0",
"upath": "2.0.1",
"uuid": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lerna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"slash": "3.0.0",
"ssri": "^9.0.1",
"strong-log-transformer": "2.1.0",
"tar": "6.1.11",
"tar": "6.2.1",
"temp-dir": "1.0.0",
"typescript": ">=3 < 6",
"upath": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/recipes/using-pnpm-with-lerna.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Lerna can be used in a [`pnpm` workspace](https://pnpm.io/workspaces) to get the
When used in a `pnpm` workspace, Lerna will:

- resolve package locations with `pnpm-workspace.yaml` (https://pnpm.io/workspaces)
- ignore `"workspaces"` in `package.json`
- enforce `useWorkspaces: true` in `lerna.json` (and ignore `packages:` in `package.json`).
- block usage of `bootstrap`, `link`, and `add` commands. Instead, you should use `pnpm` commands directly to manage dependencies (https://pnpm.io/cli/install).
- respect the [workspace protocol](https://pnpm.io/workspaces#workspace-protocol-workspace) for package dependencies.
- During `lerna version`, dependencies will be updated as normal, but will preserve the `workspace:` prefix if it exists.
Expand Down

0 comments on commit 7b7c242

Please sign in to comment.