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 v12 - abandoned #10

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
firebase-tools ^11.30.0 -> ^12.4.4 age adoption passing confidence

Release Notes

firebase/firebase-tools (firebase-tools)

v12.4.4

Compare Source

  • Disables KeepAlive timeout when debugger is attached to the functions emulator. (#​6069)
  • Fixed an issue where database:list would have inaccurate results. (#​6063)

v12.4.3

Compare Source

  • Fixed incorrect links in firebase open hosting and firebase open crash. (#​6073)
  • Released Firebase Emulator UI v1.11.7, which includes preview support for multiple Firestore databases. (#​6079)

v12.4.2

Compare Source

  • Run lifecycle hooks for specific functions. (#​6023)
  • Increased extension instance create poll timeout to 1h to match backend (#​5969).
  • Refactored ext:install to use the latest extension metadata. (#​5997)
  • Added descriptive error when repo is private or not found during ext:dev:upload. (#​6052)
  • Fixed issue where missing trigger warnings would be wrongly displayed when emulating extensions with HTTPS triggers. (#​6055)
  • Normalized extension root path before usage in ext:dev:upload. (#​6054)

v12.4.1

Compare Source

  • Release Firestore emulator 1.18.1 which addes a emulator configuration to start with experimental mode (#​5942).
  • Run lifecycle hooks for specific codebases. (#​6011)
  • Fixed issue causing firebase emulators:start to crash in Next.js apps (#​6005)

v12.4.0

Compare Source

  • Added appdistribution:group:create and appdistribution:group:delete. (#​5978)
  • Added --group-alias option to appdistribution:testers:add and appdistribution:testers:remove. (#​5978)
  • Fixed an issue where Storage rules could not be deployed to projects without a billing plan. (#​5955)

v12.3.1

Compare Source

  • Delete and re-create v2 function on Cloud Run API quota exhaustion (#​5719).
  • firebase functions:secrets:* ensure the secretmanager API is enabled (#​5918)

v12.3.0

Compare Source

  • Fix a bug preventing web framework's dev-mode from working out-of-box with Firebase Authentication. (#​5894)
  • Address additional cases where we were attempting to deploy a framework's development bundle (#​5895)
  • NextJS rewrites should be prefixed with the basePath defined in next.config.js (#​5923)
  • Web Frameworks emulators will again respect existing Cloud Functions rewrites (#​5923)
  • Web Frameworks rewrites/redirects/headers will only prepend those in firebase.json if there's a baseUrl (#​5923)
  • Fixes issue where Authentication emulator creates a user if empty email and empty password is provided. (#​5639)
  • Improve error message raised when --import flag directory does not exist. (#​5851)
  • Switch ext:dev:init to default 'billingRequired' to true in extension.yaml
  • Remove LOCATION param from the extensions.yaml template for ext:dev:init
  • Support Astro hybrid rendering (#​5898)

v12.2.1

Compare Source

  • Gracefully close rules runtime on storage emulator stop (#​4902)
  • Always assume build target of production when deploying a web framework, unless overridden (#​5892)

v12.2.0

Compare Source

  • Update error message when function deploy fails due to quota. (#​5867)
  • Fixes RTDB emulator 127.0.0.1 namespace resolution bug. (#​5863)
  • Improves RTDB emulator to GCF emulator network reliability. (#​5863)
  • Allow for Angular developers to both target a PWA and leverage serveOptimizedImages. (#​5716)
  • Multi-page applications that are fully staticly rendered are no longer treated as PWAs. (#​5716)
  • Add fast dev-mode support for devlopers using Nuxt v2. (#​5716)
  • Respect ssr: false and baseURL when using Nuxt. (#​5716)
  • Fix bug where JS SDK auto-init was not working for Vite while in dev-mode (#​5610).
  • Respect FIREBASE_FRAMEWORKS_BUILD_TARGET environment variable to override the default build target (#​5572).
  • Improves cleanup process when reloading emulated functions in debug mode. (#​5878)
  • Allow Web Frameworks to target NodeJS v20. (#​5879)

v12.1.0

Compare Source

  • Fixes an issue running firebase emulators:start when Python Cloud Functions directory path has spaces. (#​5854)
  • Add support for nodejs20 for Cloud Functions for Firebase. (#​5837)
  • Add Flutter Web as an option in "firebase init hosting" (#​5864)
  • Some failures while building Web Frameworks were not being caught (#​5864)

v12.0.1

Compare Source

  • Fixes an issue in the EventArc emualtor where events missing optional fields would cause crashes. (#​5803)
  • Fixes an issue running firebase emulators:start and firebase deploy when Python Cloud Functions directory path has spaces. (#​5830)

v12.0.0

Compare Source

  • Breaking: drops support for running the CLI on Node.js v14.
  • Adds ext:dev:* commands to publish and manage Extensions. For step-by-step instructions on how to publish your own Extensions, see https://firebase.google.com/docs/extensions/publishers/get-started.
    • Note: These commands were previously available to early access users behind an experiment flag. There are some breaking changes from the early access version of these commands.
    • ext:dev:publish has been renamed to ext:dev:upload. ext:dev:upload defaults to uploading extensions from GitHub instead of local source.
    • ext:dev:publish is deprecated and will be removed in version 13.
    • ext:dev:delete, ext:dev:unpublish, ext:sources:create and ext:dev:emualtors:* have been removed.
  • Support for Next.js i18n, basePath, and more advanced rewrites/redirects/headers (#​5788)
  • hosting.frameworksBackend now respects omit: true (#​5788)
  • Web Frameworks now memoizes framework builds for single builds across multiple hosting sites (#​5788)
  • Add support for Angular i18n and baseHref (#​5774)
  • Trip the backend requirement for Angular applications using ng-deploy w/serveOptimizedImages (#​5774)
  • Fixes a bug where the Storage emulator would not fall back to open rules for 'demo-' projects if firebase.json contained multiple storage targets (#​5170)
  • Updates firebase init function templates for TypeScript and Javascript to 2nd gen (#​5775)
  • Allow for atomic deployment of Hosting content & Functions rewrites via tag pinning (#​5753)

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 Jul 17, 2023
@github-actions
Copy link

Images automagically compressed by Calibre's image-actions

Compression reduced images by 13.4%, saving 2.85 MB.

Filename Before After Improvement Visual comparison
template/public/img/uploads/123.jpg 168.47 KB 166.34 KB -1.3% View diff
template/public/img/uploads/124_easy-resize.com-1-.jpg 457.91 KB 85.28 KB -81.4% View diff
template/public/img/uploads/124.jpg 405.29 KB 399.46 KB -1.4% View diff
template/public/img/uploads/125.jpg 407.90 KB 400.37 KB -1.8% View diff
template/public/img/uploads/147.jpg 488.72 KB 469.74 KB -3.9% View diff
template/public/img/uploads/147547.jpg 457.27 KB 451.52 KB -1.3% View diff
template/public/img/uploads/147548.jpg 431.32 KB 420.58 KB -2.5% View diff
template/public/img/uploads/147549.jpg 552.29 KB 546.24 KB -1.1% View diff
template/public/img/uploads/254_easy-resize.com-1-.jpg 370.00 KB 121.68 KB -67.1% View diff
template/public/img/uploads/2547a.jpg 527.59 KB 508.68 KB -3.6% View diff
template/public/img/uploads/255_easy-resize.com-1-.jpg 440.18 KB 165.73 KB -62.3% View diff
template/public/img/uploads/3.jpg 156.29 KB 153.41 KB -1.8% View diff
template/public/img/uploads/4.jpg 84.07 KB 82.52 KB -1.8% View diff
template/public/img/uploads/5.jpg 57.93 KB 55.99 KB -3.4% View diff
template/public/img/uploads/6.jpg 79.21 KB 77.59 KB -2.0% View diff
template/public/img/uploads/banner1celular.jpg 184.44 KB 172.91 KB -6.3% View diff
template/public/img/uploads/banner1pc.jpg 171.01 KB 73.41 KB -57.1% View diff
template/public/img/uploads/banner1pc2.jpg 225.72 KB 74.13 KB -67.2% View diff
template/public/img/uploads/capa-1.jpg 893.55 KB 856.64 KB -4.1% View diff
template/public/img/uploads/capa-2.jpg 919.22 KB 876.63 KB -4.6% View diff
template/public/img/uploads/capa-3.jpg 222.66 KB 213.97 KB -3.9% View diff
template/public/img/uploads/capa-4.jpg 222.18 KB 213.70 KB -3.8% View diff
template/public/img/uploads/capa-5.jpg 387.09 KB 376.59 KB -2.7% View diff
template/public/img/uploads/capa-6.jpg 451.35 KB 443.47 KB -1.7% View diff
template/public/img/uploads/capa-7.jpg 326.73 KB 311.81 KB -4.6% View diff
template/public/img/uploads/desconto-especial-1-.jpg 133.77 KB 128.19 KB -4.2% View diff
template/public/img/uploads/desconto-especial-2-.jpg 145.01 KB 137.52 KB -5.2% View diff
template/public/img/uploads/desconto-especial-3-.jpg 130.44 KB 125.50 KB -3.8% View diff
template/public/img/uploads/desconto-especial.jpg 136.50 KB 130.71 KB -4.2% View diff
template/public/img/uploads/flaviane-fashion-fundo-preto-photoroom.png-photoroom.png 156.91 KB 105.34 KB -32.9% View diff
template/public/img/uploads/flaviane-fashion-fundo-preto.png 88.49 KB 62.36 KB -29.5% View diff
template/public/img/uploads/g-1-.png 12.97 KB 5.62 KB -56.7% View diff
template/public/img/uploads/griffe_chick__1_-removebg-preview.png 32.09 KB 20.56 KB -35.9% View diff
template/public/img/uploads/griffe-chick-fundo-preto.png 123.09 KB 88.61 KB -28.0% View diff
template/public/img/uploads/griffe-chick-logo-1-.png 56.74 KB 34.50 KB -39.2% View diff
template/public/img/uploads/griffe-chick-logo.png 61.88 KB 37.51 KB -39.4% View diff
template/public/img/uploads/griffe-chick.png 136.94 KB 100.31 KB -26.8% View diff
template/public/img/uploads/logo-flaviane.png 96.57 KB 60.61 KB -37.2% View diff
template/public/img/uploads/qa.jpg 106.27 KB 105.05 KB -1.1% View diff
template/public/img/uploads/qa2.jpg 83.25 KB 81.87 KB -1.7% View diff
template/public/img/uploads/qa3.jpg 88.50 KB 86.94 KB -1.8% View diff
template/public/img/uploads/sintonia-1.jpg 336.43 KB 331.66 KB -1.4% View diff
template/public/img/uploads/sintonia-2_easy-resize.com.jpg 235.91 KB 171.28 KB -27.4% View diff
template/public/img/uploads/sintonia-2.jpg 209.69 KB 205.31 KB -2.1% View diff
template/public/img/uploads/sintonia-3_easy-resize.com.jpg 235.23 KB 68.03 KB -71.1% View diff
template/public/img/uploads/sintonia-3.jpg 690.53 KB 663.87 KB -3.9% View diff
template/public/img/uploads/sintonia-4.jpg 534.46 KB 515.07 KB -3.6% View diff
template/public/img/uploads/sintonia-5_easy-resize.com.jpg 223.57 KB 88.40 KB -60.5% View diff
template/public/img/uploads/sintonia-5.jpg 184.42 KB 174.34 KB -5.5% View diff
template/public/img/uploads/sintonia-6_easy-resize.com.jpg 228.41 KB 99.57 KB -56.4% View diff
template/public/img/uploads/sintonia-6.jpg 190.33 KB 183.04 KB -3.8% View diff
template/public/img/uploads/sintonia-7_easy-resize.com.jpg 222.49 KB 103.30 KB -53.6% View diff
template/public/img/uploads/sintonia-7.jpg 205.69 KB 197.29 KB -4.1% View diff
template/public/img/uploads/site_easy-resize.com.jpg 218.49 KB 94.60 KB -56.7% View diff
template/public/img/uploads/site-001_easy-resize.com.jpg 408.65 KB 173.68 KB -57.5% View diff
template/public/img/uploads/site-013-10.jpg 225.70 KB 222.51 KB -1.4% View diff
template/public/img/uploads/site-013-11.jpg 266.77 KB 262.31 KB -1.7% View diff
template/public/img/uploads/site-013-12.jpg 232.77 KB 227.01 KB -2.5% View diff
template/public/img/uploads/site-013-13.jpg 258.32 KB 253.25 KB -2.0% View diff
template/public/img/uploads/site-013-9.jpg 460.18 KB 444.56 KB -3.4% View diff
template/public/img/uploads/site-1_easy-resize.com.jpg 93.30 KB 77.03 KB -17.4% View diff
template/public/img/uploads/site-2_easy-resize.com.jpg 93.01 KB 76.69 KB -17.5% View diff
template/public/img/uploads/site-5.jpg 151.43 KB 148.62 KB -1.9% View diff
template/public/img/uploads/site-6.jpg 399.70 KB 393.24 KB -1.6% View diff
template/public/img/uploads/site-7.jpg 68.88 KB 66.84 KB -3.0% View diff
template/public/img/uploads/site-8.jpg 65.25 KB 63.75 KB -2.3% View diff
template/public/img/uploads/site-aq.jpg 593.08 KB 575.27 KB -3.0% View diff
template/public/img/uploads/site-aq1.jpg 114.72 KB 113.26 KB -1.3% View diff
template/public/img/uploads/site-aq2.jpg 104.55 KB 103.31 KB -1.2% View diff
template/public/img/uploads/site-aq3.jpg 90.87 KB 89.63 KB -1.4% View diff
template/public/img/uploads/site-aq4.jpg 121.26 KB 116.75 KB -3.7% View diff
template/public/img/uploads/site-capa.jpg 152.85 KB 150.23 KB -1.7% View diff
template/public/img/uploads/site-divas-1.jpg 230.73 KB 226.19 KB -2.0% View diff
template/public/img/uploads/site-divas.jpg 592.84 KB 568.91 KB -4.0% View diff
template/public/img/uploads/site.jpg 477.15 KB 457.83 KB -4.0% View diff
template/public/img/uploads/site017.jpg 62.12 KB 60.11 KB -3.2% View diff
template/public/img/uploads/site147.jpg 395.31 KB 386.77 KB -2.2% View diff
template/public/img/uploads/site2_easy-resize.com.jpg 242.57 KB 233.30 KB -3.8% View diff
template/public/img/uploads/site2.jpg 180.99 KB 173.47 KB -4.2% View diff
template/public/img/uploads/site21.jpg 621.28 KB 609.17 KB -1.9% View diff
template/public/img/uploads/site22.jpg 179.81 KB 177.94 KB -1.0% View diff
template/public/img/uploads/site3.jpg 173.52 KB 166.46 KB -4.1% View diff
template/public/img/uploads/site4.jpg 191.96 KB 185.92 KB -3.1% View diff
template/public/img/uploads/site5.jpg 65.91 KB 64.16 KB -2.7% View diff
template/public/img/uploads/whatsapp-image-2022-09-27-at-12.45.56.jpeg 6.24 KB 4.72 KB -24.4% View diff

106 images did not require optimisation.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 17, 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 v12 fix(deps): update dependency firebase-tools to v12 - abandoned Dec 6, 2023
Copy link
Contributor Author

renovate bot commented Dec 6, 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