Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump firebase-tools from 8.6.0 to 11.4.0 #3102

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2022

Bumps firebase-tools from 8.6.0 to 11.4.0.

Release notes

Sourced from firebase-tools's releases.

v11.4.0

  • Adds the ability for the CLI to automatically detect the region for Functions rewrites.
  • Fixes bug where function timeout couldn't be configured in the Functions Emulator. (#4745)
  • Adjusts API call to test IAM permissions to use the users' project's quota.
  • Fixes issue where storage (and database) targets were not being recognized. (#4752)

v11.3.0

  • Fix bug where functions:config get command failed on empty variable. (#4707)
  • Fix invoker type mismatch for https functions.
  • Add multi-tenancy and multi-factor authentication features in Emulator UI
  • Fix bug where not all the event trigger attributes are copied from build to backend (#4746).

v11.2.2

  • Adds a check for out of band changes before deploying extensions.
  • Fixes issue where firestore:* did not work with --only in deploy. (#4698)
  • Removes DNS flag passed to Emulator UI. (#4566)

v11.2.1

  • Fix bug where Artifact Registry API was not enabled on function deploy (#4715).
  • Fix bug where function deployed failed with message "Invalid function service account requested: default." (#4714).
  • Firestore emulator: fixes condition Normalization to now correctly handles cartesian products and flattening in certain edge cases.

v11.2.0

  • Fixes Auth Blocking Trigger registration in the Emulator (#4592).
  • Functions now store docker images on Artifact Registry rather than Container Repository (#4654)
  • Adds better messaging when the Emulator UI isn't started (#3781).

v11.1.0

  • Adds v2 RTDB triggers to function deploy (#4582).
  • Updates the minimum required version of Node.js to be ~14.18.0 || >=16.4.0 (#4580).
  • Fixes issue where init would fail to write existing RTDB rules containing comments (#4596).
  • Bump @google-cloud/pubsub from 2.19.4 to 3.0.1
  • Fixes issue where emualtor commands would error out when frameworkawareness preview flag was enabled and firebase.json did not have a hosting entry (#4624).
  • Updates the underlying HTTP request library for auth-related requests (#4574).
  • Replaces deprecated tweetsodium with libsodium-wrappers.

v11.0.1

  • Fixes issue where ext:* commands would error out if the --local flag was included. This flag is deprecated because it is now the default behavior (#4577).
  • Improves Node.js version warning for standalone Firebase CLI build (#2791).

v11.0.0

Breaking

  • Drops support for Node 12.
  • Tooling moves to Node 16, firepit (standalone) builds move to Node 16, testing moves to 14, 16, and 18.
  • Removes support for running the emulators with Java versions prior to 11.
  • Removes params flag from ext:install, ext:update, ext:configure commands as they are replaced by the Extensions Manifest. See https://firebase.google.com/docs/extensions/manifest for more details.
  • Removes ext:dev:emulators:start and ext:dev:emulators:exec preview commands.

... (truncated)

Commits
  • 83b487f 11.4.0
  • d63347c Update CHANGELOG.md (#4785)
  • e239ebf fix storage and realtime database targets (#4782)
  • ba686fd use user-project quota to test IAM permissions (#4781)
  • ae788e7 Add storage emulator readme with useful commands (#4777)
  • f9e09a8 Actually copy params from the v1alpha1 wire format into Builds (#4774)
  • c274636 Find the function region for a functions rewrite automatically. (#4623)
  • ac0a9e8 Remove duplicate call to track (#4766)
  • 14a74a9 Fix "bug" where function timeout option did not apply to Functions Emulator. ...
  • 266e1d7 Rewrite functions emulator integration test to avoid using serialized trigger...
  • 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)

Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 8.6.0 to 11.4.0.
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Changelog](https://github.com/firebase/firebase-tools/blob/master/CHANGELOG.md)
- [Commits](firebase/firebase-tools@v8.6.0...v11.4.0)

---
updated-dependencies:
- dependency-name: firebase-tools
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner July 31, 2022 19:39
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 31, 2022
@codeclimate
Copy link

codeclimate bot commented Jul 31, 2022

Code Climate has analyzed commit 946eabe and detected 0 issues on this pull request.

View more on Code Climate.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 13651 lines exceeds the maximum allowed for the inline comments feature.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2022

Superseded by #3111.

@dependabot dependabot bot closed this Oct 23, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/staging/firebase-tools-11.4.0 branch October 23, 2022 18:43
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