nxext / nx-extensions

Nx Extensions for Stencil, Svelte, SolidJS, Preact, Ionic, and Capacitor
MIT License
458 stars 101 forks source link

Stencil: missing support for Nx latest version (v18) #1071

Closed dgonzalezr closed 6 months ago

dgonzalezr commented 7 months ago

Describe the bug Adding @nxext/stencil into a newly created Nx workspace with the latest version (v18) leads to an unresolved dependency tree error.

To Reproduce

  1. Create a new Nx workspace: npx create-nx-workspace@latest package-based --preset=npm
  2. Install @nxext/stencil as dev dependency: npm i -D @nxext/stencil

Expected behavior Adding the @nxext/stencil dependency should not fail or be unable to resolve the dependency tree.

Additional context

CleanShot 2024-02-22 at 09 29 53@2x

DominikPieper commented 6 months ago

I pushed a release