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

fix(config-nx-scopes): bump nx peer dependency to latest version #3727

Closed
4 tasks
clemenscodes opened this issue Oct 26, 2023 · 1 comment · Fixed by #3728
Closed
4 tasks

fix(config-nx-scopes): bump nx peer dependency to latest version #3727

clemenscodes opened this issue Oct 26, 2023 · 1 comment · Fixed by #3728
Labels

Comments

@clemenscodes
Copy link
Contributor

Expected Behavior

Nx 17 was recently released and should not cause unmet peer dependency issues when installing @commitlint/config-nx-scopes

Current Behavior

Warns about unmet nx peer dependencies

Affected packages

  • cli
  • core
  • prompt
  • config-angular

Possible Solution

A simple bump for the peer dependencies should suffice, there should not be any breaking changes

Steps to Reproduce

1. Install nx@latest
2. Install @commitlint/config-nx-scopes@latest
3. See unmet peer warning

Context

No response

commitlint --version

@commitlint/config-nx-scopes@18.1.0

git --version

v2.42.0

node --version

v18.16.0

@escapedcat
Copy link
Member

@clemenscodes happy for a PR to support the new version as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

2 participants