Skip to content

chore: update to FusionAuth React SDK version 2.6.0#49

Draft
mrudatsprint wants to merge 1 commit into
mainfrom
miker/react-sdk-v2.6.0
Draft

chore: update to FusionAuth React SDK version 2.6.0#49
mrudatsprint wants to merge 1 commit into
mainfrom
miker/react-sdk-v2.6.0

Conversation

@mrudatsprint

@mrudatsprint mrudatsprint commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Update the FusionAuth React SDK to version 2.6.0

feat: update to FusionAuth React SDK version 2.6.0
@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
fusionauth-quickstart-javascript-react-web Error Error Jun 23, 2026 11:10pm

Request Review

@mrudatsprint mrudatsprint changed the title feat: update to FusionAuth React SDK version 2.6.0 chore: update to FusionAuth React SDK version 2.6.0 Jun 24, 2026
@mrudatsprint mrudatsprint requested a review from Copilot June 24, 2026 16:08

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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-sdk dependency version in complete-application.
  • Upgrade React/ReactDOM and corresponding @types/* packages to 19.x.
  • Update ignore rules to exclude yalc local-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",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants