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 #152

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 (source) ^16.2.1 -> ^16.2.3 age adoption passing confidence
firebase-functions ^3.18.1 -> ^3.19.0 age adoption passing confidence
firebase-tools ^10.2.1 -> ^10.5.0 age adoption passing confidence
uglify-js ^3.15.2 -> ^3.15.3 age adoption passing confidence

Release Notes

conventional-changelog/commitlint ### [`v16.2.3`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#​1623-httpsgithubcomconventional-changelogcommitlintcomparev1622v1623-2022-03-16) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v16.2.1...v16.2.3) **Note:** Version bump only for package [@​commitlint/cli](https://togithub.com/commitlint/cli)
firebase/firebase-functions ### [`v3.19.0`](https://togithub.com/firebase/firebase-functions/releases/v3.19.0) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.18.1...v3.19.0) - Add support for more regions and memory for v2 functions ([#​1037](https://togithub.com/firebase/firebase-functions/issues/1037)). - Fixes bug where some RTDB instance names were incorrectly parsed ([#​1056](https://togithub.com/firebase/firebase-functions/issues/1056)).
firebase/firebase-tools ### [`v10.5.0`](https://togithub.com/firebase/firebase-tools/releases/v10.5.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.4.2...v10.5.0) - Release Cloud Firestore emulator v1.14.1: - Adds support of x-goog-request-params http header for routing. - Changes `read-past-max-staleness` error code to align with production implementation. - Updates readtime-in-the-future error message. - Supports importing exports from Windows on UNIX systems. ([#​2421](https://togithub.com/firebase/firebase-tools/issues/2421)) - Marks Java 10 and below as deprecated. Support will be dropped in Firebase CLI v11. Please upgrade to Java version 11 or above to continue using the emulators. ([#​4347](https://togithub.com/firebase/firebase-tools/issues/4347)) ### [`v10.4.2`](https://togithub.com/firebase/firebase-tools/releases/v10.4.2) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.4.1...v10.4.2) - Fixes an issue where some valid Cloud Functions for Firebase names would not pass validation in the Functions emulator ([#​4352](https://togithub.com/firebase/firebase-tools/issues/4352)). ### [`v10.4.1`](https://togithub.com/firebase/firebase-tools/releases/v10.4.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.4.0...v10.4.1) - Upgrade Storage Rules Runtime to v1.0.2. - Adds support for an environment variable `FIREBASE_HOSTING_UPLOAD_CONCURRENCY` to specify custom levels of Hosting upload concurrency (defaults to 200). - Fixes error handling in `auth:export` when API calls would fail. - Fixes bug where new callable functions were not publicly accessible. ([#​4327](https://togithub.com/firebase/firebase-tools/issues/4327)) ### [`v10.4.0`](https://togithub.com/firebase/firebase-tools/releases/v10.4.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.3.1...v10.4.0) - Adds support for configuration with multiple storage targets ([#​4281](https://togithub.com/firebase/firebase-tools/issues/4281)). - Fixes bug where callable functions couldn't be emulated ([#​4314](https://togithub.com/firebase/firebase-tools/issues/4314)). ### [`v10.3.1`](https://togithub.com/firebase/firebase-tools/releases/v10.3.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.3.0...v10.3.1) - Fixes bug where deploying callable functions failed ([#​4310](https://togithub.com/firebase/firebase-tools/issues/4310)). ### [`v10.3.0`](https://togithub.com/firebase/firebase-tools/releases/v10.3.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.2.2...v10.3.0) - Fixes bug where functions' memory configurations weren't preserved in batched function deploys ([#​4253](https://togithub.com/firebase/firebase-tools/issues/4253)). - Adds --local flag to ext:install, ext:update, ext:configure, and ext:uninstall, to save changes to firebase.json instead of deploying immediately. - `ext:export` now uses stable ordering for params in .env files ([#​4256](https://togithub.com/firebase/firebase-tools/issues/4256)). - Adds alerting event provider ([#​4258](https://togithub.com/firebase/firebase-tools/issues/4258)). - Fixes bug where project-specific environment variables weren't loaded by the Functions Emulator ([#​4273](https://togithub.com/firebase/firebase-tools/issues/4273)). - Fixes bug where CORS was enabled too broadly on the Functions emulator ([#​4294](https://togithub.com/firebase/firebase-tools/issues/4294)). - Adds `rewriteTo` / `copyTo` endpoints to Cloud Storage Emulator ([#​3647](https://togithub.com/firebase/firebase-tools/issues/3647), [#​3751](https://togithub.com/firebase/firebase-tools/issues/3751)). - Addes `createReadStream` support to Cloud Storage Emulator ([#​3469](https://togithub.com/firebase/firebase-tools/issues/3469)). - Fixes `list` endpoint in Cloud Storage Emulator ([#​3647](https://togithub.com/firebase/firebase-tools/issues/3647)). - Fixes `getFiles` for Cloud Storage Emulator ([#​3778](https://togithub.com/firebase/firebase-tools/issues/3778)). - Fixes `exists` for Cloud Storage Emulator ([#​3764](https://togithub.com/firebase/firebase-tools/issues/3764)). ### [`v10.2.2`](https://togithub.com/firebase/firebase-tools/releases/v10.2.2) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.2.1...v10.2.2) - Updates reserved environment variables for CF3 to include 'EVENTARC_CLOUD_EVENT_SOURCE' ([#​4196](https://togithub.com/firebase/firebase-tools/issues/4196)). - Fixes arg order for `firebase emulators:start --only storage` ([#​4195](https://togithub.com/firebase/firebase-tools/issues/4195)). - Fixes iOS auth for resumable uploads in Storage Emulator ([#​4184](https://togithub.com/firebase/firebase-tools/issues/4184)). - Fixes Storage Emulator crash on iOS auth error for resumable uploads ([#​4210](https://togithub.com/firebase/firebase-tools/issues/4210)). - Fixes bug where environment variable for gen 2 functions weren't updated on deploy ([#​4209](https://togithub.com/firebase/firebase-tools/issues/4209)). - Fixes an issue in the storage emulator where a file upload would trigger functions with a metadata update handler ([#​4213](https://togithub.com/firebase/firebase-tools/issues/4213)). - Fixes Storage Emulator rules resource evaluation ([#​4214](https://togithub.com/firebase/firebase-tools/issues/4214)). - Fixes bug where securityLevel is overwritten on https function re-deploys ([#​4208](https://togithub.com/firebase/firebase-tools/issues/4208)). - Fixes bug where functions emulator ignored functions.runtime option in firebase.json ([#​4207](https://togithub.com/firebase/firebase-tools/issues/4207)). - Fixes bug where functions emulator triggered wrong functions when started with --inspect-functions flag ([#​4232](https://togithub.com/firebase/firebase-tools/issues/4232)). - Updates functions init template to use latest versions of dependencies of functions init ([#​4177](https://togithub.com/firebase/firebase-tools/issues/4177)).
mishoo/UglifyJS ### [`v3.15.3`](https://togithub.com/mishoo/UglifyJS/releases/v3.15.3) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.15.2...v3.15.3) ##### Features - improve `compress` efficiency ([`fdbbef2`](https://togithub.com/mishoo/UglifyJS/commit/fdbbef29916f50ba8b98a4b85159e5f100512d8b)) ##### Bug Fixes - `arguments` object ([`104d385`](https://togithub.com/mishoo/UglifyJS/commit/104d385ba9a9a24715e8cbe47d76ab71e8532799)) - `eval()` function ([`e2b0081`](https://togithub.com/mishoo/UglifyJS/commit/e2b00814a8b23ce9c03260b8a99817593bdd30d0)) - `var` statement ([`042c228`](https://togithub.com/mishoo/UglifyJS/commit/042c228c7b3b8c4de79be348747f3665d1bdcec6), [`12a6728`](https://togithub.com/mishoo/UglifyJS/commit/12a6728c4ea72d9caebafc73ff552552ba6f1b54))

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.