ecomplus / application-starter

Serverless boilerplate for E-Com Plus apps (integrations) with Firebase Cloud Functions and GitHub Actions
MIT License
2 stars 3 forks source link

fix(deps): update all non-major #225

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@google-cloud/firestore ^7.7.0 -> ^7.9.0 age adoption passing confidence
firebase-admin (source) ^12.1.1 -> ^12.2.0 age adoption passing confidence
uglify-js ^3.17.4 -> ^3.18.0 age adoption passing confidence

Release Notes

googleapis/nodejs-firestore (@​google-cloud/firestore) ### [`v7.9.0`](https://togithub.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#790-2024-06-25) [Compare Source](https://togithub.com/googleapis/nodejs-firestore/compare/v7.8.0...v7.9.0) ##### Features - Update FirebaseFirestore.v1 and FirebaseFirestore.v1beta1 auto-gen types ([6732d4d](https://togithub.com/googleapis/nodejs-firestore/commit/6732d4da3c5ea851dccb0515757fbfb521f21410)) ### [`v7.8.0`](https://togithub.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#780-2024-05-28) [Compare Source](https://togithub.com/googleapis/nodejs-firestore/compare/v7.7.0...v7.8.0) ##### Features - Query profiling for VectorQuery ([d406f14](https://togithub.com/googleapis/nodejs-firestore/commit/d406f14612a4890e405913aadc75c7ee22993f2b)) - Update Nodejs generator to send API versions in headers for GAPICs ([#​2041](https://togithub.com/googleapis/nodejs-firestore/issues/2041)) ([6dbe4b0](https://togithub.com/googleapis/nodejs-firestore/commit/6dbe4b0baac261f03f9032765b375938ce5e46d7))
firebase/firebase-admin-node (firebase-admin) ### [`v12.2.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v12.2.0): Firebase Admin Node.js SDK v12.2.0 [Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v12.1.1...v12.2.0) ##### Breaking Changes - change: Deprecate Node.js 16 support ([#​2574](https://togithub.com/firebase/firebase-admin-node/issues/2574)) ##### Bug Fixes - fix: Replace `farmhash` with `farmhash-modern` ([#​2603](https://togithub.com/firebase/firebase-admin-node/issues/2603)) - fix: Make ADC + human account work with firebase-admin ([#​2553](https://togithub.com/firebase/firebase-admin-node/issues/2553)) - fix: Use optional chaining in FirebaseError ([#​2581](https://togithub.com/firebase/firebase-admin-node/issues/2581)) ##### Miscellaneous - \[chore] Release 12.2.0 ([#​2605](https://togithub.com/firebase/firebase-admin-node/issues/2605)) - build(deps): bump uuid from 9.0.1 to 10.0.0 ([#​2599](https://togithub.com/firebase/firebase-admin-node/issues/2599)) - build(deps-dev): bump chai-exclude from 2.1.0 to 2.1.1 ([#​2593](https://togithub.com/firebase/firebase-admin-node/issues/2593)) - build(deps-dev): bump braces from 3.0.2 to 3.0.3 ([#​2595](https://togithub.com/firebase/firebase-admin-node/issues/2595)) - build(deps): bump [@​grpc/grpc-js](https://togithub.com/grpc/grpc-js) from 1.10.8 to 1.10.9 ([#​2592](https://togithub.com/firebase/firebase-admin-node/issues/2592)) - build(deps-dev): bump [@​types/lodash](https://togithub.com/types/lodash) from 4.17.4 to 4.17.5 ([#​2594](https://togithub.com/firebase/firebase-admin-node/issues/2594)) - build(deps): bump [@​google-cloud/firestore](https://togithub.com/google-cloud/firestore) from 7.7.0 to 7.8.0 ([#​2583](https://togithub.com/firebase/firebase-admin-node/issues/2583)) - build(deps): bump [@​types/node](https://togithub.com/types/node) from 20.12.12 to 20.14.0 ([#​2585](https://togithub.com/firebase/firebase-admin-node/issues/2585)) - build(deps-dev): bump [@​firebase/app-compat](https://togithub.com/firebase/app-compat) from 0.2.34 to 0.2.35 ([#​2575](https://togithub.com/firebase/firebase-admin-node/issues/2575)) - build(deps-dev): bump chai-as-promised from 7.1.1 to 7.1.2 ([#​2578](https://togithub.com/firebase/firebase-admin-node/issues/2578)) - build(deps): bump [@​google-cloud/storage](https://togithub.com/google-cloud/storage) from 7.11.0 to 7.11.1 ([#​2579](https://togithub.com/firebase/firebase-admin-node/issues/2579))
mishoo/UglifyJS (uglify-js) ### [`v3.18.0`](https://togithub.com/mishoo/UglifyJS/releases/tag/v3.18.0) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.17.4...v3.18.0) ##### Features - convert `const` to `let` when possible ([`21aff99`](https://togithub.com/mishoo/UglifyJS/commit/21aff996a5d54730a1b67a51f3e79a89a7abd53f)) - process input as ES module by default ([`68d62a8`](https://togithub.com/mishoo/UglifyJS/commit/68d62a8a310a67f2c8fb4334f9e210f6fed55d67), [`17c3ae6`](https://togithub.com/mishoo/UglifyJS/commit/17c3ae6cbabc61c97193de4a56b0be71fc36bfe9)) - concatenate `let` and `var` declarations ([`e5cbd3e`](https://togithub.com/mishoo/UglifyJS/commit/e5cbd3e0f36afbbd3055c151d5f77561002dc50c)) - avoid mangling of `enableHighAccuracy` & `maximumAge` DOM properties ([`aa7c338`](https://togithub.com/mishoo/UglifyJS/commit/aa7c3389e6853f5a8210da8dc1e189d2d1ad6c46)) - compress array element assignments into declaration ([`ffe0fe7`](https://togithub.com/mishoo/UglifyJS/commit/ffe0fe77625d1886d7710a1caf3f3ea600e7d7cc), [`3dfb379`](https://togithub.com/mishoo/UglifyJS/commit/3dfb3794865a24e69fb01507f462f3879f13482a)) - handle lexical `function` declaration in ES6+ ([`e7b9b4a`](https://togithub.com/mishoo/UglifyJS/commit/e7b9b4aafbc0ee1196de0a8b76c1015e53181056)) - improve ESTree interoperability with third-party tools ([`ca4185a`](https://togithub.com/mishoo/UglifyJS/commit/ca4185a0fdae65764cf6d66e6efee6595a7fb542)) ##### Bug Fixes - assignment operator ([`f0ca9cf`](https://togithub.com/mishoo/UglifyJS/commit/f0ca9cfbe65efc919149e7cd74cedd186d6413ee)) - `async` generator function ([`404794f`](https://togithub.com/mishoo/UglifyJS/commit/404794f5dba1205a5731d45d13b1365f807b2a21)) - `await` operator ([`0991077`](https://togithub.com/mishoo/UglifyJS/commit/09910771a1e8e2531c8dac09e274e345d3feb0e4)) - `BigInt` literal ([`2b1c321`](https://togithub.com/mishoo/UglifyJS/commit/2b1c321ac88bd5b51a1eb0af9731965232e7b956)) - `class` field ([`f40dbd6`](https://togithub.com/mishoo/UglifyJS/commit/f40dbd6e3364d3bffc887774178be1b6f82029a6), [`1d400f1`](https://togithub.com/mishoo/UglifyJS/commit/1d400f1a255a9e2808af92730e4526754584414f)) - `class` literal ([`548f093`](https://togithub.com/mishoo/UglifyJS/commit/548f0938e8fd608efff7d5923db64db424914764)) - default parameter ([`57dd3f6`](https://togithub.com/mishoo/UglifyJS/commit/57dd3f6a2c74decc3fe68447e56a90fe9d3593c0)) - `function` call ([`e37a148`](https://togithub.com/mishoo/UglifyJS/commit/e37a1489d401e8abed462a4e647663a8fba7c38a), [`a437a61`](https://togithub.com/mishoo/UglifyJS/commit/a437a61518f98bd4131d6713b3dbbfe5025ecdb7)) - generator function ([`574ca47`](https://togithub.com/mishoo/UglifyJS/commit/574ca47666c9f8581f4e45737b6b141a75fb03bf)) - `if` statement ([`358faaa`](https://togithub.com/mishoo/UglifyJS/commit/358faaacaaa502d031cb4e195ab7601edcd5e44d)) - immediately invoked function expression ([`1d400f1`](https://togithub.com/mishoo/UglifyJS/commit/1d400f1a255a9e2808af92730e4526754584414f), [`aef7065`](https://togithub.com/mishoo/UglifyJS/commit/aef70652620741e6312ab8b99ea38d894cf999a2), [`dd88f38`](https://togithub.com/mishoo/UglifyJS/commit/dd88f3866b87c0a1c747bc3f177dd338317e5967), [`c911704`](https://togithub.com/mishoo/UglifyJS/commit/c9117041fac7d6d83453868154ac2e0f534e9a94)) - `instanceof` operator ([`8d28052`](https://togithub.com/mishoo/UglifyJS/commit/8d28052182a4cd1261a4f24a15a1c694079ef930)) - `let` statement ([`0cbd5ea`](https://togithub.com/mishoo/UglifyJS/commit/0cbd5ea64a5f37f50ce420529933ec185cb94fb5)) - logical operator ([`7270671`](https://togithub.com/mishoo/UglifyJS/commit/72706716873355776c6fecd383f404f62cd1b67b)) - nullish coalescing operator ([`2cb6454`](https://togithub.com/mishoo/UglifyJS/commit/2cb6454b1f8739e27708a29c5a97610afa2c554e)) - `switch` statement ([`34b6143`](https://togithub.com/mishoo/UglifyJS/commit/34b6143306474b5dfc4a4f5bbce855db4fd3bafd)) - ternary expression ([`f07dc5c`](https://togithub.com/mishoo/UglifyJS/commit/f07dc5cfba57d607c8f256fb8f339a29a4aeb09a)) - unary arithmetic operator ([`30bf068`](https://togithub.com/mishoo/UglifyJS/commit/30bf06876878495637dfef2f6e31824649abd34b)) - `var` statement ([`2352909`](https://togithub.com/mishoo/UglifyJS/commit/2352909c3d9ea9b2f53768a7522decb275e81288))

Configuration

📅 Schedule: Branch creation - "after 7am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.