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 10.8.0 to 11.16.0 #197

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2022

Bumps firebase-tools from 10.8.0 to 11.16.0.

Release notes

Sourced from firebase-tools's releases.

v11.16.0

  • Fixes an issue where an error during product provisioning check would block firebase deploy --only extensions (#5074).
  • Releases RTDB Emulator v4.11.0: Wire protocol update for startAfter, endBefore.
  • Changes superstatic dependency to v8, addressing Hosting emulator issues on Windows.
  • Fixes internal library that was not being correctly published.
  • Add support for Next.js 13 in firebase deploy.
  • Next.js routes with revalidate are now handled by the a backing Cloud Function.
  • Adds --disable-triggers flag to RTDB write commands.
  • Default enables experiment to skip deploying unmodified functions (#5192)
  • Default enables experiment to allow parameterized functions codebases (#5192)
  • Fixes parallel requests in the functions emulator (#5149).
  • Unspecified functions concurrency will shift between the defaults of 1 or 80 when CPU is changed to support/not support concurrency (#5196)

v11.15.0

Fix a bug where next.js applications would fail to deploy if they did not have a public dir (#5142)

v11.14.4

  • Fixes a crash in integer params when a default value is selected in the prompt. (#5118)
  • Fixes error handling for auth blocking functions.
  • Fixes bug preventing Storage Rules from updating when ruleset compilation completed successfully but with warnings

v11.14.3

  • Fixes issue where errors were not properly propagating when listing backends. (#5071)
  • Fixes issue where message from -m on deploy was not being properly applied. (#5107)
  • Fixes error EADDRNOTAVAIL when running emulators in Docker.
  • Fixes further issues where ports were not correctly recognized as unavailable.

v11.14.2

  • Enable single project mode for the database emulator (#5068).
  • Ravamp emulator networking to assign ports early and explictly listen on IP addresses (#5083).
  • Emulator UI and hub now listen on both IPv4 and IPv6 address by default (if possible) (#5088).
  • Fix Firestore emulator excessive logs about discovery endpoint not found (#5088).

v11.14.1

  • Enables single project mode for the auth emulator (#5068).
  • Fixes issue deploying to Hosting with i18n enabled.
  • Fixes issue where deploying to Hosting without Functions permissions would cause deployments to fail with 403 "Permission Denied" errors. (#5071)
  • Fixes issue where Firestore Emulator UI Requests tab wrongly show error requiring updates (#5051)
  • Fixes issue where Hosting configurations were being validated before predeploys could have been run (#5072).

v11.14.0

  • Add functions emulator support for RTDB v2 triggers (#5045).
  • Enables single project mode for Firestore by default (#4890).
  • Add Emulator UI support for HTTPS, launching UI v1.10.0 (#5065).

v11.13.0

  • Add the "experiments" family of commands (#4994)
  • Enable detecting and skipping no-op function deploys (#5032).
  • Catches errors when fetching CLI MOTD, allowing process to continue (#4998).
  • Adds test lab triggers to firebase deploy (#5011).

... (truncated)

Commits
  • 6742d76 11.16.0
  • 5a6b376 Add changelog (#5202)
  • 4f63950 Fix parallel requests in the functions emulator (#5149)
  • 88fe601 Fixing handling of automatic rewrites detection to consider backends that don...
  • 60f6d66 Auto-downgrade implicit concurrency (#5196)
  • 2a675d8 Next 13 fixes (#5175)
  • 87e8f0c Enable experiments that should have gone out with the 4.0 functions sdk (#5192)
  • 818ea6c Set environment variable necessary to be a custom events source (#5078)
  • 74c1b19 Inlined.web frameworks label (#5176)
  • 793253f Add --disable-triggers flag to database write commands (#5179)
  • 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 10.8.0 to 11.16.0.
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Commits](firebase/firebase-tools@v10.8.0...v11.16.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 added the dependencies Pull requests that update a dependency file label Nov 2, 2022
@vercel
Copy link

vercel bot commented Nov 2, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
opensourcehub ✅ Ready (Inspect) Visit Preview Nov 2, 2022 at 1:45AM (UTC)

@ghost
Copy link

ghost commented Nov 2, 2022

👇 Click on the image for a new way to code review
  • Make big changes easier — review code in small groups of related files

  • Know where to start — see the whole change at a glance

  • Take a code tour — explore the change with an interactive tour

  • Make comments and review — all fully sync’ed with github

    Try it now!

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 16, 2022

Superseded by #208.

@dependabot dependabot bot closed this Nov 16, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/firebase-tools-11.16.0 branch November 16, 2022 01:32
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.

None yet

0 participants