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

chore(deps): update all non-major #108

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli ^13.1.0 -> ^13.2.0 age adoption passing confidence
@commitlint/config-conventional ^13.1.0 -> ^13.2.0 age adoption passing confidence
firebase-admin (source) ^9.11.1 -> ^9.12.0 age adoption passing confidence
firebase-functions ^3.15.5 -> ^3.15.7 age adoption passing confidence
firebase-tools ^9.17.0 -> ^9.19.0 age adoption passing confidence
uglify-js ^3.14.1 -> ^3.14.2 age adoption passing confidence

Release Notes

conventional-changelog/commitlint ### [`v13.2.0`](https://togithub.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md#​1320-httpsgithubcomconventional-changelogcommitlintcomparev1310v1320-2021-09-28) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) ##### Bug Fixes - **parse:** enforce secure version of `conventional-commits-parser` ([#​2776](https://togithub.com/conventional-changelog/commitlint/issues/2776)) ([a351801](https://togithub.com/conventional-changelog/commitlint/commit/a3518012ae11bc00a43a12b8ce935f3ffd2d04ef)) - update dependency read-pkg to v7 ([#​2721](https://togithub.com/conventional-changelog/commitlint/issues/2721)) ([7d9a3b1](https://togithub.com/conventional-changelog/commitlint/commit/7d9a3b1f2ab41c598f4d23d96805f86a4d41ae09)) - **types:** prompt messages key ([4825a52](https://togithub.com/conventional-changelog/commitlint/commit/4825a521e2c74d63a11920b48094fddc79001b3c)) - **types:** prompt messages props optional ([0bd0592](https://togithub.com/conventional-changelog/commitlint/commit/0bd0592148ab4266fd76816b19d352e2cf947f8c)) - **types:** user config prompt ([6d7a1c4](https://togithub.com/conventional-changelog/commitlint/commit/6d7a1c40e2f8a8ff22595e0e17f71f3702b0699c)) ##### Features - **load:** add cosmiconfig typescript loader ([b65aced](https://togithub.com/conventional-changelog/commitlint/commit/b65acedc3334a859811762539ec8716de3e73f85))
firebase/firebase-admin-node ### [`v9.12.0`](https://togithub.com/firebase/firebase-admin-node/releases/v9.12.0) [Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v9.11.1...v9.12.0) ##### New Features - feat(rc): Add Remote Config Parameter Value Type Support ([#​1424](https://togithub.com/firebase/firebase-admin-node/issues/1424)) ##### Bug Fixes - fix(fac): Verify Token: Change the jwks cache duration from 1 day to 6 hours ([#​1439](https://togithub.com/firebase/firebase-admin-node/issues/1439)) - fix(rtdb): Changed admin.database to use database-compat package ([#​1437](https://togithub.com/firebase/firebase-admin-node/issues/1437)) ##### Miscellaneous - \[chore] Release 9.12.0 ([#​1442](https://togithub.com/firebase/firebase-admin-node/issues/1442)) - Pin [@​types/jsonwebtoken](https://togithub.com/types/jsonwebtoken) to 8.5.1 ([#​1438](https://togithub.com/firebase/firebase-admin-node/issues/1438)) - build(deps): bump tar from 6.1.3 to 6.1.11 ([#​1430](https://togithub.com/firebase/firebase-admin-node/issues/1430)) - build(deps-dev): bump [@​types/lodash](https://togithub.com/types/lodash) from 4.14.171 to 4.14.173 ([#​1435](https://togithub.com/firebase/firebase-admin-node/issues/1435)) - build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.18.4 to 7.18.7 ([#​1423](https://togithub.com/firebase/firebase-admin-node/issues/1423)) - fix typo ([#​1420](https://togithub.com/firebase/firebase-admin-node/issues/1420))
firebase/firebase-functions ### [`v3.15.7`](https://togithub.com/firebase/firebase-functions/releases/v3.15.7) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.15.6...v3.15.7) - Adjust acceptable runtime options values ### [`v3.15.6`](https://togithub.com/firebase/firebase-functions/releases/v3.15.6) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.15.5...v3.15.6) - Add missing type annotations
firebase/firebase-tools ### [`v9.19.0`](https://togithub.com/firebase/firebase-tools/releases/v9.19.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v9.18.0...v9.19.0) - `ext:dev:publish` and `ext:update` now support --force and --non-interactive flags. - Fixes issue where account specified by `login:use` was not being correctly loaded ([#​3759](https://togithub.com/firebase/firebase-tools/issues/3759)). - Fixes minor layout issues in Auth Emulator IDP sign-in page ([#​3774](https://togithub.com/firebase/firebase-tools/issues/3774)). ### [`v9.18.0`](https://togithub.com/firebase/firebase-tools/releases/v9.18.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v9.17.0...v9.18.0) - `ext:install` now supports `--force` and `--non-interactive` flags. - Fixes a crash when customers deploy an empty Cloud Functions project ([#​3705](https://togithub.com/firebase/firebase-tools/issues/3705)) - Fixes (and implements) `--no-authorized-domains`, skipping syncing with Firebase Auth, when deploying to a Firebase Hosting channel ([#​3740](https://togithub.com/firebase/firebase-tools/issues/3740)). - Adds a command (`functions:list`) for listing all functions in the Firebase project. - Uses public v1 AppDistribution API. - Adds `appdistribution:testers:add` and `appdistribution:testers:remove` commands.
mishoo/UglifyJS ### [`v3.14.2`](https://togithub.com/mishoo/UglifyJS/releases/v3.14.2) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.14.1...v3.14.2) ##### Features - improve function inlining heuristic ([`4fe2cac`](https://togithub.com/mishoo/UglifyJS/commit/4fe2cac35ecd8fc5a69b1122cf536ee148340b3d)) - suppress spurious warning messages ([`4b88dfb`](https://togithub.com/mishoo/UglifyJS/commit/4b88dfb8d9ea5d5d25649edbce2def4b1df6c553)) ##### Bug Fixes - `arguments` object ([`fdcc6d3`](https://togithub.com/mishoo/UglifyJS/commit/fdcc6d3a9c74f55b21ceb59953ee90369d3e5e13)) - default parmeter ([`db94d21`](https://togithub.com/mishoo/UglifyJS/commit/db94d21980583714755322d5dd26bb0850801c03)) - destructuring syntax ([`befb99b`](https://togithub.com/mishoo/UglifyJS/commit/befb99bd7197d281417d7eb15e0f7b8ed992174d)) - `function` literal ([`c3aef23`](https://togithub.com/mishoo/UglifyJS/commit/c3aef2361458941a36d217cb3181ade3b777a37e)) - optional chaining operator ([`9634a9d`](https://togithub.com/mishoo/UglifyJS/commit/9634a9d1fd882bcd17047c285c9e3d656ba08688)) - rest parameter ([`c09f63a`](https://togithub.com/mishoo/UglifyJS/commit/c09f63aefb4609bbdae259213e7fa458d959e20b)) - `try` statement ([`02eb8ba`](https://togithub.com/mishoo/UglifyJS/commit/02eb8baa1c6c6f1e79a6e01dfe1e3bd68937eedd))

Configuration

📅 Schedule: "after 7am on the first day of the month" (UTC).

🚦 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 WhiteSource Renovate. View repository job log here.