Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update @lerna-lite deps #7153

Merged
merged 2 commits into from
Jan 13, 2025
Merged

chore: Update @lerna-lite deps #7153

merged 2 commits into from
Jan 13, 2025

Conversation

ggdouglas
Copy link
Contributor

@ggdouglas ggdouglas commented Jan 13, 2025

Proposed changes:

Running yarn lerna version to version/release Blueprint encountered the following error:

❯ yarn lerna version
lerna-lite notice cli v3.2.1
lerna-lite info versioning independent
lerna-lite ERR! Error: Unsupported URL Type "patch:": patch:react-day-picker@npm%3A7.4.9#~/.yarn/patches/react-day-picker-npm-7.4.9-8853eff118.patch
lerna-lite ERR!     at unsupportedURLType (/Volumes/git/blueprint/node_modules/npm-package-arg/lib/npa.js:310:15)
lerna-lite ERR!     at fromURL (/Volumes/git/blueprint/node_modules/npm-package-arg/lib/npa.js:367:13)
lerna-lite ERR!     at Function.resolve (/Volumes/git/blueprint/node_modules/npm-package-arg/lib/npa.js:83:12)
lerna-lite ERR!     at file:///Volumes/git/blueprint/node_modules/@lerna-lite/core/dist/package-graph/package-graph.js:45:38
lerna-lite ERR!     at Array.forEach (<anonymous>)
lerna-lite ERR!     at file:///Volumes/git/blueprint/node_modules/@lerna-lite/core/dist/package-graph/package-graph.js:30:44
lerna-lite ERR!     at PackageGraph.forEach (<anonymous>)
lerna-lite ERR!     at new PackageGraph (file:///Volumes/git/blueprint/node_modules/@lerna-lite/core/dist/package-graph/package-graph.js:26:14)
node:internal/process/promises:289
            triggerUncaughtException(err, true /* fromPromise */);
            ^

Error: Unsupported URL Type "patch:": patch:react-day-picker@npm%3A7.4.9#~/.yarn/patches/react-day-picker-npm-7.4.9-8853eff118.patch
    at unsupportedURLType (/Volumes/git/blueprint/node_modules/npm-package-arg/lib/npa.js:310:15)
    at fromURL (/Volumes/git/blueprint/node_modules/npm-package-arg/lib/npa.js:367:13)
    at Function.resolve (/Volumes/git/blueprint/node_modules/npm-package-arg/lib/npa.js:83:12)
    at file:///Volumes/git/blueprint/node_modules/@lerna-lite/core/dist/package-graph/package-graph.js:45:38
    at Array.forEach (<anonymous>)
    at file:///Volumes/git/blueprint/node_modules/@lerna-lite/core/dist/package-graph/package-graph.js:30:44
    at PackageGraph.forEach (<anonymous>)
    at new PackageGraph (file:///Volumes/git/blueprint/node_modules/@lerna-lite/core/dist/package-graph/package-graph.js:26:14)
    at file:///Volumes/git/blueprint/node_modules/@lerna-lite/core/dist/command.js:187:37 {
  code: 'EUNSUPPORTEDPROTOCOL'
}

Node.js v20.11.1

This is due to a recent change to yarn patch the react-day-picker dependency: #7146

This issue seems to have been fixed as of v3.7.0 (see: lerna-lite/lerna-lite#223 (comment))

Updating from v3.2.1 to latest (v3.11.0)

@svc-palantir-github
Copy link

Run yarn dedupe

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

@ggdouglas ggdouglas merged commit 1889747 into develop Jan 13, 2025
13 checks passed
@ggdouglas ggdouglas deleted the chore/update-lerna-lite branch January 13, 2025 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants