Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(deps): update dependency firebase-tools to v12 - abandoned #278

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
firebase-tools ^11.24.1 -> ^12.0.0 age adoption passing confidence

Release Notes

firebase/firebase-tools

v12.0.0

Compare Source

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

v11.30.0

Compare Source

  • Added more helpful error messages for the Firebase Hosting GitHub Action (#​5749)
  • Upgrade Firestore emulator to 1.17.4
  • Web Frameworks will no longer try to deploy unsupported versions of NodeJS to Cloud Functions (#​5733)
  • Fixes bug where emulators would not start correctly due to corrupted ZIP files. (#​5614, #​5677)
  • Adding experimental support for deploying Flutter Web applications to Firebase Hosting (#​5332)
  • Release Emulator Suite UI v1.11.6 (#​5769)
  • Adds function emulator support for v2 firestore triggers (#​5685)
  • Improvements for developers using Next 13's app directory (#​5691)
  • Resolve timeouts when bundling Next.js applications for Cloud Functions (#​5691)
  • Fixes bug where the functions emulator would attempt to call to prod for 'demo-' projects (#​5170)
  • Address issues starting the Firebase Hosting emulator with some versions of Next.js (#​5781)
  • Fix regex page matcher for Next.js middlewares version 1 (#​5496)
  • Fixes bug where functions emulator broke when client request disconnects (#​5783)

v11.29.1

Compare Source

  • Fixes a bug preventing local extension instances from being updated to uploaded versions.
  • Releases firestore emulator version 1.17.3

v11.29.0

Compare Source

  • Releases Firestore Emulator 1.17.2
    • Propagates page token from ListDocumentsResponse to GetOrListDocumentsResponse in Firestore emulator.
  • Fixes an issue where Secret Manager secrets were tagged incorrectly (#​5704).
  • Fix bug where Custom Event channels weren't automatically crated on function deploys (#​5700)
  • Lift GCF 2nd gen naming restrictions (#​5690)
  • Fixes a bug where ext:install and ext:configure would error on extensions with no params.
  • Fixed an issue with Vite and Angular integrations using a obsolete NPM command (#​5710)

v11.28.0

Compare Source

  • Adds new commands for provisioning and managing Firestore databases: (#​5616)
    • firestore:databases:list
    • firestore:databases:create
    • firestore:databases:get
    • firestore:databases:update
    • firestore:databases:delete
    • firestore:locations
  • Adds extensions as an option in firebase init.
  • Relaxed repo URI validation in ext:dev:publish (#​5698).
  • Enable Secret Manager API during ext:install/update for extensions that use secrets (#​5702).

v11.27.0

Compare Source

  • Default emulators:start to use fast dev-mode for Nuxt3 applications (#​5551)
  • Fix broken Functions CLI experience for projects with incomplete GCF 2nd Gen functions (#​5684)
  • Disable GCF breaking change to automatically run npm build scripts as part of function deploy (#​5687)
  • Add experimental support for deploying Astro applications to Hosting (#​5527)

v11.26.0

Compare Source

  • Fix bug where functions shell failed to invoke event triggered functions in debug mode. (#​5609)
  • Fixed bug with the web frameworks proxy that could see unexpected 404 errors while emulating. (#​5525)
  • Added experimental support for SvelteKit codebases. (#​5525)
  • Allow usage of Angular and Vite within an NPM workspace. (#​5640)
  • Force Vite to build the production bundle when deploying to Hosting. (#​5640)
  • Fix bug where eagerly initializing UA failed function deployment that imported firebase-tools as a library. (#​5666)
  • Added ability to publish extension versions directly from GitHub. (#​5160)

v11.25.3

Compare Source

  • The hosting emulator integration with web frameworks now has improved support for HMR and dev-tools. (#​5582)
  • Fixes an issue where init hosting:github would hang if it could not access a repository's public key. (#​5317)
  • Release Firestore Emulator v1.16.2 which captures an HTTP1 header fix and requests monitor fix.
  • Release Emulator Suite UI v1.11.5 which addresses an issue where displaying over 10k documents was crashing the emulator. (#​5657)

v11.25.2

Compare Source

  • Releases Cloud Firestore emulator v1.16.1, which adds support for read_time in ListCollectionIds.
  • Fixes auth:export with csv format for users with custom claims. (#​3319)

v11.25.1

Compare Source

  • Fixes a missing dependency on p-limit. (#​5619)

v11.25.0

Compare Source

  • Adds support for optional --database argument in Firestore commands (#​5548).
  • Adds multiple firestore database targets support in firebase.json (#​5548).
  • Removes call to Cloud Run API and set CPU & concurrency in GCF API instead. (#​5605)
  • Fixes function deploy retry after quota exceeded bug and increase backoff. (#​5601)
  • Fixes bug where EVENTARC_CLOUD_EVENT_SOURCE environment variable was correctly set for some functions. (#​5597)
  • Adds 2nd gen firestore triggers to firebase deploy (#​5592).
  • Adds Extension emulator support for system params.
  • Adds database:import command for non-atomic imports (#​5396).

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 May 15, 2023
@github-actions
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 59.7%, saving 3.61 MB.

Filename Before After Improvement Visual comparison
template/public/img/uploads/0001.png 19.37 KB 12.50 KB -35.5% View diff
template/public/img/uploads/1903x640-frete-gratis.jpg 161.34 KB 126.95 KB -21.3% View diff
template/public/img/uploads/4-figuras-minimo-150-00.png 65.38 KB 51.96 KB -20.5% View diff
template/public/img/uploads/banner-principal-06-pecas-variadas-desktop.jpg 108.68 KB 74.05 KB -31.9% View diff
template/public/img/uploads/banner-principal-06-pecas-variadas.jpg 80.35 KB 40.29 KB -49.8% View diff
template/public/img/uploads/compra-segura.webp 76.44 KB 75.37 KB -1.4% View diff
template/public/img/uploads/conj.jpg 53.98 KB 25.46 KB -52.8% View diff
template/public/img/uploads/depoimentos-cel-01.png 16.68 KB 14.70 KB -11.9% View diff
template/public/img/uploads/depoimentos-cel-02.png 14.96 KB 13.14 KB -12.2% View diff
template/public/img/uploads/depoimentos-cel-03.png 16.69 KB 14.90 KB -10.7% View diff
template/public/img/uploads/depoimentos-comp-01.png 44.16 KB 39.93 KB -9.6% View diff
template/public/img/uploads/depoimentos-comp-02.png 41.08 KB 36.99 KB -9.9% View diff
template/public/img/uploads/depoimentos-comp-03.png 46.01 KB 41.92 KB -8.9% View diff
template/public/img/uploads/design-sem-nome-1-.jpg 59.70 KB 22.13 KB -62.9% View diff
template/public/img/uploads/design-sem-nome-2-.jpg 23.05 KB 19.85 KB -13.9% View diff
template/public/img/uploads/design-sem-nome-3-.jpg 51.99 KB 17.37 KB -66.6% View diff
template/public/img/uploads/design-sem-nome.jpg 4.51 KB 1.17 KB -74.2% View diff
template/public/img/uploads/jpg-1616x1616-2-.jpg 166.73 KB 152.06 KB -8.8% View diff
template/public/img/uploads/logopageprincipal.webp 19.42 KB 19.09 KB -1.7% View diff
template/public/img/uploads/mac.jpg 52.15 KB 24.52 KB -53.0% View diff
template/public/img/uploads/minimo-180-1903x640.jpg 137.96 KB 106.24 KB -23.0% View diff
template/public/img/uploads/minimo-180-2.jpg 98.84 KB 72.42 KB -26.7% View diff
template/public/img/uploads/minimo-180.jpg 74.43 KB 38.90 KB -47.7% View diff
template/public/img/uploads/promocao.jpg 51.28 KB 25.11 KB -51.0% View diff
template/public/img/uploads/ref-computador-1.2.3.jpg 367.35 KB 94.77 KB -74.2% View diff
template/public/img/uploads/ref-computador-3.4.5.6ok.jpg 356.18 KB 94.47 KB -73.5% View diff
template/public/img/uploads/ref-computador-3out.4st.1.2ok.jpg 340.99 KB 89.62 KB -73.7% View diff
template/public/img/uploads/ref-mobile-1.2ok.jpg 1.06 MB 243.79 KB -77.5% View diff
template/public/img/uploads/ref-mobile-3.4ok.jpg 954.98 KB 221.16 KB -76.8% View diff
template/public/img/uploads/ref-mobile-5.6ok.jpg 1.12 MB 284.95 KB -75.1% View diff
template/public/img/uploads/referencias-794-794-px-1-.jpg 85.62 KB 77.66 KB -9.3% View diff
template/public/img/uploads/referencias-794-794-px-2-.jpg 92.49 KB 85.14 KB -8.0% View diff
template/public/img/uploads/referencias-794-794-px-3-.jpg 93.21 KB 85.52 KB -8.3% View diff
template/public/img/uploads/referencias-feed.jpg 132.59 KB 122.34 KB -7.7% View diff
template/public/img/uploads/vest.jpg 51.67 KB 25.96 KB -49.8% View diff

54 images did not require optimisation.

@renovate
Copy link
Contributor Author

renovate bot commented May 15, 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 May 17, 2023
@renovate
Copy link
Contributor Author

renovate bot commented May 17, 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.

# for free to join this conversation on GitHub. Already have an account? # 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