ecomplus / app-bling-erp

E-Com Plus app to integrate Bling ERP
GNU General Public License v3.0
3 stars 4 forks source link

fix(deps): update all non-major dependencies #66

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ecomplus/application-sdk ^22.0.0-firestore.1.15.4 -> ^22.0.0-firestore.1.15.6 age adoption passing confidence
axios (source) ^0.21.1 -> ^0.26.0 age adoption passing confidence
express (source) ^4.17.1 -> ^4.17.3 age adoption passing confidence
firebase-functions ^3.15.7 -> ^3.18.1 age adoption passing confidence
js2xmlparser ^4.0.1 -> ^4.0.2 age adoption passing confidence
standard-version ^9.3.1 -> ^9.3.2 age adoption passing confidence
uglify-js ^3.14.2 -> ^3.15.2 age adoption passing confidence

Release Notes

ecomplus/application-sdk ### [`v22.0.0-firestore.1.15.6`](https://togithub.com/ecomplus/application-sdk/compare/91c020d258d1c57281c70fc3926c3410019877ba...06ac43c5dad77234841f665e0e54f517f2457072) [Compare Source](https://togithub.com/ecomplus/application-sdk/compare/91c020d258d1c57281c70fc3926c3410019877ba...06ac43c5dad77234841f665e0e54f517f2457072) ### [`v22.0.0-firestore.1.15.5`](https://togithub.com/ecomplus/application-sdk/compare/557fc8dba4a9195afed535450343517567bd3fad...91c020d258d1c57281c70fc3926c3410019877ba) [Compare Source](https://togithub.com/ecomplus/application-sdk/compare/557fc8dba4a9195afed535450343517567bd3fad...91c020d258d1c57281c70fc3926c3410019877ba)
axios/axios ### [`v0.26.0`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#​0260-February-13-2022) [Compare Source](https://togithub.com/axios/axios/compare/v0.25.0...v0.26.0) Fixes and Functionality: - Fixed The timeoutErrorMessage property in config not work with Node.js ([#​3581](https://togithub.com/axios/axios/pull/3581)) - Added errors to be displayed when the query parsing process itself fails ([#​3961](https://togithub.com/axios/axios/pull/3961)) - Fix/remove url required ([#​4426](https://togithub.com/axios/axios/pull/4426)) - Update follow-redirects dependency due to Vurnerbility ([#​4462](https://togithub.com/axios/axios/pull/4462)) - Bump karma from 6.3.11 to 6.3.14 ([#​4461](https://togithub.com/axios/axios/pull/4461)) - Bump follow-redirects from 1.14.7 to 1.14.8 ([#​4473](https://togithub.com/axios/axios/pull/4473)) ### [`v0.25.0`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#​0250-January-18-2022) [Compare Source](https://togithub.com/axios/axios/compare/v0.24.0...v0.25.0) Breaking changes: - Fixing maxBodyLength enforcement ([#​3786](https://togithub.com/axios/axios/pull/3786)) - Don't rely on strict mode behaviour for arguments ([#​3470](https://togithub.com/axios/axios/pull/3470)) - Adding error handling when missing url ([#​3791](https://togithub.com/axios/axios/pull/3791)) - Update isAbsoluteURL.js removing escaping of non-special characters ([#​3809](https://togithub.com/axios/axios/pull/3809)) - Use native Array.isArray() in utils.js ([#​3836](https://togithub.com/axios/axios/pull/3836)) - Adding error handling inside stream end callback ([#​3967](https://togithub.com/axios/axios/pull/3967)) Fixes and Functionality: - Added aborted even handler ([#​3916](https://togithub.com/axios/axios/pull/3916)) - Header types expanded allowing `boolean` and `number` types ([#​4144](https://togithub.com/axios/axios/pull/4144)) - Fix cancel signature allowing cancel message to be `undefined` ([#​3153](https://togithub.com/axios/axios/pull/3153)) - Updated type checks to be formulated better ([#​3342](https://togithub.com/axios/axios/pull/3342)) - Avoid unnecessary buffer allocations ([#​3321](https://togithub.com/axios/axios/pull/3321)) - Adding a socket handler to keep TCP connection live when processing long living requests ([#​3422](https://togithub.com/axios/axios/pull/3422)) - Added toFormData helper function ([#​3757](https://togithub.com/axios/axios/pull/3757)) - Adding responseEncoding prop type in AxiosRequestConfig ([#​3918](https://togithub.com/axios/axios/pull/3918)) Internal and Tests: - Adding axios-test-instance to ecosystem ([#​3786](https://togithub.com/axios/axios/pull/3786)) - Optimize the logic of isAxiosError ([#​3546](https://togithub.com/axios/axios/pull/3546)) - Add tests and documentation to display how multiple inceptors work ([#​3564](https://togithub.com/axios/axios/pull/3564)) - Updating follow-redirects to version 1.14.7 ([#​4379](https://togithub.com/axios/axios/pull/4379)) Documentation: - Fixing changelog to show corrext pull request ([#​4219](https://togithub.com/axios/axios/pull/4219)) - Update upgrade guide for https proxy setting ([#​3604](https://togithub.com/axios/axios/pull/3604)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - [Jay](mailto:jasonsaayman@gmail.com) - [Rijk van Zanten](https://togithub.com/rijkvanzanten) - [Kohta Ito](https://togithub.com/koh110) - [Brandon Faulkner](https://togithub.com/bfaulk96) - [Stefano Magni](https://togithub.com/NoriSte) - [enofan](https://togithub.com/fanguangyi) - [Andrey Pechkurov](https://togithub.com/puzpuzpuz) - [Doowonee](https://togithub.com/doowonee) - [Emil Broman](https://togithub.com/emilbroman-eqt) - [Remco Haszing](https://togithub.com/remcohaszing) - [Black-Hole](https://togithub.com/BlackHole1) - [Wolfram Kriesing](https://togithub.com/wolframkriesing) - [Andrew Ovens](https://togithub.com/repl-andrew-ovens) - [Paulo Renato](https://togithub.com/PauloRSF) - [Ben Carp](https://togithub.com/carpben) - [Hirotaka Tagawa](https://togithub.com/wafuwafu13) - [狼族小狈](https://togithub.com/lzxb) - [C. Lewis](https://togithub.com/ctjlewis) - [Felipe Carvalho](https://togithub.com/FCarvalhoVII) - [Daniel](https://togithub.com/djs113) - [Gustavo Sales](https://togithub.com/gussalesdev) ### [`v0.24.0`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#​0240-October-25-2021) [Compare Source](https://togithub.com/axios/axios/compare/v0.23.0...v0.24.0) Breaking changes: - Revert: change type of AxiosResponse to any, please read lengthy discussion here: ([#​4141](https://togithub.com/axios/axios/issues/4141)) pull request: ([#​4186](https://togithub.com/axios/axios/pull/4186)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - [Jay](mailto:jasonsaayman@gmail.com) - [Rodry](https://togithub.com/ImRodry) - [Remco Haszing](https://togithub.com/remcohaszing) - [Isaiah Thomason](https://togithub.com/ITenthusiasm) ### [`v0.23.0`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#​0230-October-12-2021) [Compare Source](https://togithub.com/axios/axios/compare/v0.22.0...v0.23.0) Breaking changes: - Distinguish request and response data types ([#​4116](https://togithub.com/axios/axios/pull/4116)) - Change never type to unknown ([#​4142](https://togithub.com/axios/axios/pull/4142)) - Fixed TransitionalOptions typings ([#​4147](https://togithub.com/axios/axios/pull/4147)) Fixes and Functionality: - Adding globalObject: 'this' to webpack config ([#​3176](https://togithub.com/axios/axios/pull/3176)) - Adding insecureHTTPParser type to AxiosRequestConfig ([#​4066](https://togithub.com/axios/axios/pull/4066)) - Fix missing semicolon in typings ([#​4115](https://togithub.com/axios/axios/pull/4115)) - Fix response headers types ([#​4136](https://togithub.com/axios/axios/pull/4136)) Internal and Tests: - Improve timeout error when timeout is browser default ([#​3209](https://togithub.com/axios/axios/pull/3209)) - Fix node version on CI ([#​4069](https://togithub.com/axios/axios/pull/4069)) - Added testing to TypeScript portion of project ([#​4140](https://togithub.com/axios/axios/pull/4140)) Documentation: - Rename Angular to AngularJS ([#​4114](https://togithub.com/axios/axios/pull/4114)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - [Jay](mailto:jasonsaayman@gmail.com) - [Evan-Finkelstein](https://togithub.com/Evan-Finkelstein) - [Paweł Szymański](https://togithub.com/Jezorko) - [Dobes Vandermeer](https://togithub.com/dobesv) - [Claas Augner](https://togithub.com/caugner) - [Remco Haszing](https://togithub.com/remcohaszing) - [Evgeniy](https://togithub.com/egmen) - [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS) ### [`v0.22.0`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#​0220-October-01-2021) [Compare Source](https://togithub.com/axios/axios/compare/v0.21.4...v0.22.0) Fixes and Functionality: - Caseless header comparing in HTTP adapter ([#​2880](https://togithub.com/axios/axios/pull/2880)) - Avoid package.json import fixing issues and warnings related to this ([#​4041](https://togithub.com/axios/axios/pull/4041)), ([#​4065](https://togithub.com/axios/axios/pull/4065)) - Fixed cancelToken leakage and added AbortController support ([#​3305](https://togithub.com/axios/axios/pull/3305)) - Updating CI to run on release branches - Bump follow redirects version - Fixed default transitional config for custom Axios instance; ([#​4052](https://togithub.com/axios/axios/pull/4052)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - [Jay](mailto:jasonsaayman@gmail.com) - [Matt R. Wilson](https://togithub.com/mastermatt) - [Xianming Zhong](https://togithub.com/chinesedfan) - [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS) ### [`v0.21.4`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#​0214-September-6-2021) [Compare Source](https://togithub.com/axios/axios/compare/0.21.3...v0.21.4) Fixes and Functionality: - Fixing JSON transform when data is stringified. Providing backward compatability and complying to the JSON RFC standard ([#​4020](https://togithub.com/axios/axios/pull/4020)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - [Jay](mailto:jasonsaayman@gmail.com) - [Guillaume Fortaine](https://togithub.com/gfortaine) - [Yusuke Kawasaki](https://togithub.com/kawanet) - [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS) ### [`v0.21.3`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#​0213-September-4-2021) [Compare Source](https://togithub.com/axios/axios/compare/v0.21.2...0.21.3) Fixes and Functionality: - Fixing response interceptor not being called when request interceptor is attached ([#​4013](https://togithub.com/axios/axios/pull/4013)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - [Jay](mailto:jasonsaayman@gmail.com) - [Julian Hollmann](https://togithub.com/nerdbeere)
expressjs/express ### [`v4.17.3`](https://togithub.com/expressjs/express/blob/HEAD/History.md#​4173--2022-02-16) [Compare Source](https://togithub.com/expressjs/express/compare/4.17.2...4.17.3) \=================== - deps: accepts@~1.3.8 - deps: mime-types@~2.1.34 - deps: negotiator@0.6.3 - deps: body-parser@1.19.2 - deps: bytes@3.1.2 - deps: qs@6.9.7 - deps: raw-body@2.4.3 - deps: cookie@0.4.2 - deps: qs@6.9.7 - Fix handling of `__proto__` keys - pref: remove unnecessary regexp for trust proxy ### [`v4.17.2`](https://togithub.com/expressjs/express/blob/HEAD/History.md#​4172--2021-12-16) [Compare Source](https://togithub.com/expressjs/express/compare/4.17.1...4.17.2) \=================== - Fix handling of `undefined` in `res.jsonp` - Fix handling of `undefined` when `"json escape"` is enabled - Fix incorrect middleware execution with unanchored `RegExp`s - Fix `res.jsonp(obj, status)` deprecation message - Fix typo in `res.is` JSDoc - deps: body-parser@1.19.1 - deps: bytes@3.1.1 - deps: http-errors@1.8.1 - deps: qs@6.9.6 - deps: raw-body@2.4.2 - deps: safe-buffer@5.2.1 - deps: type-is@~1.6.18 - deps: content-disposition@0.5.4 - deps: safe-buffer@5.2.1 - deps: cookie@0.4.1 - Fix `maxAge` option to reject invalid values - deps: proxy-addr@~2.0.7 - Use `req.socket` over deprecated `req.connection` - deps: forwarded@0.2.0 - deps: ipaddr.js@1.9.1 - deps: qs@6.9.6 - deps: safe-buffer@5.2.1 - deps: send@0.17.2 - deps: http-errors@1.8.1 - deps: ms@2.1.3 - pref: ignore empty http tokens - deps: serve-static@1.14.2 - deps: send@0.17.2 - deps: setprototypeof@1.2.0
firebase/firebase-functions ### [`v3.18.1`](https://togithub.com/firebase/firebase-functions/releases/v3.18.1) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.18.0...v3.18.1) - Expose stack YAML via \__/functions.yaml endpoint instead ([#​1036](https://togithub.com/firebase/firebase-functions/issues/1036)). ### [`v3.18.0`](https://togithub.com/firebase/firebase-functions/releases/v3.18.0) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.17.2...v3.18.0) - Add new runtime option for setting secrets. ### [`v3.17.2`](https://togithub.com/firebase/firebase-functions/releases/v3.17.2) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.17.1...v3.17.2) - Fix issue where v2 TS users couldn't compile their code because of unexported types. ([#​1033](https://togithub.com/firebase/firebase-functions/issues/1033)) ### [`v3.17.1`](https://togithub.com/firebase/firebase-functions/releases/v3.17.1) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.17.0...v3.17.1) - Fix issue where TS users couldn't compile their code because of unexported types. ([#​1032](https://togithub.com/firebase/firebase-functions/issues/1032)) ### [`v3.17.0`](https://togithub.com/firebase/firebase-functions/releases/v3.17.0) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.16.0...v3.17.0) - Parallelizes network calls that occur when validating authorization for onCall handlers. - Adds new regions to V2 API - Fixes bug where the emulator crashed when given app without an `options` property. - Adds new alerting providers ### [`v3.16.0`](https://togithub.com/firebase/firebase-functions/releases/v3.16.0) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.15.7...v3.16.0) - GCS Enhancement - Add option to allow callable functions to ignore invalid App Check tokens - Add firebase-admin v10 as an allowed peer dependency - Fix bug where onCall handler failed to encode returned value with functions
michaelkourlas/node-js2xmlparser ### [`v4.0.2`](https://togithub.com/michaelkourlas/node-js2xmlparser/blob/HEAD/CHANGES.md#​402) [Compare Source](https://togithub.com/michaelkourlas/node-js2xmlparser/compare/v4.0.1...v4.0.2) - Update dependencies - Export options interfaces in main module - Update example to include root attribute
conventional-changelog/standard-version ### [`v9.3.2`](https://togithub.com/conventional-changelog/standard-version/blob/HEAD/CHANGELOG.md#​932-httpswwwgithubcomconventional-changelogstandard-versioncomparev931v932-2021-10-17) [Compare Source](https://togithub.com/conventional-changelog/standard-version/compare/v9.3.1...v9.3.2)
mishoo/UglifyJS ### [`v3.15.2`](https://togithub.com/mishoo/UglifyJS/releases/v3.15.2) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.15.1...v3.15.2) ##### Features - improve `compress` efficiency ([`b6c72c8`](https://togithub.com/mishoo/UglifyJS/commit/b6c72c84d40bb4bb9239563fda7e8e9dff1fe1a1)) - generalise optimisation on conditional branches ([`6d0bb58`](https://togithub.com/mishoo/UglifyJS/commit/6d0bb58d686150708b2e4f3f60e814cf0b5c8e3b), [`a14555a`](https://togithub.com/mishoo/UglifyJS/commit/a14555a39e7074b2161b183fe890a0449da8a064), [`d5afe16`](https://togithub.com/mishoo/UglifyJS/commit/d5afe16bc8feafa3f20386872e69743021949667)) - extend nullish comparison truncation ([`9686379`](https://togithub.com/mishoo/UglifyJS/commit/968637988400c42f8c5c5432c468256ed305ee79)) - minimise `mangle` entropy ([`a7d0616`](https://togithub.com/mishoo/UglifyJS/commit/a7d06167a0fae22dc8a54ade71eb8fd6c7dabbc6)) - trim `return` from discarded calls ([`dd3b81d`](https://togithub.com/mishoo/UglifyJS/commit/dd3b81dec669dd316cfbd7b429d92d49a1d03474)) ##### Bug Fixes - `class` literal ([`316245e`](https://togithub.com/mishoo/UglifyJS/commit/316245ee12ec73427b5cd9dc9125acbf22b87fb3)) - `function` call ([`313e497`](https://togithub.com/mishoo/UglifyJS/commit/313e4974a4a58750c06ad990dfd3e0eeabaf6c5c)) - `function` literal ([`63b92ea`](https://togithub.com/mishoo/UglifyJS/commit/63b92ead4e154b9dc5c42208b64bdbf8f4ac1a32)) - postfix operator ([`82e8ebd`](https://togithub.com/mishoo/UglifyJS/commit/82e8ebd77d812619f4aa516c9e575dfa0447fc7e)) - rest parameter ([`fbc5ecf`](https://togithub.com/mishoo/UglifyJS/commit/fbc5ecf75a007e699d3682c7f4dbd90386a6e3ca)) - string literal ([`a9d0dde`](https://togithub.com/mishoo/UglifyJS/commit/a9d0ddea9d6812ede67a1c318dc8a7f8d9a764a4)) - unary arithmetic operator ([`0b50880`](https://togithub.com/mishoo/UglifyJS/commit/0b50880b4fa5b079c491b8cdc5307fc000fd7abc), [`212ce46`](https://togithub.com/mishoo/UglifyJS/commit/212ce4608ec24ba36868818b1ca662517b6ecb64)) ### [`v3.15.1`](https://togithub.com/mishoo/UglifyJS/releases/v3.15.1) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.15.0...v3.15.1) ##### Features - collapse global assignments ([`5c863b7`](https://togithub.com/mishoo/UglifyJS/commit/5c863b74d71f7783561535844b96331a58a217ab)) - speed up `max_line_len` & `preserve_line` ([`371d259`](https://togithub.com/mishoo/UglifyJS/commit/371d25944d77e783ebd9a2bb1cd374ab528ebcac)) - support custom indentation ([`e4a91a8`](https://togithub.com/mishoo/UglifyJS/commit/e4a91a89e0040b94853526e9f29e30b88769c3e7)) - improve compression of conditional `return` chains ([`d7eb80b`](https://togithub.com/mishoo/UglifyJS/commit/d7eb80b050b9d8c9d4c5067b537d80c6f2a03167), [`aad5d6e`](https://togithub.com/mishoo/UglifyJS/commit/aad5d6e122e490b81fbea67c239e8a4af94dd0ba)) ##### Bug Fixes - `arguments` object ([`77552d9`](https://togithub.com/mishoo/UglifyJS/commit/77552d9e6972ece5340db06e6a2501a343702f85)) - `class` literal ([`e7d6dd2`](https://togithub.com/mishoo/UglifyJS/commit/e7d6dd2ea24c1566ae3c79f67d74065ae11bbd7c)) - compound assignment operator ([`0a5a1f3`](https://togithub.com/mishoo/UglifyJS/commit/0a5a1f36879073bd4b33a48b7f7baad197381472)) - default parameter ([`67438f3`](https://togithub.com/mishoo/UglifyJS/commit/67438f3ff9bf7629703ca5413adfa8bfc0e10003), [`9a91a7a`](https://togithub.com/mishoo/UglifyJS/commit/9a91a7a4dce49d348c5bf9ef1903682b52f7a428), [`d338e45`](https://togithub.com/mishoo/UglifyJS/commit/d338e4503330edbd1888cd6ff4026d560c29e9fd)) - destructuring syntax ([`67438f3`](https://togithub.com/mishoo/UglifyJS/commit/67438f3ff9bf7629703ca5413adfa8bfc0e10003)) - `function` literal ([`3693bde`](https://togithub.com/mishoo/UglifyJS/commit/3693bde2dde9cbe0aaa7d7e914ee506ded977705)) - global constant property ([`6fb7de7`](https://togithub.com/mishoo/UglifyJS/commit/6fb7de77870aa8989c8f6bf8b46a2145b07261e4)) - lexical declaration ([`18f0045`](https://togithub.com/mishoo/UglifyJS/commit/18f00457f69d1cf8efc1865abf471e8e82bd7728), [`28943bc`](https://togithub.com/mishoo/UglifyJS/commit/28943bcebb545924e69d8951a2f2965162f73238), [`b106cd9`](https://togithub.com/mishoo/UglifyJS/commit/b106cd94769790ac2913a9828f045b596080cf55)) - logical assignment operator ([`0a5a1f3`](https://togithub.com/mishoo/UglifyJS/commit/0a5a1f36879073bd4b33a48b7f7baad197381472)) - template literal ([`371d259`](https://togithub.com/mishoo/UglifyJS/commit/371d25944d77e783ebd9a2bb1cd374ab528ebcac)) - `var` statement ([`8ceb4b0`](https://togithub.com/mishoo/UglifyJS/commit/8ceb4b0492b1ba99cb43f77d3791ddb7a2131dc5), [`fa30960`](https://togithub.com/mishoo/UglifyJS/commit/fa30960b8b9b0a10a10cf562bdc304892e26b22f)) ### [`v3.15.0`](https://togithub.com/mishoo/UglifyJS/releases/v3.15.0) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.14.5...v3.15.0) ##### Features - improve `compress` performance ([`7fe7c39`](https://togithub.com/mishoo/UglifyJS/commit/7fe7c39a0124cab7efddae50056c86d2c1846410), [`509896a`](https://togithub.com/mishoo/UglifyJS/commit/509896a41022dbc76cc75b985ce0ec35702279ef)) - inline non-trivial function calls ([`ba42cba`](https://togithub.com/mishoo/UglifyJS/commit/ba42cbad3f32a32ff2e8dbf083f11cd040dbf42d), [`343bf6d`](https://togithub.com/mishoo/UglifyJS/commit/343bf6d7a51feb6aad6bebd5f533687be1e6da5e), [`29a1e71`](https://togithub.com/mishoo/UglifyJS/commit/29a1e7170531320f37026013262193c7a91b1be6), [`e1013bd`](https://togithub.com/mishoo/UglifyJS/commit/e1013bd56d33143fbb45e29784eaae0a833b6132), [`835d130`](https://togithub.com/mishoo/UglifyJS/commit/835d130ccf526b0347846857143158d25c1dbde4), [`d51caaf`](https://togithub.com/mishoo/UglifyJS/commit/d51caaf3586036d5b62779acb0bc0acbd21930e5), [`87a7426`](https://togithub.com/mishoo/UglifyJS/commit/87a7426598c8a2053694b7f51089271134694e7d), [`aa6eb0d`](https://togithub.com/mishoo/UglifyJS/commit/aa6eb0d5be20cd686a212bf9bd6255f36b0c8fb9), [`f7841bc`](https://togithub.com/mishoo/UglifyJS/commit/f7841bc8b8bd6a415b9cf250da66c97c75c7bb70), [`7889192`](https://togithub.com/mishoo/UglifyJS/commit/7889192cae3dbbf6b19d69df693a96660eea14a9), [`1a054e8`](https://togithub.com/mishoo/UglifyJS/commit/1a054e869ee305f6908749a54c3a6edb02960b47), [`dec359c`](https://togithub.com/mishoo/UglifyJS/commit/dec359ce58118d49b29519a191ddb7a9e177bf00), [`3a3666a`](https://togithub.com/mishoo/UglifyJS/commit/3a3666a94ea5d847e87440899525efcf9c6254cf), [`d46eb69`](https://togithub.com/mishoo/UglifyJS/commit/d46eb69320914dd8f1b42baf6bb95432364bcf90), [`9aab1f3`](https://togithub.com/mishoo/UglifyJS/commit/9aab1f36617ee57e94fd9aa97c7a3fa4b04927f6), [`c7d2837`](https://togithub.com/mishoo/UglifyJS/commit/c7d2837184a7c435abe9c4411309f352170deb46), [`f8602ac`](https://togithub.com/mishoo/UglifyJS/commit/f8602aca968b95a5c17da349201b344cd0efde17), [`ff3c2ed`](https://togithub.com/mishoo/UglifyJS/commit/ff3c2ed7a2e79c91822a2760ad6ab8cf9ad09aed), [`dfd6418`](https://togithub.com/mishoo/UglifyJS/commit/dfd6418878495eb6ff22a83a9765478bdf0e1e17), [`43807c2`](https://togithub.com/mishoo/UglifyJS/commit/43807c26fbda3bbdfdc8c4b95103a5ce6555c41f), [`efed55f`](https://togithub.com/mishoo/UglifyJS/commit/efed55f42d8c356cde697b783c389df91483112d)) - improve compression of compound expressions ([`7b2eb4b`](https://togithub.com/mishoo/UglifyJS/commit/7b2eb4b5ff860019ca687552dcd54de37f7976a0), [`bab4164`](https://togithub.com/mishoo/UglifyJS/commit/bab416465f77ab76ad76f21be59481ccae6a342a), [`b46c794`](https://togithub.com/mishoo/UglifyJS/commit/b46c7944c6c840c004eacb06cd4eeab4ac2d8a74)) - trim non-trivial assignment values ([`e7ce105`](https://togithub.com/mishoo/UglifyJS/commit/e7ce1051febef6ba058cfab23c7e940bd241776f)) - improve value expansion of local variables ([`8d0422b`](https://togithub.com/mishoo/UglifyJS/commit/8d0422b6f33d05bdc634c75eabd8f5eaba81d148)) - reduce output entropy of `mangle` ([`2f568b9`](https://togithub.com/mishoo/UglifyJS/commit/2f568b93577461078920b7f7aa00979af9b41617)) - improve compression of compound assignments ([`10a1523`](https://togithub.com/mishoo/UglifyJS/commit/10a1523ee60ed90b7544b0d913f0c5d228e56a14), [`be8c75b`](https://togithub.com/mishoo/UglifyJS/commit/be8c75bae117b19ec8338d05b0239c353e4d2cf5), [`b0df5d7`](https://togithub.com/mishoo/UglifyJS/commit/b0df5d7b5574339982eba310c024350390e7fc0f), [`f473b4d`](https://togithub.com/mishoo/UglifyJS/commit/f473b4db383ae069f05bbdafbcdfea0af0d20177)) - eliminate unused symbols from `import` statements ([`9a58270`](https://togithub.com/mishoo/UglifyJS/commit/9a58270b70a2cf575cdb74aaa6e9a0a899644e4d)) - improve compression of spread syntax ([`8c2b76e`](https://togithub.com/mishoo/UglifyJS/commit/8c2b76eff98fbdfc7ed2154e75a86b028b25345f)) - preserve function argument names via `--keep-fargs` ([`e24b255`](https://togithub.com/mishoo/UglifyJS/commit/e24b2553508d70386924532f18dfeb35de4aef08), [`866cd4a`](https://togithub.com/mishoo/UglifyJS/commit/866cd4a975baaf761b5f9a156b2f1cabf7b62d68)) ##### Bug Fixes - `async` function ([`d96c59f`](https://togithub.com/mishoo/UglifyJS/commit/d96c59f9e66761e7cb30af3aa4893548817a4235)) - `await` operator ([`b636e97`](https://togithub.com/mishoo/UglifyJS/commit/b636e97e3bafdcaa1ee322a0ab583b19a847934d)) - `class` literal ([`e9d9d5a`](https://togithub.com/mishoo/UglifyJS/commit/e9d9d5a9d2ca9bbd339a3dbf4c8e88ab2caa824d), [`87e8aca`](https://togithub.com/mishoo/UglifyJS/commit/87e8aca2455625098a2cd1b896c4e9a452e40b0e)) - destructuring syntax ([`9e927ec`](https://togithub.com/mishoo/UglifyJS/commit/9e927ecc9a32775e47cf89d5dca1ed2a899d1684), [`b9b2a4f`](https://togithub.com/mishoo/UglifyJS/commit/b9b2a4f7f848ef93aa9524fe6ae237a23d4351e9)) - default parameter ([`e7ce105`](https://togithub.com/mishoo/UglifyJS/commit/e7ce1051febef6ba058cfab23c7e940bd241776f)) - lexical declaration ([`80d5f23`](https://togithub.com/mishoo/UglifyJS/commit/80d5f23fee0f727aef1b374b650651e4efc1cd66), [`c94624f`](https://togithub.com/mishoo/UglifyJS/commit/c94624f36cf57e27836097cdf0d462e41b4f24d3)) - `new` operator ([`86406e7`](https://togithub.com/mishoo/UglifyJS/commit/86406e71ec93f3f0c44b5d47b261177fbfe43047)) - optional chaining operator ([`14e1311`](https://togithub.com/mishoo/UglifyJS/commit/14e1311bdf6bc88f5e96f8e4d1b15ff5073746fb)) - `typeof` operator ([`f639a30`](https://togithub.com/mishoo/UglifyJS/commit/f639a30bd2410d1d40f63f5ca0080eb2ba5fe84d), [`35d7f31`](https://togithub.com/mishoo/UglifyJS/commit/35d7f316ef964bd85872ed2e1002d53b1de25e94)) - `var` statement ([`58bea67`](https://togithub.com/mishoo/UglifyJS/commit/58bea676acfccd1d88206656fb370acc9caf113f)) ### [`v3.14.5`](https://togithub.com/mishoo/UglifyJS/releases/v3.14.5) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.14.4...v3.14.5) ##### Features - improve general performance ([`b079910`](https://togithub.com/mishoo/UglifyJS/commit/b0799105c224926da5ca0b6a6dfa18270e83afd0), [`033d8d9`](https://togithub.com/mishoo/UglifyJS/commit/033d8d9405c82d18c221daae9049874f8924d9a2), [`bc27966`](https://togithub.com/mishoo/UglifyJS/commit/bc27966a196ecb91f33a53a11497bdf2d85eb8cf), [`57a9519`](https://togithub.com/mishoo/UglifyJS/commit/57a9519c3d428d5b3b1e2a6db9ad27bc2f520e0a)) ### [`v3.14.4`](https://togithub.com/mishoo/UglifyJS/releases/v3.14.4) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.14.3...v3.14.4) ##### Features - improve compression of logical assignments ([`6d94242`](https://togithub.com/mishoo/UglifyJS/commit/6d9424231858e41c86ed3cb5be2eee4899e923a0)) - compress transpiled TypeScript `enum`s ([`3acb5a3`](https://togithub.com/mishoo/UglifyJS/commit/3acb5a329e47b753248a3568c24794140ccf50a0), [`6e4aa03`](https://togithub.com/mishoo/UglifyJS/commit/6e4aa0326f543c12998ba603942f0c3fbbae1910), [`77f7ae5`](https://togithub.com/mishoo/UglifyJS/commit/77f7ae5ba2449c38751c444263106603edb587ef)) - improve tracking of non-initialised variables ([`f97e107`](https://togithub.com/mishoo/UglifyJS/commit/f97e107c09cb56e242614c9d7c629a4ae7e4a313)) - improve compression of destructuring assignments ([`1e3ca4c`](https://togithub.com/mishoo/UglifyJS/commit/1e3ca4c6f7dfed972928668a6d4c5793f93e4acb), [`dc9e1ff`](https://togithub.com/mishoo/UglifyJS/commit/dc9e1ff0b1965560679ab3cbe7dde831bf724dd4)) - minimise interference from `merge_vars` ([`3ee1b0d`](https://togithub.com/mishoo/UglifyJS/commit/3ee1b0d00d9b0d0e2f39ed33fb7e2b5a69a53f53), [`ea10498`](https://togithub.com/mishoo/UglifyJS/commit/ea1049890245d0f8b671640038d38a03ca7ef078), [`1a8f2ec`](https://togithub.com/mishoo/UglifyJS/commit/1a8f2ecc65896fcbbe8c6b884352f975af444ea0), [`0b6c185`](https://togithub.com/mishoo/UglifyJS/commit/0b6c185818fa77fff0661ef959e5c0bdf8b5100f), [`1b4bd70`](https://togithub.com/mishoo/UglifyJS/commit/1b4bd7082b3479c07bcae2dc7bc3b00d41b2206f), [`3f8f0e2`](https://togithub.com/mishoo/UglifyJS/commit/3f8f0e246e3cb715901f46b63042e4e1ae04723e)) ##### Bug Fixes - `await` operator ([`ae5c3ee`](https://togithub.com/mishoo/UglifyJS/commit/ae5c3ee8a1cd5edc5dba1178853996e3419ad30d)) - default parameter ([`bfd0ac7`](https://togithub.com/mishoo/UglifyJS/commit/bfd0ac7f4bd8d5062b480c904c302a56946d7c2a)) - destructuring syntax ([`e9932e1`](https://togithub.com/mishoo/UglifyJS/commit/e9932e131422a9a348c08e40542338065d2fd2c0)) - `function` call ([`2d0f8bc`](https://togithub.com/mishoo/UglifyJS/commit/2d0f8bcff5ea7a3af615762bfda7dd590041e451)) - object method ([`ae5c3ee`](https://togithub.com/mishoo/UglifyJS/commit/ae5c3ee8a1cd5edc5dba1178853996e3419ad30d)) - rest parameter ([`f9a4b36`](https://togithub.com/mishoo/UglifyJS/commit/f9a4b36dd14b1b4399e40196296495f58a8ce93b)) - `yield` keyword ([`ae5c3ee`](https://togithub.com/mishoo/UglifyJS/commit/ae5c3ee8a1cd5edc5dba1178853996e3419ad30d)) ### [`v3.14.3`](https://togithub.com/mishoo/UglifyJS/releases/v3.14.3) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.14.2...v3.14.3) ##### Features - eliminate extraneous label on loops ([`436a293`](https://togithub.com/mishoo/UglifyJS/commit/436a29367c986056addc46837048e6fa1e6467d8)) - improve compression of template literals ([`f766bab`](https://togithub.com/mishoo/UglifyJS/commit/f766babf5eaea8482b5cc7b72f7bb22e7d72691a), [`0b2573c`](https://togithub.com/mishoo/UglifyJS/commit/0b2573c3fad6a66ae388ca115d0ba528b8a9e20c)) ##### Bug Fixes - `await` operator ([`eb93d92`](https://togithub.com/mishoo/UglifyJS/commit/eb93d923574d4059bfabe812e2b1c95f2b347b35), [`a841d45`](https://togithub.com/mishoo/UglifyJS/commit/a841d45bc3acaa10b2b8ca3922227403928bcc6f)) - `class` literal ([`c8b0f68`](https://togithub.com/mishoo/UglifyJS/commit/c8b0f685ee62fe4920b2b4bdaa0d6c17c8a4e18f)) - default parameter ([`940887f`](https://togithub.com/mishoo/UglifyJS/commit/940887f20fc889e1ad410809b3faa06bdf629ae1)) - destructuring syntax ([`a0250ec`](https://togithub.com/mishoo/UglifyJS/commit/a0250ec9233a4cf198a27ef9d11468a8a996da7f)) - `function` call ([`87b9916`](https://togithub.com/mishoo/UglifyJS/commit/87b99162fb124bb2a12a3a5babbce27096977d14)) - `let` keyword ([`2580162`](https://togithub.com/mishoo/UglifyJS/commit/25801627bec230f9b1ebead3ae18d14808f3c96e)) - rest parameter ([`55418fd`](https://togithub.com/mishoo/UglifyJS/commit/55418fd46037edaf0c2f10c10b466f2301b0d948)) - string concatenation ([`03aec89`](https://togithub.com/mishoo/UglifyJS/commit/03aec89f609750b7cd854265bab59f841a01822d))

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.