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-admin to v12 #125

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-admin (source) ^11.8.0 -> ^12.0.0 age adoption passing confidence

Release Notes

firebase/firebase-admin-node (firebase-admin)

v12.0.0: Firebase Admin Node.js SDK v12.0.0

Compare Source

  • Breaking change: Upgraded the @google-cloud/firestore package to v7. This is a breaking change. Refer to the Cloud Firestore release notes for more details.

  • Breaking change: Upgraded the @google-cloud/storage package to v7. This is a breaking change. Refer to the Cloud Storage release notes for more details.

  • Breaking change: Upgraded TypeScript to v5.1.6.

  • Deprecated support for Node.js 14. Instead use Node.js 16 or higher when deploying the Admin SDK. Node.js 14 support will be dropped in the next major version.

  • Upgraded the google-cloud/firestore dependency to v7.1.0 to support sum() and `average() aggregation functions.

  • Upgraded the @firebase/database-compat package to v1.

  • Dropped AutoML model support (#​1974)

Bug Fixes
  • fix(firestore): Export new aggregate types (#​2396)
Miscellaneous

v11.11.1: Firebase Admin Node.js SDK v11.11.1

Compare Source

Miscellaneous

v11.11.0: Firebase Admin Node.js SDK v11.11.0

Compare Source

New Features
  • feat(auth): Add Email Privacy support in Project and Tenant config (#​2198)
Miscellaneous

v11.10.1: Firebase Admin Node.js SDK v11.10.1

Compare Source

Miscellaneous

v11.10.0: Firebase Admin Node.js SDK v11.10.0

Compare Source

New Features
  • feat(functions): Add features to task queue functions (#​2216)
  • feat(auth): Add TotpInfo field to UserRecord (#​2197)
  • feat(storage): Add getDownloadUrl method to the Storage API (#​2036)
Bug Fixes
  • fix: Update TOTP docstrings (#​2245)
Miscellaneous

v11.9.0: Firebase Admin Node.js SDK v11.9.0

Compare Source

New Features
  • feat(auth): Add Password Policies support in Project and Tenant config (#​2107)
Bug Fixes
  • fix(firestore): Export Filter type from Firestore (#​2192)
Miscellaneous

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 Author

renovate bot commented Dec 11, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: .functions/package-lock.json
ERROR: npm v10.2.5 is known not to run on Node.js v14.21.3.  This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.

ERROR:
/opt/containerbase/tools/npm/10.2.5/node_modules/npm/node_modules/@npmcli/agent/lib/agents.js:105
    options.lookup ??= this.#options.lookup
                   ^^^

SyntaxError: Unexpected token '??='
    at wrapSafe (internal/modules/cjs/loader.js:1029:16)
    at Module._compile (internal/modules/cjs/loader.js:1078:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
    at Module.load (internal/modules/cjs/loader.js:979:32)
    at Function.Module._load (internal/modules/cjs/loader.js:819:12)
    at Module.require (internal/modules/cjs/loader.js:1003:19)
    at require (internal/modules/cjs/helpers.js:107:18)
    at Object.<anonymous> (/opt/containerbase/tools/npm/10.2.5/node_modules/npm/node_modules/@npmcli/agent/lib/index.js:7:15)
    at Module._compile (internal/modules/cjs/loader.js:1114:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)

Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 19.2%, saving 79.02 KB.

Filename Before After Improvement Visual comparison
template/public/img/uploads/design-sem-nome.png 18.84 KB 12.90 KB -31.5% View diff
template/public/img/uploads/download__4_-removebg-preview-1-.png 21.71 KB 12.38 KB -43.0% View diff
template/public/img/uploads/download-removebg-preview.png 40.22 KB 21.31 KB -47.0% View diff
template/public/img/uploads/imagem-site-3.jpg 55.12 KB 48.44 KB -12.1% View diff
template/public/img/uploads/logotipo-loja-online-1-.png 25.03 KB 21.53 KB -14.0% View diff
template/public/img/uploads/logotipo-loja-online-170-170-px-.png 10.67 KB 8.62 KB -19.3% View diff
template/public/img/uploads/nossas-medidas.png 63.99 KB 48.41 KB -24.3% View diff
template/public/img/uploads/oi.jpg 114.83 KB 113.29 KB -1.3% View diff
template/public/img/uploads/pix-106.png 15.67 KB 10.84 KB -30.8% View diff
template/public/img/uploads/tabela-feminina-medidas.jpg 44.64 KB 34.00 KB -23.9% View diff

44 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