[PR #853] [MERGED] chore(deps): bump firebase from 7.14.2 to 7.14.3 #2901

Closed
opened 2026-03-17 00:34:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/853
Author: @dependabot-preview[bot]
Created: 5/8/2020
Status: Merged
Merged: 5/8/2020
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/firebase-7.14.3


📝 Commits (1)

  • fdca00b chore(deps): bump firebase from 7.14.2 to 7.14.3

📊 Changes

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

View changed files

📝 package-lock.json (+98 -98)
📝 package.json (+1 -1)

📄 Description

Bumps firebase from 7.14.2 to 7.14.3.

Commits
  • 165a898 Publish firebase@7.14.3
  • f9c6dde Take WatchStream offline when IndexedDB is unavailable (#3010)
  • 631a0ec Reland "Use crypo RNG for auto ID generation to reduce conflicts (#2764)" (#3...
  • 8143c83 Point to the internal typing file in app-exp's package.json (#3030)
  • 575b3fe Remove dependency on valueCompare from Document (#3024)
  • e67affb Remove static references to API types (#3023)
  • 8877803 Add invokeRunQueryRpc() (#3025)
  • fd12d77 Fix GeoPoint field values with a zero coordinate failing input validation (...
  • 76ba2ea Ignore IndexedDB failures during garbage collection (#3015)
  • 3ccd70a Remove ObjectValue.EMPTY (#3022)
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/hoppscotch/hoppscotch/pull/853 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/8/2020 **Status:** ✅ Merged **Merged:** 5/8/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/firebase-7.14.3` --- ### 📝 Commits (1) - [`fdca00b`](https://github.com/hoppscotch/hoppscotch/commit/fdca00b1981289ba6c5c7c414f3ea39b5321054f) chore(deps): bump firebase from 7.14.2 to 7.14.3 ### 📊 Changes **2 files changed** (+99 additions, -99 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+98 -98) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 7.14.2 to 7.14.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/165a898bd81a11631cdfde49b8f6824ab38588a3"><code>165a898</code></a> Publish firebase@7.14.3</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/f9c6ddec0c272a618d2e8f5bf98c5189c6a52233"><code>f9c6dde</code></a> Take WatchStream offline when IndexedDB is unavailable (<a href="https://github-redirect.dependabot.com/firebase/firebase-js-sdk/issues/3010">#3010</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/631a0ec5982b36382a96c15be9916bf29f98a01f"><code>631a0ec</code></a> Reland &quot;Use crypo RNG for auto ID generation to reduce conflicts (<a href="https://github-redirect.dependabot.com/firebase/firebase-js-sdk/issues/2764">#2764</a>)&quot; (<a href="https://github-redirect.dependabot.com/firebase/firebase-js-sdk/issues/3">#3</a>...</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/8143c836f01c08d77fb602f1c00f9642231fcef3"><code>8143c83</code></a> Point to the internal typing file in app-exp's package.json (<a href="https://github-redirect.dependabot.com/firebase/firebase-js-sdk/issues/3030">#3030</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/575b3fe82d75697824232be870754c776f3e1107"><code>575b3fe</code></a> Remove dependency on valueCompare from Document (<a href="https://github-redirect.dependabot.com/firebase/firebase-js-sdk/issues/3024">#3024</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/e67affba53a53d28492587b2f60521a00166db60"><code>e67affb</code></a> Remove static references to API types (<a href="https://github-redirect.dependabot.com/firebase/firebase-js-sdk/issues/3023">#3023</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/88778032d9f173f69c759be9daa5db6bef8bcbbb"><code>8877803</code></a> Add invokeRunQueryRpc() (<a href="https://github-redirect.dependabot.com/firebase/firebase-js-sdk/issues/3025">#3025</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/fd12d771934596fc8cf07a78813ce44290aab980"><code>fd12d77</code></a> Fix <code>GeoPoint</code> field values with a zero coordinate failing input validation (...</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/76ba2ea360b1e225708a7f88f7a2a9db7521c822"><code>76ba2ea</code></a> Ignore IndexedDB failures during garbage collection (<a href="https://github-redirect.dependabot.com/firebase/firebase-js-sdk/issues/3015">#3015</a>)</li> <li><a href="https://github.com/firebase/firebase-js-sdk/commit/3ccd70a694be561ebb2ec0bdb7b4f21fc4c40e34"><code>3ccd70a</code></a> Remove ObjectValue.EMPTY (<a href="https://github-redirect.dependabot.com/firebase/firebase-js-sdk/issues/3022">#3022</a>)</li> <li>Additional commits viewable in <a href="https://github.com/firebase/firebase-js-sdk/compare/firebase@7.14.2...firebase@7.14.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=firebase&package-manager=npm_and_yarn&previous-version=7.14.2&new-version=7.14.3)](https://dependabot.com/compatibility-score/?dependency-name=firebase&package-manager=npm_and_yarn&previous-version=7.14.2&new-version=7.14.3) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:34:05 +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/hoppscotch#2901
No description provided.