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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^17.4.2 -> ^17.4.4 age adoption passing confidence
@commitlint/config-conventional (source) ^17.4.2 -> ^17.4.4 age adoption passing confidence
@google-cloud/firestore ^6.4.2 -> ^6.4.3 age adoption passing confidence
firebase-functions ^4.2.0 -> ^4.2.1 age adoption passing confidence
firebase-tools ^11.22.0 -> ^11.24.0 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli) ### [`v17.4.4`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#​1744-httpsgithubcomconventional-changelogcommitlintcomparev1743v1744-2023-02-17) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.4.3...v17.4.4) **Note:** Version bump only for package [@​commitlint/cli](https://togithub.com/commitlint/cli) ### [`v17.4.3`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#​1743-httpsgithubcomconventional-changelogcommitlintcomparev1742v1743-2023-02-13) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.4.2...v17.4.3) **Note:** Version bump only for package [@​commitlint/cli](https://togithub.com/commitlint/cli)
conventional-changelog/commitlint (@​commitlint/config-conventional) ### [`v17.4.4`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/config-conventional/CHANGELOG.md#​1744-httpsgithubcomconventional-changelogcommitlintcomparev1743v1744-2023-02-17) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.4.3...v17.4.4) **Note:** Version bump only for package [@​commitlint/config-conventional](https://togithub.com/commitlint/config-conventional) ### [`v17.4.3`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/config-conventional/CHANGELOG.md#​1743-httpsgithubcomconventional-changelogcommitlintcomparev1742v1743-2023-02-13) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.4.2...v17.4.3) **Note:** Version bump only for package [@​commitlint/config-conventional](https://togithub.com/commitlint/config-conventional)
googleapis/nodejs-firestore ### [`v6.4.3`](https://togithub.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#​643-httpsgithubcomgoogleapisnodejs-firestorecomparev642v643-2023-02-16) [Compare Source](https://togithub.com/googleapis/nodejs-firestore/compare/v6.4.2...v6.4.3) ##### Bug Fixes - **deps:** Use google-gax v3.5.3 ([#​1818](https://togithub.com/googleapis/nodejs-firestore/issues/1818)) ([88981ad](https://togithub.com/googleapis/nodejs-firestore/commit/88981ad8749b0aa38dfe9bcdd4ca5e60d76c8776)) - Emulator support for system tests. Run system tests against the emulator using: `yarn system-test:grpc:emulator` or `yarn system-test:rest:emulator` ([8aedc63](https://togithub.com/googleapis/nodejs-firestore/commit/8aedc63138827ea03a8dacae4e7bccdf048a2be7)) - Update the depth validation used when writing documents, so that it matches the validation of the Firestore backend. ([789d9eb](https://togithub.com/googleapis/nodejs-firestore/commit/789d9eb7f54b5329b17ef759f29252d17da47e26))
firebase/firebase-functions ### [`v4.2.1`](https://togithub.com/firebase/firebase-functions/releases/tag/v4.2.1) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v4.2.0...v4.2.1) - Fixes an emulator issue where snapshot.ref could not point to multiple databases ([#​1339](https://togithub.com/firebase/firebase-functions/issues/1339)). - Fixes emulated v1 callable functions that use a monorepo setup ([#​1345](https://togithub.com/firebase/firebase-functions/issues/1345)).
firebase/firebase-tools ### [`v11.24.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.24.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.23.1...v11.24.0) - Allow configuration of the Cloud Function generated for full-stack web frameworks ([#​5504](https://togithub.com/firebase/firebase-tools/issues/5504)) - Fixes bug where passing `--port` flag in `functions:shell` does not set which port to emulate functions ([#​5521](https://togithub.com/firebase/firebase-tools/issues/5521)) - Improve error message during deploy when given invalid hosting rewrite rule ([#​5533](https://togithub.com/firebase/firebase-tools/issues/5533)) - Generate ESM-compatible SSR function for web frameworks ([#​5540](https://togithub.com/firebase/firebase-tools/issues/5540)) - Fix bug emulators:exec script didn't populate FIREBASE_CONFIG environment variable ([#​5544](https://togithub.com/firebase/firebase-tools/issues/5544)) ### [`v11.23.1`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.23.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.23.0...v11.23.1) - Fix bug where CLI couldn't discover functions for monorepo setups. ([#​5518](https://togithub.com/firebase/firebase-tools/issues/5518)) - Fix bug where --inspect-functions flag always fails. [#​5516](https://togithub.com/firebase/firebase-tools/issues/5516) ### [`v11.23.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.23.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.22.0...v11.23.0) - Fix storage download name issue [#​5478](https://togithub.com/firebase/firebase-tools/issues/5478) - Refactor the way timeouts are enforced by the Functions Emulator ([#​5464](https://togithub.com/firebase/firebase-tools/issues/5464)) - Fix bug where cloudevent emitted by various emulators didn't conform to spec ([#​5466](https://togithub.com/firebase/firebase-tools/issues/5466)) - Upgrade the emulator suite UI to 1.11.3 to capture some bug fixes ([#​5479](https://togithub.com/firebase/firebase-tools/issues/5479)) - Web frameworks deploys can once again bundle local NPM dependencies ([#​5440](https://togithub.com/firebase/firebase-tools/issues/5440)) - Catches error when attempting to deploy without a project ([#​5415](https://togithub.com/firebase/firebase-tools/issues/5415)) - Fixes a number of issues and outdated dependencies in templates for `init --only functions` and `ext:dev:init` - Adds integration tests and useful scripts to the extension directory created by `ext:dev:init`. - Support private network access (CORS-RFC1918) in Firestore Emulator ([#​4227](https://togithub.com/firebase/firebase-tools/issues/4227)) - Fix some edge cases where Emulator UI cannot reach the emulators ([#​912](https://togithub.com/firebase/firebase-tools/issues/912)) - Fix various accessibility and usability issues in Emulator UI. - Support .env when deploying a web framework ([#​5501](https://togithub.com/firebase/firebase-tools/issues/5501)) - Fix various issues with "init hosting" and web frameworks ([#​5500](https://togithub.com/firebase/firebase-tools/issues/5500)) - Fix Next.js deployments on Windows ([#​5499](https://togithub.com/firebase/firebase-tools/issues/5499))

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.