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

An in-range update of uglify-js is breaking the build 🚨 #35

Open
greenkeeper bot opened this issue Jul 3, 2018 · 14 comments
Open

An in-range update of uglify-js is breaking the build 🚨 #35

greenkeeper bot opened this issue Jul 3, 2018 · 14 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Jul 3, 2018

Version 3.4.3 of uglify-js was just published.

Branch Build failing 🚨
Dependency uglify-js
Current Version 3.4.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

uglify-js is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes v3.4.3

 

Commits

The new version differs by 5 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 3, 2018

After pinning to 3.4.2 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 9, 2018

Version 3.4.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v3.4.4

 

Commits

The new version differs by 3 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 17, 2018

Version 3.4.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v3.4.5

 

Commits

The new version differs by 6 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 27, 2018

Version 3.4.6 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v3.4.6

 

Commits

The new version differs by 11 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 9, 2018

Version 3.4.7 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v3.4.7

 

Commits

The new version differs by 14 commits.

  • 5c1ae36 v3.4.7
  • cfebeb2 fix corner case in mangle workaround for Safari (#3230)
  • fc78423 clean up webkit quirks (#3229)
  • 2a5277b v3.4.6
  • d47547d fix corner case in join_vars (#3224)
  • 304db15 fix corner case in ie8 & rename (#3223)
  • 7cf72b8 fix corner case in global_defs (#3218)
  • cea685f fix corner case in ie8 (#3216)
  • 8d4b534 v3.4.5
  • 34a0ab6 improve fuzzing on Travis CI
  • bcebacb fix corner cases in preserve_line (#3212)
  • 018a5a7 v3.4.4
  • b468103 use nvs for CI testing
  • 66c126f fix corner case in ie8 (#3207)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 23, 2018

Version 3.4.8 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v3.4.8

 

Commits

The new version differs by 18 commits.

  • 0851403 v3.4.8
  • 694ca5d fix corner case in unused (#3234)
  • 57fb58b enhance if_return (#3232)
  • 18c1c9b update dependencies
  • 5c1ae36 v3.4.7
  • cfebeb2 fix corner case in mangle workaround for Safari (#3230)
  • fc78423 clean up webkit quirks (#3229)
  • 2a5277b v3.4.6
  • d47547d fix corner case in join_vars (#3224)
  • 304db15 fix corner case in ie8 & rename (#3223)
  • 7cf72b8 fix corner case in global_defs (#3218)
  • cea685f fix corner case in ie8 (#3216)
  • 8d4b534 v3.4.5
  • 34a0ab6 improve fuzzing on Travis CI
  • bcebacb fix corner cases in preserve_line (#3212)

There are 18 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 31, 2018

Version 3.4.9 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.4.9

 

Commits

The new version differs by 23 commits.

  • ea999b0 v3.4.9
  • ce7e220 fix corner case in conditionals (#3244)
  • 2bdaca1 enhance conditionals (#3243)
  • aa00292 fix corner case in reduce_vars (#3241)
  • f352bce fix corner case in collapse_vars (#3239)
  • 0851403 v3.4.8
  • 694ca5d fix corner case in unused (#3234)
  • 57fb58b enhance if_return (#3232)
  • 18c1c9b update dependencies
  • 5c1ae36 v3.4.7
  • cfebeb2 fix corner case in mangle workaround for Safari (#3230)
  • fc78423 clean up webkit quirks (#3229)
  • 2a5277b v3.4.6
  • d47547d fix corner case in join_vars (#3224)
  • 304db15 fix corner case in ie8 & rename (#3223)

There are 23 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 16, 2019

  • The devDependency uglify-js was updated from 3.4.9 to 3.4.10.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.4.10

 

Commits

The new version differs by 18 commits.

  • 9707ccd v3.4.10
  • cb8f3a2 add Node.js 10 to CI tests (#3342)
  • 8b3259e fix corner case in reduce_vars (#3341)
  • b66f47b update dependencies
  • 8d2e6f3 fix function inlining after reduce_vars (#3340)
  • b3ef5e5 enhance evaluate (#3339)
  • 627f5fb fix corner case with nameCache (#3338)
  • d90777b parse mangle.properties.regex in --config-file properly (#3337)
  • e49297e improve usability of pure_funcs (#3336)
  • ebd82b3 fix corner case in collapse_vars (#3334)
  • d074aa6 fix corner case in collapse_vars (#3333)
  • b052f62 fix corner case in reduce_vars (#3332)
  • d4ac84b fix corner case in arguments & reduce_vars (#3331)
  • e250396 fix corner case in arguments (#3330)
  • c6fa39b Update README.md (#3311)

There are 18 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 20, 2019

  • The devDependency uglify-js was updated from 3.4.10 to 3.5.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.5.0

 

Commits

The new version differs by 26 commits.

  • fd78859 v3.5.0
  • 143f905 fix corner case in sequences (#3350)
  • f2286c3 enhance unsafe for Array (#3349)
  • b9615f7 improve compress performance (#3348)
  • c520e99 enhance comparisons (#3347)
  • 615ae37 introduce assignments (#3345)
  • 7aa7f21 fix corner case in evaluate (#3344)
  • 4430a43 fix corner case in inline (#3343)
  • 9707ccd v3.4.10
  • cb8f3a2 add Node.js 10 to CI tests (#3342)
  • 8b3259e fix corner case in reduce_vars (#3341)
  • b66f47b update dependencies
  • 8d2e6f3 fix function inlining after reduce_vars (#3340)
  • b3ef5e5 enhance evaluate (#3339)
  • 627f5fb fix corner case with nameCache (#3338)

There are 26 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 21, 2019

  • The devDependency uglify-js was updated from 3.5.0 to 3.5.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.5.1

 

Commits

The new version differs by 29 commits.

  • e3c565b v3.5.1
  • 54b0b49 enhance inline (#3352)
  • 65648d8 enhance collapse_vars (#3351)
  • fd78859 v3.5.0
  • 143f905 fix corner case in sequences (#3350)
  • f2286c3 enhance unsafe for Array (#3349)
  • b9615f7 improve compress performance (#3348)
  • c520e99 enhance comparisons (#3347)
  • 615ae37 introduce assignments (#3345)
  • 7aa7f21 fix corner case in evaluate (#3344)
  • 4430a43 fix corner case in inline (#3343)
  • 9707ccd v3.4.10
  • cb8f3a2 add Node.js 10 to CI tests (#3342)
  • 8b3259e fix corner case in reduce_vars (#3341)
  • b66f47b update dependencies

There are 29 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 23, 2019

  • The devDependency uglify-js was updated from 3.5.1 to 3.5.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.5.2

 

Commits

The new version differs by 31 commits.

There are 31 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 10, 2019

  • The devDependency uglify-js was updated from 3.5.3 to 3.5.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.5.4

 

Commits

The new version differs by 36 commits.

There are 36 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 19, 2019

  • The devDependency uglify-js was updated from 3.5.4 to 3.5.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.5.5

 

Commits

The new version differs by 41 commits.

There are 41 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 21, 2019

  • The devDependency uglify-js was updated from 3.5.5 to 3.5.6.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.5.6

 

Commits

The new version differs by 46 commits.

There are 46 commits in total.

See the full diff

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

No branches or pull requests

0 participants