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

fix(deps): update dependency firebase-tools to v11 - abandoned #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
firebase-tools ^10.9.2 -> ^11.20.0 age adoption passing confidence

Release Notes

firebase/firebase-tools

v11.20.0

Compare Source

  • 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)
  • Reintroduces an updated Hosting emulator with i18n (#​4879) and Windows path (#​5133) fixes.

v11.19.0

Compare Source

  • Support for string list typed parameters in functions deployment (#​5137)
  • Respect .npmrc in backends spun up for web frameworks (#​5235)
  • Remove esbuild dependency, instead bundle Next.js configuration on deploy with NPX (#​5336)
  • Add sharp NPM module to Cloud Functions when using Next.js Image Optimization (#​5238)
  • Adds user-defined env vars into the functions emulator (#​5330).
  • Support Next.js Middleware (#​5320)
  • Log the reason for a Cloud Function if needed in Next.js (#​5320)
  • Fixed service enablement when installing extensions with v2 functions (#​5338)
  • Fix bug where functions:shell command didn't connect to emulators running on other processes. (#​5269)
  • Fixed bug with Cross-Service Rules integration for Firestore documents containing nulls (#​5342)

v11.18.0

Compare Source

  • Add support for Firestore TTL (#​5267)
  • Fix bug where secrets were not loaded when emulating functions with --inpsect-functions. (#​4605)
  • Handle Next.js rewrites/redirects/headers incompatible with firebase.json in Cloud Functions (#​5212)
  • Filter out Next.js prerendered routes that matches rewrites/redirects/headers rules from SSG content directory (#​5212)
  • Warn if a web framework's package.json contains anything other than the framework default build command.
  • Add support for nodejs18 for Cloud Functions for Firebase (#​5319)

v11.17.0

Compare Source

  • Fix bug where disabling background triggers did nothing. (#​5221)
  • Fix bug in auth emulator where empty string should throw invalid email instead of missing email. (#​3898)
  • Fix bug in auth emulator in which createdAt was not set for signInWithIdp new users. (#​5203)
  • Add region warning for emulated database functions (#​5143)
  • Default to --no-localhost when calling login from Google Cloud Workstations
  • Support the x-goog-api-key header in auth emulator. (#​5249)
  • Fix bug in deploying web frameworks when a predeploy hook was configured in firebase.json (#​5199)
  • Fix bug where function deployments using --only filter sometimes failed deployments. (#​5280)
  • Fix bug where ext:install would sometimes fail if no version was specified. (#​5305)

v11.16.1

Compare Source

  • Updated the pubsub emulator to v0.7.1.
  • Updated some emulator download logic to pause after unzipping to avoid a file not found issue.
  • Fixes gzipped file handling in Storage Emulator.
  • Add support for object list using certain Admin SDKs (#​5208)
  • Fixes source token expiration issue by acquiring new source token upon expiration.
  • Fixes bug where emulated event triggered function broke in debug mode (#​5211)
  • Fixes bug that caused the Extensions Emulator to always appear to be inactive in the Emulator UI.

v11.16.0

Compare Source

  • 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

Compare Source

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

v11.14.4

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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).

v11.12.0

Compare Source

  • Allow Firestore emulator UI websocket port to be configurable (#​4925).
  • Fixes init functions throwing error when detecting existing legacy singleton functions configuration (#​5020).
  • Removes unused dependency, updates vm2 dependency flagged by npm audit.
  • Fixes issue resolving a Hosting site using open. (#​3145)

v11.11.0

Compare Source

  • Adds support for codebases in firebase init functions flow (#​4965).
  • Fixes storage emulator resumable uploads (#​5018)
  • Fixes errors on exit related to update-notifier (#​5010).
  • Removes dev dependencies on module publication to reduce package size (#​4445).

v11.10.0

Compare Source

  • Fix Storage Emulator crashing with NoClassDefFoundError in some cases (#​3481).
  • Refactor mechanism for invoking function triggers (#​4886).
  • Add support for HTTP_PROXY and HTTPS_PROXY environment variables to crashlytics:mappingfile:upload and crashlytics:symbols:upload commands (#​4604).
  • Fix Emulators not shutting down / exporting correctly when CLI update available (#​4981).
  • Adds access-control-allow-private-network=true header to Auth and Storage emulators. Enables accessing at localhost:port when site is exposed via tunnel (#​4227).
  • Improves detection of in-use ports for Hosting Emulator on macOS (#​4628).
  • Add Eventarc multi-db triggers support to RTDB Emulator (#​5000).

v11.9.0

Compare Source

  • Add v2 Remote Config triggers to deploy (#​4937).
  • Fixes issue where large CF3 releases were failing to deploy (#​4969)

v11.8.1

Compare Source

  • Fix bug where secrets were not attached to functions when using older Functions SDK (#​4797).
  • Increase timeout of the Functions Emulator to wait for spawned process to initialize (#​4944).
  • Fix bug where Storage Emulator did not convert non-string metadata value as key (#​4955).

v11.8.0

Compare Source

  • Adds support for media upload protocol to storage emulator (#​4869)
  • Adds support to storage emualtor GCS API for /storage/v1/b/:bucketId/o/:objectId url pattern (#​4869)
  • Removes extraneous default metadata fields from storage emulator (#​4869)
  • Fixes an issue where a blocked upload from the android sdks crashes the storage emulator (#​4860)
  • Fix deleting metadata fields in storage emulator (#​4889)
  • Fix storage emulator bug where rapid calls to the rules runtime results in no returns and non-resolving promises (#​3915)

v11.7.0

Compare Source

  • Fix bug where CLI configured wrong cpu for 16GB/32GB v2 functions. (#​4845)
  • Adds crashlytics:mappingfile:generateid and crashlytics:mappingfile:upload commands. (#​4611)
  • Add v2 Schedule Triggers to function deploy (#​4764).
  • Fix bug where eventarc emulator was incorrectly started in certain cases (#​4873)

v11.6.0

Compare Source

  • Fixes an issue where pushing an empty buffer from the android sdks crashes the storage emulator (#​4843)
  • Adds emulation support for extensions that emit events / custom event triggers (#​4464)
  • Fixes issue with batchCreate in auth emulator in which it errored for empty mfaInfo (#​4848)
  • Fixes scroll bars in the Firestore Emulator UI

v11.5.0

Compare Source

  • Turns on content compression in the Hosting emulator. (#​2328)
  • Replaces underlying terminal coloring library.
  • Makes storage emulator multipart parsing handle quotes in boundary header. (#​3953)
  • Makes storage emulator content type case insensitive. (#​3953)
  • Adds storage emulator support to init.js useEmulator flag. (#​4805)
  • Populates resource correctly in storage rules evaluation. (#​4329)
  • Reads name from metadata as backup for gcs upload into storage emulator. (#​3953)
  • Fixes bug where invalid CPU was set for 16GiB functions. (#​4823)
  • Fixes bug where failed function discovery crashed the entire emulator. (#​4826)
  • Fixes LIST security rule evaluation in storage emulator. (#​4827)
  • Fixes bug where vpc connector setting broke function deploy for old functions SDK. (#​4834)
  • Fixes issue where storage deploy targets weren't being fully respected. (#​3496)
  • Fixes bug where request.path variable was not set relative to the service in storage emulator. (#​4839)

v11.4.2

Compare Source

  • Adds check for callable functions when discovering Hosting rewrite endpoints. (#​4792)
  • Allows defaulting to a us-central1 instance of a rewrite function if that function is deployed in multiple regions including us-central1. (#​4810)
  • Fixes Storage emulator timeCreated metadata bug. (#​4599)
  • Fixes Storage import failure due to missing directories. (#​3823)

v11.4.1

Compare Source

  • Adds warnings about upcoming deprecation of --token, FIREBASE_TOKEN, and login:ci.
  • Fixes ENAMETOOLONG bug when uploading files with long paths in storage emulator. (#​4470)
  • Adds a bit more help for the hosting:clone command.
  • Restores behavior where Hosting will not fail to deploy if a function rewrite does not exist. (#​4792)

v11.4.0

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

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.

Not-so-breaking

  • Fixes missing Connection header in RTDB emulator REST streaming API (https://github.com/firebase/firebase-tools/issues/3329).
  • Fixes error messaging when working with apps in interactive/non-interactive modes (#​4007).
  • Fixes an issue where the Extensions emulator would not work on Windows (#​4554).
  • Removes unused dotenv dependency.
  • Updates fs-extra dependency.
  • Updates tmp dependency.

Configuration

📅 Schedule: Branch creation - "after 6am and before 10am on monday" (UTC), 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 added the dependencies Pull requests that update a dependency file label Aug 15, 2022
@github-actions
Copy link

Images automagically compressed by Calibre's image-actions

Compression reduced images by 65.2%, saving 1.28 MB.

Filename Before After Improvement Visual comparison
template/public/img/uploads/ahcc-cancer.jpg 394.96 KB 97.47 KB -75.3% View diff
template/public/img/uploads/andrea-blevin.jpg 4.75 KB 3.27 KB -31.2% View diff
template/public/img/uploads/banner1-536x337.jpg 156.46 KB 30.22 KB -80.7% View diff
template/public/img/uploads/banner2-536x337.jpg 121.28 KB 26.13 KB -78.5% View diff
template/public/img/uploads/banner3-536x337.jpg 121.33 KB 27.53 KB -77.3% View diff
template/public/img/uploads/banner4-536x337.jpg 132.64 KB 28.63 KB -78.4% View diff
template/public/img/uploads/banner41-1920x650.jpg 325.31 KB 141.58 KB -56.5% View diff
template/public/img/uploads/banner42-1920x650.jpg 365.62 KB 164.99 KB -54.9% View diff
template/public/img/uploads/banner43-1920x650.jpg 349.26 KB 148.70 KB -57.4% View diff
template/public/img/uploads/g3338.png 26.90 KB 19.04 KB -29.2% View diff
template/public/img/uploads/logo.png 16.77 KB 13.80 KB -17.7% View diff

24 images did not require optimisation.

@renovate renovate bot force-pushed the renovate/firebase-tools-11.x branch from a89a132 to 13ea369 Compare January 12, 2023 16:08
@github-actions
Copy link

Images automagically compressed by Calibre's image-actions

Compression reduced images by 43.6%, saving 1.41 MB.

Filename Before After Improvement Visual comparison
template/public/img/uploads/ahcc-cancer.jpg 222.22 KB 99.36 KB -55.3% View diff
template/public/img/uploads/andrea-blevin.jpg 4.75 KB 3.27 KB -31.2% View diff
template/public/img/uploads/banner-regua.png 2.97 KB 343 bytes -88.7% View diff
template/public/img/uploads/banner1-536x337.jpg 54.36 KB 31.40 KB -42.2% View diff
template/public/img/uploads/banner2-536x337.jpg 121.28 KB 26.13 KB -78.5% View diff
template/public/img/uploads/banner222.jpg 229.79 KB 142.96 KB -37.8% View diff
template/public/img/uploads/banner3-536x337.jpg 121.33 KB 27.53 KB -77.3% View diff
template/public/img/uploads/banner333.jpg 267.25 KB 171.25 KB -35.9% View diff
template/public/img/uploads/banner4-536x337.jpg 132.64 KB 28.63 KB -78.4% View diff
template/public/img/uploads/banner41-1920x650.jpg 225.22 KB 139.31 KB -38.1% View diff
template/public/img/uploads/banner42-1920x650.jpg 267.25 KB 171.25 KB -35.9% View diff
template/public/img/uploads/banner43-1920x650.jpg 229.79 KB 142.96 KB -37.8% View diff
template/public/img/uploads/banner444.jpg 225.22 KB 139.31 KB -38.1% View diff
template/public/img/uploads/bannerfull.jpg 258.46 KB 162.27 KB -37.2% View diff
template/public/img/uploads/bg-center.jpg 43.17 KB 27.48 KB -36.4% View diff
template/public/img/uploads/blog-mensagem.jpg 21.48 KB 12.79 KB -40.5% View diff
template/public/img/uploads/blog.jpg 3.54 KB 1.67 KB -52.8% View diff
template/public/img/uploads/box-avaliacoes.png 1.85 KB 947 bytes -49.9% View diff
template/public/img/uploads/cart-box.png 2.50 KB 1.34 KB -46.6% View diff
template/public/img/uploads/cart.png 1.70 KB 786 bytes -54.7% View diff
template/public/img/uploads/entrar.png 1.48 KB 559 bytes -63.1% View diff
template/public/img/uploads/entrega-exterior.jpg 110.56 KB 62.58 KB -43.4% View diff
template/public/img/uploads/footer-mob.jpg 83.89 KB 52.20 KB -37.8% View diff
template/public/img/uploads/footer.jpg 163.54 KB 101.14 KB -38.2% View diff
template/public/img/uploads/fundo-destaques.jpg 136.13 KB 81.81 KB -39.9% View diff
template/public/img/uploads/fundo-lancamento.jpg 120.12 KB 72.51 KB -39.6% View diff
template/public/img/uploads/fwr.png 2.11 KB 1.12 KB -47.0% View diff
template/public/img/uploads/g3338.png 26.90 KB 19.04 KB -29.2% View diff
template/public/img/uploads/ico_01.png 4.74 KB 2.95 KB -37.8% View diff
template/public/img/uploads/ico_03.png 5.57 KB 3.38 KB -39.4% View diff
template/public/img/uploads/ico_05.png 4.98 KB 2.98 KB -40.1% View diff
template/public/img/uploads/ico_07.png 4.90 KB 3.04 KB -37.9% View diff
template/public/img/uploads/logo-new.png 11.65 KB 9.86 KB -15.3% View diff
template/public/img/uploads/logo.png 16.77 KB 13.80 KB -17.7% View diff
template/public/img/uploads/natural.jpg 49.31 KB 26.17 KB -46.9% View diff
template/public/img/uploads/newsletter.jpg 63.56 KB 36.09 KB -43.2% View diff
template/public/img/uploads/protecao.jpg 43.92 KB 23.26 KB -47.0% View diff
template/public/img/uploads/quero-natural-logo.png 30.23 KB 26.52 KB -12.3% View diff
template/public/img/uploads/star.png 1.79 KB 925 bytes -49.5% View diff
template/public/img/uploads/tarja.png 1.37 KB 543 bytes -61.2% View diff

38 images did not require optimisation.

@renovate
Copy link
Contributor Author

renovate bot commented Jan 12, 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.

@renovate renovate bot changed the title fix(deps): update dependency firebase-tools to v11 fix(deps): update dependency firebase-tools to v11 - abandoned Jan 12, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jan 12, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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