Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(auth): update dependency aws-jwt-verify to v4 #313

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aws-jwt-verify 3.4.0 -> 4.0.0 age adoption passing confidence

Release Notes

awslabs/aws-jwt-verify

v4.0.0

Compare Source

What's Changed

NOTE: #​117 constitutes a breaking change, hence we created new major version v4.0.0, but you will only be impacted by this change, if you were doing this:

import { decomposeJwt } from "aws-jwt-verify/jwt"

That method has been renamed (to make it more clear) and must now be imported like so:

import { decomposeUnverifiedJwt } from "aws-jwt-verify/jwt";

Happy coding!

Full Changelog: awslabs/aws-jwt-verify@v3.4.0...v4.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from JoeKarow as a code owner March 21, 2023 01:09
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. labels Mar 21, 2023
@vercel
Copy link

vercel bot commented Mar 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
inreach-app ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 21, 2023 at 1:29AM (UTC)
inreach-web ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 21, 2023 at 1:29AM (UTC)

@ghost
Copy link

ghost commented Mar 21, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@renovate renovate bot force-pushed the renovate/aws-jwt-verify-4.x branch from 8680396 to f4ea246 Compare March 21, 2023 01:27
@sonarcloud
Copy link

sonarcloud bot commented Mar 21, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kodiakhq kodiakhq bot merged commit cb3dd5b into dev Mar 21, 2023
@kodiakhq kodiakhq bot deleted the renovate/aws-jwt-verify-4.x branch March 21, 2023 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 auth automerge Enable Kodiak auto-merge dependencies Change in project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant