auth0-deploy-cli
auth0-deploy-cli copied to clipboard
Upgrading node-auth0 from v3 to v4
🔧 Changes
Upgrading node-auth0 from v3 to v4. This is a necessary upgrade because all new Auth0 features and dependency patches are getting released on v4 now.
This was originally attempted in #852 but had a few tricky changes that need to be reviewed. This should not require a major version bump for Deploy CLI despite the breaking changes in v4. There will however be a few awkward situations that will need to be smoothed-over.
📚 References
- Original PR: #852
🔬 Testing
📝 Checklist
- [ ] All new/changed/fixed functionality is covered by tests (or N/A)
- [ ] I have added documentation for all new/changed functionality (or N/A)