[PR #140] [MERGED] fix(deps): bump firebase from 9.17.2 to 9.18.0 in /web #192

Closed
opened 2026-03-03 16:37:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/140
Author: @dependabot[bot]
Created: 3/20/2023
Status: Merged
Merged: 3/20/2023
Merged by: @AchoArnold

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


📝 Commits (1)

  • b216a03 fix(deps): bump firebase from 9.17.2 to 9.18.0 in /web

📊 Changes

2 files changed (+38 additions, -38 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/yarn.lock (+37 -37)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps firebase from 9.17.2 to 9.18.0.

Commits
  • 568d34f Version Packages (#7123)
  • dd257eb Merge master into release
  • 9a21a57 Updated the changeset for OR queries to be more descriptive (#7121)
  • a2505bd Validate target purpose in spec tests (#7113)
  • c4276bd Avoid changeset check on PRs to non-master branches (#7110)
  • 2e22d5b firestore-compat: fix typing error in fields.test.ts: TS2339: Property 'ignor...
  • 497c38a Point the demo app to use local auth SDK changes by default. (#7106)
  • e0b677e Explicitly set createdAt and lastLoginAt when cloning UserImpl (#7066)
  • 5099f0f Use userAgent instead of depricated appVersion to check for safari indexDB bu...
  • 547348b Surface the error for COUNT queries (#7072)
  • 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/140 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/20/2023 **Status:** ✅ Merged **Merged:** 3/20/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/firebase-9.18.0` --- ### 📝 Commits (1) - [`b216a03`](https://github.com/NdoleStudio/httpsms/commit/b216a030080e464591daa3a097f77623027e5280) fix(deps): bump firebase from 9.17.2 to 9.18.0 in /web ### 📊 Changes **2 files changed** (+38 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+37 -37) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 9.17.2 to 9.18.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/568d34fe659b19209d5717cf1ce2dae65c17e02d"><code>568d34f</code></a> Version Packages (<a href="https://redirect.github.com/firebase/firebase-js-sdk/issues/7123">#7123</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/dd257eb0a2adc552761f8615c0865fb2773657e0"><code>dd257eb</code></a> Merge master into release</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/9a21a572988843435581d4fc32e6e74dd37136b7"><code>9a21a57</code></a> Updated the changeset for OR queries to be more descriptive (<a href="https://redirect.github.com/firebase/firebase-js-sdk/issues/7121">#7121</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/a2505bd7282eafc30e49a3eab925df33b35c4e5f"><code>a2505bd</code></a> Validate target purpose in spec tests (<a href="https://redirect.github.com/firebase/firebase-js-sdk/issues/7113">#7113</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/c4276bda19c6cbe7b15dbb8e9de6a50d1986da89"><code>c4276bd</code></a> Avoid changeset check on PRs to non-master branches (<a href="https://redirect.github.com/firebase/firebase-js-sdk/issues/7110">#7110</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/2e22d5bb6cb4b6319274fdb7a4effc62c7883ce8"><code>2e22d5b</code></a> firestore-compat: fix typing error in fields.test.ts: TS2339: Property 'ignor...</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/497c38ae1c759da9ab1927fe97bf210592bf1d60"><code>497c38a</code></a> Point the demo app to use local auth SDK changes by default. (<a href="https://redirect.github.com/firebase/firebase-js-sdk/issues/7106">#7106</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/e0b677e70ed2fd9e488737c77ebe2fc65d3a0822"><code>e0b677e</code></a> Explicitly set createdAt and lastLoginAt when cloning UserImpl (<a href="https://redirect.github.com/firebase/firebase-js-sdk/issues/7066">#7066</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/5099f0f60a5198b48942e8b2a574505432bdc213"><code>5099f0f</code></a> Use userAgent instead of depricated appVersion to check for safari indexDB bu...</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/547348ba59e1a2bf108330bd882c2ea2753d54d0"><code>547348b</code></a> Surface the error for COUNT queries (<a href="https://redirect.github.com/firebase/firebase-js-sdk/issues/7072">#7072</a>)</li> <li>Additional commits viewable in <a href="https://github.com/firebase/firebase-js-sdk/compare/firebase@9.17.2...firebase@9.18.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.17.2&new-version=9.18.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:37:12 +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#192
No description provided.