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

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.6.1 -> ^17.6.5 age adoption passing confidence
@commitlint/config-conventional (source) ^17.6.1 -> ^17.6.5 age adoption passing confidence
@google-cloud/firestore ^6.5.0 -> ^6.6.0 age adoption passing confidence
dotenv ^16.0.3 -> ^16.1.3 age adoption passing confidence
firebase-admin (source) ^11.7.0 -> ^11.9.0 age adoption passing confidence
firebase-functions ^4.3.1 -> ^4.4.0 age adoption passing confidence
firebase-tools ^11.29.1 -> ^11.30.0 age adoption passing confidence
standard (source) ^17.0.0 -> ^17.1.0 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli) ### [`v17.6.5`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#​1765-httpsgithubcomconventional-changelogcommitlintcomparev1764v1765-2023-05-30) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.6.3...v17.6.5) **Note:** Version bump only for package [@​commitlint/cli](https://togithub.com/commitlint/cli) ### [`v17.6.3`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#​1763-httpsgithubcomconventional-changelogcommitlintcomparev1762v1763-2023-05-04) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.6.1...v17.6.3) **Note:** Version bump only for package [@​commitlint/cli](https://togithub.com/commitlint/cli)
conventional-changelog/commitlint (@​commitlint/config-conventional) ### [`v17.6.5`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/config-conventional/CHANGELOG.md#​1765-httpsgithubcomconventional-changelogcommitlintcomparev1764v1765-2023-05-30) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.6.3...v17.6.5) **Note:** Version bump only for package [@​commitlint/config-conventional](https://togithub.com/commitlint/config-conventional) ### [`v17.6.3`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/config-conventional/CHANGELOG.md#​1763-httpsgithubcomconventional-changelogcommitlintcomparev1762v1763-2023-05-04) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.6.1...v17.6.3) **Note:** Version bump only for package [@​commitlint/config-conventional](https://togithub.com/commitlint/config-conventional)
googleapis/nodejs-firestore ### [`v6.6.0`](https://togithub.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#​660-httpsgithubcomgoogleapisnodejs-firestorecomparev650v660-2023-05-18) [Compare Source](https://togithub.com/googleapis/nodejs-firestore/compare/v6.5.0...v6.6.0) ##### Features - Add ApiScope and COLLECTION_RECURSIVE query_scope for Firestore index ([#​1849](https://togithub.com/googleapis/nodejs-firestore/issues/1849)) ([b671452](https://togithub.com/googleapis/nodejs-firestore/commit/b6714528956f3907b1ca4aded372592ef00d34d6)) - Add bloom filter related proto fields ([#​1843](https://togithub.com/googleapis/nodejs-firestore/issues/1843)) ([b64e0c1](https://togithub.com/googleapis/nodejs-firestore/commit/b64e0c15d0f824a688ff42a8ad940b520f87cf9b)) - Add support for environment variable FIRESTORE_PREFER_REST ([#​1848](https://togithub.com/googleapis/nodejs-firestore/issues/1848)) ([96b1d2a](https://togithub.com/googleapis/nodejs-firestore/commit/96b1d2ab3248f6c4bb70d1cf735aea827a2a13da))
motdotla/dotenv ### [`v16.1.3`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1613-httpsgithubcommotdotladotenvcomparev1612v1613-2023-05-31) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.1.2...v16.1.3) ##### Removed - Removed `browser` keys for `path`, `os`, and `crypto` in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills for `path`, `os`, and `crypto`. [node-polyfill-webpack-plugin](https://togithub.com/Richienb/node-polyfill-webpack-plugin) provides these. ### [`v16.1.2`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1612-httpsgithubcommotdotladotenvcomparev1611v1612-2023-05-31) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.1.1...v16.1.2) ##### Changed - Exposed private function `_configDotenv` as `configDotenv`. [#​744](https://togithub.com/motdotla/dotenv/pull/744) ### [`v16.1.1`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1611-httpsgithubcommotdotladotenvcomparev1610v1611-2023-05-30) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.1.0...v16.1.1) ##### Added - Added type definition for `decrypt` function ##### Changed - Fixed `{crypto: false}` in `packageJson.browser` ### [`v16.1.0`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1610-httpsgithubcommotdotladotenvcomparev1603v1610-2023-05-30) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.0.3...v16.1.0) ##### Added - Add `populate` convenience method [#​733](https://togithub.com/motdotla/dotenv/pull/733) - Accept URL as path option [#​720](https://togithub.com/motdotla/dotenv/pull/720) - Add dotenv to `npm fund` command - Spanish language README [#​698](https://togithub.com/motdotla/dotenv/pull/698) - Add `.env.vault` support. 🎉 ([#​730](https://togithub.com/motdotla/dotenv/pull/730)) ℹ️ `.env.vault` extends the `.env` file format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without [risky third-party integrations](https://techcrunch.com/2023/01/05/circleci-breach/). [read more](https://togithub.com/motdotla/dotenv#-deploying) ##### Changed - Fixed "cannot resolve 'fs'" error on tools like Replit [#​693](https://togithub.com/motdotla/dotenv/pull/693)
firebase/firebase-admin-node ### [`v11.9.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.9.0): Firebase Admin Node.js SDK v11.9.0 [Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.8.0...v11.9.0) ##### New Features - feat(auth): Add Password Policies support in Project and Tenant config ([#​2107](https://togithub.com/firebase/firebase-admin-node/issues/2107)) ##### Bug Fixes - fix(firestore): Export `Filter` type from Firestore ([#​2192](https://togithub.com/firebase/firebase-admin-node/issues/2192)) ##### Miscellaneous - \[chore] Release 11.9.0 ([#​2196](https://togithub.com/firebase/firebase-admin-node/issues/2196)) - build(deps-dev): bump yargs from 17.7.1 to 17.7.2 ([#​2199](https://togithub.com/firebase/firebase-admin-node/issues/2199)) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​2200](https://togithub.com/firebase/firebase-admin-node/issues/2200)) - build(deps-dev): bump [@​types/firebase-token-generator](https://togithub.com/types/firebase-token-generator) ([#​2201](https://togithub.com/firebase/firebase-admin-node/issues/2201)) - chore: Upgrade Firestore to v6.6.0 ([#​2193](https://togithub.com/firebase/firebase-admin-node/issues/2193)) - fix Unsafe JavaScript Equality Checking ([#​2183](https://togithub.com/firebase/firebase-admin-node/issues/2183)) - build(deps-dev): bump nock from 13.3.0 to 13.3.1 ([#​2187](https://togithub.com/firebase/firebase-admin-node/issues/2187)) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​2188](https://togithub.com/firebase/firebase-admin-node/issues/2188)) - build(deps-dev): bump eslint from 8.40.0 to 8.41.0 ([#​2189](https://togithub.com/firebase/firebase-admin-node/issues/2189)) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​2182](https://togithub.com/firebase/firebase-admin-node/issues/2182)) - build(deps-dev): bump [@​types/chai](https://togithub.com/types/chai) from 4.3.4 to 4.3.5 ([#​2178](https://togithub.com/firebase/firebase-admin-node/issues/2178)) - build(deps-dev): bump eslint from 8.39.0 to 8.40.0 ([#​2177](https://togithub.com/firebase/firebase-admin-node/issues/2177)) - chore: Pin firebase-tools@11.30.0 to fix the CIs ([#​2185](https://togithub.com/firebase/firebase-admin-node/issues/2185)) ### [`v11.8.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.8.0): Firebase Admin Node.js SDK v11.8.0 [Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.7.0...v11.8.0) ##### New Features - feat(appcheck): Added replay protection feature to App Check `verifyToken()` API ([#​2148](https://togithub.com/firebase/firebase-admin-node/issues/2148)) ##### Miscellaneous - \[chore] Release 11.8.0 ([#​2175](https://togithub.com/firebase/firebase-admin-node/issues/2175)) - build(deps-dev): bump [@​firebase/auth-compat](https://togithub.com/firebase/auth-compat) from 0.3.7 to 0.4.1 ([#​2173](https://togithub.com/firebase/firebase-admin-node/issues/2173)) - build(deps): bump [@​types/node](https://togithub.com/types/node) from 18.16.1 to 18.16.3 ([#​2172](https://togithub.com/firebase/firebase-admin-node/issues/2172)) - build(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.59.0 to 5.59.2 ([#​2171](https://togithub.com/firebase/firebase-admin-node/issues/2171)) - build(deps): bump [@​types/node](https://togithub.com/types/node) from 18.15.11 to 18.16.1 ([#​2166](https://togithub.com/firebase/firebase-admin-node/issues/2166)) - build(deps-dev): bump eslint from 8.38.0 to 8.39.0 ([#​2160](https://togithub.com/firebase/firebase-admin-node/issues/2160)) - build(deps-dev): bump sinon from 15.0.3 to 15.0.4 ([#​2162](https://togithub.com/firebase/firebase-admin-node/issues/2162))
firebase/firebase-functions ### [`v4.4.0`](https://togithub.com/firebase/firebase-functions/releases/tag/v4.4.0) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v4.3.1...v4.4.0) - Fix typo on alert event type. ([#​1384](https://togithub.com/firebase/firebase-functions/issues/1384)) - Add `consumeAppCheckToken` option for callable functions ([#​1374](https://togithub.com/firebase/firebase-functions/issues/1374))
firebase/firebase-tools ### [`v11.30.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.30.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.29.1...v11.30.0) - Added more helpful error messages for the Firebase Hosting GitHub Action ([#​5749](https://togithub.com/firebase/firebase-tools/issues/5749)) - Upgrade Firestore emulator to 1.17.4 - Web Frameworks will no longer try to deploy unsupported versions of NodeJS to Cloud Functions ([#​5733](https://togithub.com/firebase/firebase-tools/issues/5733)) - Fixes bug where emulators would not start correctly due to corrupted ZIP files. ([#​5614](https://togithub.com/firebase/firebase-tools/issues/5614), [#​5677](https://togithub.com/firebase/firebase-tools/issues/5677)) - Adding experimental support for deploying Flutter Web applications to Firebase Hosting ([#​5332](https://togithub.com/firebase/firebase-tools/issues/5332)) - Release Emulator Suite UI v1.11.6 ([#​5769](https://togithub.com/firebase/firebase-tools/issues/5769)) - Adds function emulator support for v2 firestore triggers ([#​5685](https://togithub.com/firebase/firebase-tools/issues/5685)) - Improvements for developers using Next 13's app directory ([#​5691](https://togithub.com/firebase/firebase-tools/issues/5691)) - Resolve timeouts when bundling Next.js applications for Cloud Functions ([#​5691](https://togithub.com/firebase/firebase-tools/issues/5691)) - Fixes bug where the functions emulator would attempt to call to prod for 'demo-' projects ([#​5170](https://togithub.com/firebase/firebase-tools/issues/5170)) - Address issues starting the Firebase Hosting emulator with some versions of Next.js ([#​5781](https://togithub.com/firebase/firebase-tools/issues/5781)) - Fix regex page matcher for Next.js middlewares version 1 ([#​5496](https://togithub.com/firebase/firebase-tools/issues/5496)) - Fixes bug where functions emulator broke when client request disconnects ([#​5783](https://togithub.com/firebase/firebase-tools/issues/5783))
standard/standard ### [`v17.1.0`](https://togithub.com/standard/standard/blob/HEAD/CHANGELOG.md#​1710---2023-05-29) [Compare Source](https://togithub.com/standard/standard/compare/v17.0.0...v17.1.0) - Update [`eslint-config-standard`](https://togithub.com/standard/eslint-config-standard) from `17.0.0` to `17.1.0`

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.