Our existing Adonis V5 project uses @adonisjs/bouncer.
The upgrade kit command npx @adonisjs/upgrade-kit@latest upgrade-packages does not upgrade bouncer and leads to mismatch in dependencies and the following warnings in terminal.
Further, the updates for commands and providers in adonisrc are not performed, neither are the configurations for the package upgraded.
Package version
1.5.0
Describe the bug
Our existing Adonis V5 project uses @adonisjs/bouncer. The upgrade kit command
npx @adonisjs/upgrade-kit@latest upgrade-packages
does not upgrade bouncer and leads to mismatch in dependencies and the following warnings in terminal.Further, the updates for commands and providers in adonisrc are not performed, neither are the configurations for the package upgraded.
Reproduction repo
No response