adonisjs / upgrade-kit

CLI tool for migrating from Adonis.js 5 to Adonis.js 6
MIT License
5 stars 2 forks source link

Upgrade Kit does not upgrade @adonisjs/bouncer #10

Open ayush-toptal opened 5 months ago

ayush-toptal commented 5 months ago

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.

image

Further, the updates for commands and providers in adonisrc are not performed, neither are the configurations for the package upgraded.

Reproduction repo

No response

mr-feek commented 3 months ago

I'm experiencing this as well