prescottprue / cypress-firebase

Cypress plugin and custom commands for testing Firebase projects
MIT License
273 stars 50 forks source link

chore(dev-deps): update dependency firebase-admin to v12.5.0 #1181

Open renovate[bot] opened 7 months ago

renovate[bot] commented 7 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
firebase-admin (source) 12.3.0 -> 12.5.0 age adoption passing confidence
firebase-admin (source) 11.11.1 -> 12.5.0 age adoption passing confidence

Release Notes

firebase/firebase-admin-node (firebase-admin) ### [`v12.5.0`](https://redirect.github.com/firebase/firebase-admin-node/releases/tag/v12.5.0): Firebase Admin Node.js SDK v12.5.0 [Compare Source](https://redirect.github.com/firebase/firebase-admin-node/compare/v12.4.0...v12.5.0) ##### New Features - feat(rc): SSRC targeting ([#​2665](https://redirect.github.com/firebase/firebase-admin-node/issues/2665)) ##### Bug Fixes - fix: updating comments with VibrateTimingsMillis and defaultVibrateTimings instead of vibrate_timings and default_vibrate_timings ([#​2598](https://redirect.github.com/firebase/firebase-admin-node/issues/2598)) - fix: support httpAgent in JwksFetcher ([#​2689](https://redirect.github.com/firebase/firebase-admin-node/issues/2689)) ##### Miscellaneous - \[chore] Release 12.5.0 Take 2 ([#​2703](https://redirect.github.com/firebase/firebase-admin-node/issues/2703)) - \[chore] Release 12.5.0 ([#​2702](https://redirect.github.com/firebase/firebase-admin-node/issues/2702)) - chore: Upgrade actions/upload-artifact@v4 ([#​2700](https://redirect.github.com/firebase/firebase-admin-node/issues/2700)) - build(deps): bump actions/download-artifact in /.github/workflows ([#​2694](https://redirect.github.com/firebase/firebase-admin-node/issues/2694)) - Create CHANGELOG.md ([#​2626](https://redirect.github.com/firebase/firebase-admin-node/issues/2626)) ### [`v12.4.0`](https://redirect.github.com/firebase/firebase-admin-node/releases/tag/v12.4.0): Firebase Admin Node.js SDK v12.4.0 [Compare Source](https://redirect.github.com/firebase/firebase-admin-node/compare/v12.3.1...v12.4.0) ##### Miscellaneous - \[chore] Release 12.4.0 ([#​2674](https://redirect.github.com/firebase/firebase-admin-node/issues/2674)) - build(deps-dev): bump [@​firebase/app-compat](https://redirect.github.com/firebase/app-compat) from 0.2.38 to 0.2.39 ([#​2677](https://redirect.github.com/firebase/firebase-admin-node/issues/2677)) - chore: Deprecate sendToTopic and Condition ([#​2683](https://redirect.github.com/firebase/firebase-admin-node/issues/2683)) - build(deps): bump [@​types/node](https://redirect.github.com/types/node) from 22.1.0 to 22.3.0 ([#​2675](https://redirect.github.com/firebase/firebase-admin-node/issues/2675)) - build(deps-dev): bump mocha from 10.7.0 to 10.7.3 ([#​2670](https://redirect.github.com/firebase/firebase-admin-node/issues/2670)) - build(deps): bump [@​google-cloud/storage](https://redirect.github.com/google-cloud/storage) from 7.12.0 to 7.12.1 ([#​2669](https://redirect.github.com/firebase/firebase-admin-node/issues/2669)) - build(deps): bump axios in /.github/actions/send-email ([#​2673](https://redirect.github.com/firebase/firebase-admin-node/issues/2673)) - build(deps-dev): bump [@​microsoft/api-extractor](https://redirect.github.com/microsoft/api-extractor) from 7.47.5 to 7.47.6 ([#​2671](https://redirect.github.com/firebase/firebase-admin-node/issues/2671)) - Reroute Cloud Tasks to emulator when it is running ([#​2649](https://redirect.github.com/firebase/firebase-admin-node/issues/2649)) ### [`v12.3.1`](https://redirect.github.com/firebase/firebase-admin-node/releases/tag/v12.3.1): Firebase Admin Node.js SDK v12.3.1 [Compare Source](https://redirect.github.com/firebase/firebase-admin-node/compare/v12.3.0...v12.3.1) ##### Bug Fixes - fix: `getToken()` returns existing promise to a token if one exists instead of a new token. ([#​2648](https://redirect.github.com/firebase/firebase-admin-node/issues/2648)) ##### Miscellaneous - \[chore] Release 12.3.1 ([#​2667](https://redirect.github.com/firebase/firebase-admin-node/issues/2667)) - chore: Skip sendToDeviceGroup integration test ([#​2666](https://redirect.github.com/firebase/firebase-admin-node/issues/2666)) - build(deps-dev): bump [@​microsoft/api-extractor](https://redirect.github.com/microsoft/api-extractor) from 7.47.2 to 7.47.5 ([#​2661](https://redirect.github.com/firebase/firebase-admin-node/issues/2661)) - build(deps): bump [@​types/node](https://redirect.github.com/types/node) from 22.0.1 to 22.1.0 ([#​2663](https://redirect.github.com/firebase/firebase-admin-node/issues/2663)) - build(deps-dev): bump [@​firebase/app-compat](https://redirect.github.com/firebase/app-compat) from 0.2.37 to 0.2.38 ([#​2664](https://redirect.github.com/firebase/firebase-admin-node/issues/2664)) - build(deps): bump [@​types/node](https://redirect.github.com/types/node) from 20.14.11 to 22.0.1 ([#​2657](https://redirect.github.com/firebase/firebase-admin-node/issues/2657)) - build(deps-dev): bump chai from 4.4.1 to 4.5.0 ([#​2650](https://redirect.github.com/firebase/firebase-admin-node/issues/2650)) - build(deps-dev): bump [@​firebase/app-compat](https://redirect.github.com/firebase/app-compat) from 0.2.35 to 0.2.37 ([#​2653](https://redirect.github.com/firebase/firebase-admin-node/issues/2653)) - build(deps): bump fast-xml-parser from 4.4.0 to 4.4.1 ([#​2654](https://redirect.github.com/firebase/firebase-admin-node/issues/2654))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 7 months ago

⚠ Artifact update problem

Renovate failed to update artifacts 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:

The artifact failure details are included below:

File name: examples/typescript/yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]
File name: examples/basic/yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]
github-actions[bot] commented 7 months ago

size-limit report 📦

Path Size
CommonJS: attachCustomCommands 8.19 KB (0%)
CommonJS: plugin 8.18 KB (0%)
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.31%. Comparing base (42ba062) to head (24763a6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1181 +/- ## ========================================== + Coverage 74.26% 80.31% +6.04% ========================================== Files 6 6 Lines 579 579 Branches 212 212 ========================================== + Hits 430 465 +35 + Misses 131 113 -18 + Partials 18 1 -17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

renovate[bot] commented 4 months ago

⚠️ Artifact update problem

Renovate failed to update artifacts 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:

The artifact failure details are included below:

File name: examples/typescript/yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]
File name: examples/basic/yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]