Skip to content

pnpm workspace catalog package updates aren't detected as changes #92

@Robbe95

Description

@Robbe95

We've been looking for an alternative to changesets since it seems stagnant, but a big issue we keep running into is that catalog versions aren't detected as changes.
We use them to keep versions in sync between our internal packages on our monorepo.

We use pnpm-workspace catalogs as follows:

catalog:
  "@somePackage": ^0.10.0

and in the package.json
"@somePackage": "workspace:*",

If we update the version of the catalog, bumpy doesn't detect the changes in the actual package if I run 'bumpy add'.
Is this a feature you would consider supporting?

https://pnpm.io/catalogs

Thanks already for the very cool package! Looks great!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions