benjamn / install

Minimal JavaScript module loader
https://benjamn.github.io/install/
MIT License
61 stars 24 forks source link

An in-range update of terser is breaking the build 🚨 #53

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

The devDependency terser was updated from 3.10.2 to 3.10.3.

🚨 View failing branch.

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

terser 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](https://travis-ci.org/benjamn/install/builds/446334649?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 6 commits.

  • a91fdd2 3.10.3
  • 507070a have drop_console ignore argument side effects as documented
  • 211d829 add missing module
  • 1993f8e add missing module
  • 58d6d32 speed tests up by parallelising them
  • 4b550ca fix template string failures

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 3.10.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 3 commits.

  • 06f43e0 3.10.4
  • 9380b30 Fix escape code regressions in template literals and close #136 (#137)
  • b519eab test node 11 (#142)

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 9 commits.

  • 664f3dc 3.10.5
  • 16661a2 ignore instrumented coverage file
  • 3c59d40 Fix keep_fnames regex use in combination with reduce_vars (#140)
  • 8c1f2ad enable test/jetstream.js on node 10 (#146)
  • 162cf71 add TERSER_NO_BUNDLE=1 support to terser CLI (#148)
  • 5a05583 Revert "speed tests up by parallelising them" (#143)
  • 06f43e0 3.10.4
  • 9380b30 Fix escape code regressions in template literals and close #136 (#137)
  • b519eab test node 11 (#142)

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 11 commits.

  • b95dc58 3.10.6
  • c5e49c0 ignore file another way
  • 664f3dc 3.10.5
  • 16661a2 ignore instrumented coverage file
  • 3c59d40 Fix keep_fnames regex use in combination with reduce_vars (#140)
  • 8c1f2ad enable test/jetstream.js on node 10 (#146)
  • 162cf71 add TERSER_NO_BUNDLE=1 support to terser CLI (#148)
  • 5a05583 Revert "speed tests up by parallelising them" (#143)
  • 06f43e0 3.10.4
  • 9380b30 Fix escape code regressions in template literals and close #136 (#137)
  • b519eab test node 11 (#142)

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 14 commits.

  • cedbc67 3.10.7
  • 0ad6212 fix inline: 3 loop bug (#152)
  • bdb4bad revert test/run-tests.js to an old version. Closes #151
  • b95dc58 3.10.6
  • c5e49c0 ignore file another way
  • 664f3dc 3.10.5
  • 16661a2 ignore instrumented coverage file
  • 3c59d40 Fix keep_fnames regex use in combination with reduce_vars (#140)
  • 8c1f2ad enable test/jetstream.js on node 10 (#146)
  • 162cf71 add TERSER_NO_BUNDLE=1 support to terser CLI (#148)
  • 5a05583 Revert "speed tests up by parallelising them" (#143)
  • 06f43e0 3.10.4
  • 9380b30 Fix escape code regressions in template literals and close #136 (#137)
  • b519eab test node 11 (#142)

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 17 commits.

  • 349bb01 3.10.8
  • 5f40c17 turn i += 1 into i++
  • b1042bf make tests for syntax errors not call the binary (#145)
  • cedbc67 3.10.7
  • 0ad6212 fix inline: 3 loop bug (#152)
  • bdb4bad revert test/run-tests.js to an old version. Closes #151
  • b95dc58 3.10.6
  • c5e49c0 ignore file another way
  • 664f3dc 3.10.5
  • 16661a2 ignore instrumented coverage file
  • 3c59d40 Fix keep_fnames regex use in combination with reduce_vars (#140)
  • 8c1f2ad enable test/jetstream.js on node 10 (#146)
  • 162cf71 add TERSER_NO_BUNDLE=1 support to terser CLI (#148)
  • 5a05583 Revert "speed tests up by parallelising them" (#143)
  • 06f43e0 3.10.4

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 24 commits.

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 26 commits.

  • 7e3ee02 bundle improvements (#159)
  • 757b0cf compress dist library to speed up uglifyjs
  • 6356a8e 3.10.10
  • 9f3b2fa v3.10.9
  • eb22828 update mochallel
  • 623cc65 more efficient fix for inline: 3 loop bug (#154)
  • 8f98ccf Revert "turn i += 1 into i++"
  • 968eca9 remove duplicate tests
  • 950b2ea remove extraneous dep
  • 349bb01 3.10.8
  • 5f40c17 turn i += 1 into i++
  • b1042bf make tests for syntax errors not call the binary (#145)
  • cedbc67 3.10.7
  • 0ad6212 fix inline: 3 loop bug (#152)
  • bdb4bad revert test/run-tests.js to an old version. Closes #151

There are 26 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 31 commits.

There are 31 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 33 commits.

  • 34d603d add patreon note
  • 28faa49 fix corner case in reduce_funcs (#173)
  • 6d364d4 3.10.12
  • ad18dba have inline and reduce_vars respect top_retain (#162)
  • 0f18e80 fix mangle of import/export symbols with name cache (#166)
  • 4e9a10f test against issue in uglifyjs
  • 7f3ec0d v3.10.11
  • 7e3ee02 bundle improvements (#159)
  • 757b0cf compress dist library to speed up uglifyjs
  • 6356a8e 3.10.10
  • 9f3b2fa v3.10.9
  • eb22828 update mochallel
  • 623cc65 more efficient fix for inline: 3 loop bug (#154)
  • 8f98ccf Revert "turn i += 1 into i++"
  • 968eca9 remove duplicate tests

There are 33 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 38 commits.

  • cd78650 3.11.0
  • 43b95a0 mangle toplevel export default function and class names (#179)
  • 1527067 fix top_retain TypeError exception (#184)
  • 3a27ad3 fix function inline within class extends (#176)
  • b80730e v3.10.13
  • 34d603d add patreon note
  • 28faa49 fix corner case in reduce_funcs (#173)
  • 6d364d4 3.10.12
  • ad18dba have inline and reduce_vars respect top_retain (#162)
  • 0f18e80 fix mangle of import/export symbols with name cache (#166)
  • 4e9a10f test against issue in uglifyjs
  • 7f3ec0d v3.10.11
  • 7e3ee02 bundle improvements (#159)
  • 757b0cf compress dist library to speed up uglifyjs
  • 6356a8e 3.10.10

There are 38 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 16 commits.

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 23 commits.

  • 96d3d4a lint
  • ab6e5cb close #193
  • e7f6c1e do not propmangle DOM properties
  • 842392e print empty ifs with an else better
  • 1d21e45 update patreon link
  • 79896d2 promote patreon in issue template
  • 1e8e58f Fix [.../a/] being a parse error
  • b902b37 new version
  • 6602668 Make tests compatible with Node.js 12 and prerelease versions (#197)
  • 77b9b29 A new ES6 capable fuzzer based on eslump (#198)
  • 08cb8ca fix blog url (#188)
  • c0df5e8 Update README.md (#189)
  • d1113ac Add TypeScript definitions (#121)
  • e23bc08 notes about source-map-support (#185)
  • e581abd add script to write patrons

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 26 commits.

There are 26 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 38 commits.

There are 38 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 41 commits.

  • fe9cbe8 3.14.1
  • b4dda6d close #219
  • 125e66f Fix #207, drop support for Node versions <4.0.0 (#210)
  • a380160 3.14.0
  • 675e903 undocument --beautify
  • 4cdc10b beta version
  • 7d7b741 temporarily revert 842392e
  • 9f2933a uncomment some function tests I commented earlier
  • c55fc3b don't turn ['proto']: 1 into proto: 1; closes #206
  • fe1a66a fuzz.js: Issue 199 is fixed, don't ignore non-existing error (#208)
  • b2e0736 Update README.md
  • 3fb9c49 disable jetstream just for node 8+
  • 4c8e02c turn off jetstream test
  • 9b98031 close #192
  • 177c069 close #203

There are 41 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 61 commits.

  • 68347ce 3.16.0
  • 58cfd14 lint
  • 620e1ec update changelog
  • f81672c fix test
  • 147bcff don't leave globals that are purely accessed as SimpleStatements
  • 38bebd5 3.15.0
  • ae992fc update changelog
  • e6e4380 Use ES6 modules, build with rollup (#209)
  • 6f6b201 Drop Node.js v4 (#207) (#226)
  • fffac0b Add support for sections sourcemaps (IndexedSourceMapConsumer) (#248)
  • 81b535f Fix parsing of template literals with an escape (#231)
  • c026f36 fix read_source_map inline bug (#234)
  • aa574b6 Fix typo: protoype -> prototype (#232)
  • 3672baa update PATRONS.md and README.md
  • 97340a8 Update README.md

There are 61 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 64 commits.

  • 28c9fc3 3.16.1
  • 03b0876 fix import issue
  • a7c394f add PATRONS.md, CHANGELOG.md and README.md to the package, making it easier to read them offline
  • 68347ce 3.16.0
  • 58cfd14 lint
  • 620e1ec update changelog
  • f81672c fix test
  • 147bcff don't leave globals that are purely accessed as SimpleStatements
  • 38bebd5 3.15.0
  • ae992fc update changelog
  • e6e4380 Use ES6 modules, build with rollup (#209)
  • 6f6b201 Drop Node.js v4 (#207) (#226)
  • fffac0b Add support for sections sourcemaps (IndexedSourceMapConsumer) (#248)
  • 81b535f Fix parsing of template literals with an escape (#231)
  • c026f36 fix read_source_map inline bug (#234)

There are 64 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 92 commits.

  • dbd7c8b 3.17.0
  • 6a5aabb changelog
  • fcfc433 Revert "don't beautify when -b is passed without beautfy=false"
  • 4e2e793 Revert "undocument --beautify"
  • 991062e remove maintainers from old fork
  • 1d7ed7d add more information about how --mangle-props can be used
  • 857ea58 don't beautify when -b is passed without beautfy=false
  • e0fdd48 change prepare script to remove dist/ folder
  • 6aa838e Compress numbers (#274)
  • d01eb6f fix node.key crashing lib/compress (#286)
  • 2455944 Use Set for mangling (#276)
  • a09a93f Remove coverage information from README.md
  • 0b1df80 Removed deprecated istanbul and unused coveralls (#299)
  • 85182a8 Remove Spam (#284)
  • 6c6dc40 Update ISSUE_TEMPLATE.md

There are 92 commits in total.

See the full diff