Skip to content

Update Firebase dependency to the latest published release#37

Merged
ProLoser merged 1 commit into
mainfrom
copilot/update-firebase-dependencies
Jun 12, 2026
Merged

Update Firebase dependency to the latest published release#37
ProLoser merged 1 commit into
mainfrom
copilot/update-firebase-dependencies

Conversation

Copilot AI commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Updates the app’s Firebase dependency from ^12.9.0 to ^12.14.0 and refreshes the Yarn lockfile to align the resolved Firebase package tree with the latest release.

  • Dependency update

    • Bump firebase in package.json to ^12.14.0
  • Lockfile refresh

    • Regenerate yarn.lock so the repository resolves to the updated Firebase release and its current transitive package set
  • Resulting manifest change

    {
      "dependencies": {
        "firebase": "^12.14.0"
      }
    }

@ProLoser

Copy link
Copy Markdown
Owner

@copilot how come you didn't upgrade to firebase 13

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

This PR updates the project’s Firebase JavaScript SDK dependency to a newer minor release and refreshes yarn.lock to reflect the updated Firebase package tree and its transitive dependencies.

Changes:

  • Bump firebase in package.json from ^12.9.0 to ^12.14.0.
  • Regenerate yarn.lock so Firebase’s related @firebase/* packages resolve to the corresponding newer versions.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Updates the direct Firebase dependency version range to ^12.14.0.
yarn.lock Refreshes the resolved Firebase (firebase@^12.14.0) and associated @firebase/* dependency versions/integrities.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI commented Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

@copilot how come you didn't upgrade to firebase 13

firebase 13 isn't published on npm yet. I verified the registry and the latest available stable release is 12.14.0, so this PR was updated to the newest published version rather than a non-existent major.

Copilot AI requested a review from ProLoser June 12, 2026 21:59
@ProLoser ProLoser merged commit 1d6baa2 into main Jun 12, 2026
2 checks passed
@ProLoser ProLoser deleted the copilot/update-firebase-dependencies branch June 12, 2026 22:10
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.

3 participants