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

chore(deps-dev): bump firebase-tools from 9.9.0 to 11.24.0 #861

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 26, 2023

Bumps firebase-tools from 9.9.0 to 11.24.0.

Release notes

Sourced from firebase-tools's releases.

v11.24.0

  • Allow configuration of the Cloud Function generated for full-stack web frameworks (#5504)
  • Fixes bug where passing --port flag in functions:shell does not set which port to emulate functions (#5521)
  • Improve error message during deploy when given invalid hosting rewrite rule (#5533)
  • Generate ESM-compatible SSR function for web frameworks (#5540)
  • Fix bug emulators:exec script didn't populate FIREBASE_CONFIG environment variable (#5544)

v11.23.1

  • Fix bug where CLI couldn't discover functions for monorepo setups. (#5518)
  • Fix bug where --inspect-functions flag always fails. #5516

v11.23.0

  • Fix storage download name issue #5478
  • Refactor the way timeouts are enforced by the Functions Emulator (#5464)
  • Fix bug where cloudevent emitted by various emulators didn't conform to spec (#5466)
  • Upgrade the emulator suite UI to 1.11.3 to capture some bug fixes (#5479)
  • Web frameworks deploys can once again bundle local NPM dependencies (#5440)
  • Catches error when attempting to deploy without a project (#5415)
  • Fixes a number of issues and outdated dependencies in templates for init --only functions and ext:dev:init
  • Adds integration tests and useful scripts to the extension directory created by ext:dev:init.
  • Support private network access (CORS-RFC1918) in Firestore Emulator (#4227)
  • Fix some edge cases where Emulator UI cannot reach the emulators (#912)
  • Fix various accessibility and usability issues in Emulator UI.
  • Support .env when deploying a web framework (#5501)
  • Fix various issues with "init hosting" and web frameworks (#5500)
  • Fix Next.js deployments on Windows (#5499)

v11.22.0

  • Refactors Functions Emulator. (#5422)
  • Fixes race condition when discovering functions. (#5444)
  • Added support for Nuxt 2 and Nuxt 3. (#5321)
  • Fixes issue where init firestore was unecessarilly checking for default resource location. (#5230 and #5452)
  • Pass trailingSlash from Next.js config to firebase.json (#5445)
  • Don't use Next.js internal redirects for the backend test (#5445)
  • Fix issue where pnpm support broke for function emulation and deployment. (#5467)
  • Fix bug where .env.local files were not picked up during function emulation. (#5477)

v11.21.0

  • Fix bug where CLI was unable to deploy Firebase Functions in some monorepo setups (#5391)
  • Upgrade Storage Rules Runtime to v1.1.3 to support ternary operators (#5370)
  • Fixes an issue where already deployed functions with the same remote configuration do not get skipped (#5354)
  • App Distribution: Links to new releases are now available. These links help you manage binaries and ensure that testers and other developers have the right release. (#5405)

v11.20.0

  • Fixes a bug in the pubsub emulator by forcing a shutdown if it didn't end cleanly. (#5294)
  • Fixes an issue where dependencies for emulated Extensions would not be installed on Windows - thanks @​stfsy! (#5372)
  • Adds emulator support for Extensions with schedule triggers - thanks @​stsfy! (#5374)
  • Update the Emulator Suite UI to v1.11.2 to capture a set of accessibility improvements. (#5394)
  • Fixes an issue in the Functions emulator where secret values were undefined after hot reload with the --inspect-functions flag. (#5384)
  • Fixes a bug where functions:delete command did not recognize '-' as delimiter. (#5290)

... (truncated)

Commits
  • ee26bea 11.24.0
  • cc889a5 Inject FIREBASE_CONFIG environment variable for scripts executed via emulat...
  • 07cc578 Added condition to change value of port when options.port value is specified....
  • c05b9cd Generate ESM-compatible web framework SSR function (#5540)
  • 74f82cf Fixes bugs when saving system params to manifest (#5532)
  • 4755cb7 Fix typo in function init template. (#5535)
  • 05f4f50 Improve error message when given invalid hosting configuration. (#5533)
  • d6826ee Allow configuration of web frameworks backend (#5504)
  • d6d396a [firebase-release] Removed change log and reset repo after 11.23.1 release
  • e770a85 11.23.1
  • 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.9.0 to 11.24.0.
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Commits](firebase/firebase-tools@v9.9.0...v11.24.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 Feb 26, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 26, 2023

Dependabot tried to add @lipis as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/dai-shi/excalidraw/pulls/861/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the dai-shi/excalidraw repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

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
0 participants