Skip to content

Update jwt decoder extension#27126

Merged
raycastbot merged 2 commits into
raycast:mainfrom
ridemountainpig:jwt-decoder
Apr 13, 2026
Merged

Update jwt decoder extension#27126
raycastbot merged 2 commits into
raycast:mainfrom
ridemountainpig:jwt-decoder

Conversation

@ridemountainpig
Copy link
Copy Markdown
Contributor

Description

Updated dependencies to resolve react mismatch error. Close #27105.

Screencast

Dia 2026-04-13 09 17 01

Checklist

@raycastbot raycastbot added extension fix / improvement Label for PRs with extension's fix improvements extension: jwt-decoder Issues related to the jwt-decoder extension platform: macOS platform: Windows labels Apr 13, 2026
@raycastbot
Copy link
Copy Markdown
Collaborator

Thank you for your contribution! 🎉

🔔 @gdsmith @zhhanging @JoaoGFdev @YourMCGeek @pernielsentikaer you might want to have a look.

You can use this guide to learn how to check out the Pull Request locally in order to test it.

📋 Quick checkout commands
BRANCH="jwt-decoder"
FORK_URL="https://github.com/ridemountainpig/extensions.git"
EXTENSION_NAME="jwt-decoder"
REPO_NAME="extensions"

git clone -n --depth=1 --filter=tree:0 -b $BRANCH $FORK_URL
cd $REPO_NAME
git sparse-checkout set --no-cone "extensions/$EXTENSION_NAME"
git checkout
cd "extensions/$EXTENSION_NAME"
npm install && npm run dev

We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 13, 2026

Greptile Summary

Maintenance update that bumps react and react-dom from the exact pin 19.0.0 to the caret range ^19.2.1 in order to resolve the React version mismatch error reported in #27105. The package-lock.json is regenerated accordingly, and the changelog is updated with the required {PR_MERGE_DATE} placeholder.

Confidence Score: 5/5

Safe to merge — straightforward dependency version bump with no logic changes.

All three changed files are clean: the changelog follows the correct {PR_MERGE_DATE} convention, the version range change in package.json is intentional and targeted, and the lock file is consistent. No P0 or P1 findings.

No files require special attention.

Important Files Changed

Filename Overview
extensions/jwt-decoder/CHANGELOG.md New maintenance entry added at the top with the correct {PR_MERGE_DATE} placeholder, following the required changelog format.
extensions/jwt-decoder/package.json React and react-dom bumped from exact 19.0.0 to ^19.2.1 to resolve the version mismatch error; all other fields unchanged.
extensions/jwt-decoder/package-lock.json Lock file regenerated to reflect updated react/react-dom versions and transitive dependency bumps (esbuild, typescript, etc.).

Reviews (1): Last reviewed commit: "Update jwt decoder extension" | Re-trigger Greptile

Copy link
Copy Markdown
Contributor

@YourMCGeek YourMCGeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@raycast-extensions-bot raycast-extensions-bot Bot added the Approved Approved by a user label Apr 13, 2026
@pernielsentikaer pernielsentikaer self-assigned this Apr 13, 2026
Copy link
Copy Markdown
Collaborator

@pernielsentikaer pernielsentikaer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, approved 🔥

@raycastbot raycastbot merged commit 2ba69c4 into raycast:main Apr 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Published to the Raycast Store:
https://raycast.com/gdsmith/jwt-decoder

@raycastbot
Copy link
Copy Markdown
Collaborator

🎉 🎉 🎉

We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag.

@ridemountainpig ridemountainpig deleted the jwt-decoder branch April 13, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Approved Approved by a user extension fix / improvement Label for PRs with extension's fix improvements extension: jwt-decoder Issues related to the jwt-decoder extension platform: macOS platform: Windows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[JWT Decoder]

4 participants