chore: update to FusionAuth React SDK version 2.6.0#49
Draft
mrudatsprint wants to merge 1 commit into
Draft
Conversation
feat: update to FusionAuth React SDK version 2.6.0
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Updates frontend dependencies for the complete-application Vite/React app, primarily targeting a FusionAuth React SDK upgrade, but also pulling in a React major-version upgrade and a lockfile generated from a local yalc link.
Changes:
- Bump
@fusionauth/react-sdkdependency version incomplete-application. - Upgrade React/ReactDOM and corresponding
@types/*packages to 19.x. - Update ignore rules to exclude
yalclocal-store artifacts.
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
complete-application/package.json |
Updates the FusionAuth SDK dependency and also upgrades React + TypeScript React types to 19.x. |
complete-application/package-lock.json |
Regenerated lockfile; currently records @fusionauth/react-sdk as a .yalc-linked dependency (non-reproducible installs). |
.gitignore |
Adds ignore patterns for .yalc and yalc.lock. |
Files not reviewed (1)
- complete-application/package-lock.json: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+29
to
+43
| ".yalc/@fusionauth/react-sdk": { | ||
| "version": "2.6.0", | ||
| "license": "Apache", | ||
| "dependencies": { | ||
| "classnames": "^2.3.2" | ||
| }, | ||
| "engines": { | ||
| "node": ">=18.0.0", | ||
| "npm": ">=10.0.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "react": ">=18.2.0", | ||
| "react-dom": ">=18.2.0" | ||
| } | ||
| }, |
Comment on lines
873
to
876
| "node_modules/@fusionauth/react-sdk": { | ||
| "version": "2.5.2", | ||
| "resolved": "https://registry.npmjs.org/@fusionauth/react-sdk/-/react-sdk-2.5.2.tgz", | ||
| "integrity": "sha512-06wmzC3kzEv9DnQjz2Sc+jGEX6NIiaGJOaGwfy1u2R/MC2B5s6+f2Af7slFGSP88vWcRyCAV+f5IXgIwYxOS+Q==", | ||
| "license": "Apache", | ||
| "dependencies": { | ||
| "classnames": "^2.3.2" | ||
| }, | ||
| "engines": { | ||
| "node": ">=18.0.0", | ||
| "npm": ">=10.0.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "react": ">=18.2.0", | ||
| "react-dom": ">=18.2.0" | ||
| } | ||
| "resolved": ".yalc/@fusionauth/react-sdk", | ||
| "link": true | ||
| }, |
Comment on lines
+13
to
16
| "@fusionauth/react-sdk": "^2.6.0", | ||
| "react": "^19.2.0", | ||
| "react-dom": "^19.2.0", | ||
| "react-router-dom": "^6.22.3" |
Comment on lines
+19
to
+20
| "@types/react": "^19.2.0", | ||
| "@types/react-dom": "^19.2.0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the FusionAuth React SDK to version 2.6.0