emoji-picker-textfields-component icon indicating copy to clipboard operation
emoji-picker-textfields-component copied to clipboard

Update uglifyjs-webpack-plugin to the latest version πŸš€

Open greenkeeper[bot] opened this issue 7 years ago β€’ 27 comments

Version 1.0.0-beta.3 of uglifyjs-webpack-plugin was just published.

Dependency uglifyjs-webpack-plugin
Current Version 0.4.6
Type devDependency

The version 1.0.0-beta.3 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of uglifyjs-webpack-plugin.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 70 commits ahead by 70, behind by 69.

  • 296e95d chore(release): 1.0.0-beta.3
  • e22ee39 refactor: cache and parallel options
  • c3493e5 docs(README): update description, fix format && typo (#94)
  • fb4f8bf docs(README): add missing comma (#93)
  • 129cbeb docs(README): add beta notice (#91)
  • 46405e1 chore(release): 1.0.0-beta.2
  • f19b2de feat(index): add options validation (schema-utils) (#80)
  • 8459b46 docs(README): standardize (#61)
  • ee16639 feat: add support for parallelization && caching (options.parallel) (#77)
  • dabadbc docs(README): consistent casing (#86)
  • 686c491 docs(README): update install instructions (#83)
  • d23681a test: add test for MultiCompiler usage (#74)
  • cfa6c53 chore(release): 1.0.0-beta.1
  • fd24ade ci(Appveyor): Fix command strings
  • 1d62560 feat: update to uglify-es (#63)

There are 70 commits in total.

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 :palm_tree:

greenkeeper[bot] avatar Oct 10 '17 03:10 greenkeeper[bot]

Version 1.0.0 just got published.

Update to this version instead πŸš€

Release Notes Release v1.0.0

1.0.0 (2017-10-23)

Features

  • update to uglify-es (#63) (1d62560)

  • add support for parallelization && caching (options.parallel) (#77) (ee16639)

  • index: add options validation (schema-utils) (#80) (f19b2de)

Bug Fixes

  • deps: cacache@10 with ISC licence (#145) (9331034)
  • typo "filterd" -> "filtered" (#37) (238c373)
  • package: mv uglify2 to dependencies && update peerDependencies (#45) (93b0cd2)
  • uglify: use Compress API not ast.transform (990f2e2)

Code Refactoring

BREAKING CHANGES

Commits

The new version differs by 11 commits ahead by 11, behind by 2.

  • 716ed98 docs: Update changelog for 1.0 final
  • 572c51f chore(release): 1.0.0
  • 8095a41 chore: Updates lock file
  • 9331034 fix(deps): cacache@10 with ISC licence (#145)
  • 576ecd9 chore(release): 1.0.0-rc.0
  • e8d559b chore: Update lock file
  • a57b54b docs(README): update install instructions (#135)
  • d81ef5a refactor: split cache and parallel options (#108)
  • c0bcc56 docs(README): clarify reference to beta version (#131)
  • f9cb1b9 docs(readme): fix closing tag (#126)
  • e567734 docs(README): Fix default value (options.test) (#107)

See the full diff

greenkeeper[bot] avatar Oct 23 '17 20:10 greenkeeper[bot]

Version 1.0.1 just got published.

Update to this version instead πŸš€

Release Notes Release v1.0.1

1.0.1 (2017-10-24)

Bug Fixes

  • minify: nameCache assignment (uglifyOptions.nameCache) (#147) (af11e8e)
Commits

The new version differs by 2 commits.

  • dfd1a2b chore(release): 1.0.1
  • af11e8e fix(minify): nameCache assignment (uglifyOptions.nameCache) (#147)

See the full diff

greenkeeper[bot] avatar Oct 24 '17 02:10 greenkeeper[bot]

Version 1.1.0 just got published.

Update to this version instead πŸš€

Release Notes Release v1.1.0

1.1.0 (2017-11-19)

Bug Fixes

  • index: exclude is ignored (options.exclude) (#164) (ad17690)
  • pass of {Boolean|Function} parameters being ignored (options.extractComments) (#168) (2c06f46)

Features

Commits

The new version differs by 10 commits.

  • 786b332 chore(release): 1.1.0
  • bbe0ef5 feat: include option (#167)
  • 2c06f46 fix: pass of {Boolean|Function} parameters being ignored (options.extractComments) (#168)
  • 2af1e61 docs(README): rename UglifyJSPlugin to UglifyJsPlugin in examples (#163)
  • ad17690 fix(index): exclude is ignored (options.exclude) (#164)
  • c425f3c chore(package): update source-map v0.5.6...0.6.1 (#154)
  • 77f97e0 docs(README): update note about webpack.optimize.UglifyJsPlugin usage (#153)
  • 9b04195 docs(README): rm beta install reference (#152)
  • c697310 docs(README): remove beta warnings and clarify parallel argument (#151)
  • a05604e docs(README): use unescaped char (#150)

See the full diff

greenkeeper[bot] avatar Nov 19 '17 03:11 greenkeeper[bot]

Version 1.1.1 just got published.

Update to this version instead πŸš€

Release Notes Release v1.1.1

1.1.1 (2017-11-23)

Bug Fixes

  • comments behavior (options.uglifyOptions.comments/options.extractComments) (#174) (321c9f6)
  • index: ensure to nullify inputSourceMap if sourcemap is unavailable (devtool) (#169) (062ec72)
  • index: set maxConcurrentCallsPerWorker to 1 (options.parallel) (#173) (07c57c1)
Commits

The new version differs by 4 commits.

  • f3fdba9 chore(release): 1.1.1
  • 062ec72 fix(index): ensure to nullify inputSourceMap if sourcemap is unavailable (devtool) (#169)
  • 321c9f6 fix: comments behavior (options.uglifyOptions.comments/options.extractComments) (#174)
  • 07c57c1 fix(index): set maxConcurrentCallsPerWorker to 1 (options.parallel) (#173)

See the full diff

greenkeeper[bot] avatar Nov 23 '17 19:11 greenkeeper[bot]

Version 1.1.2 just got published.

Update to this version instead πŸš€

Release Notes Release v1.1.2

1.1.2 (2017-11-30)

Chores

Commits

The new version differs by 3 commits.

  • d97ab11 docs: Updates changelog for 1.1.2 release
  • 4a2086a chore(release): 1.1.2
  • 3be7f62 chore(package): update uglify-es v3.1.3...3.2.0 (#176)

See the full diff

greenkeeper[bot] avatar Nov 30 '17 13:11 greenkeeper[bot]

Version 1.1.3 just got published.

Update to this version instead πŸš€

Release Notes Release v1.1.3

1.1.3 (2017-12-14)

Refactoring

  • use serialize-javascript package instead own implementatin (#183) (8d7ebcd)
Commits

The new version differs by 2 commits.

  • fe5b200 chore(release): 1.1.3
  • 8d7ebcd refactor: use serialize-javascript package instead own implementation (#183)

See the full diff

greenkeeper[bot] avatar Dec 14 '17 02:12 greenkeeper[bot]

Version 1.1.4 just got published.

Update to this version instead πŸš€

Release Notes Release v1.1.4

1.1.4 (2017-12-14)

Chores

Commits

The new version differs by 4 commits.

  • eb03377 chore(release): 1.1.4
  • b7f73e6 chore: Updates lock file from #190
  • b356f74 chore(package): update uglify-es v3.2.0...v3.2.1 (#190)
  • 91613d0 chore: Update changelog for 1.1.3

See the full diff

greenkeeper[bot] avatar Dec 14 '17 11:12 greenkeeper[bot]

Version 1.1.5 just got published.

Update to this version instead πŸš€

Release Notes Release v1.1.5

1.1.5 (2017-12-27)

Bug Fixes

  • package: use exact uglify-es version (dependencies) (#199) (2e2ed36)
Commits

The new version differs by 4 commits.

  • 0252622 chore(release): 1.1.5
  • 2e2ed36 fix(package): use exact uglify-es version (dependencies) (#199)
  • 966987c test: remove cache directory after tests (#194)
  • 01369ec chore: Update changelog for 1.1.4

See the full diff

greenkeeper[bot] avatar Dec 27 '17 10:12 greenkeeper[bot]

Version 1.1.6 just got published.

Update to this version instead πŸš€

Release Notes v1.1.6

2018-01-05

Bug Fixes

  • index: don't pass compilation as an argument to UglifyJsPlugin.buildError (#201) (339ca10)

Reverts

  • package: use exact uglify-es version (dependencies) (#199) (#202) (426bafd)
Commits

The new version differs by 5 commits.

  • 4cf5277 chore(release): 1.1.6
  • 535ff85 chore(package): update dependencies
  • 38b59b8 test(invalid-options): update snapshots
  • 426bafd revert(package): use exact uglify-es version (dependencies) (#199) (#202)
  • 339ca10 fix(index): don't pass compilation as an argument to UglifyJsPlugin.buildError (#201)

See the full diff

greenkeeper[bot] avatar Jan 05 '18 07:01 greenkeeper[bot]

Version 1.1.7 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 75943e1 chore(release): 1.1.7
  • 2343274 fix(index): reduce memory consumption (cacheKey.hash) (#215)
  • 7d1b487 test: update snapshots (#214)
  • f66f6f0 docs(README): mangle.props instead of mangle.properties (#207)

See the full diff

greenkeeper[bot] avatar Jan 29 '18 18:01 greenkeeper[bot]

Version 1.1.8 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 88cde68 chore(release): 1.1.8
  • 43ffa48 fix(package): use prepare instead of prepublish for release
  • 44b77e3 revert(README): mangle.props instead of mangle.properties
  • 2f0673b docs(CHANGELOG): add missing commit message

See the full diff

greenkeeper[bot] avatar Jan 29 '18 20:01 greenkeeper[bot]

Version 1.2.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 99240e8 chore(release): 1.2.0
  • 990de2a feat(uglify): add missing toplevel, nameCache, keep_classnames, keep_fnames and safari10 options (uglifyOptions) (#229)

See the full diff

greenkeeper[bot] avatar Feb 17 '18 00:02 greenkeeper[bot]

Version 1.2.1 just got published.

Update to this version instead πŸš€

Release Notes v1.2.1

2018-02-23

Bug Fixes

  • index: tapable deprecation warnings (webpack >= v4.0.0) (#238) (23b1b38)
Commits

The new version differs by 2 commits.

  • d460f69 chore(release): 1.2.1
  • 23b1b38 fix(index): tapable deprecation warnings (webpack >= v4.0.0) (#238)

See the full diff

greenkeeper[bot] avatar Feb 23 '18 19:02 greenkeeper[bot]

Version 1.2.2 just got published.

Update to this version instead πŸš€

Release Notes v1.2.2

2018-02-24

Bug Fixes

  • index: typo buildMobule => buildModule (#242) (259adad)
  • package: add webpack >= v4.0.0 (peerDependencies) (#239) (4c7f80a)
Commits

The new version differs by 3 commits.

  • 9f66276 chore(release): 1.2.2
  • 259adad fix(index): typo buildMobule => buildModule (#242)
  • 4c7f80a fix(package): add webpack >= v4.0.0 (peerDependencies) (#239)

See the full diff

greenkeeper[bot] avatar Feb 24 '18 01:02 greenkeeper[bot]

Version 1.2.3 just got published.

Update to this version instead πŸš€

Release Notes v1.2.3

2018-03-10

Bug Fixes

  • index: correct [name].js.LICENSE file path (options.extractComments) (#249) (430111c)
  • index: relax default asset name {RegExp} (options.test) (#251) (d27e822)
  • package: update schema-utils v0.4.3...0.4.5 (dependencies) (#255) (4c0feb8)
  • package: updatecacache v10.0.1...10.0.4 (dependencies) (#253) (8b0c0cd)

Performance Improvements

  • index: switch to md4 for content hashing (#243) (14d2c4c)
Commits

The new version differs by 6 commits.

  • 45a6cdf chore(release): 1.2.3
  • 4c0feb8 fix(package): update schema-utils v0.4.3...0.4.5 (dependencies) (#255)
  • 8b0c0cd fix(package): updatecacache v10.0.1...10.0.4 (dependencies) (#253)
  • d27e822 fix(index): relax default asset name {RegExp} (options.test) (#251)
  • 430111c fix(index): correct [name].js.LICENSE file path (options.extractComments) (#249)
  • 14d2c4c perf(index): switch to md4 for content hashing (#243)

See the full diff

greenkeeper[bot] avatar Mar 10 '18 22:03 greenkeeper[bot]

Version 1.2.4 just got published.

Update to this version instead πŸš€

Release Notes v1.2.4

2018-03-16

Bug Fixes

  • index: correct default asset name {RegExp} (options.test) (#259) (f9e55fe)
  • index: don't remove legal comments by default (options.extractComments) (#250) (b31b574)
Commits

The new version differs by 4 commits.

  • facbcc6 chore(release): 1.2.4
  • b31b574 fix(index): don't remove legal comments by default (options.extractComments) (#250)
  • f9e55fe fix(index): correct default asset name {RegExp} (options.test) (#259)
  • d3aae1c test(invalid-options): update snapshot (#258)

See the full diff

greenkeeper[bot] avatar Mar 16 '18 15:03 greenkeeper[bot]

Version 1.2.5 just got published.

Update to this version instead πŸš€

Release Notes v1.2.5

1.2.5 (2018-04-18)

Bug Fixes

Performance Improvements

Commits

The new version differs by 7 commits.

  • 39ed7c7 chore(release): 1.2.5
  • 0b11134 perf(sourcemaps): reduce memory usage (#276)
  • e94a401 refactor: push each warning separately (#277)
  • 693e45e fix: don't handle invalid source map (#268)
  • 5ee35be docs: use < for webpack version (#271)
  • 1f48558 refactor: update jest and tests (#275)
  • ee0142a ci(circle): Update to defaults 2 CI config

See the full diff

greenkeeper[bot] avatar Apr 18 '18 23:04 greenkeeper[bot]

Version 1.2.6 just got published.

Update to this version instead πŸš€

Release Notes v1.2.6

1.2.6 (2018-06-20)

Bug Fixes

  • disable inline optimization by default (#308) (6ab0918)
  • don't use a worker farm unless more than one process is required (#280) (3f0767b)
  • better handle invalid source map (#284) (dbebb3b)
  • perf regression with memory usage for source maps (#305) (3ca5eaf)
  • return missing important information for uglify warnings (#306) (4f50156)
Commits

The new version differs by 7 commits.

  • 1521c82 chore(release): 1.2.6
  • 120e4b0 docs: fix broken markdown (#315)
  • 4f50156 fix: return missing important information (#306)
  • 6ab0918 fix: disable inline optimization by default (#308)
  • 3ca5eaf fix: perf regression (#305)
  • 3f0767b fix: don't use a worker farm unless more than one process is required (#280)
  • dbebb3b fix: improve isSouceMap check (#284)

See the full diff

greenkeeper[bot] avatar Jun 20 '18 14:06 greenkeeper[bot]

Version 1.2.7 just got published.

Update to this version instead πŸš€

Release Notes v1.2.7

1.2.7 (2018-06-25)

Bug Fixes

  • no warning when warningsFilter return false (#317) (cabee6c)
Commits

The new version differs by 2 commits.

  • 16d4eb3 chore(release): 1.2.7
  • cabee6c fix: no warning when warningsFilter return false (#317)

See the full diff

greenkeeper[bot] avatar Jun 25 '18 18:06 greenkeeper[bot]

Version 1.3.0 just got published.

Update to this version instead πŸš€

Release Notes v1.3.0

1.3.0 (2018-08-14)

Bug Fixes

  • all nodejs globals avaliable inside minify function (#332) (24fe22b)
  • uglify/Runner: cpus length in a chroot environment (os.cpus()) (#341) (6d9c36f)

Features

Commits

The new version differs by 11 commits.

  • 4d3b3d2 chore(release): 1.3.0
  • 6d9c36f fix(uglify/Runner): cpus length in a chroot environment (os.cpus()) (#341)
  • c67566e refactor: tests (#336)
  • 77d957a refactor: tests (#335)
  • 817f67e refactor: tests (#334)
  • 726874b refactor: code and tests (#333)
  • 24fe22b fix: all nodejs globals avaliable inside minify function (#332)
  • 0174605 feat: support minify function option (#325)
  • 249eef3 feat: cacheKeys option (#320)
  • 2cd4ba0 docs(readme): update snippet to webpack v4 (#323)
  • f0d0a3b chore(deps): update package-lock.json (#322)

See the full diff

greenkeeper[bot] avatar Aug 14 '18 15:08 greenkeeper[bot]

Update to this version instead πŸš€

Release Notes for v2.0.0

2.0.0 (2018-09-14)

Bug Fixes

  • default extract comment condition is case insensitivity

Features

  • full coverage schema options validation
  • enable inline optimization by default

BREAKING CHANGES

  • Switch back to uglify-js (uglify-es is abandoned, if you need uglify ES6 code please use terser-webpack-plugin).
  • Changed function signature for warningsFilter option (now first argument is warning, second is source).
  • Enforces peerDependencies of "webpack": "^4.3.0.
  • Enforces engines of "node": ">= 6.9.0 <7.0.0 || >= 8.9.0
Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] avatar Sep 14 '18 16:09 greenkeeper[bot]

Update to this version instead πŸš€

Release Notes for v2.0.1

2.0.1 (2018-09-18)

Bug Fixes

  • decrease minimum required uglify-js version (#357) (dc9d038)
Commits

The new version differs by 2 commits.

  • e1a67c1 chore(release): 2.0.1
  • dc9d038 fix: decrease minimum required uglify-js version (#357)

See the full diff

greenkeeper[bot] avatar Sep 18 '18 16:09 greenkeeper[bot]

Update to this version instead πŸš€

Release Notes for v2.1.0

2.1.0 (2018-12-22)

Bug Fixes

Features

  • chunkFilter option for filtering chunks (#382) (1e58c99)
Commits

The new version differs by 10 commits.

  • e3eff76 chore(release): 2.1.0
  • 65a30da fix: regenerate contenthash when assets was minified (#386)
  • f61439d fix: more consistent cache (#385)
  • 15e38e8 refactor: update defaults (#384)
  • beaf1ad fix: dedupe extracted comments (#383)
  • 1e58c99 feat: chunkFilter option for filtering chunks (#382)
  • 1282b87 docs: improve readme (#381)
  • aa7a9fc fix: catch worker-farm errors (#380)
  • bf36e21 fix: chunks is a Set in webpack@5 (#365)
  • 96cfdb5 docs: fix github templates (#361)

See the full diff

greenkeeper[bot] avatar Dec 22 '18 16:12 greenkeeper[bot]

Update to this version instead πŸš€

Release Notes for v2.1.1

2.1.1 (2018-12-27)

Bug Fixes

  • don't crash when no extracted comments (#387) (68ad71c)
Commits

The new version differs by 2 commits.

  • a3ac27a chore(release): 2.1.1
  • 68ad71c fix: don't crash when no extracted comments (#387)

See the full diff

greenkeeper[bot] avatar Dec 27 '18 12:12 greenkeeper[bot]

Update to this version instead πŸš€

Release Notes for v2.1.2

2.1.2 (2019-02-25)

Bug Fixes

  • invalidate cache after changing node version (#396) (380bb54)
Commits

The new version differs by 4 commits.

  • 9bc2fde chore(release): 2.1.2
  • 380bb54 fix: invalidate cache after changing node version (#396)
  • a5121cf chore(defaults): update (#395)
  • d7ae327 docs: fix typo in changelog (#388)

See the full diff

greenkeeper[bot] avatar Feb 25 '19 13:02 greenkeeper[bot]

Update to this version instead πŸš€

Release Notes for v2.1.3

2.1.3 (2019-05-15)

Bug Fixes

Commits

The new version differs by 4 commits.

  • 4c9abe6 chore(release): 2.1.3
  • 7619736 fix: disable parallel on WSL (#403)
  • 51ee60e chore(defaults): update (#402)
  • d117827 fix: fallback for cache directory (#401)

See the full diff

greenkeeper[bot] avatar May 15 '19 11:05 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Jul 31 '19 12:07 greenkeeper[bot]