koliveira15 / nx-sonarqube

A Nx plugin that scans projects using SonarQube / SonarCloud.
MIT License
51 stars 21 forks source link

Support for nx v18 #65

Closed ak274 closed 9 months ago

ak274 commented 9 months ago
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: @data-delivery/source@0.0.0
npm ERR! Found: @nx/devkit@18.0.1
npm ERR! node_modules/@nx/devkit
npm ERR!   @nx/devkit@"18.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @nx/devkit@">= 16 < 18" from @koliveira15/nx-sonarqube@3.4.0
npm ERR! node_modules/@koliveira15/nx-sonarqube
npm ERR!   dev @koliveira15/nx-sonarqube@"^3.4.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
jahusa02 commented 9 months ago

https://github.com/koliveira15/nx-sonarqube/pull/67

Opened a PR, maybe some one will approve it? @koliveira15

koliveira15 commented 9 months ago

@jahusa02 thanks for the contribution ❤️ Please address my comments in the PR & getting a passing CI run and I will accept and merge.