ecomplus / app-mercadopago

E-Com Plus app to integrate Mercado Pago
MIT License
1 stars 3 forks source link

fix(deps): update all non-major #147

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
dotenv ^16.0.2 -> ^16.0.3 age adoption passing confidence
firebase-functions ^3.23.0 -> ^3.24.1 age adoption passing confidence
uglify-js ^3.17.0 -> ^3.17.2 age adoption passing confidence

Release Notes

motdotla/dotenv ### [`v16.0.3`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1603-httpsgithubcommotdotladotenvcomparev1602v1603-2022-09-29) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.0.2...v16.0.3) ##### Changed - Added library version to debug logs ([#​682](https://togithub.com/motdotla/dotenv/pull/682))
firebase/firebase-functions ### [`v3.24.1`](https://togithub.com/firebase/firebase-functions/releases/tag/v3.24.1) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.24.0...v3.24.1) - Fix reference docs for performance monitoring. - Fix bug where function configuration wil null values couldn't be deployed. ([#​1246](https://togithub.com/firebase/firebase-functions/issues/1246)) ### [`v3.24.0`](https://togithub.com/firebase/firebase-functions/releases/tag/v3.24.0) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.23.0...v3.24.0) - Add performance monitoring triggers to v2 alerts ([#​1223](https://togithub.com/firebase/firebase-functions/issues/1223)).
mishoo/UglifyJS ### [`v3.17.2`](https://togithub.com/mishoo/UglifyJS/releases/tag/v3.17.2) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.17.1...v3.17.2) ##### Bug Fixes - assignment operator ([`9efa02a`](https://togithub.com/mishoo/UglifyJS/commit/9efa02afb6de5f55d98b6f0d1369788012a29c34), [`63b04a6`](https://togithub.com/mishoo/UglifyJS/commit/63b04a687aec5659532d8a89f4cd016558059a8e)) - `if` statement ([`9ac3879`](https://togithub.com/mishoo/UglifyJS/commit/9ac3879b06ddd26a56cc0298c1af1aac5a1fa022)) - `return` statement ([`37d3e4f`](https://togithub.com/mishoo/UglifyJS/commit/37d3e4feaa1feae6a68dd6069484e464ae94a91b)) - ternary expression ([`43ec350`](https://togithub.com/mishoo/UglifyJS/commit/43ec350cd2f714e6c19097e6386a27ba3de8e941)) ### [`v3.17.1`](https://togithub.com/mishoo/UglifyJS/releases/tag/v3.17.1) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.17.0...v3.17.1) ##### Features - improve precision of escape analysis ([`d6d2f5c`](https://togithub.com/mishoo/UglifyJS/commit/d6d2f5ced2ce7f16eb02138ec243c01fe2b5717a), [`10bc86b`](https://togithub.com/mishoo/UglifyJS/commit/10bc86ba107a17b3186d06938cb1b2bb45262e42)) - improve usability of `--mangle-props` ([`9eea3a6`](https://togithub.com/mishoo/UglifyJS/commit/9eea3a673a0aceb277ab06e4d585d002af992dd6), [`4653e8a`](https://togithub.com/mishoo/UglifyJS/commit/4653e8aec0f8db498556b7da89903b6ae3434f24), [`5ac6ec5`](https://togithub.com/mishoo/UglifyJS/commit/5ac6ec5496af3d38b0d14ee1987d2bfc9e3085be)) - extend `glob` patterns for `--in-situ` ([`535212c`](https://togithub.com/mishoo/UglifyJS/commit/535212c69ef163c1cc35b7aa3d1fd625a171bb0e)) - support Adobe ExtendScipt on best-effort basis ([`32bd65a`](https://togithub.com/mishoo/UglifyJS/commit/32bd65a87fd8a828150eccb57024adc60b468b05)) - inline immediately invoked arrow function expressions ([`9dec612`](https://togithub.com/mishoo/UglifyJS/commit/9dec612cd5c167eeac9ed68f9f2832bae7260196)) - improve elimination of lexical declarations ([`edf1bf1`](https://togithub.com/mishoo/UglifyJS/commit/edf1bf110635e604973d626e7ac45b6086e4b9fc)) ##### Bug Fixes - `arguments` object ([`5b5f6e3`](https://togithub.com/mishoo/UglifyJS/commit/5b5f6e329cdaab4c8e89ad1d1c4c8f588d65e6a6)) - arrow function ([`02d966d`](https://togithub.com/mishoo/UglifyJS/commit/02d966d9140a3fd77e1e40f56a6b008ca5d9c9af)) - assignment operator ([`1d42e9a`](https://togithub.com/mishoo/UglifyJS/commit/1d42e9ad556d6024f58ff3a4fee6df310cbcf34d)) - `async` function ([`15b608f`](https://togithub.com/mishoo/UglifyJS/commit/15b608f74c5111083ab361e419652e38719884dd)) - `class` method ([`001f6f9`](https://togithub.com/mishoo/UglifyJS/commit/001f6f971913d28d9c77a5ff6602ae06d3780ccf)) - compound assignment operator ([`f63b7b0`](https://togithub.com/mishoo/UglifyJS/commit/f63b7b079d84cbb50f6ca77a7489bcb0bd66701f)) - destructuring syntax ([`eb22f01`](https://togithub.com/mishoo/UglifyJS/commit/eb22f0101eba4649e0cafb3e62f7601f9c37d0b7)) - `export` statement ([`9cdc1ef`](https://togithub.com/mishoo/UglifyJS/commit/9cdc1ef6c2a9684c0ae769ac4ce21c9d593378bb)) - lexical declaration ([`88dfc49`](https://togithub.com/mishoo/UglifyJS/commit/88dfc4968330e87b6c55ce3f160e1e4420c0f01e), [`e0b302d`](https://togithub.com/mishoo/UglifyJS/commit/e0b302d651096192612a1a5c1560b4842f681c82)) - logical operator ([`78f354b`](https://togithub.com/mishoo/UglifyJS/commit/78f354beb862aaf9176355a056b44f613efce236)) - `return` statement ([`887e086`](https://togithub.com/mishoo/UglifyJS/commit/887e086890a67c8529143d4efd8621f7a72c2d6a)) - ternary expression ([`78f354b`](https://togithub.com/mishoo/UglifyJS/commit/78f354beb862aaf9176355a056b44f613efce236), [`e4bff31`](https://togithub.com/mishoo/UglifyJS/commit/e4bff315eb6e8f57b9e0f6dddf81f7e0cb978708)) - `throw` statement ([`4e4a2f8`](https://togithub.com/mishoo/UglifyJS/commit/4e4a2f8ed3439a92dc14a3327cf0444a8156e5b4)) - unary arithmetic operator ([`ac002b6`](https://togithub.com/mishoo/UglifyJS/commit/ac002b6338a65d2323c092e34815d4db252da19a), [`f63b7b0`](https://togithub.com/mishoo/UglifyJS/commit/f63b7b079d84cbb50f6ca77a7489bcb0bd66701f)) - `var` statement ([`887e086`](https://togithub.com/mishoo/UglifyJS/commit/887e086890a67c8529143d4efd8621f7a72c2d6a), [`4db8106`](https://togithub.com/mishoo/UglifyJS/commit/4db81065ee8e6b3cd72e891a1c5f4d99ecb6562c))

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.