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

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@google-cloud/firestore ^4.12.3 -> ^4.13.1 age adoption passing confidence
uglify-js ^3.13.9 -> ^3.13.10 age adoption passing confidence

Release Notes

googleapis/nodejs-firestore ### [`v4.13.1`](https://togithub.com/googleapis/nodejs-firestore/blob/master/CHANGELOG.md#​4131-httpswwwgithubcomgoogleapisnodejs-firestorecomparev4130v4131-2021-07-01) [Compare Source](https://togithub.com/googleapis/nodejs-firestore/compare/v4.13.0...v4.13.1) ### [`v4.13.0`](https://togithub.com/googleapis/nodejs-firestore/blob/master/CHANGELOG.md#​4130-httpswwwgithubcomgoogleapisnodejs-firestorecomparev4123v4130-2021-06-29) [Compare Source](https://togithub.com/googleapis/nodejs-firestore/compare/v4.12.3...v4.13.0) ##### Features - add read-only transactions ([#​1541](https://www.github.com/googleapis/nodejs-firestore/issues/1541)) ([ca4241e](https://www.github.com/googleapis/nodejs-firestore/commit/ca4241eb3ee4abb8453b6da0911397187dc18dde)) - retry BatchGetDocuments RPCs that fail with errors ([#​1544](https://www.github.com/googleapis/nodejs-firestore/issues/1544)) ([b39dd3c](https://www.github.com/googleapis/nodejs-firestore/commit/b39dd3c65549fb1a651c1722d8ea2c038e152417)) ##### Bug Fixes - **deps:** google-gax v2.17.0 with mTLS ([#​1546](https://www.github.com/googleapis/nodejs-firestore/issues/1546)) ([a322345](https://www.github.com/googleapis/nodejs-firestore/commit/a32234510d487982b950c88575b9425c531c2d94)) - make request optional in all cases ([#​1536](https://www.github.com/googleapis/nodejs-firestore/issues/1536)) ([f6edfc1](https://www.github.com/googleapis/nodejs-firestore/commit/f6edfc181ca39cd307eab6d141db08f377d5cfdf)) ##### [4.12.3](https://www.github.com/googleapis/nodejs-firestore/compare/v4.12.2...v4.12.3) (2021-06-16) ##### Bug Fixes - bulkWriter: ensure buffered batches are sent after flush ([#​1535](https://www.github.com/googleapis/nodejs-firestore/issues/1535)) ([115a134](https://www.github.com/googleapis/nodejs-firestore/commit/115a13407b907887a930b4299ebed042532c3ec2)) - GoogleAdsError missing using generator version after 1.3.0 ([#​1526](https://www.github.com/googleapis/nodejs-firestore/issues/1526)) ([adfe68e](https://www.github.com/googleapis/nodejs-firestore/commit/adfe68e194d518369d5b4f89e9be89f948efbdbb)) ##### [4.12.2](https://www.github.com/googleapis/nodejs-firestore/compare/v4.12.1...v4.12.2) (2021-05-27) ##### Bug Fixes - do not leak credentials in Firestore.toJSON() ([#​1522](https://www.github.com/googleapis/nodejs-firestore/issues/1522)) ([791310f](https://www.github.com/googleapis/nodejs-firestore/commit/791310ff4b0a828ca6d1f5c0fa03a110972afb1f)) ##### [4.12.1](https://www.github.com/googleapis/nodejs-firestore/compare/v4.12.0...v4.12.1) (2021-05-27) ##### Bug Fixes - do not load google-gax at client startup ([#​1517](https://www.github.com/googleapis/nodejs-firestore/issues/1517)) ([2141b08](https://www.github.com/googleapis/nodejs-firestore/commit/2141b0879cbccb1354f9821edcc917b6aa4ff0ab)) - recursive delete: backporting changes from Java ([#​1514](https://www.github.com/googleapis/nodejs-firestore/issues/1514)) ([92ea651](https://www.github.com/googleapis/nodejs-firestore/commit/92ea651adc84ba854ae7cd203af231573f885307)) - return results from getPartitions() in order ([#​1521](https://www.github.com/googleapis/nodejs-firestore/issues/1521)) ([c8168a8](https://www.github.com/googleapis/nodejs-firestore/commit/c8168a83a864dd77f88b1743adcd3568671702fe))
mishoo/UglifyJS ### [`v3.13.10`](https://togithub.com/mishoo/UglifyJS/releases/v3.13.10) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.13.9...v3.13.10) ##### Features - finer pruning of `switch` branch ([`498ac83`](https://togithub.com/mishoo/UglifyJS/commit/498ac8354188fac04d688882b58bab63993a343f), [`bf76e35`](https://togithub.com/mishoo/UglifyJS/commit/bf76e357723daa4fc00004a10b2b3de82a2bf33e), [`21fc8f4`](https://togithub.com/mishoo/UglifyJS/commit/21fc8f4630bccdb8b0a33747c2de8fd377e83138), [`7880568`](https://togithub.com/mishoo/UglifyJS/commit/7880568d157fcd1c15c0f392e4646e01de363afd)) - improve detection of superfluous assignment ([`fd8dec6`](https://togithub.com/mishoo/UglifyJS/commit/fd8dec61ad0e83caa72691b56e1d36b6f29203a8)) - extend simplification of boolean expression ([`7c5b6f3`](https://togithub.com/mishoo/UglifyJS/commit/7c5b6f349e5818a13ccb93c88b79a607d236bd0b), [`980dbde`](https://togithub.com/mishoo/UglifyJS/commit/980dbde171d47c36028355a4cbd4f6f0e7700976)) - implement workaround for Safari/WebKit `var` bug ([`82772cc`](https://togithub.com/mishoo/UglifyJS/commit/82772ccb12cfef97480fa8021032a53f90cd1f45)) ##### Bug Fixes - assignment operator ([`111366f`](https://togithub.com/mishoo/UglifyJS/commit/111366fca0352df45459ee8dc3fa6d8dcc337d92), [`8b05677`](https://togithub.com/mishoo/UglifyJS/commit/8b05677c15308923a76a6c769dc628a93901556d)) - `await` operator ([`6fc7a2a`](https://togithub.com/mishoo/UglifyJS/commit/6fc7a2ab6a9523a8da1962ba8701bd28f11e417c), [`e9c902b`](https://togithub.com/mishoo/UglifyJS/commit/e9c902b0449a291469ddaee04dc745cf4706560d)) - `class` literal ([`ce75477`](https://togithub.com/mishoo/UglifyJS/commit/ce754776706dd6b5ab77e99770ddf05d45faad76), [`e368d39`](https://togithub.com/mishoo/UglifyJS/commit/e368d3971588c78413a91d89c23356d2f511c723)) - default parameter ([`e70b848`](https://togithub.com/mishoo/UglifyJS/commit/e70b84895c3d3034b64372b77d343da0c4565c40)) - destructuring syntax ([`e70b848`](https://togithub.com/mishoo/UglifyJS/commit/e70b84895c3d3034b64372b77d343da0c4565c40)) - `function` literal ([`7cbcd11`](https://togithub.com/mishoo/UglifyJS/commit/7cbcd114402188d09267d3537894e611d2f13f9a), [`1a064b6`](https://togithub.com/mishoo/UglifyJS/commit/1a064b6e741f9c3e98f4e2de8084c48f324c0318), [`7621527`](https://togithub.com/mishoo/UglifyJS/commit/7621527a5f6a2bef8be44714729a082d4691d2d5)) - `import` statement ([`f8b2215`](https://togithub.com/mishoo/UglifyJS/commit/f8b2215145819ed104ba0be0fd5a6f951c91ef8a)) - lexical declaration ([`95090db`](https://togithub.com/mishoo/UglifyJS/commit/95090dbf24dbda120924eb3cd003f80e0128f52a)) - spread syntax ([`ac1262d`](https://togithub.com/mishoo/UglifyJS/commit/ac1262dc9708db36721349f1d3d03fc2113f2add)) - `yield` keyword ([`e9c902b`](https://togithub.com/mishoo/UglifyJS/commit/e9c902b0449a291469ddaee04dc745cf4706560d))

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.