Skip to content

Commit

Permalink
build: upgrade lerna-lite to v2.6.0 to fix publish resume bug
Browse files Browse the repository at this point in the history
1. Older versions of lerna-lite did not correctly detect package
registry conflict errors if the error code came back from GHCR
insteda of npmjs.com. This was blocking some of our release
processes. With the new version it should be fine.

[skip ci]

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Nov 16, 2023
1 parent 89d9b93 commit 5a59236
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 123 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@
"devDependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@lerna-lite/cli": "2.5.1",
"@lerna-lite/exec": "2.5.1",
"@lerna-lite/list": "2.5.1",
"@lerna-lite/publish": "2.5.1",
"@lerna-lite/run": "2.5.1",
"@lerna-lite/version": "2.5.1",
"@lerna-lite/cli": "2.6.0",
"@lerna-lite/exec": "2.6.0",
"@lerna-lite/list": "2.6.0",
"@lerna-lite/publish": "2.6.0",
"@lerna-lite/run": "2.6.0",
"@lerna-lite/version": "2.6.0",
"@openapitools/openapi-generator-cli": "2.7.0",
"@types/adm-zip": "0.5.0",
"@types/fs-extra": "9.0.13",
Expand Down
Loading

0 comments on commit 5a59236

Please sign in to comment.