nxext / nx-extensions

Nx Extension for StencilJs, SvelteJS, SolidJS, Ionic and VueJs
MIT License
451 stars 100 forks source link

Stencil: conflicting peer dependencies on `npm i @nxext/stencil` #1055

Closed dgonzalezr closed 6 months ago

dgonzalezr commented 7 months ago

Describe the bug

Installing @nxext/stencil in a brand new Nx workspace throws conflicting peer dependencies warnings.

CleanShot 2023-11-22 at 13 53 04@2x

I know that dependencies are pinned in the package.json of @nxext/stencil, but I am not sure if it can be the root cause.

CleanShot 2023-11-22 at 13 57 27@2x

To Reproduce

  1. Create a new Nx workspace.
  2. Add @nxext/stencil package

Expected behavior

Expecting no warning or error regarding dependencies or peer dependencies.

dgonzalezr commented 6 months ago

This seems to be solved with the latest release: v17.2.0, thanks a lot @DominikPieper 🙌🏼 🎉

CleanShot 2024-01-10 at 13 52 57@2x

DominikPieper commented 6 months ago

Great 😄 I’ll close this now 😁