motdotla/dotenv
### [`v16.0.2`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1602-httpsgithubcommotdotladotenvcomparev1601v1602-2022-08-30)
[Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.0.1...v16.0.2)
##### Added
- Export `env-options.js` and `cli-options.js` in package.json for use with downstream [dotenv-expand](https://togithub.com/motdotla/dotenv-expand) module
firebase/firebase-functions
### [`v3.23.0`](https://togithub.com/firebase/firebase-functions/releases/tag/v3.23.0)
[Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.22.0...v3.23.0)
- Fixes a bug that disallowed setting customClaims and/or sessionClaims in blocking functions ([#1199](https://togithub.com/firebase/firebase-functions/issues/1199)).
- Add v2 Schedule Triggers ([#1177](https://togithub.com/firebase/firebase-functions/issues/1177)).
firebase/firebase-tools
### [`v11.8.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.8.0)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.7.0...v11.8.0)
- Adds support for media upload protocol to storage emulator ([#4869](https://togithub.com/firebase/firebase-tools/issues/4869))
- Adds support to storage emualtor GCS API for /storage/v1/b/:bucketId/o/:objectId url pattern ([#4869](https://togithub.com/firebase/firebase-tools/issues/4869))
- Removes extraneous default metadata fields from storage emulator ([#4869](https://togithub.com/firebase/firebase-tools/issues/4869))
- Fixes an issue where a blocked upload from the android sdks crashes the storage emulator ([#4860](https://togithub.com/firebase/firebase-tools/issues/4860))
- Fix deleting metadata fields in storage emulator ([#4889](https://togithub.com/firebase/firebase-tools/issues/4889))
- Fix storage emulator bug where rapid calls to the rules runtime results in no returns and non-resolving promises ([#3915](https://togithub.com/firebase/firebase-tools/issues/3915))
### [`v11.7.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.7.0)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.6.0...v11.7.0)
- Fix bug where CLI configured wrong cpu for 16GB/32GB v2 functions. ([#4845](https://togithub.com/firebase/firebase-tools/issues/4845))
- Adds `crashlytics:mappingfile:generateid` and `crashlytics:mappingfile:upload` commands. ([#4611](https://togithub.com/firebase/firebase-tools/issues/4611))
- Add v2 Schedule Triggers to function deploy ([#4764](https://togithub.com/firebase/firebase-tools/issues/4764)).
- Fix bug where eventarc emulator was incorrectly started in certain cases ([#4873](https://togithub.com/firebase/firebase-tools/issues/4873))
### [`v11.6.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.6.0)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.5.0...v11.6.0)
- Fixes an issue where pushing an empty buffer from the android sdks crashes the storage emulator ([#4843](https://togithub.com/firebase/firebase-tools/issues/4843))
- Adds emulation support for extensions that emit events / custom event triggers ([#4464](https://togithub.com/firebase/firebase-tools/issues/4464))
- Fixes issue with batchCreate in auth emulator in which it errored for empty mfaInfo ([#4848](https://togithub.com/firebase/firebase-tools/issues/4848))
- Fixes scroll bars in the Firestore Emulator UI
### [`v11.5.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.5.0)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.4.2...v11.5.0)
- Turns on content compression in the Hosting emulator. ([#2328](https://togithub.com/firebase/firebase-tools/issues/2328))
- Replaces underlying terminal coloring library.
- Makes storage emulator multipart parsing handle quotes in boundary header. ([#3953](https://togithub.com/firebase/firebase-tools/issues/3953))
- Makes storage emulator content type case insensitive. ([#3953](https://togithub.com/firebase/firebase-tools/issues/3953))
- Adds storage emulator support to init.js useEmulator flag. ([#4805](https://togithub.com/firebase/firebase-tools/issues/4805))
- Populates resource correctly in storage rules evaluation. ([#4329](https://togithub.com/firebase/firebase-tools/issues/4329))
- Reads name from metadata as backup for gcs upload into storage emulator. ([#3953](https://togithub.com/firebase/firebase-tools/issues/3953))
- Fixes bug where invalid CPU was set for 16GiB functions. ([#4823](https://togithub.com/firebase/firebase-tools/issues/4823))
- Fixes bug where failed function discovery crashed the entire emulator. ([#4826](https://togithub.com/firebase/firebase-tools/issues/4826))
- Fixes LIST security rule evaluation in storage emulator. ([#4827](https://togithub.com/firebase/firebase-tools/issues/4827))
- Fixes bug where vpc connector setting broke function deploy for old functions SDK. ([#4834](https://togithub.com/firebase/firebase-tools/issues/4834))
- Fixes issue where storage deploy targets weren't being fully respected. ([#3496](https://togithub.com/firebase/firebase-tools/issues/3496))
- Fixes bug where request.path variable was not set relative to the service in storage emulator. ([#4839](https://togithub.com/firebase/firebase-tools/issues/4839))
### [`v11.4.2`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.4.2)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.4.1...v11.4.2)
- Adds check for callable functions when discovering Hosting rewrite endpoints. ([#4792](https://togithub.com/firebase/firebase-tools/issues/4792))
- Allows defaulting to a `us-central1` instance of a rewrite function if that function is deployed in multiple regions including `us-central1`. ([#4810](https://togithub.com/firebase/firebase-tools/issues/4810))
- Fixes Storage emulator timeCreated metadata bug. ([#4599](https://togithub.com/firebase/firebase-tools/issues/4599))
- Fixes Storage import failure due to missing directories. ([#3823](https://togithub.com/firebase/firebase-tools/issues/3823))
mishoo/UglifyJS
### [`v3.17.0`](https://togithub.com/mishoo/UglifyJS/releases/tag/v3.17.0)
[Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.16.3...v3.17.0)
##### Features
- merge common tail of `if` statements ([`996836b`](https://togithub.com/mishoo/UglifyJS/commit/996836b67e1800af188d7ca4e79813967ebc8bc2))
- eliminate superfluous `Object()` wrappers ([`db6fd6d`](https://togithub.com/mishoo/UglifyJS/commit/db6fd6db3e8eaa0b2ebbddb5e1cbcea81f0631ab))
- improve elimination of `return` statements ([`08c386f`](https://togithub.com/mishoo/UglifyJS/commit/08c386f363c8e3549e63c2d996c0e4f11c4cf116), [`ab5c7e6`](https://togithub.com/mishoo/UglifyJS/commit/ab5c7e6863f0a898798cf3b2fd87a52a89ed018d), [`6667440`](https://togithub.com/mishoo/UglifyJS/commit/6667440aafa04669e99c641ef945d6903e086b7a), [`e39f33e`](https://togithub.com/mishoo/UglifyJS/commit/e39f33e41b1234b195b90d299014f40a999a8608), [`64e3cee`](https://togithub.com/mishoo/UglifyJS/commit/64e3ceec3b6a7ee37dc4772dc3ad88542013f88f), [`8076d66`](https://togithub.com/mishoo/UglifyJS/commit/8076d66ae58315671821d9ecaa1f726f509e331d), [`884842c`](https://togithub.com/mishoo/UglifyJS/commit/884842cd6ceb49766c152a60b151fcf386c13831), [`a9d9af5`](https://togithub.com/mishoo/UglifyJS/commit/a9d9af53e9f469ed89f0be0a53da2a0ac07f3733))
- improve compression of ternary expressions ([`672cdfa`](https://togithub.com/mishoo/UglifyJS/commit/672cdfa57ae67aae726f5b46ea20638aa1e9ce1d))
- exclude latest ECMAScript runtime properties from `builtin` mangling ([`8a07f12`](https://togithub.com/mishoo/UglifyJS/commit/8a07f1202c135bd2fa6f2d5cc0231c466e73242e))
- introduce `--expression` for ease of handling bookmarklets or JSON expressions ([`f451a7a`](https://togithub.com/mishoo/UglifyJS/commit/f451a7ad79165dda0d3f7fa7a56b3841eeba8174))
- improve resolution and accuracy of source-maps ([`2c3c4ec`](https://togithub.com/mishoo/UglifyJS/commit/2c3c4ec32381bad3f21bf2778470d58abba7b82a))
- inline function calls with simple assignments ([`5a4cd09`](https://togithub.com/mishoo/UglifyJS/commit/5a4cd09938e46bbf7d9a875e03ce7e99c6e6c442))
##### Bug Fixes
- `async` generator function ([`da930af`](https://togithub.com/mishoo/UglifyJS/commit/da930affd2b9969e042dc8c9e9ded4de8f1174c2))
- `class` property ([`41b65af`](https://togithub.com/mishoo/UglifyJS/commit/41b65af6e2ef75010b30bfc10a40cea705ff12ac), [`dd90135`](https://togithub.com/mishoo/UglifyJS/commit/dd90135944fb3f980b8ff2fcbef9222261d05cd8))
- `class` `static` block ([`41b65af`](https://togithub.com/mishoo/UglifyJS/commit/41b65af6e2ef75010b30bfc10a40cea705ff12ac))
- default parameter ([`c32fe26`](https://togithub.com/mishoo/UglifyJS/commit/c32fe26b8d9b7a8fc9ddbd0e6771a0e2af40365b))
- destructuring syntax ([`c32fe26`](https://togithub.com/mishoo/UglifyJS/commit/c32fe26b8d9b7a8fc9ddbd0e6771a0e2af40365b))
- `function` literal ([`513995f`](https://togithub.com/mishoo/UglifyJS/commit/513995f57dfb295a7880ac5d33f633a2ee381f3b))
- lexical declaration ([`937a672`](https://togithub.com/mishoo/UglifyJS/commit/937a6728798cc139defa868c78ddf57d851913d7))
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.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^16.0.1
->^16.0.2
^3.22.0
->^3.23.0
^11.4.1
->^11.8.0
^3.16.3
->^3.17.0
Release Notes
motdotla/dotenv
### [`v16.0.2`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1602-httpsgithubcommotdotladotenvcomparev1601v1602-2022-08-30) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.0.1...v16.0.2) ##### Added - Export `env-options.js` and `cli-options.js` in package.json for use with downstream [dotenv-expand](https://togithub.com/motdotla/dotenv-expand) modulefirebase/firebase-functions
### [`v3.23.0`](https://togithub.com/firebase/firebase-functions/releases/tag/v3.23.0) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.22.0...v3.23.0) - Fixes a bug that disallowed setting customClaims and/or sessionClaims in blocking functions ([#1199](https://togithub.com/firebase/firebase-functions/issues/1199)). - Add v2 Schedule Triggers ([#1177](https://togithub.com/firebase/firebase-functions/issues/1177)).firebase/firebase-tools
### [`v11.8.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.8.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.7.0...v11.8.0) - Adds support for media upload protocol to storage emulator ([#4869](https://togithub.com/firebase/firebase-tools/issues/4869)) - Adds support to storage emualtor GCS API for /storage/v1/b/:bucketId/o/:objectId url pattern ([#4869](https://togithub.com/firebase/firebase-tools/issues/4869)) - Removes extraneous default metadata fields from storage emulator ([#4869](https://togithub.com/firebase/firebase-tools/issues/4869)) - Fixes an issue where a blocked upload from the android sdks crashes the storage emulator ([#4860](https://togithub.com/firebase/firebase-tools/issues/4860)) - Fix deleting metadata fields in storage emulator ([#4889](https://togithub.com/firebase/firebase-tools/issues/4889)) - Fix storage emulator bug where rapid calls to the rules runtime results in no returns and non-resolving promises ([#3915](https://togithub.com/firebase/firebase-tools/issues/3915)) ### [`v11.7.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.7.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.6.0...v11.7.0) - Fix bug where CLI configured wrong cpu for 16GB/32GB v2 functions. ([#4845](https://togithub.com/firebase/firebase-tools/issues/4845)) - Adds `crashlytics:mappingfile:generateid` and `crashlytics:mappingfile:upload` commands. ([#4611](https://togithub.com/firebase/firebase-tools/issues/4611)) - Add v2 Schedule Triggers to function deploy ([#4764](https://togithub.com/firebase/firebase-tools/issues/4764)). - Fix bug where eventarc emulator was incorrectly started in certain cases ([#4873](https://togithub.com/firebase/firebase-tools/issues/4873)) ### [`v11.6.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.6.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.5.0...v11.6.0) - Fixes an issue where pushing an empty buffer from the android sdks crashes the storage emulator ([#4843](https://togithub.com/firebase/firebase-tools/issues/4843)) - Adds emulation support for extensions that emit events / custom event triggers ([#4464](https://togithub.com/firebase/firebase-tools/issues/4464)) - Fixes issue with batchCreate in auth emulator in which it errored for empty mfaInfo ([#4848](https://togithub.com/firebase/firebase-tools/issues/4848)) - Fixes scroll bars in the Firestore Emulator UI ### [`v11.5.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.5.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.4.2...v11.5.0) - Turns on content compression in the Hosting emulator. ([#2328](https://togithub.com/firebase/firebase-tools/issues/2328)) - Replaces underlying terminal coloring library. - Makes storage emulator multipart parsing handle quotes in boundary header. ([#3953](https://togithub.com/firebase/firebase-tools/issues/3953)) - Makes storage emulator content type case insensitive. ([#3953](https://togithub.com/firebase/firebase-tools/issues/3953)) - Adds storage emulator support to init.js useEmulator flag. ([#4805](https://togithub.com/firebase/firebase-tools/issues/4805)) - Populates resource correctly in storage rules evaluation. ([#4329](https://togithub.com/firebase/firebase-tools/issues/4329)) - Reads name from metadata as backup for gcs upload into storage emulator. ([#3953](https://togithub.com/firebase/firebase-tools/issues/3953)) - Fixes bug where invalid CPU was set for 16GiB functions. ([#4823](https://togithub.com/firebase/firebase-tools/issues/4823)) - Fixes bug where failed function discovery crashed the entire emulator. ([#4826](https://togithub.com/firebase/firebase-tools/issues/4826)) - Fixes LIST security rule evaluation in storage emulator. ([#4827](https://togithub.com/firebase/firebase-tools/issues/4827)) - Fixes bug where vpc connector setting broke function deploy for old functions SDK. ([#4834](https://togithub.com/firebase/firebase-tools/issues/4834)) - Fixes issue where storage deploy targets weren't being fully respected. ([#3496](https://togithub.com/firebase/firebase-tools/issues/3496)) - Fixes bug where request.path variable was not set relative to the service in storage emulator. ([#4839](https://togithub.com/firebase/firebase-tools/issues/4839)) ### [`v11.4.2`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.4.2) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.4.1...v11.4.2) - Adds check for callable functions when discovering Hosting rewrite endpoints. ([#4792](https://togithub.com/firebase/firebase-tools/issues/4792)) - Allows defaulting to a `us-central1` instance of a rewrite function if that function is deployed in multiple regions including `us-central1`. ([#4810](https://togithub.com/firebase/firebase-tools/issues/4810)) - Fixes Storage emulator timeCreated metadata bug. ([#4599](https://togithub.com/firebase/firebase-tools/issues/4599)) - Fixes Storage import failure due to missing directories. ([#3823](https://togithub.com/firebase/firebase-tools/issues/3823))mishoo/UglifyJS
### [`v3.17.0`](https://togithub.com/mishoo/UglifyJS/releases/tag/v3.17.0) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.16.3...v3.17.0) ##### Features - merge common tail of `if` statements ([`996836b`](https://togithub.com/mishoo/UglifyJS/commit/996836b67e1800af188d7ca4e79813967ebc8bc2)) - eliminate superfluous `Object()` wrappers ([`db6fd6d`](https://togithub.com/mishoo/UglifyJS/commit/db6fd6db3e8eaa0b2ebbddb5e1cbcea81f0631ab)) - improve elimination of `return` statements ([`08c386f`](https://togithub.com/mishoo/UglifyJS/commit/08c386f363c8e3549e63c2d996c0e4f11c4cf116), [`ab5c7e6`](https://togithub.com/mishoo/UglifyJS/commit/ab5c7e6863f0a898798cf3b2fd87a52a89ed018d), [`6667440`](https://togithub.com/mishoo/UglifyJS/commit/6667440aafa04669e99c641ef945d6903e086b7a), [`e39f33e`](https://togithub.com/mishoo/UglifyJS/commit/e39f33e41b1234b195b90d299014f40a999a8608), [`64e3cee`](https://togithub.com/mishoo/UglifyJS/commit/64e3ceec3b6a7ee37dc4772dc3ad88542013f88f), [`8076d66`](https://togithub.com/mishoo/UglifyJS/commit/8076d66ae58315671821d9ecaa1f726f509e331d), [`884842c`](https://togithub.com/mishoo/UglifyJS/commit/884842cd6ceb49766c152a60b151fcf386c13831), [`a9d9af5`](https://togithub.com/mishoo/UglifyJS/commit/a9d9af53e9f469ed89f0be0a53da2a0ac07f3733)) - improve compression of ternary expressions ([`672cdfa`](https://togithub.com/mishoo/UglifyJS/commit/672cdfa57ae67aae726f5b46ea20638aa1e9ce1d)) - exclude latest ECMAScript runtime properties from `builtin` mangling ([`8a07f12`](https://togithub.com/mishoo/UglifyJS/commit/8a07f1202c135bd2fa6f2d5cc0231c466e73242e)) - introduce `--expression` for ease of handling bookmarklets or JSON expressions ([`f451a7a`](https://togithub.com/mishoo/UglifyJS/commit/f451a7ad79165dda0d3f7fa7a56b3841eeba8174)) - improve resolution and accuracy of source-maps ([`2c3c4ec`](https://togithub.com/mishoo/UglifyJS/commit/2c3c4ec32381bad3f21bf2778470d58abba7b82a)) - inline function calls with simple assignments ([`5a4cd09`](https://togithub.com/mishoo/UglifyJS/commit/5a4cd09938e46bbf7d9a875e03ce7e99c6e6c442)) ##### Bug Fixes - `async` generator function ([`da930af`](https://togithub.com/mishoo/UglifyJS/commit/da930affd2b9969e042dc8c9e9ded4de8f1174c2)) - `class` property ([`41b65af`](https://togithub.com/mishoo/UglifyJS/commit/41b65af6e2ef75010b30bfc10a40cea705ff12ac), [`dd90135`](https://togithub.com/mishoo/UglifyJS/commit/dd90135944fb3f980b8ff2fcbef9222261d05cd8)) - `class` `static` block ([`41b65af`](https://togithub.com/mishoo/UglifyJS/commit/41b65af6e2ef75010b30bfc10a40cea705ff12ac)) - default parameter ([`c32fe26`](https://togithub.com/mishoo/UglifyJS/commit/c32fe26b8d9b7a8fc9ddbd0e6771a0e2af40365b)) - destructuring syntax ([`c32fe26`](https://togithub.com/mishoo/UglifyJS/commit/c32fe26b8d9b7a8fc9ddbd0e6771a0e2af40365b)) - `function` literal ([`513995f`](https://togithub.com/mishoo/UglifyJS/commit/513995f57dfb295a7880ac5d33f633a2ee381f3b)) - lexical declaration ([`937a672`](https://togithub.com/mishoo/UglifyJS/commit/937a6728798cc139defa868c78ddf57d851913d7))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.