-
-
Notifications
You must be signed in to change notification settings - Fork 428
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: use pnpm catalog to manage dependencies #5174
base: master
Are you sure you want to change the base?
Conversation
vue-component-meta
vue-component-type-helpers
@vue/language-core
@vue/language-plugin-pug
@vue/language-server
@vue/language-service
vue-tsc
@vue/typescript-plugin
commit: |
… chore/pnpm-catalog
… chore/pnpm-catalog
621f4e2
to
daeb613
Compare
pnpm-workspace.yaml
Outdated
- packages/* | ||
- test-workspace | ||
catalog: | ||
"@lerna-lite/cli": &lerna ^3.11.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi there, I'm the maintainer of Lerna-Lite and I brought full catalog:
support in v3.12.0 only (both lerna commands) and so you should consider updating Lerna-Lite to latest. The summary is that v3.11.0 only had lerna version
catalog support and lerna publish
with catalog support was only added in v3.12.0
I'm not sure about &lerna
and *lerna
though since this is new syntax to me, consider testing lerna with --dry-run
first
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.