Skip to content

v6.24.4

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Dec 11:54
· 1934 commits to main since this release
6e4becd

Patch Changes

  • Don't throw an error during install when the bin of a dependency points to a path that doesn't exist #3763.

  • When reporting unmet peer dependency issues, if the peer dependency is resolved not from a dependency installed by the user, then print the name of the parent package that has the bad peer dependency installed as a dependency.

  • Injected subdependencies should be hard linked as well. So if button is injected into card and card is injected into page, then both button and card should be injected into page #4167.