Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update uglify-js to the latest version 🚀 #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Feb 28, 2017

Version 2.8.0 of uglify-js just got published.

Dependency uglify-js
Current Version 2.7.5
Type devDependency

The version 2.8.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of uglify-js.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 48 commits .

  • 0b0296e v2.8.0
  • 872270b improve error messages (#1506)
  • b1c593a add harmony branch details in README (#1507)
  • 13be50a faster tree transversal (#1462)
  • 16cd5d5 consolidate evaluate & reduce_vars (#1505)
  • 834f9f3 update docs for pure_funcs & drop_console (#1503)
  • cf0951f allow --in-source-map inline (#1490)
  • 852f784 Avoid using exports when undefined (#1471)
  • 229e42c Merge pull request #1485 from alexlamsl/merge-2.8.0
  • 4e49302 enable collapse_vars & reduce_vars by default
  • 1e51586 Support marking a call as pure
  • d48a308 Fix: AST_Accessor missing start / end tokens
  • 26fbeec fix pure_funcs & improve side_effects
  • 8898b8a clean up max_line_len
  • ec64acd introduce unsafe_proto

There are 48 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.22% when pulling 80d6697 on greenkeeper/uglify-js-2.8.0 into a0583e4 on master.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 1, 2017

Version 2.8.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits .

  • fb2b6c7 v2.8.2
  • f5cbe19 invert reduce_vars tracking flag (#1519)
  • b34fa11 fix evaluate on object getter & setter (#1515)
  • 320984c v2.8.1
  • 4365a51 temporarily disables reduce_vars (#1517)
  • 858e6c7 warn & drop #__PURE__ iff IIFE is dropped (#1511)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 1, 2017

Version 2.8.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits .

  • bff7ad6 v2.8.3
  • c2334ba fix crash on missing props to string_template() (#1523)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 1, 2017

Version 2.8.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits .

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 2, 2017

Version 2.8.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits .

  • e5cb927 v2.8.5
  • 17b8135 fix chained assignment with unused (#1540)
  • 4d63d4f collapse_vars should not replace constant in for-in init section (#1538)
  • 70d72ad properly cover all cases of for-in loop variables (#1536)
  • fe9227a fix reference marking in for-in loops (#1535)
  • b49e142 disable do{...}while(false) optimisation (#1534)
  • ee3b39b optimize trivial IIFEs returning constants (#1530)
  • 9699ffb trim unused invocation parameters (#1526)
  • fdc9b94 minor improvement to string optimisation (#1514)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 5, 2017

Version 2.8.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits .

  • 33b5f31 v2.8.6
  • 35a849d collapse assignment with adjacent subsequent usage (#1553)
  • b70591b handle variable declaration within catch blocks (#1546)
  • b33e7f8 improve unsafe on undefined (#1548)
  • 1f0333e stay safe with constants in IE8- (#1547)
  • eb98a7f fix handling of shebang and preamble (#1545)
  • 78d1bb9 fix a corner case in #1530 (#1552)
  • ea9ab9f resolve issue with outdated version of async (#1549)
  • ce54c9c disallow collapse_vars constant replacement in for-in statements (#1543)
  • 07accd2 process code with implicit return statement (#1522)
  • 18059cc compress numerical expressions (#1513)
  • b5e0e8c facilitate fix for #1531 (#1542)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 5, 2017

Version 2.8.7 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits .

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 7, 2017

Version 2.8.8 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits .

  • 144052c v2.8.8
  • 65c848c include benchmark.js in test suite (#1564)
  • 8a8a94a fix deep cloning of labels (#1565)
  • 8153b7b transform function calls to IIFEs (#1560)
  • d787d70 avoid substitution of global variables (#1557)
  • 3ac2421 collapse_vars: do not replace a constant in loop condition or init (#1562)
  • a9fc9dd suppress semicolons after do/while (#1556)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 8, 2017

Version 2.8.9 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits .

  • 344d11d v2.8.9
  • c7cdcf0 fix function name eliminiation (#1576)
  • 3ee5574 only run benchmark & jetstream on CI (#1571)
  • dedbeef plan B for IE8 do-while semi-colon fix (#1572)
  • bd6dee5 fix return from recursive IIFE (#1570)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 8, 2017

Version 2.8.10 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits .

  • e9920f7 v2.8.10
  • 7e465d4 scan RHS of dropped assignments (#1581)
  • aa80ee3 remove checkboxes from Issues template
  • 80e8176 explain how to make a proper bug report (#1579)
  • 711f88d scan assignment value in drop_unused() (#1578)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 10, 2017

Version 2.8.11 just got published.

Update to this version instead 🚀

Release Notes v2.8.11

 

Commits

The new version differs by 5 commits .

  • cf45e2f fixup for #1585 (#1589)
  • 8354758 v2.8.11
  • 9e6b128 fix catch variable reference in IE8 (#1587)
  • 93cdb19 Correctly raise a parse exception with a missing loop body (#1585)
  • b633706 fix & improve function argument compression (#1584)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 10, 2017

Version 2.8.12 just got published.

Update to this version instead 🚀

Release Notes v2.8.12

 

Commits

The new version differs by 4 commits .

  • 919d5e3 v2.8.12
  • e3a3db7 temporary fix for boolean bug (#1597)
  • d9344f3 disallow parameter substitution for named IIFEs (#1596)
  • be80f7e support multi-line string in tests (#1590)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 16, 2017

Version 2.8.13 just got published.

Update to this version instead 🚀

Release Notes v2.8.13

 

Commits

The new version differs by 8 commits .

  • b2b8a0d v2.8.13
  • ac40301 fix chained evaluation (#1610)
  • 3563d8c extend test/run-tests.js to optionally execute uglified output (#1604)
  • 5ae04b3 make collapse_vars consistent with toplevel (#1608)
  • a80b228 fix hoist_vars on reduce_vars (#1607)
  • cf4bf4c fix stack issues with AST_Node.evaluate() (#1603)
  • 8223b2e fix AST_Node.optimize() (#1602)
  • 381bd38 minor clean-ups (#1600)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 19, 2017

Version 2.8.14 just got published.

Update to this version instead 🚀

Release Notes v2.8.14

 

Commits

The new version differs by 8 commits .

  • 30a7504 v2.8.14
  • a3cc3a9 make expect_stdout work on Node.js 0.12 (#1623)
  • 96f8bef fix commit 88fb83a (#1622)
  • cd58635 fix AST_Binary.lift_sequences() (#1621)
  • 274331d transform String.charAt() to index access (#1620)
  • 0489d6d handle runtime errors in expect_stdout (#1618)
  • fb09283 fix top-level directives in compress tests (#1615)
  • b7c112e Add --in-source-map inline documentation (#1611)

See the full diff.

greenkeeper bot added a commit that referenced this pull request Nov 12, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 12, 2019

  • The devDependency uglify-js was updated from 2.7.5 to 3.6.9.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 25, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 25, 2019

  • The devDependency uglify-js was updated from 2.7.5 to 3.7.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 30, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 30, 2019

  • The devDependency uglify-js was updated from 2.7.5 to 3.7.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 8, 2019

  • The devDependency uglify-js was updated from 2.7.5 to 3.7.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 27, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 27, 2019

  • The devDependency uglify-js was updated from 2.7.5 to 3.7.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 12, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 12, 2020

  • The devDependency uglify-js was updated from 2.7.5 to 3.7.5.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 21, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 21, 2020

  • The devDependency uglify-js was updated from 2.7.5 to 3.7.6.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 3, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 3, 2020

  • The devDependency uglify-js was updated from 2.7.5 to 3.7.7.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 18, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 18, 2020

  • The devDependency uglify-js was updated from 2.7.5 to 3.8.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 28, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 28, 2020

  • The devDependency uglify-js was updated from 2.7.5 to 3.8.1.

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 13, 2020

  • The devDependency uglify-js was updated from 2.7.5 to 3.9.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 13, 2020
greenkeeper bot added a commit that referenced this pull request Apr 15, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 15, 2020

  • The devDependency uglify-js was updated from 2.7.5 to 3.9.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 3, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 3, 2020

  • The devDependency uglify-js was updated from 2.7.5 to 3.9.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 13, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 13, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency uglify-js was updated from 2.7.5 to 3.9.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 27, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 27, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency uglify-js was updated from 2.7.5 to 3.9.4.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant