Skip to content

Bump firebase-tools from 6.0.1 to 8.9.0#112

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/firebase-tools-8.9.0
Closed

Bump firebase-tools from 6.0.1 to 8.9.0#112
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/firebase-tools-8.9.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps firebase-tools from 6.0.1 to 8.9.0.

Release notes

Sourced from firebase-tools's releases.

v8.9.0

  • Display additional info on the impact of running Firebase extensions with Node.js 10 runtime. (#2549)
  • Add support for vpcConnector and vpcConnectorEgressSettings customization for functions. Must be used in conjunction with firebase-functions v3.11.0 or higher. Thanks @pcboy! (#2525)

v8.8.1

  • Fixes a bug where all Cloud Functions for Firebase deploys asked about failure policies.

v8.8.0

  • Fixes an issue where immutable params were not sent during ext:configure.
  • Includes latest features and improvements from production in the Firestore Emulator.
  • Fixes issue where all database functions triggered on the default namespace (#2501)
  • Fixes issue where rules paths were not normalized before reading (#2544)
  • Functions emulator waits for all functions to finish before exiting (#1813)
  • Adds support for deploying functions with a failure policy.

v8.7.0

  • Fixes issue where Authorization header was missing from callable functions in the emulator (#2459).
  • Improve support for the Node.js 12 (Beta) runtime in the Functions emulator.
  • Allow specifying the config (firebase.json) file using the --config/-c flag.
  • Fixes issue where emulators:exec could fail to shut down cleanly (#2477).
  • Fixes issue where database emulator did not properly load initial rules (#2483).
  • Allow starting the UI with emulators:exec using the --ui flag.
  • Fixes issue where multiple CLI instances compete for the same log (#2464).
  • Fixes issue where emulators run from npm scripts could not be shut down cleanly (#2507).
  • Makes it easier to import data from production databases.

v8.6.0

  • Adds support for Node.js 12 (beta) to Cloud Functions for Firebase. Specify "node":"12" in package.json or "runtime": "nodejs12" in firebase.json.

  • Enables runtime for Cloud Functions to be set in firebase.json (#2241, thanks @quentinvernot!), for example:

    {
      "functions": {
        "runtime": "nodejs10"
      }
    }
    
  • Fixes an issue where the suggested redeploy command for Firebase Functions was incorrect for names with dashes.

  • Adds the --export-on-exit flag to emulators:start and emulators:exec to automatically export emulator data on command exit (#2224)

  • Fixes support for camel-case query parameters in Firestore Emulator.

  • Adds support for != style queries in Firestore Emulator.

  • Fixes connecting to host 0.0.0.0 from Emulator UI.

v8.5.0

  • Adds support for regular expression-based custom headers and rewrites for Firebase Hosting. (#2391)
  • Fixes a bug with RTDB Rules hot reloading in the RTDB emulator. (#2371)
  • Changes default functions runtime to Node.js 10 for firebase init.
  • Adds import/export support to the Realtime Database emulator.
  • Adds application default credentials inside the Functions emulator (#1940)
Commits
  • fbed710 8.9.0
  • 3d47ad0 Update CHANGELOG.md (#2565)
  • a6d3419 Adds support for vpcConnector and vpcConnectorEgressSettings customization fo...
  • c40ebc8 Display additional messaging on the impact of deploying Firebase extensions w...
  • 5526fd3 chore: update console url on firestore init error (#2564)
  • 6ee96ae [firebase-release] Removed change log and reset repo after 8.8.1 release
  • 8f00754 8.8.1
  • f0663e1 Fix failure policy deploys (#2563)
  • 4468db0 [firebase-release] Removed change log and reset repo after 8.8.0 release
  • 7c6b4f3 8.8.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for firebase-tools since your current version.


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)

Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 6.0.1 to 8.9.0.
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Commits](firebase/firebase-tools@v6.0.1...v8.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 24, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #113.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/firebase-tools-8.9.0 branch August 29, 2020 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants