### 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 ```bash 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