Closed greenkeeper[bot] closed 6 years ago
After pinning to 3.3.0 your tests are passing again. Downgrade this dependency π.
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
The new version differs by 12 commits.
8ca4915
v3.3.3
b95e333
fix pure_getters
on AST_Binary
(#2681)
e40a0ee
improve assignment variations (#2671)
cb62bd9
fix function inlining within loops (#2675)
f30790b
fix dead_code
on return
assignments (#2668)
5205dbc
retain recursive function names (#2667)
3ff625d
fix bugs on substituted AST_Defun
(#2661)
4832bc5
replace single-use recursive functions (#2659)
7f342cb
suppress inline
within substituted AST_Scope
(#2658)
05e7d34
improve unused
over duplicate variable names (#2656)
8660715
v3.3.2
0fe259e
parse LF & comment correctly (#2653)
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
The new version differs by 15 commits.
e2ec270
v3.3.4
ed7a0a4
fix dead_code
on escaped return
assignment (#2693)
d819559
minor clean-ups (#2686)
8ca4915
v3.3.3
b95e333
fix pure_getters
on AST_Binary
(#2681)
e40a0ee
improve assignment variations (#2671)
cb62bd9
fix function inlining within loops (#2675)
f30790b
fix dead_code
on return
assignments (#2668)
5205dbc
retain recursive function names (#2667)
3ff625d
fix bugs on substituted AST_Defun
(#2661)
4832bc5
replace single-use recursive functions (#2659)
7f342cb
suppress inline
within substituted AST_Scope
(#2658)
05e7d34
improve unused
over duplicate variable names (#2656)
8660715
v3.3.2
0fe259e
parse LF & comment correctly (#2653)
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
The new version differs by 44 commits.
9336cc8
v3.3.5
9809567
improve process.exit()
workaround (#2741)
1ee8be8
fix recursive function inline
(#2738)
8430c2f
enable AppVeyor CI (#2739)
659c8a7
handle trailing line comments correctly (#2736)
3564b4f
compress RegExp()
in unsafe
(#2735)
3505a36
enhance unsafe_proto
(#2733)
9b1bc6c
ufuzz: add strings "a", "b", "c" to VALUES (#2732)
9f23185
fix corner case with arguments
as function name (#2729)
b82feb9
improve if_return
(#2727)
7f2a591
warn on deprecated features (#2726)
afbcebd
fix mangle
name collision across files (#2722)
484e484
fix corner case in inline
(#2720)
6f3f212
reminify tests upon expect_stdout
(#2716)
a6873a3
forbid block-scoped AST_Defun
in strict mode (#2718)
There are 44 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
The new version differs by 58 commits.
460218a
v3.3.6
e49416e
fix reduce_vars
on AST_Accessor
(#2776)
d4d7d99
add SymbolDef IDs to --output ast (#2772)
6a696d0
fix output of imported AST (#2771)
1c9e13f
update dependencies (#2770)
b757450
fix nested unused
assignments (#2769)
23ec484
fix corner case in #2763 (#2766)
f1e1bb4
join object assignments (#2763)
6a0af85
skip only var
s in if_return
(#2759)
09269be
enhance conditionals
(#2758)
bf832cd
improve synergy between compress
and rename
(#2755)
2972d58
patch variable declaractions extracted within catch
(#2753)
2e22d38
improve rename
reproducibility (#2754)
ce27bcd
compress loops with immediate break
(#2746)
9336cc8
v3.3.5
There are 58 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
The new version differs by 61 commits.
7c0c929
v3.3.7
62a66df
fix & extend join_vars
for object assigments (#2781)
2cab348
improve SymbolDef info in --output ast
(#2778)
460218a
v3.3.6
e49416e
fix reduce_vars
on AST_Accessor
(#2776)
d4d7d99
add SymbolDef IDs to --output ast (#2772)
6a696d0
fix output of imported AST (#2771)
1c9e13f
update dependencies (#2770)
b757450
fix nested unused
assignments (#2769)
23ec484
fix corner case in #2763 (#2766)
f1e1bb4
join object assignments (#2763)
6a0af85
skip only var
s in if_return
(#2759)
09269be
enhance conditionals
(#2758)
bf832cd
improve synergy between compress
and rename
(#2755)
2972d58
patch variable declaractions extracted within catch
(#2753)
There are 61 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
The new version differs by 87 commits.
06166df
v3.3.8
e2dc9cf
fix unsafe
evaluate
of AST_Array
(#2825)
069df27
enable unsafe
for test/ufuzz.js
(#2819)
3e78732
improve unused
on built-in functions (#2817)
e21bab7
avoid duplicate property names in object literals under "use strict" (#2818)
ac9a168
fix & improve test/ufuzz.js
(#2815)
81b6454
fix time-out for respawned test/ufuzz.js
(#2814)
082e004
compress undefined
property names (#2811)
983e691
fix join_vars
property assignment for negative array index (#2810)
b335912
enhance test/ufuzz.js
(#2808)
cc07f3b
faster output of comments (#2806)
07e4b64
fix AST_Scope.clone()
(#2803)
d3ce2bc
suppress unsafe_proto
for LHS expressions (#2804)
cff3bf4
configure rename
with CLI (#2802)
79cfac7
extend join_vars
& sequences
(#2798)
There are 87 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 92 commits.
4eb4cb6
v3.3.9
193612a
fix accounting after conversion to assignment (#2847)
95cfce6
backport of #2835 (#2841)
ec42025
drop assignments to constant expressions only (#2839)
5e2cd07
handle duplicate function declarations correctly (#2837)
06166df
v3.3.8
e2dc9cf
fix unsafe
evaluate
of AST_Array
(#2825)
069df27
enable unsafe
for test/ufuzz.js
(#2819)
3e78732
improve unused
on built-in functions (#2817)
e21bab7
avoid duplicate property names in object literals under "use strict" (#2818)
ac9a168
fix & improve test/ufuzz.js
(#2815)
81b6454
fix time-out for respawned test/ufuzz.js
(#2814)
082e004
compress undefined
property names (#2811)
983e691
fix join_vars
property assignment for negative array index (#2810)
b335912
enhance test/ufuzz.js
(#2808)
There are 92 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 116 commits.
0cfbd79
v3.3.10
d66d86f
account for exceptions in AST_Assign.left
(#2892)
905325d
update dependencies (#2889)
dea0cc0
mention file encoding (#2887)
d69d800
evaluate to{Low,Upp}erCase()
under unsafe
(#2886)
c0b8f2a
add information on testing and code style (#2885)
cb0257d
describe a few compiler assumptions (#2883)
9637f51
change undefined == x
to null == x
(#2882)
3026bd8
improve exceptional flow compression by collapse_vars
(#2880)
78a44d5
maintain order between side-effects and externally observable assignments (#2879)
7e13c0d
handle break
& continue
in collapse_vars
(#2875)
e6a2e9e
allow collapse_vars
across conditional branches (#2867)
e773f03
fix assignment logic in reduce_vars
(#2872)
b16380d
fix missing corner case in #2855 (#2868)
334b07a
Update License Copyright Year to 2018 (#2866)
There are 116 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 125 commits.
a3dfeea
v3.3.11
d316fb1
fix unsafe
evaluate
on type-converting operators (#2917)
83d8aa8
fix collapse_vars
within loops (#2915)
4f1c12b
report options upon reminify input error (#2911)
d8e0e34
collapse within unary expressions (#2910)
0c4f315
fix corner case in collapse_vars
(#2909)
0809699
simplify do-while
into for
(#2907)
2088e1c
fix AST corruption due to collapse_vars
& inline
(#2899)
bf1d471
fix join_vars
on property accessors (#2895)
0cfbd79
v3.3.10
d66d86f
account for exceptions in AST_Assign.left
(#2892)
905325d
update dependencies (#2889)
dea0cc0
mention file encoding (#2887)
d69d800
evaluate to{Low,Upp}erCase()
under unsafe
(#2886)
c0b8f2a
add information on testing and code style (#2885)
There are 125 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
The new version differs by 140 commits.
604caa0
v3.3.12
29a71d3
more tests for #2938 (#2940)
39a907b
workaround pure_getters=true
when dropping unused assignments (#2939)
7047431
improve unsafe
evaluate
of function
(#2936)
b5f0f4f
reduce false positives from object literals (#2935)
2905fd6
reduce false positives from labels (#2934)
4facd94
reduce false positives from noop (#2933)
4b5993f
fix crash in may_throw()
(#2932)
2351a67
fix dead_code
on exceptional return
(#2930)
4a528c4
reduce false positives from function.toString()
(#2928)
82d1ef0
fix unsafe
evaluate
of function
property (#2927)
7fdd208
drop unused "class" definition IIFEs (#2923)
e529f54
reduce function
-related false positives (#2925)
d626e9b
improve inline
efficiency (#2924)
a2a9459
fix unsafe
evaluate
of AST_Function
(#2920)
There are 140 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
The new version differs by 155 commits.
951d87c
v3.3.13
798fc21
improve test/run-test.js
performance (#2971)
a75a046
compress arguments[index]
(#2967)
38f2b45
fix value reference caching in evaluate
(#2969)
56e2a36
enhance conditionals
(#2966)
0daa199
migrate safe transformations out of unsafe_comps
(#2962)
73e98dc
drop side_effects
-free return
values (#2965)
36bca69
enhance collapse_vars
(#2952)
ace5811
drop lone "use strict" in function body (#2963)
ba7bad0
show benchmark subtotal (#2960)
b8b2ac5
improve fix for #2954 (#2958)
ea23593
fix collapse_vars
on nested exception (#2955)
52de64c
deduplicate parenthesis around object and function literals (#2953)
4557902
minor clean-ups (#2951)
f40f5eb
improve mangle
(#2948)
There are 155 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
The new version differs by 158 commits.
7e00a12
v3.3.14
10b3752
fix mangle
of AST_SymbolLambda
under ie8
(#2978)
fe51a91
handle negated constants correctly in collapse_vars
(#2975)
951d87c
v3.3.13
798fc21
improve test/run-test.js
performance (#2971)
a75a046
compress arguments[index]
(#2967)
38f2b45
fix value reference caching in evaluate
(#2969)
56e2a36
enhance conditionals
(#2966)
0daa199
migrate safe transformations out of unsafe_comps
(#2962)
73e98dc
drop side_effects
-free return
values (#2965)
36bca69
enhance collapse_vars
(#2952)
ace5811
drop lone "use strict" in function body (#2963)
ba7bad0
show benchmark subtotal (#2960)
b8b2ac5
improve fix for #2954 (#2958)
ea23593
fix collapse_vars
on nested exception (#2955)
There are 158 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
The new version differs by 164 commits.
90585e2
v3.3.15
d8fc281
update dependencies (#3002)
188c39e
retain comments within brackets (#2999)
5429234
preserve non-constant value assignments with modifications (#2997)
b9f72a4
handle case
correctly under reduce_vars
(#2993)
fc6ebd0
preserve case when inline_script
(#2991)
7e00a12
v3.3.14
10b3752
fix mangle
of AST_SymbolLambda
under ie8
(#2978)
fe51a91
handle negated constants correctly in collapse_vars
(#2975)
951d87c
v3.3.13
798fc21
improve test/run-test.js
performance (#2971)
a75a046
compress arguments[index]
(#2967)
38f2b45
fix value reference caching in evaluate
(#2969)
56e2a36
enhance conditionals
(#2966)
0daa199
migrate safe transformations out of unsafe_comps
(#2962)
There are 164 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
The new version differs by 168 commits.
73d77f4
v3.3.16
ccf0e2e
extend fuzzy RHS folding (#3006)
20ca0f5
improve truthy compression (#3009)
b29d435
refactor brackets to braces (#3005)
90585e2
v3.3.15
d8fc281
update dependencies (#3002)
188c39e
retain comments within brackets (#2999)
5429234
preserve non-constant value assignments with modifications (#2997)
b9f72a4
handle case
correctly under reduce_vars
(#2993)
fc6ebd0
preserve case when inline_script
(#2991)
7e00a12
v3.3.14
10b3752
fix mangle
of AST_SymbolLambda
under ie8
(#2978)
fe51a91
handle negated constants correctly in collapse_vars
(#2975)
951d87c
v3.3.13
798fc21
improve test/run-test.js
performance (#2971)
There are 168 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
The new version differs by 179 commits.
6982a05
v3.3.17
fa32501
mangle unused nested AST_SymbolCatch
correctly (#3038)
06b9894
handle modifications to this
correctly (#3036)
9f9db50
improve test for #3023 (#3031)
82ae95c
improve source map granularity (#3030)
9a5e205
fix extra regex slash when going through mozilla AST I/O (#3025)
b1410be
speed up has_parens()
(#3014)
12985d8
fix corner case in hoist_props
(#3022)
49bfc6b
improve performance (#3020)
d1c6bb8
fix nested inline
within loop (#3019)
5c16961
fix corner case in inline
(#3017)
73d77f4
v3.3.16
ccf0e2e
extend fuzzy RHS folding (#3006)
20ca0f5
improve truthy compression (#3009)
b29d435
refactor brackets to braces (#3005)
There are 179 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
The new version differs by 183 commits.
fcf542f
v3.3.18
8adfc29
Don't load source map until the JS source is fully received (#3040)
02f47e1
give sensible error against invalid input source map (#3044)
07f64d4
fix escape analysis on AST_New
(#3043)
6982a05
v3.3.17
fa32501
mangle unused nested AST_SymbolCatch
correctly (#3038)
06b9894
handle modifications to this
correctly (#3036)
9f9db50
improve test for #3023 (#3031)
82ae95c
improve source map granularity (#3030)
9a5e205
fix extra regex slash when going through mozilla AST I/O (#3025)
b1410be
speed up has_parens()
(#3014)
12985d8
fix corner case in hoist_props
(#3022)
49bfc6b
improve performance (#3020)
d1c6bb8
fix nested inline
within loop (#3019)
5c16961
fix corner case in inline
(#3017)
There are 183 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
The new version differs by 191 commits.
8d0b003
v3.3.19
db49daf
mangle Object.defineProperty()
(#3059)
923deef
support inline source map from multiple files (#3058)
0b62a28
improve usability of includeSources
(#3057)
44116c6
fix AST corruption during inline
of simple return
(#3056)
b5bab25
speed up has_parens()
(take 2) (#3052)
81603ec
improve performance through makePredicate()
(#3048)
e67553f
fix tree traversal on AST_Do
(#3047)
fcf542f
v3.3.18
8adfc29
Don't load source map until the JS source is fully received (#3040)
02f47e1
give sensible error against invalid input source map (#3044)
07f64d4
fix escape analysis on AST_New
(#3043)
6982a05
v3.3.17
fa32501
mangle unused nested AST_SymbolCatch
correctly (#3038)
06b9894
handle modifications to this
correctly (#3036)
There are 191 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
The new version differs by 193 commits.
87857b0
v3.3.20
e5f6a88
fix corner case in reuse of mangle
options (#3062)
8d0b003
v3.3.19
db49daf
mangle Object.defineProperty()
(#3059)
923deef
support inline source map from multiple files (#3058)
0b62a28
improve usability of includeSources
(#3057)
44116c6
fix AST corruption during inline
of simple return
(#3056)
b5bab25
speed up has_parens()
(take 2) (#3052)
81603ec
improve performance through makePredicate()
(#3048)
e67553f
fix tree traversal on AST_Do
(#3047)
fcf542f
v3.3.18
8adfc29
Don't load source map until the JS source is fully received (#3040)
02f47e1
give sensible error against invalid input source map (#3044)
07f64d4
fix escape analysis on AST_New
(#3043)
6982a05
v3.3.17
There are 193 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
The new version differs by 200 commits.
eaa2c1f
v3.3.21
6a91652
fix inline
of catch
-scoped variables (#3077)
ba7069d
suppress hoist_props
for embedded assignments (#3074)
4dd7d0e
extend hoist_props
(#3073)
90199d0
extend join_vars
on object assignments (#3072)
b82fd0a
handle flow control in loops with reduce_vars
(#3069)
183da16
handle pure_funcs
under inline
& reduce_vars
correctly (#3066)
87857b0
v3.3.20
e5f6a88
fix corner case in reuse of mangle
options (#3062)
8d0b003
v3.3.19
db49daf
mangle Object.defineProperty()
(#3059)
923deef
support inline source map from multiple files (#3058)
0b62a28
improve usability of includeSources
(#3057)
44116c6
fix AST corruption during inline
of simple return
(#3056)
b5bab25
speed up has_parens()
(take 2) (#3052)
There are 200 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Β
The new version differs by 203 commits.
59eecb6
v3.3.22
d83c649
fix corner case in strip_func_ids()
(#3090)
7362f57
improve performance when handling unused variables in collapse_vars
(#3084)
eaa2c1f
v3.3.21
6a91652
fix inline
of catch
-scoped variables (#3077)
ba7069d
suppress hoist_props
for embedded assignments (#3074)
4dd7d0e
extend hoist_props
(#3073)
90199d0
extend join_vars
on object assignments (#3072)
b82fd0a
handle flow control in loops with reduce_vars
(#3069)
183da16
handle pure_funcs
under inline
& reduce_vars
correctly (#3066)
87857b0
v3.3.20
e5f6a88
fix corner case in reuse of mangle
options (#3062)
8d0b003
v3.3.19
db49daf
mangle Object.defineProperty()
(#3059)
923deef
support inline source map from multiple files (#3058)
There are 203 commits in total.
See the full diff
Fixed
Version 3.3.1 of uglify-js was just published.
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 failed [Details](https://travis-ci.org/xuset/idb-kv-store/builds/321135103?utm_source=github_status&utm_medium=notification)Release Notes
v3.3.1Β
Commits
The new version differs by 3 commits.
8701a99
v3.3.1
1476c78
add
html-minifier
to benchmarks (#2646)cb6a928
fix infinite loop during
inline
(#2645)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: