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

align-deps: pnpm catalogs #3221

Open
1 of 3 tasks
tido64 opened this issue Jul 15, 2024 · 0 comments
Open
1 of 3 tasks

align-deps: pnpm catalogs #3221

tido64 opened this issue Jul 15, 2024 · 0 comments
Labels
enhancement New feature or request feature: align-deps This is related to align-deps

Comments

@tido64
Copy link
Member

tido64 commented Jul 15, 2024

pnpm introduced catalogs feature in 9.5.0.

Bare minimum support

  • Ignore catalog: protocol (we are already protocol agnostic)

Great to support

  • Should align-deps verify catalogs defined in pnpm-workspace.yaml?
    # Default catalogs
    catalog:
      chalk: ^4.1.2
    
    # Named catalogs
    catalogs:
      react16:
        react: ^16.7.0
        react-dom: ^16.7.0
      react17:
        react: ^17.10.0
        react-dom: ^17.10.0
  • Should align-deps output catalogs?
@tido64 tido64 added enhancement New feature or request feature: align-deps This is related to align-deps labels Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature: align-deps This is related to align-deps
Projects
None yet
Development

No branches or pull requests

1 participant