[PR #85] [MERGED] fix(deps): bump firebase from 9.15.0 to 9.16.0 in /web #143

Closed
opened 2026-03-03 16:36:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/85
Author: @dependabot[bot]
Created: 1/23/2023
Status: Merged
Merged: 1/23/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/firebase-9.16.0


📝 Commits (1)

  • 05c3b6d fix(deps): bump firebase from 9.15.0 to 9.16.0 in /web

📊 Changes

3 files changed (+891 additions, -901 deletions)

View changed files

📝 web/package-lock.json (+679 -689)
📝 web/package.json (+1 -1)
📝 web/yarn.lock (+211 -211)

📄 Description

Bumps firebase from 9.15.0 to 9.16.0.

Commits
  • 90725ba Version Packages (#6953)
  • c0f9b62 Merge master into release
  • 3ee35f9 Update non-major dependencies (#6942)
  • e9bcd4c Remove peer deps from auth-interop-types (#6940)
  • a67eb5d Fixed issue where pausing a resumable upload throws an error (#6938)
  • 0cd4000 Replace deprecated set-output commands (#6939)
  • a405663 Remove innerHTML call and replace with textContent (#6916)
  • 50b8191 Await on the auth initialization promise in signIn/link/reauthenticateWithRed...
  • cd92522 Reference the signInWithRedirect best practices in docs (#6927)
  • 1455bfa Fix overlay patch mutation bug (#6893)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/85 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/23/2023 **Status:** ✅ Merged **Merged:** 1/23/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/firebase-9.16.0` --- ### 📝 Commits (1) - [`05c3b6d`](https://github.com/NdoleStudio/httpsms/commit/05c3b6dead5cbf286d3bc7769f4ad7741a5add93) fix(deps): bump firebase from 9.15.0 to 9.16.0 in /web ### 📊 Changes **3 files changed** (+891 additions, -901 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+679 -689) 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+211 -211) </details> ### 📄 Description Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 9.15.0 to 9.16.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/90725ba2fb6e93ff52b74bd0ee01d81f5a90da15"><code>90725ba</code></a> Version Packages (<a href="https://github-redirect.dependabot.com/firebase/firebase-js-sdk/issues/6953">#6953</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/c0f9b625f514e95b430be33e9392dd5841b9c380"><code>c0f9b62</code></a> Merge master into release</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/3ee35f9ae575018fa7617bd3ac69b99fbb5cc8e6"><code>3ee35f9</code></a> Update non-major dependencies (<a href="https://github-redirect.dependabot.com/firebase/firebase-js-sdk/issues/6942">#6942</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/e9bcd4c43a0628ebce570f03f1e91dfa93fffca2"><code>e9bcd4c</code></a> Remove peer deps from auth-interop-types (<a href="https://github-redirect.dependabot.com/firebase/firebase-js-sdk/issues/6940">#6940</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/a67eb5d04405b8133e81aad15f3fc9441eb66091"><code>a67eb5d</code></a> Fixed issue where pausing a resumable upload throws an error (<a href="https://github-redirect.dependabot.com/firebase/firebase-js-sdk/issues/6938">#6938</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/0cd40007bc61b610e6a4b5e54598469933b9ec00"><code>0cd4000</code></a> Replace deprecated set-output commands (<a href="https://github-redirect.dependabot.com/firebase/firebase-js-sdk/issues/6939">#6939</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/a4056634a5119dd3f2ca935cae23b90fc99d84ee"><code>a405663</code></a> Remove innerHTML call and replace with textContent (<a href="https://github-redirect.dependabot.com/firebase/firebase-js-sdk/issues/6916">#6916</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/50b8191f6c51a936bd92a1a6a68af1cf201fc127"><code>50b8191</code></a> Await on the auth initialization promise in signIn/link/reauthenticateWithRed...</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/cd92522a42e3b3de75eb98df6ef326730f504c6c"><code>cd92522</code></a> Reference the signInWithRedirect best practices in docs (<a href="https://github-redirect.dependabot.com/firebase/firebase-js-sdk/issues/6927">#6927</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/1455bfa4393383ab461de35ccbc2b171f92169df"><code>1455bfa</code></a> Fix overlay patch mutation bug (<a href="https://github-redirect.dependabot.com/firebase/firebase-js-sdk/issues/6893">#6893</a>)</li> <li>Additional commits viewable in <a href="https://github.com/firebase/firebase-js-sdk/compare/firebase@9.15.0...firebase@9.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=firebase&package-manager=npm_and_yarn&previous-version=9.15.0&new-version=9.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:36:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#143
No description provided.