nxext/nx-extensions

Solid: Support nx v20

sudokar opened this issue ยท 13 comments

Is your feature request related to a problem? Please describe.

I have set up a new repo using Nx v20 along with @nxext/solid@19.0.2. Upon running nx g @nxext/solid:app my-app getting the below error.

image

Describe the solution you'd like

I think, support for nx 20 is required to get this plugin working with Nx 20

Describe alternatives you've considered

Using Nx 19 until it is supported

@sudokar Are you willing to raise a PR for that? I am about to do it as I need it in my project - just let me know if you are going to do do it yourself.

@pawel-twardziak , Please feel free to ๐Ÿ˜„

Ok @suds-sky , it is coming... ๐Ÿš€ ๐Ÿ˜†

@DominikPieper I've just raised a PR with NX 20 migration + aligning solid package. I am proceeding the rest but maybe @sudokar @suds-sky wants us to bake https://www.npmjs.com/package/@nxext/solid ASAP?

@suds-sky @sudokar done! 8 hour hackathon ๐Ÿคฃ to get this shit done ๐Ÿ‘ฏ
@DominikPieper ready to CR ๐Ÿ‘

@suds-sky @sudokar done! 8 hour hackathon ๐Ÿคฃ to get this shit done ๐Ÿ‘ฏ @DominikPieper ready to CR ๐Ÿ‘

Wow! Great work @pawel-twardziak. Thanks. I should have joined your hackathon ๐Ÿ˜„ I didn't think it would require a PR with 80 files changed โญ

hehe @sudokar for your request there are only 2 commits with around 10 changed files ๐Ÿคฃ the rest changed files are related to the other packages. The migration is for the entire repo ๐Ÿ˜ƒ

Thanks @pawel-twardziak and @edbzn, for quickly getting this in ๐Ÿš€

Not at all @sudokar ๐Ÿ‘ now test it and tell us what are the next issues ๐Ÿ˜†

Not at all @sudokar ๐Ÿ‘ now test it and tell us what are the next issues ๐Ÿ˜†

Have just tested it @pawel-twardziak and found that it is still giving me the same issue. Can you check your side and see what happens.

Steps to replicate:

bunx create-nx-workspace --pm bun
cd my-app
bun add @nxext/solid -d
nx g @nxext/solid:app solid-app

Deps:

nx: 20.0.0
@nxext/solid: 20.0.0

@sudokar sure thing, will check, thanks for reporting :)

@sudokar could open a new issue for that? I am investigating

Ok, I did it :D #1137 - let's follow up there