Conversation
Bumps [@forward-software/react-auth](https://github.com/forwardsoftware/react-auth/tree/HEAD/lib) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/forwardsoftware/react-auth/releases) - [Changelog](https://github.com/forwardsoftware/react-auth/blob/main/lib/CHANGELOG.md) - [Commits](https://github.com/forwardsoftware/react-auth/commits/v2.0.4/lib) --- updated-dependencies: - dependency-name: "@forward-software/react-auth" dependency-version: 2.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
panz3r
previously approved these changes
Mar 28, 2026
Member
|
@copilot can you fix the CI reported failures? Running |
Agent-Logs-Url: https://github.com/forwardsoftware/react-auth/sessions/3c64c0f6-8a5f-4be5-b034-07e415c30c67 Co-authored-by: panz3r <1754457+panz3r@users.noreply.github.com>
auto-merge was automatically disabled
March 28, 2026 14:58
Head branch was pushed to by a user without write access
Copilot
AI
dismissed stale reviews from panz3r and github-actions[bot]
via
March 28, 2026 14:58
321b7fb
Contributor
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.
Bumps @forward-software/react-auth from 2.0.3 to 2.0.4.
Affected Package(s)
@forward-software/react-auth(lib)@forward-software/react-auth-google(packages/google-signin)@forward-software/react-auth-apple(packages/apple-signin)Related Issue(s)
Motivation
Keeps the
@forward-software/react-auth-applepackage up to date with the latest version of@forward-software/react-auth.Description of Changes
@forward-software/react-authdev dependency from2.0.3to2.0.4inpackages/apple-signinpnpm-lock.yamlto reflect the new dependency version (ranpnpm iandpnpm dedupeto resolve lockfile mismatch that was causing CI failures)Breaking Changes
None
How to Test
Vitest) and build steps pass successfully on this PR.pnpm installto install dependencies.pnpm --filter @forward-software/react-auth-apple testto run tests for the affected package.pnpm --filter @forward-software/react-auth-apple buildto verify the build succeeds.pnpm --filter @forward-software/react-auth-apple lintto check for linting errors.Checklist
Notes for Reviewers
The
pnpm-lock.yamlwas not updated as part of the original Dependabot bump, which caused the CI frozen-lockfile check to fail. The lockfile has been regenerated (pnpm i --no-frozen-lockfile+pnpm dedupe) to bring it in sync with the updatedpackage.json.🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.