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 v13 #146

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

firebase/firebase-tools (firebase-tools)

v13.0.1

Compare Source

  • Fix bug where deploying Firestore function resulted in redudant API calls to the Firestore API (#​6583).
  • Fix an issue preventing Vite applications from being emulated on Windows. (#​6411)
  • Addressed an issue preventing Astro applications from being deployed from Windows. (#​5709)
  • Fixed an issue preventing Angular apps using ng-deploy from being emulated or deployed. (#​6584)
  • Warn if a Web Framework is outside a well known version range on deploy/emulate. (#​6562)
  • Use Web Framework's well known version range in firebase init hosting. (#​6562)
  • Permit use of more SSR regions in Web Frameworks deploys. (#​6086)
  • Limit Web Framework's generated Cloud Function name to 23 characters, fixing deploys for some. (#​6260)
  • Allow Nuxt as an option during firebase init hosting. (#​6309)

v13.0.0

Compare Source

  • Breaking: dropped support for running the CLI on Node.js v16.
  • Breaking: Refactored functions:shell to remove dependency on deprecated request module.
    • As part of this change, removed support for some rarely used features of request.
  • Breaking: Removed deprecated ext:dev:publish command. Use ext:dev:upload instead.
  • Added support for running the CLI on Node.js v20.
  • Switched Storage deployment to use GetDefaultBucket endpoint to fetch default Storage bucket. (#​6467)
  • Fixed an issue with emulating blocking functions when using multiple codebases (#​6504).
  • Added force flag call-out for bypassing prompts (#​6506).
  • Added the ability to deploy Angular apps using the new application-builder. (#​6480)
  • Fixed an issue where --non-interactive flag is not respected in Firestore indexes deploys. (#​6539)
  • Fixed an issue where login:use would not work outside of a Firebase project directory. (#​6526)
  • Prevent app router static not-found requiring a Cloud Function in Next.js deployments. (#​6558)
  • Use only site id from site name in list versions API. (#​6565)

v12.9.1

Compare Source

  • Fixes issue where initializing Hosting fails when selecting a project. (#​6527)

v12.9.0

Compare Source

  • Revert enabling preferRest by default to avoid performance degradations for some users (#​6520).
  • Fix blocking functions in the emulator when using multiple codebases (#​6504).
  • Add force flag call-out for bypassing prompts (#​6506).
  • Fixed an issue where the functions emulator did not respect the --log-verbosity flag (#​2859).
  • Add the ability to look for the default Hosting site via Hosting's API.
  • Add logic to create a Hosting site when one is not available in a project.
  • Add checks for the default Hosting site when one is assumed to exist.

v12.8.1

Compare Source

  • Fixed 2 bugs (unintended database mode changes and disabling of PITR or delete-protection) when updating Firestore databases (#​6478)

v12.8.0

Compare Source

  • Enable preferRest option by default for Firestore functions. (#​6147)
  • Fixed a bug where re-deploying 2nd Gen Firestore function failed after updating secrets. (#​6456)
  • Fixed a bug where similarly-named Hosting channels would cause issues when updating authorized domains. (#​6356)

v12.7.0

Compare Source

  • Fix type mismatch for parametrized function region. (#​6205)
  • Ignore FIRESTORE_EMULATOR_HOST environment variable on functions deploy. (#​6442)
  • Added support for enabling, disabling, and displaying Point In Time Recovery enablement state on Firestore databases (#​6388)
  • Added a --verbosity flag to emulators:* commands that limits what logs are printed (#​2859)
  • Fixed an issue where params would not be resolved when used to set VPC connector during functions deployment (#​6327)

v12.6.2

Compare Source

  • Fixed an issue with deploying multilevel grouped functions containing v2 functions. (#​6419)
  • Fixed an issue where functions deployment required a new permission.

v12.6.1

Compare Source

  • Fixed an issue where the functions service account option was not treated as a param (#​6389).
  • Fixed an issue with deploying function groups containing v2 functions. (#​6408)
  • Use GetDefaultBucket endpoint to fetch Storage Default Bucket.

v12.6.0

Compare Source

  • Improve performance and reliability when deploying multiple 2nd gen functions using single builds. (#​6376)
  • Fixed an issue where emulators:export did not check if the target folder is empty. (#​6313)
  • Fixed an issue where retry could not be set for event triggered functions. (#​6391)
  • Fixed "Could not find the next executable" on Next.js deployments (#​6372)
  • Fixed issues caused by breaking changes in Next >=v13.5.0. (#​6382)

v12.5.4

Compare Source

  • Released Firestore emulator v1.18.2.
    • Removed nano precision in timestamp used in Firestore emulator (#​5893)
    • Fixed a bug where query behaves differently from production.
  • Fixed an issue where very long command outputs would be cut off. (#​3286)

v12.5.3

Compare Source

  • Fixed an issue where builds from https://firebase.tools could not run commands that spawn npm. (#​6132)
  • Fixed an issue where --non-interactive and --force were not respected in some extension deploys. (#​6321)
  • Fixed the regex in extensions changelog parser to lazy match the version prefix to allow matching higher versions (#​6326)

v12.5.2

Compare Source

  • Fixed an issue causing unexpected behavior and errors on functions deploy. (#​6290)

v12.5.1

Compare Source

  • Fix issue with mixed v1 and v2 functions deployments. (#​6293)

v12.5.0

Compare Source

  • Fixed issue where the Extensions emulator would error when emualting local extensions with no params. (#​6271)
  • Improved performance and reliability when deploying multiple 2nd gen functions using single builds. (#​6275)
  • Fix bundle next.config.js (#​6287)

v12.4.8

Compare Source

  • Increased functions emulator HTTPS body size limit to 32mb to match production. (#​6201)
  • Fixed Astro web framework bug when loading configuration for version 2.9.7 and above. (#​6213)
  • Increase Next.js config bundle timeout to 60 seconds. (#​6214)

v12.4.7

Compare Source

  • Improve error message raised when firebase init hosting:github fails due to max number of keys limit for a service account. (#​6145)
  • Fixed bug where functions:secrets:\* family of commands did not work when Firebase CLI is authenticated via GOOGLE_APPLICATION_CREDENTIALS (#​6190)
  • Fixed bug where some extension instance updates would default to the wrong location.

v12.4.6

Compare Source

  • Fixed an issue where extension instances could not be deployed when authenticated as a service account (#​6060).
  • Fixed glob usage in Next.js utility function to detect images in app directory (#​6166)
  • Send experiments activated with firebase experiments:enable to the emulator suite UI (#​6169)

v12.4.5

Compare Source

  • Fixed bug where functions:secrets:set didn't remove stale versions of a secret. (#​6080)
  • Fixed bug where firebase deploy --only firestore:named-db didn't update rules. (#​6129)
  • Fixed issue where Flutter Web is not detected as a web framework. (#​6085)
  • Added better messages for API permissions failures that direct the user to the URL to enable the API. (#​6130)
  • Fixed issue caused by adding type checks in #​5906.
  • Fixed next/image component in app directory for Next.js > 13.4.9. (#​6143)
  • Fixed bug where Next.js Image Optimization in the app directory was not requiring a Cloud Function. (#​6143)
  • Fixed a transitive dependency on a vulnerable version of vm2. (#​6150)

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 Dec 11, 2023
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 50.2%, saving 20.40 MB.

Filename Before After Improvement Visual comparison
template/public/img/uploads/_kit-45.jpg 158.93 KB 151.88 KB -4.4% View diff
template/public/img/uploads/_kit-50-1-.jpg 155.70 KB 147.47 KB -5.3% View diff
template/public/img/uploads/_kit-50.jpg 155.49 KB 147.14 KB -5.4% View diff
template/public/img/uploads/_kit-55-1-.jpg 150.35 KB 148.59 KB -1.2% View diff
template/public/img/uploads/_kit-55.jpg 163.46 KB 154.45 KB -5.5% View diff
template/public/img/uploads/1.jpg 164.65 KB 155.69 KB -5.4% View diff
template/public/img/uploads/2.jpg 161.74 KB 153.00 KB -5.4% View diff
template/public/img/uploads/23.jpg 129.63 KB 121.07 KB -6.6% View diff
template/public/img/uploads/3.jpg 150.00 KB 141.34 KB -5.8% View diff
template/public/img/uploads/45-off-oferta-relampago.jpg 102.17 KB 67.14 KB -34.3% View diff
template/public/img/uploads/8451-483d7492f166f4bcd12188edf6ac67ff.webp 16.52 KB 15.84 KB -4.1% View diff
template/public/img/uploads/arte-live-ultimas-horas-mobile.webp 232.03 KB 84.67 KB -63.5% View diff
template/public/img/uploads/arte-live-ultimas-horas-site.webp 229.65 KB 85.64 KB -62.7% View diff
template/public/img/uploads/banner-kit-sites-mobile-180-e-360-dias-blow-week.webp 157.19 KB 148.09 KB -5.8% View diff
template/public/img/uploads/banner-kit-sites-mobile-60-e-120-dias-16-off-blow-week-1-.webp 144.70 KB 140.94 KB -2.6% View diff
template/public/img/uploads/banner-kit-sites-mobile-60-e-120-dias-blow-week.webp 143.14 KB 134.83 KB -5.8% View diff
template/public/img/uploads/banner-mobile-50-campanha-mes-das-criancas.webp 493.68 KB 88.91 KB -82.0% View diff
template/public/img/uploads/banner-mobile-black-entrada-valor-1-.webp 388.32 KB 133.75 KB -65.6% View diff
template/public/img/uploads/banner-mobile-black-entrada-valor.webp 388.32 KB 133.75 KB -65.6% View diff
template/public/img/uploads/banner-mobile-black-mega-chance-vivian.webp 362.88 KB 136.17 KB -62.5% View diff
template/public/img/uploads/banner-mobile-blow-friday-45-off-copiar.webp 96.44 KB 23.62 KB -75.5% View diff
template/public/img/uploads/banner-mobile-blow-friday-festival-de-promo-55-1-.webp 348.53 KB 120.24 KB -65.5% View diff
template/public/img/uploads/banner-mobile-blow-friday-festival-de-promo-55.webp 348.62 KB 120.19 KB -65.5% View diff
template/public/img/uploads/banner-mobile-blow-friday-festival-de-promo-copiar.webp 346.15 KB 119.01 KB -65.6% View diff
template/public/img/uploads/banner-mobile-blow-power.webp 154.23 KB 56.31 KB -63.5% View diff
template/public/img/uploads/banner-mobile-campanha-24-horas-dia-das-criancas.webp 489.42 KB 86.45 KB -82.3% View diff
template/public/img/uploads/banner-mobile-campanha-aproveite-agora-v2-1-.webp 298.81 KB 105.36 KB -64.7% View diff
template/public/img/uploads/banner-mobile-campanha-aproveite-agora-v2.webp 287.70 KB 99.47 KB -65.4% View diff
template/public/img/uploads/banner-mobile-campanha-arraia-da-blow.webp 155.57 KB 142.47 KB -8.4% View diff
template/public/img/uploads/banner-mobile-campanha-blow-week-35-off.webp 144.53 KB 137.07 KB -5.2% View diff
template/public/img/uploads/banner-mobile-campanha-blow-week-40-off.webp 144.36 KB 134.71 KB -6.7% View diff
template/public/img/uploads/banner-mobile-campanha-candy-blow-1-.webp 100.79 KB 99.07 KB -1.7% View diff
template/public/img/uploads/banner-mobile-campanha-comecou-festival-de-promo.webp 241.04 KB 78.08 KB -67.6% View diff
template/public/img/uploads/banner-mobile-campanha-comprou-ganhou-mochila.webp 75.10 KB 73.34 KB -2.3% View diff
template/public/img/uploads/banner-mobile-campanha-dentro-do-palco-copiar.webp 419.98 KB 147.61 KB -64.9% View diff
template/public/img/uploads/banner-mobile-campanha-emergencial-baseada-no-dia-das-ma-es.webp 90.37 KB 88.48 KB -2.1% View diff
template/public/img/uploads/banner-mobile-campanha-entrada-do-festival-copiar.webp 305.75 KB 105.94 KB -65.4% View diff
template/public/img/uploads/banner-mobile-campanha-maxi-bolsa-copiar-1-.webp 367.02 KB 122.54 KB -66.6% View diff
template/public/img/uploads/banner-mobile-campanha-mes-das-criancas-copiar-2-.webp 493.79 KB 88.14 KB -82.2% View diff
template/public/img/uploads/banner-mobile-campanha-mes-das-criancas-copiar.webp 493.79 KB 88.14 KB -82.2% View diff
template/public/img/uploads/banner-mobile-campanha-mes-das-criancas.webp 497.19 KB 91.83 KB -81.5% View diff
template/public/img/uploads/banner-mobile-campanha-polaroide-vivian.webp 318.85 KB 112.63 KB -64.7% View diff
template/public/img/uploads/banner-mobile-campanha-pre-dia-dos-namorados.webp 205.62 KB 195.82 KB -4.8% View diff
template/public/img/uploads/banner-mobile-campanha-semana-da-mana-blow.webp 115.61 KB 110.78 KB -4.2% View diff
template/public/img/uploads/banner-mobile-campanha-tbt-de-brindes.webp 76.30 KB 73.14 KB -4.1% View diff
template/public/img/uploads/banner-mobile-campanha-transborde-beneficios-agosto-como-acabar-copiar-1-.webp 337.01 KB 115.72 KB -65.7% View diff
template/public/img/uploads/banner-mobile-campanha-transborde-beneficios-como-acabar-35-.webp 540.57 KB 181.05 KB -66.5% View diff
template/public/img/uploads/banner-mobile-campanha-transborde-beneficios-como-conquistar-1-1-.webp 180.73 KB 174.80 KB -3.3% View diff
template/public/img/uploads/banner-mobile-campanha-transborde-beneficios-como-conquistar.webp 179.32 KB 176.69 KB -1.5% View diff
template/public/img/uploads/banner-mobile-kits-180-e-360-padra-o-50-off-pote-extra-1-.webp 190.09 KB 77.60 KB -59.2% View diff
template/public/img/uploads/banner-mobile-kits-180-e-360-padra-o-50-off-pote-extra.webp 190.09 KB 77.60 KB -59.2% View diff
template/public/img/uploads/banner-mobile-kits-60-e-120-padra-o-50-off-pote-extra-1-.webp 158.66 KB 64.45 KB -59.4% View diff
template/public/img/uploads/banner-mobile-kits-60-e-120-padra-o-50-off-pote-extra.webp 158.66 KB 64.45 KB -59.4% View diff
template/public/img/uploads/banner-mobile-semana-do-consumidor-120-360.webp 106.10 KB 104.81 KB -1.2% View diff
template/public/img/uploads/banner-mobile-semana-do-consumidor-180-e-360-dias.webp 112.14 KB 105.62 KB -5.8% View diff
template/public/img/uploads/banner-mobile-semana-do-consumidor-60-e-120-dias.webp 99.95 KB 95.24 KB -4.7% View diff
template/public/img/uploads/banner-mobile-tbt-blow-friday-festival-de-promo.webp 353.75 KB 118.21 KB -66.6% View diff
template/public/img/uploads/banner-mobile-topo-valores-180-dias.webp 368.21 KB 141.49 KB -61.6% View diff
template/public/img/uploads/banner-mobile-topo-valores-2-.webp 368.27 KB 141.38 KB -61.6% View diff
template/public/img/uploads/banner-mobile-topo-valores-55-.webp 369.95 KB 142.19 KB -61.6% View diff
template/public/img/uploads/banner-mobile-topo-valores-55-240.webp 369.95 KB 142.16 KB -61.6% View diff
template/public/img/uploads/banner-mobile-topo-valores.webp 424.86 KB 148.46 KB -65.1% View diff
template/public/img/uploads/banner-site-50-campanha-mes-das-criancas.webp 406.60 KB 94.23 KB -76.8% View diff
template/public/img/uploads/banner-site-benefi-cios.webp 46.56 KB 45.86 KB -1.5% View diff
template/public/img/uploads/banner-site-black-entrada-valor-1-.webp 368.55 KB 135.60 KB -63.2% View diff
template/public/img/uploads/banner-site-black-entrada-valor.webp 368.55 KB 135.60 KB -63.2% View diff
template/public/img/uploads/banner-site-black-mega-chance-vivian.webp 300.43 KB 118.13 KB -60.7% View diff
template/public/img/uploads/banner-site-blow-friday-45-off-v2-copiar.webp 170.25 KB 43.00 KB -74.7% View diff
template/public/img/uploads/banner-site-blow-friday-festival-de-promo-55-.webp 293.46 KB 103.33 KB -64.8% View diff
template/public/img/uploads/banner-site-blow-friday-festival-de-promo-55-1-.webp 293.46 KB 103.33 KB -64.8% View diff
template/public/img/uploads/banner-site-blow-friday-festival-de-promo-copiar-1-.webp 291.82 KB 102.60 KB -64.8% View diff
template/public/img/uploads/banner-site-blow-friday-festival-de-promo-copiar.webp 291.81 KB 102.67 KB -64.8% View diff
template/public/img/uploads/banner-site-campanha-24-horas-dia-das-criancas.webp 402.62 KB 84.74 KB -79.0% View diff
template/public/img/uploads/banner-site-campanha-arraia-da-blow.webp 131.82 KB 120.42 KB -8.7% View diff
template/public/img/uploads/banner-site-campanha-blow-power.webp 124.20 KB 46.44 KB -62.6% View diff
template/public/img/uploads/banner-site-campanha-blow-week-35-off.webp 121.44 KB 108.46 KB -10.7% View diff
template/public/img/uploads/banner-site-campanha-blow-week-40-off.webp 119.42 KB 106.44 KB -10.9% View diff
template/public/img/uploads/banner-site-campanha-candy-blow-1-.webp 86.03 KB 84.12 KB -2.2% View diff
template/public/img/uploads/banner-site-campanha-comecou-festival-de-promo.webp 232.29 KB 75.41 KB -67.5% View diff
template/public/img/uploads/banner-site-campanha-comprou-ganhou-mochila.webp 81.32 KB 76.59 KB -5.8% View diff
template/public/img/uploads/banner-site-campanha-dentro-do-palco-copiar.webp 371.42 KB 125.17 KB -66.3% View diff
template/public/img/uploads/banner-site-campanha-dia-dos-namorados.webp 93.96 KB 86.56 KB -7.9% View diff
template/public/img/uploads/banner-site-campanha-dia-dos-namoradosprancheta-1.webp 106.17 KB 97.61 KB -8.1% View diff
template/public/img/uploads/banner-site-campanha-entrada-do-festival.webp 294.63 KB 94.74 KB -67.8% View diff
template/public/img/uploads/banner-site-campanha-mes-das-criancas-copiar-1-.webp 406.07 KB 93.68 KB -76.9% View diff
template/public/img/uploads/banner-site-campanha-mes-das-criancas-copiar.webp 406.07 KB 93.68 KB -76.9% View diff
template/public/img/uploads/banner-site-campanha-mes-das-criancas.webp 402.90 KB 82.59 KB -79.5% View diff
template/public/img/uploads/banner-site-campanha-polaroide-v2.webp 311.83 KB 114.16 KB -63.4% View diff
template/public/img/uploads/banner-site-campanha-polaroide-vivian.webp 264.89 KB 100.60 KB -62.0% View diff
template/public/img/uploads/banner-site-campanha-polaroide.webp 275.77 KB 101.99 KB -63.0% View diff
template/public/img/uploads/banner-site-campanha-pre-dia-dos-namorados-copiarprancheta-1.webp 148.41 KB 145.62 KB -1.9% View diff
template/public/img/uploads/banner-site-campanha-semana-da-mana-blow.webp 93.79 KB 91.11 KB -2.9% View diff
template/public/img/uploads/banner-site-campanha-semana-do-cliente.webp 216.75 KB 70.64 KB -67.4% View diff
template/public/img/uploads/banner-site-campanha-tbt-de-brindes.webp 68.76 KB 66.01 KB -4.0% View diff
template/public/img/uploads/banner-site-campanha-transborde-beneficios-agosto-como-acabar-copiar.webp 332.81 KB 112.85 KB -66.1% View diff
template/public/img/uploads/banner-site-campanha-transborde-beneficios-como-acabar-35-.webp 453.11 KB 165.76 KB -63.4% View diff
template/public/img/uploads/banner-site-campanha-transborde-beneficios-como-conquistar-1-1-.webp 166.54 KB 164.44 KB -1.3% View diff
template/public/img/uploads/banner-site-campanha-transborde-beneficios-como-conquistar.webp 166.44 KB 160.43 KB -3.6% View diff
template/public/img/uploads/banner-site-cyber-blow-pote-extra-1-.webp 453.24 KB 103.39 KB -77.2% View diff
template/public/img/uploads/banner-site-dia-do-comercio-pote-extra-1-.webp 251.35 KB 101.82 KB -59.5% View diff
template/public/img/uploads/banner-site-dia-do-comercio-pote-extra-1-1.webp 47.27 KB 45.87 KB -3.0% View diff
template/public/img/uploads/banner-site-dia-do-comercio-pote-extra-copiar-1-.webp 325.03 KB 105.96 KB -67.4% View diff
template/public/img/uploads/banner-site-dia-do-comercio-pote-extra.webp 325.10 KB 106.00 KB -67.4% View diff
template/public/img/uploads/banner-site-influenciadora-vivian-blow-week-40-off.webp 178.07 KB 168.46 KB -5.4% View diff
template/public/img/uploads/banner-site-kits-blow-week-16-off-1-.webp 138.44 KB 135.01 KB -2.5% View diff
template/public/img/uploads/banner-site-kits-blow-week.webp 137.33 KB 129.03 KB -6.0% View diff
template/public/img/uploads/banner-site-kits-padra-o-50-off-pote-extra-1-.webp 207.75 KB 90.66 KB -56.4% View diff
template/public/img/uploads/banner-site-kits-padra-o-50-off-pote-extra.webp 207.75 KB 90.66 KB -56.4% View diff
template/public/img/uploads/banner-site-pote-extra-semana-do-consumidor.webp 98.59 KB 95.85 KB -2.8% View diff
template/public/img/uploads/banner-site-semana-do-consumidor.webp 96.58 KB 92.72 KB -4.0% View diff
template/public/img/uploads/banner-site-tbt-blow-friday-festival-de-promo.webp 279.80 KB 98.04 KB -65.0% View diff
template/public/img/uploads/banner-site-tbt-semana-do-consumidor.webp 98.63 KB 96.32 KB -2.3% View diff
template/public/img/uploads/banner-topo-mobile-benefi-cios-copiar.webp 343.35 KB 132.88 KB -61.3% View diff
template/public/img/uploads/banner-topo-mobile-beneficios-55-.webp 344.69 KB 133.41 KB -61.3% View diff
template/public/img/uploads/banner-topo-mobile-beneficios-copiar.webp 417.36 KB 156.50 KB -62.5% View diff
template/public/img/uploads/banner-topo-mobile-cyber-blow-beneficios.webp 544.85 KB 147.27 KB -73.0% View diff
template/public/img/uploads/banner-topo-site-benefi-cios-55-1-.webp 284.67 KB 111.11 KB -61.0% View diff
template/public/img/uploads/banner-topo-site-benefi-cios.webp 282.92 KB 110.42 KB -61.0% View diff
template/public/img/uploads/banner-topo-site-beneficios-55-240.webp 284.69 KB 111.10 KB -61.0% View diff
template/public/img/uploads/banner-topo-site-beneficios-cyber-blow.webp 442.57 KB 128.08 KB -71.1% View diff
template/public/img/uploads/banner-topo-site-beneficios.webp 359.63 KB 140.10 KB -61.0% View diff
template/public/img/uploads/banner-topo-site-valores-180-dias.webp 343.26 KB 132.60 KB -61.4% View diff
template/public/img/uploads/banner-topo-site-valores-240-dias-1-.webp 343.26 KB 132.59 KB -61.4% View diff
template/public/img/uploads/banner-topo-site-valores-55-.webp 346.89 KB 135.36 KB -61.0% View diff
template/public/img/uploads/banner-topo-site-valores-55-240-1-.webp 346.88 KB 135.41 KB -61.0% View diff
template/public/img/uploads/banner-topo-site-valores.webp 391.55 KB 140.32 KB -64.2% View diff
template/public/img/uploads/bg-beneficios-reduzido.webp 22.89 KB 15.18 KB -33.7% View diff
template/public/img/uploads/bg-beneficios.webp 44.40 KB 34.04 KB -23.3% View diff
template/public/img/uploads/bia-siqueira-blow-gummies.webp 9.56 KB 9.15 KB -4.3% View diff
template/public/img/uploads/blow-gummies-funciona-harin.webp 13.11 KB 12.63 KB -3.7% View diff
template/public/img/uploads/blow-gummies-funciona-isa-fortunatto.webp 13.78 KB 13.44 KB -2.5% View diff
template/public/img/uploads/blow-gummies-funciona-leticia-silva.webp 13.84 KB 13.37 KB -3.4% View diff
template/public/img/uploads/blow-gummies-funciona-paula-theixeira.webp 13.97 KB 13.52 KB -3.2% View diff
template/public/img/uploads/blow-gummies-funciona-thaynara-lorenzi.webp 16.23 KB 15.94 KB -1.8% View diff
template/public/img/uploads/blow-vendidos.webp 7.73 KB 7.06 KB -8.7% View diff
template/public/img/uploads/botao-cadastre-se.jpg 165.30 KB 49.08 KB -70.3% View diff
template/public/img/uploads/campanha-especial-dia-das-maes.webp 88.63 KB 74.43 KB -16.0% View diff
template/public/img/uploads/captura-de-tela-2023-03-18-131211.webp 153.45 KB 77.82 KB -49.3% View diff
template/public/img/uploads/captura-de-tela-2023-09-24-164538.jpg 211.24 KB 130.19 KB -38.4% View diff
template/public/img/uploads/copia-de-kit-45-1-.jpg 145.04 KB 139.66 KB -3.7% View diff
template/public/img/uploads/copia-de-kit-45-2-.jpg 142.70 KB 137.00 KB -4.0% View diff
template/public/img/uploads/copia-de-kit-45-3-.jpg 127.90 KB 122.35 KB -4.3% View diff
template/public/img/uploads/copia-de-kit-50-2-.jpg 134.57 KB 128.66 KB -4.4% View diff
template/public/img/uploads/copia-de-kit-50-3-.jpg 134.68 KB 128.09 KB -4.9% View diff
template/public/img/uploads/copia-de-kit-50-4-.jpg 122.38 KB 116.23 KB -5.0% View diff
template/public/img/uploads/copia-de-kit-50-5-.jpg 133.95 KB 127.89 KB -4.5% View diff
template/public/img/uploads/copia-de-kit-50-6-.jpg 133.71 KB 127.10 KB -4.9% View diff
template/public/img/uploads/copia-de-kit-50-7-.jpg 124.82 KB 118.72 KB -4.9% View diff
template/public/img/uploads/copia-de-kit-50-8-.jpg 135.96 KB 129.39 KB -4.8% View diff
template/public/img/uploads/copia-de-kit-50.jpg 163.16 KB 154.06 KB -5.6% View diff
template/public/img/uploads/desc-bg-desc-otimizada.jpg 72.01 KB 71.22 KB -1.1% View diff
template/public/img/uploads/design-sem-nome-14-.jpg 127.39 KB 120.81 KB -5.2% View diff
template/public/img/uploads/design-sem-nome-6-.jpg 187.73 KB 179.49 KB -4.4% View diff
template/public/img/uploads/dia-do-comercio.webp 108.96 KB 93.22 KB -14.4% View diff
template/public/img/uploads/email-marketing-3.webp 57.67 KB 56.82 KB -1.5% View diff
template/public/img/uploads/evelyn-regly-blow-gummies.webp 10.86 KB 10.67 KB -1.7% View diff
template/public/img/uploads/feed-dia-do-comercio-pote-extra-1.webp 47.22 KB 45.60 KB -3.4% View diff
template/public/img/uploads/feed-dia-do-comercio-pote-extra.webp 251.27 KB 101.99 KB -59.4% View diff
template/public/img/uploads/feed-pote-extra-semana-do-consumidor.webp 131.50 KB 125.03 KB -4.9% View diff
template/public/img/uploads/feed-semana-do-consumidor-1-.webp 132.74 KB 125.29 KB -5.6% View diff
template/public/img/uploads/Forma-de-Pagamento-Blow-Hair.png 138.54 KB 129.20 KB -6.7% View diff
template/public/img/uploads/influ-new.jpg 27.46 KB 27.13 KB -1.2% View diff
template/public/img/uploads/influ-new.webp 19.61 KB 18.97 KB -3.2% View diff
template/public/img/uploads/istockphoto-1008539718-1024x1024-transformed.jpeg 223.22 KB 64.29 KB -71.2% View diff
template/public/img/uploads/julia-doorman-blow-gummies.webp 9.14 KB 8.69 KB -4.9% View diff
template/public/img/uploads/kit-40-1-.jpg 133.39 KB 124.70 KB -6.5% View diff
template/public/img/uploads/kit-40-2-.jpg 123.96 KB 115.11 KB -7.1% View diff
template/public/img/uploads/kit-40-4-.jpg 140.33 KB 133.41 KB -4.9% View diff
template/public/img/uploads/kit-40-5-.jpg 132.44 KB 125.73 KB -5.1% View diff
template/public/img/uploads/kit-40-6-.jpg 117.02 KB 111.02 KB -5.1% View diff
template/public/img/uploads/kit-40.jpg 150.37 KB 141.92 KB -5.6% View diff
template/public/img/uploads/kit-45-pote-extra-1-.jpg 114.52 KB 107.63 KB -6.0% View diff
template/public/img/uploads/kit-45-pote-extra.jpg 130.44 KB 121.48 KB -6.9% View diff
template/public/img/uploads/kit-50-back-mobile-3.jpg 192.68 KB 187.04 KB -2.9% View diff
template/public/img/uploads/kit-50-black-2-mobile.jpg 190.32 KB 184.98 KB -2.8% View diff
template/public/img/uploads/kit-50-black-mobile.jpg 181.51 KB 176.38 KB -2.8% View diff
template/public/img/uploads/kit-50-black.jpg 191.54 KB 183.41 KB -4.2% View diff
template/public/img/uploads/kit-50-pote-extra-.jpg 144.09 KB 135.59 KB -5.9% View diff
template/public/img/uploads/kit-50-pote-extra-1-.jpg 144.03 KB 135.40 KB -6.0% View diff
template/public/img/uploads/kit-50-pote-extra-5-.jpg 141.42 KB 132.91 KB -6.0% View diff
template/public/img/uploads/kit-50-pote-extra-6-.jpg 128.69 KB 119.92 KB -6.8% View diff
template/public/img/uploads/kit-50-pote-extra-7-.jpg 115.02 KB 107.82 KB -6.3% View diff
template/public/img/uploads/mega-chance-de-kit-45-1-.jpg 506.09 KB 133.47 KB -73.6% View diff
template/public/img/uploads/mega-chance-de-kit-45-2-.jpg 456.46 KB 119.77 KB -73.8% View diff
template/public/img/uploads/mega-chance-de-kit-45.jpg 526.87 KB 138.72 KB -73.7% View diff
template/public/img/uploads/mega-chance-kit-45.jpg 531.65 KB 149.90 KB -71.8% View diff
template/public/img/uploads/mobile-cyber-blow-pote-extra-1-.webp 539.80 KB 121.33 KB -77.5% View diff
template/public/img/uploads/neww-bg-mobile-box.jpg 15.79 KB 15.56 KB -1.4% View diff
template/public/img/uploads/oferta-relampago-feed-45-.jpg 189.67 KB 121.89 KB -35.7% View diff
template/public/img/uploads/remarketing-banner-mobile-campanha-dia-do-comercio.webp 178.92 KB 86.99 KB -51.4% View diff
template/public/img/uploads/whatsapp-image-2023-03-27-at-07.46.01-1-.webp 147.06 KB 72.86 KB -50.5% View diff
template/public/img/uploads/whatsapp-image-2023-04-12-at-23.36.13.jpeg 313.50 KB 153.08 KB -51.2% View diff
template/public/img/uploads/whatsapp-image-2023-04-13-at-16.22.45.webp 114.62 KB 53.02 KB -53.7% View diff

303 images did not require optimisation.

Copy link
Contributor Author

renovate bot commented Dec 11, 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
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants