Closed renovate[bot] closed 3 years ago
This PR contains the following updates:
^12.0.1
^12.1.4
^22.0.0-firestore.1.14.8
^22.0.0-firestore.1.14.11
^4.9.8
^4.12.2
^8.2.0
^8.6.0
^9.6.0
^9.9.0
^3.13.2
^3.14.1
^9.1.1
^9.3.0
^3.13.3
^3.13.8
📅 Schedule: "before 3am on the first day of the month" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ 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.
This PR contains the following updates:
^12.0.1
->^12.1.4
^12.0.1
->^12.1.4
^22.0.0-firestore.1.14.8
->^22.0.0-firestore.1.14.11
^4.9.8
->^4.12.2
^8.2.0
->^8.6.0
^9.6.0
->^9.9.0
^3.13.2
->^3.14.1
^9.1.1
->^9.3.0
^3.13.3
->^3.13.8
Release Notes
conventional-changelog/commitlint
### [`v12.1.4`](https://togithub.com/conventional-changelog/commitlint/releases/v12.1.4) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v12.1.3...v12.1.4) fix node v10 support ### [`v12.1.3`](https://togithub.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md#1213-httpsgithubcomconventional-changelogcommitlintcomparev1212v1213-2021-05-12) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v12.1.2...v12.1.3) ##### Bug Fixes - update dependency fs-extra to v10 ([#2575](https://togithub.com/conventional-changelog/commitlint/issues/2575)) ([d47d2b5](https://togithub.com/conventional-changelog/commitlint/commit/d47d2b595b980adadd4fb8ff198c1914caeff18f)) - update dependency yargs to v17 ([#2574](https://togithub.com/conventional-changelog/commitlint/issues/2574)) ([81c38dd](https://togithub.com/conventional-changelog/commitlint/commit/81c38ddf15f239b525f673b26b2ee6606f2ee8f6)) ### [`v12.1.2`](https://togithub.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md#1212-httpsgithubcomconventional-changelogcommitlintcomparev1211v1212-2021-04-29) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) ##### Bug Fixes - **rules:** fix subject-full-stop rule config value type ([#2534](https://togithub.com/conventional-changelog/commitlint/issues/2534)) ([2ab3c57](https://togithub.com/conventional-changelog/commitlint/commit/2ab3c57b709ddad3fc98d768309ac4fdac8cb68a)) - **types:** update chalk import ([#2535](https://togithub.com/conventional-changelog/commitlint/issues/2535)) ([89f9a6d](https://togithub.com/conventional-changelog/commitlint/commit/89f9a6d759f7296438e184a93c1f766aba1443ca)) ### [`v12.1.1`](https://togithub.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md#1211-httpsgithubcomconventional-changelogcommitlintcomparev1210v1211-2021-04-02) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) ##### Bug Fixes - update dependency read-pkg to v6 ([#2530](https://togithub.com/conventional-changelog/commitlint/issues/2530)) ([d38a2ad](https://togithub.com/conventional-changelog/commitlint/commit/d38a2adc07f4cd6dad48aadbb73f2f1d3740e689)) - **config-lerna-scopes:** ignore packages without names ([#2514](https://togithub.com/conventional-changelog/commitlint/issues/2514)) ([df3bf71](https://togithub.com/conventional-changelog/commitlint/commit/df3bf71ab36a085ef35a1491025c0d2e2b92ff77)) - update dependency semver to v7.3.5 ([#2519](https://togithub.com/conventional-changelog/commitlint/issues/2519)) ([5113f22](https://togithub.com/conventional-changelog/commitlint/commit/5113f22c620e7b187fd558e5befa541b448ea18b)) - **prompt:** modify the entry point to pass commitizen's function check ([#2501](https://togithub.com/conventional-changelog/commitlint/issues/2501)) ([0173fb7](https://togithub.com/conventional-changelog/commitlint/commit/0173fb7cc01dc8442ed88a0ab8feec20c955deee)), closes [/github.com/conventional-changelog/commitlint/issues/2486#issuecomment-791682272](https://togithub.com//github.com/conventional-changelog/commitlint/issues/2486/issues/issuecomment-791682272) [/github.com/conventional-changelog/commitlint/issues/2486#issuecomment-791682272](https://togithub.com//github.com/conventional-changelog/commitlint/issues/2486/issues/issuecomment-791682272) ### [`v12.1.0`](https://togithub.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md#1210-httpsgithubcomconventional-changelogcommitlintcomparev1201v1210-2021-03-06) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v12.0.1...v12.1.0) ##### Features - **config-lerna-scopes:** keep supporting lerna v3 ([51b0f4a](https://togithub.com/conventional-changelog/commitlint/commit/51b0f4a56f111c61419247755b1404b4e20d3a09)) #### [12.0.1](https://togithub.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) (2021-02-23) ##### Bug Fixes - update dependency conventional-commits-parser to v3.2.1 ([#2459](https://togithub.com/conventional-changelog/commitlint/issues/2459)) ([8bcc4f0](https://togithub.com/conventional-changelog/commitlint/commit/8bcc4f0b5ff8e0e2ae8ce960ccd1a4021c8e6cbb)) - **load:** use `Rule | AsyncRule | SyncRule` as rule value type in `Plugin` ([#2146](https://togithub.com/conventional-changelog/commitlint/issues/2146)) ([75b67b8](https://togithub.com/conventional-changelog/commitlint/commit/75b67b8fb7fc4df21267b98f0c9daeeb1130b824)) - **types:** correct chalkColor type ([#2420](https://togithub.com/conventional-changelog/commitlint/issues/2420)) ([ef8bdad](https://togithub.com/conventional-changelog/commitlint/commit/ef8bdad96c9ee7c3ad67f8280818c7f49c1df1fe)) - update dependency throat to v6 ([#2417](https://togithub.com/conventional-changelog/commitlint/issues/2417)) ([6f7db1b](https://togithub.com/conventional-changelog/commitlint/commit/6f7db1b39c48561b84a4fce9623fb045c5467fe8))ecomplus/application-sdk
### [`v22.0.0-firestore.1.14.11`](https://togithub.com/ecomplus/application-sdk/compare/3f9befebc96d859a271314205d5b21bbf3b49aa9...d28c8507c7558855e33d093ab4d37d7b4868c291) [Compare Source](https://togithub.com/ecomplus/application-sdk/compare/3f9befebc96d859a271314205d5b21bbf3b49aa9...d28c8507c7558855e33d093ab4d37d7b4868c291) ### [`v22.0.0-firestore.1.14.10`](https://togithub.com/ecomplus/application-sdk/compare/b8f82b09698888ac4eadb3e0d3ef5f8f812f3078...3f9befebc96d859a271314205d5b21bbf3b49aa9) [Compare Source](https://togithub.com/ecomplus/application-sdk/compare/b8f82b09698888ac4eadb3e0d3ef5f8f812f3078...3f9befebc96d859a271314205d5b21bbf3b49aa9) ### [`v22.0.0-firestore.1.14.9`](https://togithub.com/ecomplus/application-sdk/compare/af43c6a6c377cae506677be695eeb3b94e391e5c...b8f82b09698888ac4eadb3e0d3ef5f8f812f3078) [Compare Source](https://togithub.com/ecomplus/application-sdk/compare/af43c6a6c377cae506677be695eeb3b94e391e5c...b8f82b09698888ac4eadb3e0d3ef5f8f812f3078)googleapis/nodejs-firestore
### [`v4.12.2`](https://togithub.com/googleapis/nodejs-firestore/blob/master/CHANGELOG.md#4122-httpswwwgithubcomgoogleapisnodejs-firestorecomparev4121v4122-2021-05-27) [Compare Source](https://togithub.com/googleapis/nodejs-firestore/compare/v4.12.1...v4.12.2) ### [`v4.12.1`](https://togithub.com/googleapis/nodejs-firestore/blob/master/CHANGELOG.md#4121-httpswwwgithubcomgoogleapisnodejs-firestorecomparev4120v4121-2021-05-27) [Compare Source](https://togithub.com/googleapis/nodejs-firestore/compare/v4.12.0...v4.12.1) ### [`v4.12.0`](https://togithub.com/googleapis/nodejs-firestore/blob/master/CHANGELOG.md#4120-httpswwwgithubcomgoogleapisnodejs-firestorecomparev4111v4120-2021-05-19) [Compare Source](https://togithub.com/googleapis/nodejs-firestore/compare/v4.11.1...v4.12.0) ##### Features - add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#1506](https://www.github.com/googleapis/nodejs-firestore/issues/1506)) ([6fa1d4d](https://www.github.com/googleapis/nodejs-firestore/commit/6fa1d4da627f17d76cf2d6109765862fd5083e03)) - add Precondition.exists to delete() ([#1505](https://www.github.com/googleapis/nodejs-firestore/issues/1505)) ([28d645b](https://www.github.com/googleapis/nodejs-firestore/commit/28d645bd3e368abde592bfa2611de3378ca175a6)) ##### [4.11.1](https://www.github.com/googleapis/nodejs-firestore/compare/v4.11.0...v4.11.1) (2021-05-13) ##### Bug Fixes - **deps:** require google-gax v2.12.0 ([#1497](https://www.github.com/googleapis/nodejs-firestore/issues/1497)) ([a8d5f0b](https://www.github.com/googleapis/nodejs-firestore/commit/a8d5f0b1e4503ef9f0d289dbf8ed67a30eb9ed4b)) ### [`v4.11.1`](https://togithub.com/googleapis/nodejs-firestore/blob/master/CHANGELOG.md#4111-httpswwwgithubcomgoogleapisnodejs-firestorecomparev4110v4111-2021-05-13) [Compare Source](https://togithub.com/googleapis/nodejs-firestore/compare/v4.11.0...v4.11.1) ### [`v4.11.0`](https://togithub.com/googleapis/nodejs-firestore/blob/master/CHANGELOG.md#4110-httpswwwgithubcomgoogleapisnodejs-firestorecomparev4101v4110-2021-05-05) [Compare Source](https://togithub.com/googleapis/nodejs-firestore/compare/v4.10.1...v4.11.0) ##### Features - add recursive delete to Firestore class ([#1494](https://www.github.com/googleapis/nodejs-firestore/issues/1494)) ([6f1e304](https://www.github.com/googleapis/nodejs-firestore/commit/6f1e3040800d0dcc5ed3f9f7cef16fe41804266a)) ##### [4.10.1](https://www.github.com/googleapis/nodejs-firestore/compare/v4.10.0...v4.10.1) (2021-04-28) ##### Bug Fixes - type of QuerySnapshot.docChanges() should be generic ([#1484](https://www.github.com/googleapis/nodejs-firestore/issues/1484)) ([3ed1929](https://www.github.com/googleapis/nodejs-firestore/commit/3ed1929a06b4c019bbb0b1db3e1abcd62ee668d2)) ### [`v4.10.1`](https://togithub.com/googleapis/nodejs-firestore/blob/master/CHANGELOG.md#4101-httpswwwgithubcomgoogleapisnodejs-firestorecomparev4100v4101-2021-04-28) [Compare Source](https://togithub.com/googleapis/nodejs-firestore/compare/v4.10.0...v4.10.1) ### [`v4.10.0`](https://togithub.com/googleapis/nodejs-firestore/blob/master/CHANGELOG.md#4100-httpswwwgithubcomgoogleapisnodejs-firestorecomparev499v4100-2021-04-15) [Compare Source](https://togithub.com/googleapis/nodejs-firestore/compare/v4.9.9...v4.10.0) ##### Features - add buffering layer to BulkWriter ([#1470](https://www.github.com/googleapis/nodejs-firestore/issues/1470)) ([9cc9548](https://www.github.com/googleapis/nodejs-firestore/commit/9cc954849c74199f01e52b24fc7ba045d5b56be4)) ##### Bug Fixes - use BigInt when calculating nanos in Timestamp.fromMillis() ([#1468](https://www.github.com/googleapis/nodejs-firestore/issues/1468)) ([cf1949f](https://www.github.com/googleapis/nodejs-firestore/commit/cf1949f99f840d1e34edfa31a223418abdf48372)) ##### [4.9.9](https://www.github.com/googleapis/nodejs-firestore/compare/v4.9.8...v4.9.9) (2021-04-07) ##### Bug Fixes - BulkWriter: apply rate limiter before sending batch ([#1451](https://www.github.com/googleapis/nodejs-firestore/issues/1451)) ([3a50f8b](https://www.github.com/googleapis/nodejs-firestore/commit/3a50f8b524a73d60c6034d4828682b9dc1b49d6e)) - remove floating point rounding error in Timestamp.fromMillis() ([#1464](https://www.github.com/googleapis/nodejs-firestore/issues/1464)) ([97e7281](https://www.github.com/googleapis/nodejs-firestore/commit/97e728188a097760bd52099ec852a716a25b4745)) ##### [4.9.8](https://www.github.com/googleapis/nodejs-firestore/compare/v4.9.7...v4.9.8) (2021-03-15) ##### Bug Fixes - BulkWriter: add backoff on retries ([#1447](https://www.github.com/googleapis/nodejs-firestore/issues/1447)) ([f483083](https://www.github.com/googleapis/nodejs-firestore/commit/f48308344a90d2da48af99a878f0384b7b93f704)) ##### [4.9.7](https://www.github.com/googleapis/nodejs-firestore/compare/v4.9.6...v4.9.7) (2021-03-09) ##### Bug Fixes - export v1 and v1beta1 client class types correctly ([#1445](https://www.github.com/googleapis/nodejs-firestore/issues/1445)) ([6c9319e](https://www.github.com/googleapis/nodejs-firestore/commit/6c9319ed6e2ac0dfe0fcf45853f0b38dc0784686)) - retry BulkWriter deletes that fail with RST_STREAM error ([#1442](https://www.github.com/googleapis/nodejs-firestore/issues/1442)) ([cccf48d](https://www.github.com/googleapis/nodejs-firestore/commit/cccf48de4963403a2e77ba241641a2b77fb993da)) ##### [4.9.6](https://www.github.com/googleapis/nodejs-firestore/compare/v4.9.5...v4.9.6) (2021-03-03) ##### Bug Fixes - set default max ratelimiter throughput to 10k for BulkWriter ([#1439](https://www.github.com/googleapis/nodejs-firestore/issues/1439)) ([c06fb3c](https://www.github.com/googleapis/nodejs-firestore/commit/c06fb3cc32f94c9058ad8e484333e688967d5a8f)) ##### [4.9.5](https://www.github.com/googleapis/nodejs-firestore/compare/v4.9.4...v4.9.5) (2021-03-02) ##### Bug Fixes - add typings to v1 and v1beta in firestore.d.ts ([#1433](https://www.github.com/googleapis/nodejs-firestore/issues/1433)) ([47238a9](https://www.github.com/googleapis/nodejs-firestore/commit/47238a926471dee8bdeaa38bcb5f772c7f20349f)) ##### [4.9.4](https://www.github.com/googleapis/nodejs-firestore/compare/v4.9.3...v4.9.4) (2021-02-15) ##### Bug Fixes - update "protobufjs" to be a dependency ([#1425](https://www.github.com/googleapis/nodejs-firestore/issues/1425)) ([d960fbb](https://www.github.com/googleapis/nodejs-firestore/commit/d960fbb5ca20a7eb9594e8c0b2dfabdb0cb473e3)) ##### [4.9.3](https://www.github.com/googleapis/nodejs-firestore/compare/v4.9.2...v4.9.3) (2021-02-09) ##### Bug Fixes - use `Array.isArray` instead of an `instanceof` check ([#1417](https://www.github.com/googleapis/nodejs-firestore/issues/1417)) ([4a8c3cf](https://www.github.com/googleapis/nodejs-firestore/commit/4a8c3cfcaf57ed600da094ab0275a5f32fb1ea30)) ##### [4.9.2](https://www.github.com/googleapis/nodejs-firestore/compare/v4.9.1...v4.9.2) (2021-02-05) ##### Bug Fixes - support byte values in Bundles ([#1395](https://www.github.com/googleapis/nodejs-firestore/issues/1395)) ([8cf53a9](https://www.github.com/googleapis/nodejs-firestore/commit/8cf53a92dc13324562ca1a1e841312e43f5c383e)) ##### [4.9.1](https://www.github.com/googleapis/nodejs-firestore/compare/v4.9.0...v4.9.1) (2021-01-26) ##### Bug Fixes - handle ignoreUndefinedProperties in set(merge: true) ([#1396](https://www.github.com/googleapis/nodejs-firestore/issues/1396)) ([d870c9d](https://www.github.com/googleapis/nodejs-firestore/commit/d870c9de75a2c67ffc48d1205a5929df4c57f3cb)) ### [`v4.9.9`](https://togithub.com/googleapis/nodejs-firestore/blob/master/CHANGELOG.md#499-httpswwwgithubcomgoogleapisnodejs-firestorecomparev498v499-2021-04-07) [Compare Source](https://togithub.com/googleapis/nodejs-firestore/compare/v4.9.8...v4.9.9)motdotla/dotenv
### [`v8.6.0`](https://togithub.com/motdotla/dotenv/blob/master/CHANGELOG.md#860-httpsgithubcommotdotladotenvcomparev851v860-2021-05-05) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v8.5.1...v8.6.0) ##### Added - define package.json in exports ### [`v8.5.1`](https://togithub.com/motdotla/dotenv/blob/master/CHANGELOG.md#851-httpsgithubcommotdotladotenvcomparev850v851-2021-05-05) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v8.5.0...v8.5.1) ##### Changed - updated dev dependencies via npm audit ### [`v8.5.0`](https://togithub.com/motdotla/dotenv/blob/master/CHANGELOG.md#850-httpsgithubcommotdotladotenvcomparev840v850-2021-05-05) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v8.4.0...v8.5.0) ##### Added - allow for `import "dotenv/config"` ### [`v8.4.0`](https://togithub.com/motdotla/dotenv/blob/master/CHANGELOG.md#840-httpsgithubcommotdotladotenvcomparev830v840-2021-05-05) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v8.3.0...v8.4.0) ##### Changed - point to exact types file to work with VS Code ### [`v8.3.0`](https://togithub.com/motdotla/dotenv/blob/master/CHANGELOG.md#830-httpsgithubcommotdotladotenvcomparev820v830-2021-05-05) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v8.2.0...v8.3.0) ##### Changed - *Breaking:* drop support for Node v8 (mistake to be released as minor bump. later bumped to 9.0.0. see above.)firebase/firebase-admin-node
### [`v9.9.0`](https://togithub.com/firebase/firebase-admin-node/releases/v9.9.0) [Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v9.8.0...v9.9.0) ##### Breaking Changes - change: The Admin SDK now requires Node.js 10.13.0 or higher. ([#1300](https://togithub.com/firebase/firebase-admin-node/issues/1300)) ##### New Features - feat(auth): Added code flow support for OIDC flow. ([#1220](https://togithub.com/firebase/firebase-admin-node/issues/1220)) ##### Bug Fixes - fix(auth): make MFA uid optional for updateUser operations ([#1278](https://togithub.com/firebase/firebase-admin-node/issues/1278)) - fix: Revert regression introduced in [#1257](https://togithub.com/firebase/firebase-admin-node/issues/1257) ([#1277](https://togithub.com/firebase/firebase-admin-node/issues/1277)) ##### Miscellaneous - \[chore] Release 9.9.0 ([#1302](https://togithub.com/firebase/firebase-admin-node/issues/1302)) - Fixed integration test failure of skipped tests ([#1299](https://togithub.com/firebase/firebase-admin-node/issues/1299)) - chore: Teporarily disabling sendToDeviceGroup integration test ([#1292](https://togithub.com/firebase/firebase-admin-node/issues/1292)) - build(deps-dev): bump [@microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.11.2 to 7.15.2 ([#1291](https://togithub.com/firebase/firebase-admin-node/issues/1291)) - build(deps-dev): bump chalk from 1.1.3 to 4.1.1 ([#1288](https://togithub.com/firebase/firebase-admin-node/issues/1288)) - build(deps-dev): bump nyc from 14.1.1 to 15.1.0 ([#1290](https://togithub.com/firebase/firebase-admin-node/issues/1290)) - build(deps-dev): bump sinon from 9.0.2 to 9.2.4 ([#1289](https://togithub.com/firebase/firebase-admin-node/issues/1289)) - build(deps-dev): bump run-sequence from 1.2.2 to 2.2.1 ([#1282](https://togithub.com/firebase/firebase-admin-node/issues/1282)) - build(deps-dev): bump gulp-header from 1.8.12 to 2.0.9 ([#1283](https://togithub.com/firebase/firebase-admin-node/issues/1283)) - chore: Remove gulp-replace dependency ([#1285](https://togithub.com/firebase/firebase-admin-node/issues/1285)) - chore: Enabled dependabot ([#1279](https://togithub.com/firebase/firebase-admin-node/issues/1279)) - build(deps): bump jose from 2.0.4 to 2.0.5 ([#1265](https://togithub.com/firebase/firebase-admin-node/issues/1265)) - build(deps): bump handlebars from 4.7.6 to 4.7.7 ([#1253](https://togithub.com/firebase/firebase-admin-node/issues/1253)) ### [`v9.8.0`](https://togithub.com/firebase/firebase-admin-node/releases/v9.8.0) [Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v9.7.0...v9.8.0) ##### Bug Fixes - fix: adds missing EMAIL_NOT_FOUND error code ([#1246](https://togithub.com/firebase/firebase-admin-node/issues/1246)) ##### Miscellaneous - \[chore] Release 9.8.0 ([#1266](https://togithub.com/firebase/firebase-admin-node/issues/1266)) - Fix [@types/node](https://togithub.com/types/node) conflict with grpc and port type ([#1258](https://togithub.com/firebase/firebase-admin-node/issues/1258)) - build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 ([#1260](https://togithub.com/firebase/firebase-admin-node/issues/1260)) - feat: Add abuse reduction support ([#1264](https://togithub.com/firebase/firebase-admin-node/issues/1264)) - Fix storage emulator env formatting ([#1257](https://togithub.com/firebase/firebase-admin-node/issues/1257)) - build(deps): bump y18n from 3.2.1 to 3.2.2 ([#1208](https://togithub.com/firebase/firebase-admin-node/issues/1208)) - chore: Upgraded RTDB and other [@firebase](https://togithub.com/firebase) dependencies ([#1250](https://togithub.com/firebase/firebase-admin-node/issues/1250)) - build(deps-dev): bump lodash from 4.17.19 to 4.17.21 ([#1255](https://togithub.com/firebase/firebase-admin-node/issues/1255)) ### [`v9.7.0`](https://togithub.com/firebase/firebase-admin-node/releases/v9.7.0) [Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v9.6.0...v9.7.0) ##### Bug Fixes - fix(rtdb): Fixing a token refresh livelock in Cloud Functions ([#1234](https://togithub.com/firebase/firebase-admin-node/issues/1234)) ##### Miscellaneous - \[chore] Release 9.7.0 ([#1240](https://togithub.com/firebase/firebase-admin-node/issues/1240)) - Revert "Disable one flaky tests in emulator. ([#1205](https://togithub.com/firebase/firebase-admin-node/issues/1205))" ([#1227](https://togithub.com/firebase/firebase-admin-node/issues/1227)) - Add support for FIREBASE_STORAGE_EMULATOR_HOST env var ([#1175](https://togithub.com/firebase/firebase-admin-node/issues/1175)) - chore: Clean up nightly workflow trigger tests ([#1212](https://togithub.com/firebase/firebase-admin-node/issues/1212)) - Change dispatch event name in nightly workflow ([#1216](https://togithub.com/firebase/firebase-admin-node/issues/1216)) - chore: Fix bug in send-email action code ([#1214](https://togithub.com/firebase/firebase-admin-node/issues/1214)) - chore: Add Mailgun send email action ([#1210](https://togithub.com/firebase/firebase-admin-node/issues/1210)) - (chore): Add JWT Decoder and Signature Verifier ([#1204](https://togithub.com/firebase/firebase-admin-node/issues/1204))firebase/firebase-functions
### [`v3.14.1`](https://togithub.com/firebase/firebase-functions/releases/v3.14.1) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.14.0...v3.14.1) - Fixes a bug where typescript would fail to compile with old (but supported) versions of firebase-admin - Replaces 3.13.3 which was an inappropriately numbered version ### [`v3.14.0`](https://togithub.com/firebase/firebase-functions/releases/v3.14.0) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.13.3...v3.14.0) - Functions may now be deployed with 8GB RAM - Functions may now be deployed to europe-central2 (Warsaw) - Add support for validating App Check tokens for Callable Functions ### [`v3.13.3`](https://togithub.com/firebase/firebase-functions/releases/v3.13.3) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.13.2...v3.13.3) - Fixes a bug where typescript would fail to compile with old (but supported) versions of firebase-adminconventional-changelog/standard-version
### [`v9.3.0`](https://togithub.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md#930-httpswwwgithubcomconventional-changelogstandard-versioncomparev920v930-2021-05-04) [Compare Source](https://togithub.com/conventional-changelog/standard-version/compare/v9.2.0...v9.3.0) ##### Features - add --lerna-package flag used to extract tags in case of lerna repo ([#503](https://www.github.com/conventional-changelog/standard-version/issues/503)) ([f579ff0](https://www.github.com/conventional-changelog/standard-version/commit/f579ff08f386aaae022a395ed0dbec9af77a5d49)) ### [`v9.2.0`](https://togithub.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md#920-httpswwwgithubcomconventional-changelogstandard-versioncomparev911v920-2021-04-06) [Compare Source](https://togithub.com/conventional-changelog/standard-version/compare/v9.1.1...v9.2.0) ##### Features - allows seperate prefixTag version sequences ([#573](https://www.github.com/conventional-changelog/standard-version/issues/573)) ([3bbba02](https://www.github.com/conventional-changelog/standard-version/commit/3bbba025057ba40c3e15880fede2af851841165b)) ##### [9.1.1](https://www.github.com/conventional-changelog/standard-version/compare/v9.1.0...v9.1.1) (2021-02-06) ##### Bug Fixes - **deps:** update dependency conventional-recommended-bump to v6.1.0 ([#695](https://www.github.com/conventional-changelog/standard-version/issues/695)) ([65dd070](https://www.github.com/conventional-changelog/standard-version/commit/65dd070b9f01ffe1764e64ba739bc064b84f4129)) - **deps:** update dependency yargs to v16 ([#660](https://www.github.com/conventional-changelog/standard-version/issues/660)) ([f6a7430](https://www.github.com/conventional-changelog/standard-version/commit/f6a7430329919874e1e744ac5dca2f83bba355df))mishoo/UglifyJS
### [`v3.13.8`](https://togithub.com/mishoo/UglifyJS/releases/v3.13.8) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.13.7...v3.13.8) ##### Features - improve compression on tagged template literal ([`e0695ef`](https://togithub.com/mishoo/UglifyJS/commit/e0695ef5492ac227c3c381683347f939f99a1021)) - support source mapping of `class` property ([`5d4e6e3`](https://togithub.com/mishoo/UglifyJS/commit/5d4e6e3bdc4b37d9430470f6d794bec87a467ba3)) ##### Bug Fixes - `arguments` object ([`de376c3`](https://togithub.com/mishoo/UglifyJS/commit/de376c3d3316fc4a33a876793eb4d693422415a0), [`df47632`](https://togithub.com/mishoo/UglifyJS/commit/df47632eccdc505810073d7bfced21bbf8c2dd98)) - `function` scope ([`eb08fed`](https://togithub.com/mishoo/UglifyJS/commit/eb08fed120ad1d2dcd41a2ae03cec3d3b2885c7b)) - lexical declaration ([`8b0c836`](https://togithub.com/mishoo/UglifyJS/commit/8b0c8365150c1471eef98ed37e33bb66a51c3a45), [`1e787c5`](https://togithub.com/mishoo/UglifyJS/commit/1e787c556b916644e8ba2fc36fce024001f00ff8), [`7caab39`](https://togithub.com/mishoo/UglifyJS/commit/7caab39e261f1787f1a40fca3e7b6fd6ab21d824)) - optional chaining operator ([`4a19575`](https://togithub.com/mishoo/UglifyJS/commit/4a19575e74beaf4c934581623c3372d084ebfeb7)) - private `class` property ([`d2a45ba`](https://togithub.com/mishoo/UglifyJS/commit/d2a45ba441ed6975021b3524215c01a011dfb46a)) - static `class` field ([`eff45ea`](https://togithub.com/mishoo/UglifyJS/commit/eff45eac0ee284a113d1b587263fcef8e397daa3)) - `throw` statement ([`d6152e6`](https://togithub.com/mishoo/UglifyJS/commit/d6152e6a76908223cace651898e12a3b3c9a445d)) ### [`v3.13.7`](https://togithub.com/mishoo/UglifyJS/releases/v3.13.7) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.13.6...v3.13.7) ##### Features - improve elimination of unused variables ([`b1cfa71`](https://togithub.com/mishoo/UglifyJS/commit/b1cfa7113129e15a621aa5fd5750bca3b4a7250c)) - reduce entropy of name mangling ([`689f8f5`](https://togithub.com/mishoo/UglifyJS/commit/689f8f504d03d47f184c45c85d0b3eb597fafe85)) ##### Bug Fixes - `__proto__` accessor ([`e136155`](https://togithub.com/mishoo/UglifyJS/commit/e13615549ef15954fa7317a504652b82cbb93c1c)) - assignment operator ([`bbed9b1`](https://togithub.com/mishoo/UglifyJS/commit/bbed9b13b12a5bdcaad414e4e2ccd469001eb0e7), [`2549377`](https://togithub.com/mishoo/UglifyJS/commit/254937754c2e3c33f934dcf7df619d8a46319a14)) - function declaration ([`a7698f8`](https://togithub.com/mishoo/UglifyJS/commit/a7698f88455b3bfc40b6543c812e6a795f00cd99)) - lexical declaration ([`2cff7c9`](https://togithub.com/mishoo/UglifyJS/commit/2cff7c94e843e72dee1adf6c826a190f0e156441)) - logical assignment operator ([`ae51f76`](https://togithub.com/mishoo/UglifyJS/commit/ae51f76ba7568e01b185cb4b6c6e16dee0bf5300)) - optional chaining operator ([`60f3b55`](https://togithub.com/mishoo/UglifyJS/commit/60f3b5515675644cde8ef1a980295f5c841956d8), [`e044293`](https://togithub.com/mishoo/UglifyJS/commit/e04429350f4eff1299afe84967d15093abc091ff)) - template literal ([`7576048`](https://togithub.com/mishoo/UglifyJS/commit/75760481184c6d63595f8f7c3456b664d221abb5)) ### [`v3.13.6`](https://togithub.com/mishoo/UglifyJS/releases/v3.13.6) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.13.5...v3.13.6) ##### Features - support optional chaining operator ([`f0de9a8`](https://togithub.com/mishoo/UglifyJS/commit/f0de9a8b5d577221d3180c9e135d5cbda8a337c3), [`ce3c35f`](https://togithub.com/mishoo/UglifyJS/commit/ce3c35fa8b4c8e9a777d19220915880cdd45f3fb)) - improve granularity of variable substitutions ([`16411dc`](https://togithub.com/mishoo/UglifyJS/commit/16411dcb8721e9901271db74c3409e720c2f8ec5), [`6ab26ee`](https://togithub.com/mishoo/UglifyJS/commit/6ab26eef6c4bb67200f0b8b65171f774f1a16377), [`fb03561`](https://togithub.com/mishoo/UglifyJS/commit/fb035617996c416fd68d571fe351848d0e5aa506), [`4114431`](https://togithub.com/mishoo/UglifyJS/commit/4114431eec1f822e75b86753a801b720dbe5ad04), [`203f4b7`](https://togithub.com/mishoo/UglifyJS/commit/203f4b7ad9994f85472402c5be8474755d1d835d), [`3094eaa`](https://togithub.com/mishoo/UglifyJS/commit/3094eaaa89b3993051e307804dd5daee1cf7146a), [`d464be3`](https://togithub.com/mishoo/UglifyJS/commit/d464be3f3f7ef91c7083e16210cc7d1b8a337816)) - extend circular self-reference eliminations ([`53b57ee`](https://togithub.com/mishoo/UglifyJS/commit/53b57ee57e3d00792f70685e6b4531e6d990ca27), [`19d232b`](https://togithub.com/mishoo/UglifyJS/commit/19d232badb0d9b16f447e89c33998fcf542496ce)) ##### Bug Fixes - `__proto__` accessor ([`d833e66`](https://togithub.com/mishoo/UglifyJS/commit/d833e66d23cab3c9c03a99a9cf118647bf862868), [`8e4a19f`](https://togithub.com/mishoo/UglifyJS/commit/8e4a19ffec0506c25aebb05e2c84ec32ff307642), [`df980db`](https://togithub.com/mishoo/UglifyJS/commit/df980db4a887bf6d48d872d8dd61713dc42f7842), [`8bbfaac`](https://togithub.com/mishoo/UglifyJS/commit/8bbfaacdae0b63987652766b9f3a327ff6d06231), [`ac1f7d6`](https://togithub.com/mishoo/UglifyJS/commit/ac1f7d689b7dbd6311a6e8eaa633072db9d9703c)) - default parameter ([`ee9ceb7`](https://togithub.com/mishoo/UglifyJS/commit/ee9ceb79ca61c8adb9bbf7e82459ab0bbe3aaced)) - property accessor ([`bbca9de`](https://togithub.com/mishoo/UglifyJS/commit/bbca9de9cd7e715bf62a8c624cd3f53e4386b566), [`bb22536`](https://togithub.com/mishoo/UglifyJS/commit/bb225367cbf427c6588a541c3936f94b67cbc1c5)) - template literal ([`5d9224d`](https://togithub.com/mishoo/UglifyJS/commit/5d9224deb893c383e9a2c2b11c5926db96bd7a1f)) ### [`v3.13.5`](https://togithub.com/mishoo/UglifyJS/releases/v3.13.5) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.13.4...v3.13.5) ##### Features - drop unused self-referencing `class` & `function` ([`bddb5a0`](https://togithub.com/mishoo/UglifyJS/commit/bddb5a01026e8295f9271f7d787e70937acba9d8)) - handle `Map`, `Set`, `WeakMap` & `WeakSet` ([`f46209b`](https://togithub.com/mishoo/UglifyJS/commit/f46209b7e5ecb33d9596fb946975be5f65c0b727)) - improve detection of unused assignment ([`9b8deff`](https://togithub.com/mishoo/UglifyJS/commit/9b8deff64d957b2804082572340cdd8175eff731)) - improve compression on variable reassignment ([`10dd9d4`](https://togithub.com/mishoo/UglifyJS/commit/10dd9d4eaf3d28479744676e344f0df6b6bd8029)) - enable ESTree translation on all supported ECMAScript features ([`324587f`](https://togithub.com/mishoo/UglifyJS/commit/324587f76980114e030c59165a60bd285ca05be0), [`97bd56b`](https://togithub.com/mishoo/UglifyJS/commit/97bd56b7e89c29fe2ba2800f88972e168366ae99)) - support `__PURE__` in ESTree translation ([`d576495`](https://togithub.com/mishoo/UglifyJS/commit/d576495e5a696302340580e999bc0446a1d4c1ca)) ##### Bug Fixes - assignment operator ([`4cccc01`](https://togithub.com/mishoo/UglifyJS/commit/4cccc01f3ec7f80c4ef3dd574942b164422c6bd9)) - default parameter ([`c53af3d`](https://togithub.com/mishoo/UglifyJS/commit/c53af3dfb1cb59681de34142aac420f780c0ec05)) - `export` statement ([`80efaa2`](https://togithub.com/mishoo/UglifyJS/commit/80efaa2f331b2c3f3ec35218d1086830a39bec93)) - `for [await]...of` loop ([`acf951a`](https://togithub.com/mishoo/UglifyJS/commit/acf951a5bc9d79dc2614d880758e3e7f79f975ae)) - `function` parameter ([`a1a212f`](https://togithub.com/mishoo/UglifyJS/commit/a1a212f6393f690180a606c0610a4ca9279522ad)) - global constant property ([`3c161a6`](https://togithub.com/mishoo/UglifyJS/commit/3c161a666259389f96f9aa88a5b6d4e7579d50a4), [`c296a63`](https://togithub.com/mishoo/UglifyJS/commit/c296a63fb338a6edba6682d821351255e8935fd9)) - logical assignment operator ([`a06e203`](https://togithub.com/mishoo/UglifyJS/commit/a06e20304b042ab5cd2ad051fb60cf50a7934bb7)) - `yield` keyword ([`a2b1b96`](https://togithub.com/mishoo/UglifyJS/commit/a2b1b96752c5f898539f8e28431461428c4c7731)) ### [`v3.13.4`](https://togithub.com/mishoo/UglifyJS/releases/v3.13.4) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.13.3...v3.13.4) ##### Features - improve compression on `class` definition ([`aed758e`](https://togithub.com/mishoo/UglifyJS/commit/aed758ed5cc4ac180c92551ba80f4997f81d1dc4)) - mangle `class` field and method ([`10fbf8e`](https://togithub.com/mishoo/UglifyJS/commit/10fbf8e295d6062fbaefe1b716878b95051dce2a)) ##### Bug Fixes - `class` literal ([`1947a21`](https://togithub.com/mishoo/UglifyJS/commit/1947a21824f3cbbb7a3c8267a15fa9c80b91fc59)) - `for` loop ([`a37ca55`](https://togithub.com/mishoo/UglifyJS/commit/a37ca558dd8d7f5243e061e216287793b9108911)) - immediately invoked function expression ([`0df0281`](https://togithub.com/mishoo/UglifyJS/commit/0df028187d20b83e52d1829e14783284c5d09ad5)) - `import.meta` ([`cf38b52`](https://togithub.com/mishoo/UglifyJS/commit/cf38b52afaa0bd69d4b9e5f43c4d2ee87b65297b)) - lexical declaration ([`8a82822`](https://togithub.com/mishoo/UglifyJS/commit/8a828226547bcb898b95b69a3f55f6a0dc74d592)) - new operator ([`e755d01`](https://togithub.com/mishoo/UglifyJS/commit/e755d01a0b023339a3a4efc4d7b0e5500cb4c109)) - object method ([`cea1fb5`](https://togithub.com/mishoo/UglifyJS/commit/cea1fb5c58a336fad3e34478ab563b66f0d26988)) - octal number syntax ([`b179a24`](https://togithub.com/mishoo/UglifyJS/commit/b179a2459fbe170358089c70b4031f16f58c6eb2)) - spread syntax ([`ebe4e1a`](https://togithub.com/mishoo/UglifyJS/commit/ebe4e1ad28009bdf5b2e936ed8d01d7d20704cc4)) - `try` statement ([`ca49f6f`](https://togithub.com/mishoo/UglifyJS/commit/ca49f6f41a4b515b60a4b5784ae650b1b6cf0322))Configuration
📅 Schedule: "before 3am on the first day of the month" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ 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.