emoji-picker-textfields-component
emoji-picker-textfields-component copied to clipboard
Update uglifyjs-webpack-plugin to the latest version π
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:
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
-
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
&& updatepeerDependencies
(#45) (93b0cd2) - uglify: use Compress API not ast.transform (990f2e2)
Code Refactoring
BREAKING CHANGES
- Enforces
peerDependencies
of"webpack": ">= 3.0.0-rc.0 || ^3.0.0"
. - Enforces
engines
of"node": ">=4.8.0 < 5.0.0 || >= 5.10
uglify-es
related API changes - See https://github.com/webpack-contrib/uglifyjs-webpack-plugin#uglifyoptions for more info
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
andparallel
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
Version 1.0.1 just got published.
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
toUglifyJsPlugin
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 clarifyparallel
argument (#151)a05604e
docs(README): use unescaped char (#150)
See the full diff
Version 1.1.1 just got published.
Update to this version instead π
Commits
The new version differs by 4 commits.
f3fdba9
chore(release): 1.1.1
062ec72
fix(index): ensure to nullify
inputSourceMap
ifsourcemap
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
Version 1.1.2 just got published.
Version 1.1.3 just got published.
Version 1.1.4 just got published.
Version 1.1.5 just got published.
Version 1.1.6 just got published.
Update to this version instead π
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 toUglifyJsPlugin.buildError
(#201)
See the full diff
Version 1.1.7 just got published.
Version 1.1.8 just got published.
Version 1.2.0 just got published.
Version 1.2.1 just got published.
Version 1.2.2 just got published.
Version 1.2.3 just got published.
Update to this version instead π
Release Notes
v1.2.32018-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: update
cacache
v10.0.1...10.0.4 (dependencies
) (#253) (8b0c0cd)
Performance Improvements
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): update
cacache
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
Version 1.2.4 just got published.
Update to this version instead π
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
Version 1.2.5 just got published.
Update to this version instead π
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
<
forwebpack
version (#271)1f48558
refactor: update
jest
and tests (#275)ee0142a
ci(circle): Update to defaults 2 CI config
See the full diff
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
Version 1.2.7 just got published.
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
- The
devDependency
uglifyjs-webpack-plugin was updated from0.4.6
to2.0.0
.
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 iswarning
, second issource
). - Enforces
peerDependencies
of"webpack": "^4.3.0
. - Enforces
engines
of"node": ">= 6.9.0 <7.0.0 || >= 8.9.0
- The
devDependency
uglifyjs-webpack-plugin was updated from0.4.6
to2.0.1
.
- The
devDependency
uglifyjs-webpack-plugin was updated from0.4.6
to2.1.0
.
Update to this version instead π
Release Notes for v2.1.0
2.1.0 (2018-12-22)
Bug Fixes
chunks
is aSet
in webpack@5 (#365) (bf36e21)- catch
worker-farm
errors (#380) (aa7a9fc) - dedupe extracted comments (#383) (beaf1ad)
- more consistent cache (#385) (f61439d)
- regenerate
contenthash
when assets was minified (#386) (65a30da)
Features
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 aSet
in webpack@5 (#365)96cfdb5
docs: fix github templates (#361)
See the full diff
- The
devDependency
uglifyjs-webpack-plugin was updated from0.4.6
to2.1.1
.
- The
devDependency
uglifyjs-webpack-plugin was updated from0.4.6
to2.1.2
.
- The
devDependency
uglifyjs-webpack-plugin was updated from0.4.6
to2.1.3
.
- The
devDependency
uglifyjs-webpack-plugin was updated from0.4.6
to2.2.0
.