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 dependencies #36

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
firebase-functions dependencies minor ^3.7.0 -> ^3.8.0
firebase-tools dependencies minor ^8.5.0 -> ^8.6.0
standard-version devDependencies patch ^8.0.1 -> ^8.0.2

Release Notes

firebase/firebase-functions ### [`v3.8.0`](https://togithub.com/firebase/firebase-functions/releases/v3.8.0) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.7.0...v3.8.0) - Fixes error when last argument to logger methods is `null`. ([#​716](https://togithub.com/firebase/firebase-functions/issues/716)) - Adds eight new available regions: - `us-west2` - `us-west3` - `us-west4` - `europe-west6` - `asia-northeast2` - `northamerica-northeast1` - `southamerica-east1` - `australia-southeast1` - No longer throw errors for unrecognized regions (deploy will error instead). - Fixes error where `snap.ref` in database functions did not work when using the Emulator Suite ([#​726](https://togithub.com/firebase/firebase-functions/issues/726))
firebase/firebase-tools ### [`v8.6.0`](https://togithub.com/firebase/firebase-tools/releases/v8.6.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v8.5.0...v8.6.0) - Adds support for Node.js 12 (beta) to Cloud Functions for Firebase. Specify `"node":"12"` in `package.json` or `"runtime": "nodejs12"` in `firebase.json`. - Enables runtime for Cloud Functions to be set in `firebase.json` ([#​2241](https://togithub.com/firebase/firebase-tools/issues/2241), thanks [@​quentinvernot](https://togithub.com/quentinvernot)!), for example: { "functions": { "runtime": "nodejs10" } } - Fixes an issue where the suggested redeploy command for Firebase Functions was incorrect for names with dashes. - Adds the `--export-on-exit` flag to `emulators:start` and `emulators:exec` to automatically export emulator data on command exit ([#​2224](https://togithub.com/firebase/firebase-tools/issues/2224)) - Fixes support for camel-case query parameters in Firestore Emulator. - Adds support for `!=` style queries in Firestore Emulator. - Fixes connecting to host `0.0.0.0` from Emulator UI.
conventional-changelog/standard-version ### [`v8.0.2`](https://togithub.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md#​802-httpswwwgithubcomconventional-changelogstandard-versioncomparev801v802-2020-07-14) [Compare Source](https://togithub.com/conventional-changelog/standard-version/compare/v8.0.1...v8.0.2)

Renovate configuration

:date: Schedule: "before 3am on Monday" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

:ghost: 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.