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 9.2.2 to 10.7.1 in /functions #3046

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2022

Bumps firebase-tools from 9.2.2 to 10.7.1.

Release notes

Sourced from firebase-tools's releases.

v10.7.1

  • Fixes bug where API enablement failed. (#4467)

v10.7.0

  • Fix URL with wrong host returned in storage resumable upload (#4374).
  • Fixes Firestore emulator transaction expiration and reused bug.
  • Fixes Firestore emulator deadlock bug. #2452
  • Ensure that the hosting emulator port is not claimed by OSX (#4415).
  • Improves support for prerelease versions in ext:dev:publish (#4244).
  • Fixes console error on large uploads to Storage Emulator (#4407).
  • Fixes cross-platform incompatibility with Storage Emulator exports (#4411).
  • Fixes issue where function deployment errored on projects without secrets (#4425).
  • Adds a blocking trigger type (#4395).
  • Removes verbose HTTP responses from debug logs (#4428)
  • Releases Cloud Firestore Emulator v1.14.3: fixes #4336.

v10.6.0

  • Improve error messages when using alpha features without being in the alpha program (#4354)
  • Fixes bug where resumable uploads were not setting custom metadata on upload (#3398).
  • Fixes bug where GCS metadataUpdate cloud functions were triggered in incorrect situations (#3398).
  • Fixes bug where quoted escape sequences in .env files were incompletely unescaped. (#4270)
  • Fixes Storage Emulator ruleset file watcher (#4337).
  • Fixes issue with importing Storage Emulator data exported prior to v10.3.0 (#4358).
  • Adds ergonomic improvements to CF3 secret commands to automatically redeploy functions and delete unused secrets (#4130).
  • Fixes issue with alpha users setting timeouts (#4381)

v10.5.0

  • Release Cloud Firestore emulator v1.14.1:
    • Adds support of x-goog-request-params http header for routing.
    • Changes read-past-max-staleness error code to align with production implementation.
    • Updates readtime-in-the-future error message.
    • Supports importing exports from Windows on UNIX systems. (#2421)
  • Marks Java 10 and below as deprecated. Support will be dropped in Firebase CLI v11. Please upgrade to Java version 11 or above to continue using the emulators. (#4347)

v10.4.2

  • Fixes an issue where some valid Cloud Functions for Firebase names would not pass validation in the Functions emulator (#4352).

v10.4.1

  • Upgrade Storage Rules Runtime to v1.0.2.
  • Adds support for an environment variable FIREBASE_HOSTING_UPLOAD_CONCURRENCY to specify custom levels of Hosting upload concurrency (defaults to 200).
  • Fixes error handling in auth:export when API calls would fail.
  • Fixes bug where new callable functions were not publicly accessible. (#4327)

v10.4.0

  • Adds support for configuration with multiple storage targets (#4281).
  • Fixes bug where callable functions couldn't be emulated (#4314).

v10.3.1

  • Fixes bug where deploying callable functions failed (#4310).

... (truncated)

Commits
  • 0ff5f91 10.7.1
  • f895a40 Fix bug where enabling API erroneously sent some payload. (#4467)
  • 347a215 Use new codebase feature to split triggers for emulator e2e test (#4448)
  • e70451c Add emulator support for multi codebase functions setup. (#4447)
  • 35dd3a9 Allow and deploy multiple codebases on deploy. (#4419)
  • 336357c [firebase-release] Removed change log and reset repo after 10.7.0 release
  • c344856 10.7.0
  • 0241cf6 Skip IPv4/IPv6 tests if unsupported. (#4458)
  • c559a9e Release Cloud Firestore Emulator v1.14.3. (#4457)
  • 6d55a0e Use one preview flag for all of extensionsemulator (#4455)
  • 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 9.2.2 to 10.7.1.
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Commits](firebase/firebase-tools@v9.2.2...v10.7.1)

---
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 April 24, 2022 19:04
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 24, 2022
@codeclimate
Copy link

codeclimate bot commented Apr 24, 2022

Code Climate has analyzed commit 0930285 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 15074 lines exceeds the maximum allowed for the inline comments feature.

@colinhowe colinhowe closed this Apr 27, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 27, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/functions/staging/firebase-tools-10.7.1 branch April 27, 2022 07:53
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.

1 participant