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

 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: @changesets/[email protected] #421

Closed
sectore opened this issue May 28, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@sectore
Copy link
Contributor

sectore commented May 28, 2024

After merging latest main into #376 I got following error.

pnpm i
Scope: all 14 workspace projects
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: @changesets/[email protected]

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.
Progress: resolved 1810, reused 0, downloaded 0, added 0

Did run pnpm clean before.

Version check:

pnpm --version
9.1.3

node --version
v18.20.2

patchedDependencies was introduced in 79a6d0c#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519 What was the goal to have patchedDependencies?

@steida
Copy link
Contributor

steida commented May 28, 2024

@sectore Changesets bumps peer deps to major when evolu-common has a new minor change. This is a well-known issue, and that patch is a workaround.

@steida
Copy link
Contributor

steida commented May 28, 2024

Hmm, interesting, it was working 🤔

@steida steida added the bug Something isn't working label May 28, 2024
sectore added a commit to sectore/evolu that referenced this issue May 28, 2024
@steida
Copy link
Contributor

steida commented May 28, 2024

Changeset was updated, ok, I will fix it

@sectore
Copy link
Contributor Author

sectore commented May 28, 2024

Changeset was updated, ok, I will fix it

In other case check #423

@steida
Copy link
Contributor

steida commented May 28, 2024

Done (almost, I have to migrate the patch)

@steida steida closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants