chore(deps): upgrade aws-jwt-verify 5.1.0 to 5.1.1#142
Conversation
Patch bump of aws-jwt-verify (runtime dependency). Changes in 5.1.1: - feat: support GovCloud ALB ARNs in AlbJwtVerifier (additive) - fix: ui test works again after cypress upgrade (internal tests) - docs: tweak ALB docs - Bump form-data in internal tests (security fix in test fixtures) No breaking changes. No migration required. All 51 tests pass. Supersedes #119 (renovate PR had merge conflicts against current main).
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 49 minutes and 7 seconds.Comment |
Summary
Clean replacement for #119 (which has merge conflicts against the current
main).Upgrades
aws-jwt-verifyfrom 5.1.0 to 5.1.1 (patch bump). Runtime dependency.No migration required. All 51 tests pass.
Is this a breaking change?
No. This is a patch release. All changes are additive or internal:
AlbJwtVerifier— new additive feature, nothing removed or changedform-datain internal test fixtures (security fix in the library's own test suite, not runtime code)Changes
package.json: specifier updated^5.0.0→^5.1.1(pnpm update also bumped the lower bound to the resolved version)pnpm-lock.yaml: lockfile updated —aws-jwt-verifyresolves to5.1.1Supersedes: #119