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

Update dependency firebase-tools to ^9.23.3 #17

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 7, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
firebase-tools ^9.1.0 -> ^9.23.3 age adoption passing confidence

Release Notes

firebase/firebase-tools

v9.23.3

Compare Source

  • Upgrades Database Emulator to v4.7.3, removing log4j dependency.

v9.23.2

Compare Source

  • Fixes issue when installing a Firebase Extension where secrets would be created before validation.
  • Fixes issue with filtering on a specific storage bucket using functions in the emulator. (#​3893)
  • Fixes check in Cloud Functions for Firebase initialization to check for API enablement before trying to enable them. (#​2574)
  • No longer tries to clean up function build images from Artifact Registry when Artifact Registry is not enabled. (#​3943)
  • Show error message when running firebase init hosting:github with no Hosting config in firebase.json. (#​3113)
  • Fixes issue where remoteconfig:get was not fetching the latest version by default. (#​3559)
  • Fixes issue where empty variables in .env files would instead read as multi-line values. (#​3934)

v9.23.1

Compare Source

  • Corrects a bug where containers in Artifact Registry would not be deleted if a function has an upper case character in its name (#​3918)
  • Fixes issue where providing the --project flag during init would not be recognized with a default project already set. (#​3870)
  • Fixes issue with setting memory limits for some functions (#​3924)
  • New HTTPS functions only allow secure traffic. (#​3923)
  • No longer default-enable AR and don't send builds to AR unless an experiment is enabled (#​3935)

v9.23.0

Compare Source

  • firebase deploy --only extensions now supports project specifc .env files. When deploying to multiple projects, param values that are different between projects can be put in extensions/${extensionInstanceId}.env.${projectIdOrAlias} and common param values can be put in extensions/${extensionInstanceId}.env.

v9.22.0

Compare Source

  • Adds firebase ext:export command, and adds extensions to firebase deploy. See https://firebase.google.com/docs/extensions/reuse-project-config for more infomation on how to manage your extensions with these commands.
  • Fixes issue where init would crash with multiple Hosting items selected (#​3742).
  • Adds a command (crashlytics:symbols:upload) to upload native symbol files, used in Android NDK crash symbolication.

v9.21.0

Compare Source

  • Fix Auth Emulator deleteTenant not working with Node Admin (#​3817).
  • Fix Crashlytics Android Native Symbols not working on Windows due to ":" in the path (#​3842)
  • Fixes Firestore emulator UI showing requests out of order

v9.20.0

Compare Source

  • ext:install, ext:update and ext:configure now support param type secret.

v9.19.0

Compare Source

  • ext:dev:publish and ext:update now support --force and --non-interactive flags.
  • Fixes issue where account specified by login:use was not being correctly loaded (#​3759).
  • Fixes minor layout issues in Auth Emulator IDP sign-in page (#​3774).

v9.18.0

Compare Source

  • ext:install now supports --force and --non-interactive flags.
  • Fixes a crash when customers deploy an empty Cloud Functions project (#​3705)
  • Fixes (and implements) --no-authorized-domains, skipping syncing with Firebase Auth, when deploying to a Firebase Hosting channel (#​3740).
  • Adds a command (functions:list) for listing all functions in the Firebase project.
  • Uses public v1 AppDistribution API.
  • Adds appdistribution:testers:add and appdistribution:testers:remove commands.

v9.17.0

Compare Source

  • Adds support for the nodejs16 runtime for Cloud Functions.
  • ext:update now displays release notes for the versions you are updating to.
  • ext:dev:publish now checks for a CHANGELOG.md file before publishing.
  • firebase ext:dev:init now creates a placeholder CHANGELOG.md file.
  • Fixes error when using a project number as the --project flag.
  • firebase init hosting now supports the version 9 compatibility SDK (#​3711).
  • Fixes layout issues when editing fields in Firestore Emulator UI.

v9.16.6

Compare Source

  • Fixes bug where functions packaged as ES module failed to load on Windows. (#​3692)
  • Fixes bug parsing dotenv files with multiple quoted values (#​3703)
  • Tracks use of runtime config and environment variables on function deploys. (#​3704)

v9.16.5

Compare Source

  • Fix Auth Emulator not updating lastLoginAt with signInWithPassword, causing some "token revoked" errors.
  • Fix firebase emulator:exec throwing errors when run without project ID. (#​3681)

v9.16.4

Compare Source

  • Fixes Auth Emulator tokens having invalid auth_time field. (#​3674)

v9.16.3

Compare Source

  • Fixes bug where function deploys failed due to bad FIREBASE_CONFIG value (#​3668).

v9.16.2

Compare Source

  • Fixes issue deploying Cloud Functions for Firebase. (#​3664)

v9.16.1

Compare Source

  • Makes auth_time emulator behavior match production (auth_time is now set to user's last sign in time). (#​3608)
  • Fixes Auth Emulator errors when importing many users. (#​3577)
  • Fixes support for --except flag when used for deploying Hosting. (#​3397)
  • Improves handling of project number identifiers.
  • Fixes Emulator UI editing timestamp values in Firestore tab. (#​3653)
  • Fixes page layout issues on Emulator UI Database tab. (#​3653)
  • Stops Emulator UI triggering functions on importing JSON to Database by default. (#​3653)

v9.16.0

Compare Source

  • Supports inspecting Firestore Emulator requests and rules in Emulator UI (#​3564).

v9.15.1

Compare Source

  • Fixes issue where firebase.json schema was not packaged in the module. (#​3561)

v9.15.0

Compare Source

  • Fixes a number of issues where ext:dev:emulator:* was not providing the correct parameter values to the emulated extension (#​2928)
  • Support loading Firebase Functions packaged as an ES module. (#​3485)
  • Fixes Cloud Storage emulator missing classes. (#​3541)
  • Add missing properties to Authentication functions context in the Functions emulator. (#​3536)
  • Firestore Emulator UI now supports deleting documents and collections recursively.
  • Fixes some Storage Emulator UI errors.
  • Fixes some issues when using Emulator UI on a different device.
  • Fixes issues where functions:log command did not showing some log entries. (#​3539)
  • Fixes Emulator issue when function definition changes (#​2533).

v9.14.0

Compare Source

  • Fix crash when deploying zero functions (#​3520)
  • Increase maximum function ID length to 63 (#​3521)
  • Delete Container Registry images left after Functions deployment (#​3439)
  • Avoid emulator data loss when there an error during export (#​3504)
  • Ask before overwriting storage.rules during firebase init (#​1833)
  • Release Cloud Firestore Emulator v1.13.0.

v9.13.1

Compare Source

  • Fixes an issue with ext:update where local extension is incorrectly inferred as published (#​3499)
  • Fixes firebase init hosting:github (#​3498)

v9.13.0

Compare Source

  • Adds Warsaw (europe-central2) Cloud Function Location to Firebase Extension template.
  • Add sSingapore (asia-southeast1) as a valid Firebase Realtime Database location.
  • Fixes firebase init database failure when no project is selected (#​2981)
  • Fixes issue where firebase init database overwrites entire firebase.json (#​3299)
  • Fixes import/export bug with Storage emulator download tokens (#​3414)
  • Improves errors when failing to start Storage emulator (#​3443)
  • Fixes missing download tokens in Storage Emulator (#​3451)
  • Fixes functions:shell error with background functions (#​3490)

v9.12.1

Compare Source

  • Fixes a regression where timeZone for scheduled Cloud Functions was always America/Los_Angeles. (#​3425)
  • Fixes an issue where a provided channel ID would be ignored when creating a Firebase Hosting channel. (#​3417)
  • Fixes a regression where HTTPS functions could not be called from functions:shell and emulators:start. (#​3426)

v9.12.0

Compare Source

  • Enable running functions in multiple regions in the emulator. (#​3364)
  • Adds the deployed version to the output when deploying to Firebase Hosting. (#​3157)
  • Updates the configured runtime for functions generated by firebase init functions from Node.js 12 to 14 (#​3399)
  • Releases Firestore Emulator v1.12.0: supports clearing data partially. (#​3402)
  • Fixes manually setting download tokens in Storage Emulator. (#​3396)
  • Fixes deleting custom metadata in Storage emulator. (#​3385)
  • Fixes errors when calling makePublic() with Storage Emulator(#​3394)
  • Fixes mishandling of bytes when uploading two files with the same name in the Storage Emulator (#​3406)
  • Adds support for setting user labels on scheduled functions. (#​3408)

v9.11.0

Compare Source

  • Adds Cloud Storage for Firebase emulator. ( #​1738)
  • Allows Hosting deploys with no public directory when dynamic rewrites or redirects are present. (#​3349)
  • Fixes error where Hosting gets in an undeployable state due to the hash cache having incorrect entries. (#​2126)
  • Improves error handling for the throttler queue, to better diagnose Hosting deploys that fail during the file upload step. (#​2126)

v9.10.2

Compare Source

  • Bug fixes and Performance Improvements 😉

v9.10.1

Compare Source

  • Include appId in web app configuration when using the Hosting emulator (#​2798).
  • Add support for emulating the demo-* project ID namespace with fake Admin and Web SDK configurations (#​3291).
  • Update Cloud Firestore emulator to v1.11.15 which fixes unexpected PERMISSION_DENIED errors when headers are empty (#​3258)
  • Fix Auth emulator export only exporting 20 users. (#​3311)
  • Update the workflow template generated by firebase init hosting:github so that the preview action doesn't attempt to run on PRs from forks (#​3326)

v9.10.0

Compare Source

  • Migrates Firebase Extensions commands to use registry API.

v9.9.0

Compare Source

  • Fixes native module issues by removing fast-crc32c (#​3247, #​3239).
  • Adds retries on Quota Exceeded errors during functions deployment (#​2606, #​1372).
  • Fixes Firestore Emulator wrong behavior for documents which are created and deleted in a single transaction.
  • Fixes header parsing in Firestore Emulator causing permission denined errors with JS SDK v8.3.2 (#​3258).
  • Fixes an edge case with nextPageToken in batchGet in Auth Emulator (#​3231).
  • Removes unused dependencies (#​3252).
  • Adds support for multiple accounts via new commands login:use, login:add and login:list.

v9.8.0

Compare Source

  • Bug fixes and Performance Improvements 😉

v9.7.0

Compare Source

  • Fixes an issue where ext:dev:init failed when Typescript was chosen.
  • Add support for reading/writing mfaInfo field in Auth Emulator (#​3173).
  • Work around CORS issues with jsdom in Auth Emulator and Emulator Hub (#​3224).
  • Fixes port conflict issues with functions:shell (#​3210).
  • Fixes issue where database:settings:set would cause an error with valid input (#​3217).

v9.6.1

Compare Source

  • Adds hosting:sites:<create|get|list|delete> commands to allow managing Hosting Sites.
  • Fixes extra logging and race conditions when disabling emulated background functions.

v9.6.0

Compare Source

  • Fixes issue where proxied requests to dynamic content through the Hosting emulator would return unexpected location headers. (#​3097)
  • Fixes issue where optional extension parameters could not be omitted. (#​3126)
  • Fixes issues with initializing Remote Config (#​3137)
  • Deploying a function with a retry policy will no longer prompt if the function already had a retry policy (firebase-functions#​798)
  • Fixes issue where the Firebase Hosting emulator would fail to start with --only filters using targets (#​2820).
  • Fixes issue where database:remove fails for large nodes (#​3186, #​3193).

v9.5.0

Compare Source

  • Fixes issue where OOB flow is not initiated after updating a user's email (#​3096)
  • Fixes issue where rules are not applied to the default emulated Realtime Database instance (#​3124)
  • Adds setup:emulators:ui command to download the Emulators UI (#​3152)
  • Fixes issue causing timeout errors for eventually successful functions deploys (#​3147)
  • Fixes issue where adding a field to an empty document in Firestore Emulator UI fails

v9.4.0

Compare Source

  • Fixes issue where proxied requests to dynamic content through the Hosting emulator would return unexpected location headers. (#​3097)
  • Fixes issue where optional extension parameters could not be omitted. (#​3126)
  • Fixes issue where deploying Cloud Functions for Firebase fails on Node.js v15. (#​3120)
  • Fixes issue where hosting emulator would connect to 0.0.0.0 for emulators. (#​3121)
  • Improves performance and reliability of Cloud Functions for Firebase deployments. (#​3132)

v9.3.0

Compare Source

  • Adds support for batchDelete in Auth Emulator (#​3091).
  • Adds support for createSessionCookie in Auth Emulator (#​3094).
  • Fixes support for using the CLI as a library against locally running emulators (#​3084).

v9.2.2

Compare Source

  • Improves handling of compressed content when proxying through the Hosting emulator. (#​3052, #​3055)

v9.2.1

Compare Source

  • Catches errors while updating authorized domains when deleting channels, printing a warning instead of failing.
  • Fixes issue where host header was being incorrectly set when proxying to Cloud Run or Cloud Functions for Firebase from the Hosting emulator. (#​3012)
  • Adds support for setting availableMemoryMb to 4GB in the Cloud Functions for Firebase emulator. (#​3026)
  • Fixes issue where emulated HTTP functions would crash when the URL contained query parameters (#​3032)
  • Fixes issue with routing to emulated HTTP functions in regions outside of us-central1 (#​3031)
  • Fixes issue where authorized domains were not being correctly updated when deploying to Hosting channels. (#​3002)
  • Fixes issue where the User-Agent was being overridden when proxying through the Hosting emulator. (#​2970)
  • Fixes issue where Firestore Emulator wrongly triggers events on deleting an nonexistent document (#​3043).
  • Adds root: true to lint configurations for newly initialized functions directories to prevent it being combined with a higher level config. (#​2925)
  • Fixes issue where Auth emulator APIs require Oauth security for incoming requests. (#​3044)

v9.2.0

Compare Source

  • Improves logging for emulators:start and emulators:exec (#​3020).
  • Add warning when a developer is using yarn@2 PnP (#​2198).
  • Fixes incorrect URLs reported inside emulated HTTPS functions (#​1862).
  • Updates underlying timeout handler when proxying through the Hosting emulator.
  • Adds support for installing experimental extensions (#​2830).
  • Adds support for setting ingressSettings when deploying Cloud Functions (#​2924).

v9.1.2

Compare Source

  • Fixes firebase init error when no arguments pased (#​3000)
  • Fixes firebase serve error when serving Functions (#​3000)

v9.1.1

Compare Source

  • Allows more than 100 concurrent connections to the Realtime Database emulator.
  • Fixes incorrect databaseURL inside the Cloud Functions emulator for new projects (#​2965).
  • Fixes function URLs when emulating namespaced/grouped Cloud Functions (#​2966).
  • Supports using firebase-bolt installed in local node_modules (#​767).
  • Fixes issue where Auth triggers were not disabled when background trigges were disabled.
  • Re-adds support for proxying HTTP requests in a new underlying library (#​2927).
  • Updates the Cloud Functions for Firebase templates used in initialization (#​2919).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/firebase-tools-9.x branch from 1033b48 to 8c59810 Compare January 7, 2021 17:43
@renovate renovate bot changed the title Update dependency firebase-tools to ^9.1.1 Update dependency firebase-tools to ^9.1.2 Jan 7, 2021
@renovate renovate bot force-pushed the renovate/firebase-tools-9.x branch from 8c59810 to 1e35b07 Compare January 12, 2021 19:19
@renovate renovate bot changed the title Update dependency firebase-tools to ^9.1.2 Update dependency firebase-tools to ^9.2.0 Jan 12, 2021
@renovate renovate bot force-pushed the renovate/firebase-tools-9.x branch from 1e35b07 to 911dd95 Compare January 15, 2021 22:16
@renovate renovate bot changed the title Update dependency firebase-tools to ^9.2.0 Update dependency firebase-tools to ^9.2.1 Jan 15, 2021
@renovate renovate bot force-pushed the renovate/firebase-tools-9.x branch from 911dd95 to 5988fbf Compare January 22, 2021 01:43
@renovate renovate bot changed the title Update dependency firebase-tools to ^9.2.1 Update dependency firebase-tools to ^9.2.2 Jan 22, 2021
@renovate renovate bot force-pushed the renovate/firebase-tools-9.x branch from 5988fbf to c06d43f Compare February 1, 2021 22:23
@renovate renovate bot changed the title Update dependency firebase-tools to ^9.2.2 Update dependency firebase-tools to ^9.3.0 Feb 1, 2021
@renovate renovate bot force-pushed the renovate/firebase-tools-9.x branch from c06d43f to 6358014 Compare February 16, 2021 22:26
@renovate renovate bot changed the title Update dependency firebase-tools to ^9.3.0 Update dependency firebase-tools to ^9.4.0 Feb 16, 2021
@renovate renovate bot force-pushed the renovate/firebase-tools-9.x branch from 6358014 to 22b2352 Compare February 23, 2021 01:17
@renovate renovate bot changed the title Update dependency firebase-tools to ^9.4.0 Update dependency firebase-tools to ^9.5.0 Feb 23, 2021
@renovate renovate bot force-pushed the renovate/firebase-tools-9.x branch from 22b2352 to fc4eed8 Compare April 26, 2021 13:27
@renovate renovate bot changed the title Update dependency firebase-tools to ^9.5.0 Update dependency firebase-tools to ^9.10.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/firebase-tools-9.x branch from fc4eed8 to 9339d3a Compare May 9, 2021 20:15
@renovate renovate bot changed the title Update dependency firebase-tools to ^9.10.0 Update dependency firebase-tools to ^9.10.2 May 9, 2021
@renovate renovate bot force-pushed the renovate/firebase-tools-9.x branch from 9339d3a to bbad9fb Compare June 6, 2021 19:04
@renovate renovate bot changed the title Update dependency firebase-tools to ^9.10.2 Update dependency firebase-tools to ^9.12.1 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/firebase-tools-9.x branch from bbad9fb to 0007862 Compare June 17, 2021 09:11
@renovate renovate bot changed the title Update dependency firebase-tools to ^9.12.1 Update dependency firebase-tools to ^9.13.0 Jun 17, 2021
@renovate renovate bot force-pushed the renovate/firebase-tools-9.x branch from 0007862 to a915ea9 Compare October 20, 2021 05:49
@renovate renovate bot changed the title Update dependency firebase-tools to ^9.13.0 Update dependency firebase-tools to ^9.20.0 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/firebase-tools-9.x branch from a915ea9 to 0a390a0 Compare March 7, 2022 15:02
@renovate renovate bot changed the title Update dependency firebase-tools to ^9.20.0 Update dependency firebase-tools to ^9.23.3 Mar 7, 2022
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant