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

Dedupe dependencies #1586

Closed
rtritto opened this issue Jun 28, 2024 · 0 comments · Fixed by #1587
Closed

Dedupe dependencies #1586

rtritto opened this issue Jun 28, 2024 · 0 comments · Fixed by #1587
Labels
dependencies Pull requests that update a dependency file enhancement

Comments

@rtritto
Copy link
Member

rtritto commented Jun 28, 2024

There is a way to dedupe dependecies in yarn.lock?
Maybe with dependabot or a setting in .yarnrc.yml.

Related issue for solution:

Example with @codemirror/view:

Actual

"@codemirror/view@npm:^6.27.0":
  version: 6.28.1
  ...

"@codemirror/view@npm:^6.28.2":
  version: 6.28.2
  ...

Expected

"@codemirror/view@npm:^6.27.0, @codemirror/view@npm:^6.28.2":
  version: 6.28.2
  ...

###Workaround

  • delete yarn.lock file
  • yarn
@rtritto rtritto added enhancement dependencies Pull requests that update a dependency file labels Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant