Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

fix(deps): update dependency uglify-js to v3.19.3#3140

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/uglify-js-3.x
Open

fix(deps): update dependency uglify-js to v3.19.3#3140
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/uglify-js-3.x

Conversation

@renovate

@renovate renovate Bot commented Jan 25, 2022

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
uglify-js 3.14.5 -> 3.19.3 age adoption passing confidence

Release Notes

mishoo/UglifyJS (uglify-js)

v3.19.3

Compare Source

Bug Fixes

v3.19.2

Compare Source

Features
  • improve compression of logical expressions (c7152b5, cd0a8ec)
  • simplify collapsed assignment expressions (76803d6)
  • convert function literals to arrow functions (2255074)
  • support ascii_only on template literals (4661b34)
  • improve generation of Unicode escape sequences (80ebacb)
Bug Fixes

v3.19.1

Compare Source

Features
  • simplify nullish comparison of complex expressions (7a4fb85)
Bug Fixes

v3.19.0

Compare Source

Features
  • eliminate side-effect-free property access (9c80456, 95d3ede, 205a1d1, 124c4d3)
  • improve hoist_vars efficiency (ce8ef52)
  • improve compression around built-in function (8c5a899)
  • improve deconstruction of singular destructuring assignment (8c5a899)
Bug Fixes

v3.18.0

Compare Source

Features
  • convert const to let when possible (21aff99)
  • process input as ES module by default (68d62a8, 17c3ae6)
  • concatenate let and var declarations (e5cbd3e)
  • avoid mangling of enableHighAccuracy & maximumAge DOM properties (aa7c338)
  • compress array element assignments into declaration (ffe0fe7, 3dfb379)
  • handle lexical function declaration in ES6+ (e7b9b4a)
  • improve ESTree interoperability with third-party tools (ca4185a)
Bug Fixes

v3.17.4

Compare Source

Features
Bug Fixes

v3.17.3

Compare Source

Features
  • improve heuristics for mangle.properties (3fa2086)
  • enable domprops to be used under minify() (bd5fc4c)
  • improve compression of boolean & conditional expressions (80fc862, dabcc39, 58d997a)
Bug Fixes

v3.17.2

Compare Source

Bug Fixes

v3.17.1

Compare Source

Features
  • improve precision of escape analysis (d6d2f5c, 10bc86b)
  • improve usability of --mangle-props (9eea3a6, 4653e8a, 5ac6ec5)
  • extend glob patterns for --in-situ (535212c)
  • support Adobe ExtendScipt on best-effort basis (32bd65a)
  • inline immediately invoked arrow function expressions (9dec612)
  • improve elimination of lexical declarations (edf1bf1)
Bug Fixes

v3.17.0

Compare Source

Features
  • merge common tail of if statements (996836b)
  • eliminate superfluous Object() wrappers (db6fd6d)
  • improve elimination of return statements (08c386f, ab5c7e6, 6667440, e39f33e, 64e3cee, 8076d66, 884842c, a9d9af5)
  • improve compression of ternary expressions (672cdfa)
  • exclude latest ECMAScript runtime properties from builtin mangling (8a07f12)
  • introduce --expression for ease of handling bookmarklets or JSON expressions (f451a7a)
  • improve resolution and accuracy of source-maps (2c3c4ec)
  • inline function calls with simple assignments (5a4cd09)
Bug Fixes

v3.16.3

Compare Source

Features
Bug Fixes

v3.16.2

Compare Source

Features
Bug Fixes

v3.16.1

Compare Source

Features
  • support top-level await via --module (d2bd0d1, 0c7b016)
  • support class static initialization block (88b4283, 0066576, 4382bfe)
  • discard all unused in & instanceof expressions via unsafe_comps (5d69545)
  • improve detection of unreferenced class & function (b6f250f)
Bug Fixes

v3.16.0

Compare Source

Features
  • support handling of ES modules (c82fc1e)
  • improve handling of input with mixed sloppy/strict modes (e31bbe3, 2152f00)
Bug Fixes

v3.15.5

Compare Source

Bug Fixes

v3.15.4

Compare Source

Features
  • ensure keep_fnames on function literals assigned to variables (8922f08)
  • workaround quirk on Chrome v100 (3671894)
Bug Fixes

v3.15.3

Compare Source

Features
  • improve compress efficiency (fdbbef2)
Bug Fixes

v3.15.2

Compare Source

Features
Bug Fixes

v3.15.1

Compare Source

Features
  • collapse global assignments (5c863b7)
  • speed up max_line_len & preserve_line (371d259)
  • support custom indentation (e4a91a8)
  • improve compression of conditional return chains (d7eb80b, aad5d6e)
Bug Fixes

v3.15.0

Compare Source

Features
Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from fisker January 25, 2022 22:18
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from 4c40f75 to 7c1b6ab Compare February 7, 2022 03:25
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.15.0 fix(deps): update dependency uglify-js to v3.15.1 Feb 7, 2022
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from 7c1b6ab to 6e509ad Compare February 26, 2022 14:03
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.15.1 fix(deps): update dependency uglify-js to v3.15.2 Feb 26, 2022
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from 6e509ad to d451f0c Compare March 10, 2022 11:08
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.15.2 fix(deps): update dependency uglify-js to v3.15.3 Mar 10, 2022
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from d451f0c to 3d6d217 Compare April 9, 2022 21:12
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.15.3 fix(deps): update dependency uglify-js to v3.15.4 Apr 9, 2022
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from 3d6d217 to 4ee2153 Compare May 10, 2022 23:19
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.15.4 fix(deps): update dependency uglify-js to v3.15.5 May 10, 2022
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from 4ee2153 to fa19bcd Compare June 6, 2022 04:21
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.15.5 fix(deps): update dependency uglify-js to v3.16.0 Jun 6, 2022
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from fa19bcd to 73ce89d Compare June 17, 2022 01:42
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.16.0 fix(deps): update dependency uglify-js to v3.16.1 Jun 17, 2022
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from 73ce89d to fdcf533 Compare July 4, 2022 02:35
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.16.1 fix(deps): update dependency uglify-js to v3.16.2 Jul 4, 2022
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from fdcf533 to 0ca11b9 Compare July 25, 2022 00:27
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.16.2 fix(deps): update dependency uglify-js to v3.16.3 Jul 25, 2022
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from 0ca11b9 to 86d9a1f Compare August 16, 2022 21:00
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.16.3 fix(deps): update dependency uglify-js to v3.17.0 Aug 16, 2022
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from 86d9a1f to b9db371 Compare September 25, 2022 14:51
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.17.0 fix(deps): update dependency uglify-js to v3.17.1 Sep 25, 2022
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from b9db371 to bd0d001 Compare September 26, 2022 02:14
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.17.1 fix(deps): update dependency uglify-js to v3.17.2 Sep 26, 2022
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from bd0d001 to f75dbd7 Compare October 5, 2022 19:09
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.17.2 fix(deps): update dependency uglify-js to v3.17.3 Oct 5, 2022
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from f75dbd7 to 5823a64 Compare October 23, 2022 20:30
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.17.3 fix(deps): update dependency uglify-js to v3.17.4 Oct 23, 2022
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from 5823a64 to cbcccfd Compare November 4, 2022 16:12
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from cbcccfd to 262c230 Compare November 14, 2022 09:05
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from 262c230 to 0972952 Compare June 11, 2024 04:39
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.17.4 fix(deps): update dependency uglify-js to v3.18.0 Jun 11, 2024
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from 0972952 to 6528152 Compare July 18, 2024 11:41
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.18.0 fix(deps): update dependency uglify-js to v3.19.0 Jul 18, 2024
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from 6528152 to f66661a Compare July 29, 2024 12:16
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.19.0 fix(deps): update dependency uglify-js to v3.19.1 Jul 29, 2024
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from f66661a to c330e94 Compare August 11, 2024 10:45
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.19.1 fix(deps): update dependency uglify-js to v3.19.2 Aug 11, 2024
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from c330e94 to f77a543 Compare August 30, 2024 14:07
@renovate renovate Bot changed the title fix(deps): update dependency uglify-js to v3.19.2 fix(deps): update dependency uglify-js to v3.19.3 Aug 30, 2024
@renovate
renovate Bot force-pushed the renovate/uglify-js-3.x branch from f77a543 to 44d4020 Compare August 10, 2025 13:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant