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

Nx 20 support #253

Closed
hschmidtchen opened this issue Nov 19, 2024 · 2 comments
Closed

Nx 20 support #253

hschmidtchen opened this issue Nov 19, 2024 · 2 comments
Labels
enhancement New feature or request needs-triage This issue needs triage

Comments

@hschmidtchen
Copy link

hschmidtchen commented Nov 19, 2024

Description

Update the @nxlv/python plugin to support Nx 20.

Motivation

Nx 20 includes important bugfixes for Nx which are not available in Nx v19 and the @nxlv/python package is currently causing conflicts due to its dependency on @nrwl/devkit at version 19.

Suggested Implementation

Update the @nxlv/python plugin to use @nx/devkit v20 (note that @nrwl/devkit was deprecated and is now continued as @nx/devkit)

@lucasvieirasilva can you share if you are planning to upgrade any time soon?

@hschmidtchen hschmidtchen added enhancement New feature or request needs-triage This issue needs triage labels Nov 19, 2024
@lucasvieirasilva
Copy link
Owner

Hi @hschmidtchen, thanks for raising this issue, I'll try to release a 20.x release until the end of this week

lucasvieirasilva added a commit that referenced this issue Nov 20, 2024
BREAKING CHANGE: migrate nx workspace to 20.x

re #253
lucasvieirasilva added a commit that referenced this issue Nov 20, 2024
BREAKING CHANGE: migrate nx workspace to 20.x

re #253
github-actions bot pushed a commit that referenced this issue Nov 20, 2024
# [6.0.0](data-migration-v5.0.0...data-migration-v6.0.0) (2024-11-20)

### Features

* add nx 20.x support ([#254](#254)) ([c41b793](c41b793)), closes [#253](#253)

### BREAKING CHANGES

* migrate nx workspace to 20.x
github-actions bot pushed a commit that referenced this issue Nov 20, 2024
# [20.0.0](nx-python-v19.2.1...nx-python-v20.0.0) (2024-11-20)

### Features

* add nx 20.x support ([#254](#254)) ([c41b793](c41b793)), closes [#253](#253)

### BREAKING CHANGES

* migrate nx workspace to 20.x
@hschmidtchen
Copy link
Author

Thanks a lot for the fast release @lucasvieirasilva!

I can confirm that the dependency conflict is resolved with the update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-triage This issue needs triage
Projects
None yet
Development

No branches or pull requests

2 participants