Open greenkeeper[bot] opened 5 years ago
devDependency
rollup was updated from 1.21.2
to 1.21.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-09-09
The new version differs by 160 commits.
13b27ca
1.21.3
6a216d0
Update changelog
ed880a0
Fix .addWatchFile() dependencies failing to invalidate in watch mode (#3112)
ed34bc5
1.21.2
d363b3e
Update changelog
47b57dd
Fix wrong deprecation message
96e691b
1.21.1
b7ebc49
Update changelog
cb5227c
Permit plugins to add assets directly to the bundle in Rollup 1.x (#3105)
1b72941
1.21.0
0ad169a
Update changelog
1d524f2
fix: remove 'use strict'; from systemjs when strict=false (#3101)
8dceaf6
Add support for entryFileNames pattern used in combination with preserveModules option (#3088)
b226036
Make accessing unknown globals a side-effect (#3068)
bba1466
feat: OutputBundle Tagged union with 'type = chunk|asset' (#3080)
There are 160 commits in total.
See the full diff
devDependency
rollup was updated from 1.21.3
to 1.21.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-09-16
The new version differs by 163 commits.
9bd47a2
1.21.4
7fd57c0
Update changelog
86d98cb
Add browser globals to known globals and prevent "typeof" side-effects (#3117)
13b27ca
1.21.3
6a216d0
Update changelog
ed880a0
Fix .addWatchFile() dependencies failing to invalidate in watch mode (#3112)
ed34bc5
1.21.2
d363b3e
Update changelog
47b57dd
Fix wrong deprecation message
96e691b
1.21.1
b7ebc49
Update changelog
cb5227c
Permit plugins to add assets directly to the bundle in Rollup 1.x (#3105)
1b72941
1.21.0
0ad169a
Update changelog
1d524f2
fix: remove 'use strict'; from systemjs when strict=false (#3101)
There are 163 commits in total.
See the full diff
devDependency
rollup was updated from 1.21.4
to 1.22.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-09-29
namespaceToStringTag: true
(#3135)--context
is observed as a CLI option (#3134)The new version differs by 172 commits.
55dddd8
1.22.0
647187c
Update changelog
962be76
Generate sourcemaps but omit the comment (#3120)
b8335db
Set null prototype on namespace objects. (#3136)
a1ec55c
Remove Symbol polyfill in module namespaces (#3135)
a92d09d
Preserve empty for...of loops (#3132)
bc5b98d
Use asterisk for @types/* dependencies (#3131)
4b69c09
Wire up --context CLI flag (#3134)
a261cad
Update dependencies (#3133)
9bd47a2
1.21.4
7fd57c0
Update changelog
86d98cb
Add browser globals to known globals and prevent "typeof" side-effects (#3117)
13b27ca
1.21.3
6a216d0
Update changelog
ed880a0
Fix .addWatchFile() dependencies failing to invalidate in watch mode (#3112)
There are 172 commits in total.
See the full diff
devDependency
rollup was updated from 1.22.0
to 1.23.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-10-03
The new version differs by 176 commits.
5d53c04
1.23.0
1d08d6b
Update changelog and dependencies
9a6d811
Fix typo (#3142)
998ddf1
Include extensions in preserveModules output filenames for scriptified assets (#3116)
55dddd8
1.22.0
647187c
Update changelog
962be76
Generate sourcemaps but omit the comment (#3120)
b8335db
Set null prototype on namespace objects. (#3136)
a1ec55c
Remove Symbol polyfill in module namespaces (#3135)
a92d09d
Preserve empty for...of loops (#3132)
bc5b98d
Use asterisk for @types/* dependencies (#3131)
4b69c09
Wire up --context CLI flag (#3134)
a261cad
Update dependencies (#3133)
9bd47a2
1.21.4
7fd57c0
Update changelog
There are 176 commits in total.
See the full diff
devDependency
rollup was updated from 1.23.0
to 1.23.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-10-05
The new version differs by 180 commits.
53266e6
1.23.1
6bca51a
Update changelog
ee6a8c0
Ensure that types packages have star version ranges (#3143)
0e51dfb
Update license
5d53c04
1.23.0
1d08d6b
Update changelog and dependencies
9a6d811
Fix typo (#3142)
998ddf1
Include extensions in preserveModules output filenames for scriptified assets (#3116)
55dddd8
1.22.0
647187c
Update changelog
962be76
Generate sourcemaps but omit the comment (#3120)
b8335db
Set null prototype on namespace objects. (#3136)
a1ec55c
Remove Symbol polyfill in module namespaces (#3135)
a92d09d
Preserve empty for...of loops (#3132)
bc5b98d
Use asterisk for @types/* dependencies (#3131)
There are 180 commits in total.
See the full diff
devDependency
rollup was updated from 1.23.1
to 1.24.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-10-15
break
, continue
, return
and throw
when tree-shaking to detect dead code (#3153)import.meta
properties produce valid code in SystemJS (#3152)treeshake.annotations: false
is respected for class instantiation (#3153)The new version differs by 184 commits.
4fd918f
1.24.0
b5a9f47
Update changelog
f6db7bc
Allow import.meta.* for systemjs format (#3152)
4b16548
Get rid of immutable.js and implement tree-shaking for broken control flow (#3153)
53266e6
1.23.1
6bca51a
Update changelog
ee6a8c0
Ensure that types packages have star version ranges (#3143)
0e51dfb
Update license
5d53c04
1.23.0
1d08d6b
Update changelog and dependencies
9a6d811
Fix typo (#3142)
998ddf1
Include extensions in preserveModules output filenames for scriptified assets (#3116)
55dddd8
1.22.0
647187c
Update changelog
962be76
Generate sourcemaps but omit the comment (#3120)
There are 184 commits in total.
See the full diff
devDependency
rollup was updated from 1.24.0
to 1.25.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-10-18
The new version differs by 189 commits.
d677eb7
1.25.0
f307c89
Update changelog
91cb8f0
Add missing spaces in certain statements and expressions to avoid invalid code (#3173)
121a7f4
Handle optional control flow in labeled statements, remove unused labels (#3170)
836a106
Better try statement tree shaking (#3166)
4fd918f
1.24.0
b5a9f47
Update changelog
f6db7bc
Allow import.meta.* for systemjs format (#3152)
4b16548
Get rid of immutable.js and implement tree-shaking for broken control flow (#3153)
53266e6
1.23.1
6bca51a
Update changelog
ee6a8c0
Ensure that types packages have star version ranges (#3143)
0e51dfb
Update license
5d53c04
1.23.0
1d08d6b
Update changelog and dependencies
There are 189 commits in total.
See the full diff
devDependency
rollup was updated from 1.25.1
to 1.25.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-10-23
rollup.rollup
(#3184)The new version differs by 200 commits.
b123169
1.25.2
52e5ba5
Update changelog
e24bc46
RollupOptions accept output as array (#3184)
dae509d
Add parentheses to factory function of UMD bundles (#3183)
b0d35e1
1.25.1
dc8e933
Update changelog
24063a6
Handle conditional breaks in do-while loops with unconditional return (#3180)
06fb16a
Disable errors for duplicate emitted file names (#3175)
f99c7e4
Add original parser error to rollup error; Update tests (#3176)
06047fc
Fix switch case not being included correctly (#3178)
73faf06
Update dependencies (#3179)
d677eb7
1.25.0
f307c89
Update changelog
91cb8f0
Add missing spaces in certain statements and expressions to avoid invalid code (#3173)
121a7f4
Handle optional control flow in labeled statements, remove unused labels (#3170)
There are 200 commits in total.
See the full diff
devDependency
rollup was updated from 1.25.2
to 1.26.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-10-27
The new version differs by 205 commits.
53fb6fe
1.26.0
1fad958
Update changelog
1e1a111
Add support for "export * as name from β¦" (#3193)
2f7e064
Remove the need to provide an output name for IIFE bundles (#3181)
b4c8b43
[feat] Adds support for large assets (> 100 MB) (#3194)
b123169
1.25.2
52e5ba5
Update changelog
e24bc46
RollupOptions accept output as array (#3184)
dae509d
Add parentheses to factory function of UMD bundles (#3183)
b0d35e1
1.25.1
dc8e933
Update changelog
24063a6
Handle conditional breaks in do-while loops with unconditional return (#3180)
06fb16a
Disable errors for duplicate emitted file names (#3175)
f99c7e4
Add original parser error to rollup error; Update tests (#3176)
06047fc
Fix switch case not being included correctly (#3178)
There are 205 commits in total.
See the full diff
devDependency
rollup was updated from 1.26.0
to 1.26.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-10-31
The new version differs by 209 commits.
38c3171
1.26.1
4071fa8
Update changelog
d8becda
Make the CLI run generate/output in serial (#3201)
9c85d2a
support all config file extensions (.js,.mjs,...) (#3204)
53fb6fe
1.26.0
1fad958
Update changelog
1e1a111
Add support for "export * as name from β¦" (#3193)
2f7e064
Remove the need to provide an output name for IIFE bundles (#3181)
b4c8b43
[feat] Adds support for large assets (> 100 MB) (#3194)
b123169
1.25.2
52e5ba5
Update changelog
e24bc46
RollupOptions accept output as array (#3184)
dae509d
Add parentheses to factory function of UMD bundles (#3183)
b0d35e1
1.25.1
dc8e933
Update changelog
There are 209 commits in total.
See the full diff
devDependency
rollup was updated from 1.26.1
to 1.26.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-10-31
treeshake: false
and star re-exports (#3209)The new version differs by 212 commits.
5cbfdee
1.26.2
2ed5bfe
Update changelog
066620e
Also remove export-all declarations when not tree-shaking (#3209)
38c3171
1.26.1
4071fa8
Update changelog
d8becda
Make the CLI run generate/output in serial (#3201)
9c85d2a
support all config file extensions (.js,.mjs,...) (#3204)
53fb6fe
1.26.0
1fad958
Update changelog
1e1a111
Add support for "export * as name from β¦" (#3193)
2f7e064
Remove the need to provide an output name for IIFE bundles (#3181)
b4c8b43
[feat] Adds support for large assets (> 100 MB) (#3194)
b123169
1.25.2
52e5ba5
Update changelog
e24bc46
RollupOptions accept output as array (#3184)
There are 212 commits in total.
See the full diff
devDependency
rollup was updated from 1.26.2
to 1.26.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-11-02
undefined
in an unused named export (@lukastaegert)The new version differs by 215 commits.
f9b9a7c
1.26.3
7ea824b
Update changelog
33b15cd
Do no fail if the source attribute is undefined
in an unused named export (#3211)
5cbfdee
1.26.2
2ed5bfe
Update changelog
066620e
Also remove export-all declarations when not tree-shaking (#3209)
38c3171
1.26.1
4071fa8
Update changelog
d8becda
Make the CLI run generate/output in serial (#3201)
9c85d2a
support all config file extensions (.js,.mjs,...) (#3204)
53fb6fe
1.26.0
1fad958
Update changelog
1e1a111
Add support for "export * as name from β¦" (#3193)
2f7e064
Remove the need to provide an output name for IIFE bundles (#3181)
b4c8b43
[feat] Adds support for large assets (> 100 MB) (#3194)
There are 215 commits in total.
See the full diff
devDependency
rollup was updated from 1.26.3
to 1.26.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
rollup was updated from 1.26.4
to 1.26.5
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-11-11
The new version differs by 224 commits.
8318bb4
1.26.5
9bb2c92
Update changelog
af8801b
Allow passing input options to output (#3223)
6fed410
1.26.4
79d047f
Update changelog
1a63383
Also recover from plugin errors during the initial build (#3219)
68fbefc
Update changelog
9ba33f0
docs: fix small typo (#3216)
b8ecf3d
Update dependencies and fix security vulnerability (#3217)
f9b9a7c
1.26.3
7ea824b
Update changelog
33b15cd
Do no fail if the source attribute is undefined
in an unused named export (#3211)
5cbfdee
1.26.2
2ed5bfe
Update changelog
066620e
Also remove export-all declarations when not tree-shaking (#3209)
There are 224 commits in total.
See the full diff
devDependency
rollup was updated from 1.26.5
to 1.27.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-11-12
The new version differs by 227 commits.
4b78645
1.27.0
ee326c4
Update changelog
17c14cd
Per output plugins (#3218)
8318bb4
1.26.5
9bb2c92
Update changelog
af8801b
Allow passing input options to output (#3223)
6fed410
1.26.4
79d047f
Update changelog
1a63383
Also recover from plugin errors during the initial build (#3219)
68fbefc
Update changelog
9ba33f0
docs: fix small typo (#3216)
b8ecf3d
Update dependencies and fix security vulnerability (#3217)
f9b9a7c
1.26.3
7ea824b
Update changelog
33b15cd
Do no fail if the source attribute is undefined
in an unused named export (#3211)
There are 227 commits in total.
See the full diff
devDependency
rollup was updated from 1.27.0
to 1.27.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-11-18
acornOptions
optional in parse()
in docs (@tjenkinson)The new version differs by 234 commits.
0697166
1.27.1
d7ad410
Update changelog
690d388
Do not truncate after switch-statement with removed case (#3241)
3885a7f
make acornOptions
optional in parse()
in docs (#3237)
4227977
Update dependencies and fix vulnerability (#3240)
5289fde
docs: Fix tutorial example
d588810
docs: Fix phase for resolveDynamicImport
4b78645
1.27.0
ee326c4
Update changelog
17c14cd
Per output plugins (#3218)
8318bb4
1.26.5
9bb2c92
Update changelog
af8801b
Allow passing input options to output (#3223)
6fed410
1.26.4
79d047f
Update changelog
There are 234 commits in total.
See the full diff
devDependency
rollup was updated from 1.27.1
to 1.27.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-11-18
+=
in SystemJS (#3242)The new version differs by 237 commits.
0366e24
1.27.2
81a2726
Update changelog
6dcc4e0
Export updated assignments when using shorthand update assignment expressions in SystemJS (#3242)
0697166
1.27.1
d7ad410
Update changelog
690d388
Do not truncate after switch-statement with removed case (#3241)
3885a7f
make acornOptions
optional in parse()
in docs (#3237)
4227977
Update dependencies and fix vulnerability (#3240)
5289fde
docs: Fix tutorial example
d588810
docs: Fix phase for resolveDynamicImport
4b78645
1.27.0
ee326c4
Update changelog
17c14cd
Per output plugins (#3218)
8318bb4
1.26.5
9bb2c92
Update changelog
There are 237 commits in total.
See the full diff
devDependency
rollup was updated from 1.27.2
to 1.27.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-11-20
The new version differs by 241 commits.
8f4f012
1.27.3
486253f
Update changelog
91010bf
Clearer empty chunk warning (#3244)
edddb12
Update dependencies (#3248)
0366e24
1.27.2
81a2726
Update changelog
6dcc4e0
Export updated assignments when using shorthand update assignment expressions in SystemJS (#3242)
0697166
1.27.1
d7ad410
Update changelog
690d388
Do not truncate after switch-statement with removed case (#3241)
3885a7f
make acornOptions
optional in parse()
in docs (#3237)
4227977
Update dependencies and fix vulnerability (#3240)
5289fde
docs: Fix tutorial example
d588810
docs: Fix phase for resolveDynamicImport
4b78645
1.27.0
There are 241 commits in total.
See the full diff
devDependency
rollup was updated from 1.27.3
to 1.27.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-11-22
The new version differs by 245 commits.
2f46901
1.27.4
ac9008f
Update changelog
3befd40
Add installation as a separate header (#3251)
4eccc99
Fix broken Windows CLI tests (#3249)
8f4f012
1.27.3
486253f
Update changelog
91010bf
Clearer empty chunk warning (#3244)
edddb12
Update dependencies (#3248)
0366e24
1.27.2
81a2726
Update changelog
6dcc4e0
Export updated assignments when using shorthand update assignment expressions in SystemJS (#3242)
0697166
1.27.1
d7ad410
Update changelog
690d388
Do not truncate after switch-statement with removed case (#3241)
3885a7f
make acornOptions
optional in parse()
in docs (#3237)
There are 245 commits in total.
See the full diff
devDependency
rollup was updated from 1.27.4
to 1.27.5
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-11-25
The new version differs by 250 commits.
c547361
1.27.5
6718a09
Update changelog
973c046
Avoid name conflicts when inlining dynamic imports nested in functions (#3256)
99a715a
Update dependencies (#3257)
54cbc81
Add note about generating source maps to load() and transform() (#3252)
2f46901
1.27.4
ac9008f
Update changelog
3befd40
Add installation as a separate header (#3251)
4eccc99
Fix broken Windows CLI tests (#3249)
8f4f012
1.27.3
486253f
Update changelog
91010bf
Clearer empty chunk warning (#3244)
edddb12
Update dependencies (#3248)
0366e24
1.27.2
81a2726
Update changelog
There are 250 commits in total.
See the full diff
devDependency
rollup was updated from 1.27.5
to 1.27.6
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-11-30
The new version differs by 253 commits.
5a01f05
1.27.6
fe0fced
Update changelog
bdd1e03
Use export mode "auto" by default when preserving modules (#3265)
c547361
1.27.5
6718a09
Update changelog
973c046
Avoid name conflicts when inlining dynamic imports nested in functions (#3256)
99a715a
Update dependencies (#3257)
54cbc81
Add note about generating source maps to load() and transform() (#3252)
2f46901
1.27.4
ac9008f
Update changelog
3befd40
Add installation as a separate header (#3251)
4eccc99
Fix broken Windows CLI tests (#3249)
8f4f012
1.27.3
486253f
Update changelog
91010bf
Clearer empty chunk warning (#3244)
There are 250 commits in total.
See the full diff
devDependency
rollup was updated from 1.27.6
to 1.27.7
.Your tests are still failing with this version. Compare changes
2019-12-01
The new version differs by 257 commits.
c753a7f
1.27.7
1b8a3de
Update changelog
d5651be
Fix incomplete computed property deoptimization (#3267)
d7e3993
Update changelog
5a01f05
1.27.6
fe0fced
Update changelog
bdd1e03
Use export mode "auto" by default when preserving modules (#3265)
c547361
1.27.5
6718a09
Update changelog
973c046
Avoid name conflicts when inlining dynamic imports nested in functions (#3256)
99a715a
Update dependencies (#3257)
54cbc81
Add note about generating source maps to load() and transform() (#3252)
2f46901
1.27.4
ac9008f
Update changelog
3befd40
Add installation as a separate header (#3251)
There are 250 commits in total.
See the full diff
devDependency
rollup was updated from 1.27.7
to 1.27.8
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-12-02
devDependency
rollup was updated from 1.27.8
to 1.27.9
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-12-07
The new version differs by 9 commits.
4d809d1
1.27.9
3c36f7d
Update changelog
2b56d7d
FIX support either NO_COLOR or FORCE_COLOR=0 to turn off color (#3272)
27201d8
Make sure that indirectly reexported modules also become chunk dependencies when preserving modules (#3273)
6e92e52
Try to fix docs formatting issues
f489472
Update changelog
195bd62
1.27.8
f99054f
Update changelog
3e0aa46
workaround for various object literal mutation bugs (#3266)
See the full diff
devDependency
rollup was updated from 1.27.9
to 1.27.10
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-12-11
The new version differs by 12 commits.
a562ec5
1.27.10
6a2b3f8
Update changelog
31747e3
Avoid some unnecessary value tracking deoptimizations (#3278)
4d809d1
1.27.9
3c36f7d
Update changelog
2b56d7d
FIX support either NO_COLOR or FORCE_COLOR=0 to turn off color (#3272)
27201d8
Make sure that indirectly reexported modules also become chunk dependencies when preserving modules (#3273)
6e92e52
Try to fix docs formatting issues
f489472
Update changelog
195bd62
1.27.8
f99054f
Update changelog
3e0aa46
workaround for various object literal mutation bugs (#3266)
See the full diff
devDependency
rollup was updated from 1.27.10
to 1.27.11
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
rollup was updated from 1.27.11
to 1.27.12
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-12-13
import.meta
(#3282)import.meta
is accessed directly (@lukastaegert)The new version differs by 18 commits.
a5502ad
1.27.12
09e6ab4
Update changelog
ab48a69
Always make "module" available for SystemJS and AMD formats if import.meta
is accessed directly (#3282)
6d94f0e
1.27.11
55ddc47
Update changelog
9f77b73
Prevent infinite deoptimizations (#3280)
a562ec5
1.27.10
6a2b3f8
Update changelog
31747e3
Avoid some unnecessary value tracking deoptimizations (#3278)
4d809d1
1.27.9
3c36f7d
Update changelog
2b56d7d
FIX support either NO_COLOR or FORCE_COLOR=0 to turn off color (#3272)
27201d8
Make sure that indirectly reexported modules also become chunk dependencies when preserving modules (#3273)
6e92e52
Try to fix docs formatting issues
f489472
Update changelog
There are 18 commits in total.
See the full diff
devDependency
rollup was updated from 1.27.12
to 1.27.13
.Your tests are passing again with this update. Explicitly upgrade to this version π
2019-12-14
--environment
option (#3283)The new version differs by 21 commits.
396f238
1.27.13
216a765
Update changelog
878ac03
Allow environment variables to contain colons (#3283)
a5502ad
1.27.12
09e6ab4
Update changelog
ab48a69
Always make "module" available for SystemJS and AMD formats if import.meta
is accessed directly (#3282)
6d94f0e
1.27.11
55ddc47
Update changelog
9f77b73
Prevent infinite deoptimizations (#3280)
a562ec5
1.27.10
6a2b3f8
Update changelog
31747e3
Avoid some unnecessary value tracking deoptimizations (#3278)
4d809d1
1.27.9
3c36f7d
Update changelog
2b56d7d
FIX support either NO_COLOR or FORCE_COLOR=0 to turn off color (#3272)
There are 21 commits in total.
See the full diff
devDependency
rollup was updated from 1.27.13
to 1.27.14
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
rollup was updated from 1.29.0
to 1.29.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
2020-01-21
The new version differs by 47 commits.
21a1775
1.29.1
a49d951
Update changelog
e82410d
Properly handle circular reexports (#3350)
56cbbdc
fix tpyo (#3335)
63644db
Remove : from test file names for Windows, update dependencies (#3342)
4ab73c1
1.29.0
b0a6b73
Update changelog
3ad2246
Move top-level await out of experimental (#3089)
7769fb9
Adds type definitions for RollupWatcher events. (#3302)
b3d610f
Handle deoptimizations while a node is being included. (#3327)
35e127c
Fix module id conflict on a case insensitive OS (#3317)
b99758b
1.28.0
d086379
Update changelog
42fe317
Implement stdin input (#3312)
6106af1
[WIP] handle assignments in dead code (#3212)
There are 47 commits in total.
See the full diff
devDependency
rollup was updated from 1.29.1
to 1.30.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
2020-01-27
hoistTransitiveImports
option to disable hoisting imports of static dependencies into entry chunks (#3353)The new version differs by 51 commits.
91aa1a7
1.30.0
372fe0d
Update changelog
075933a
Add option to avoid hoisting transitive imports (#3353)
7fc24ab
Improve chunking algorithm for dynamic imports (#3354)
21a1775
1.29.1
a49d951
Update changelog
e82410d
Properly handle circular reexports (#3350)
56cbbdc
fix tpyo (#3335)
63644db
Remove : from test file names for Windows, update dependencies (#3342)
4ab73c1
1.29.0
b0a6b73
Update changelog
3ad2246
Move top-level await out of experimental (#3089)
7769fb9
Adds type definitions for RollupWatcher events. (#3302)
b3d610f
Handle deoptimizations while a node is being included. (#3327)
35e127c
Fix module id conflict on a case insensitive OS (#3317)
There are 51 commits in total.
See the full diff
devDependency
rollup was updated from 1.30.0
to 1.30.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
2020-01-27
The new version differs by 54 commits.
a54155d
1.30.1
80a3b46
Update changelog
8b772ff
Resolve issues with circular dynamic entries (#3357)
91aa1a7
1.30.0
372fe0d
Update changelog
075933a
Add option to avoid hoisting transitive imports (#3353)
7fc24ab
Improve chunking algorithm for dynamic imports (#3354)
21a1775
1.29.1
a49d951
Update changelog
e82410d
Properly handle circular reexports (#3350)
56cbbdc
fix tpyo (#3335)
63644db
Remove : from test file names for Windows, update dependencies (#3342)
4ab73c1
1.29.0
b0a6b73
Update changelog
3ad2246
Move top-level await out of experimental (#3089)
There are 54 commits in total.
See the full diff
devDependency
rollup was updated from 1.30.1
to 1.31.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
rollup was updated from 1.31.0
to 1.31.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
2020-02-14
The new version differs by 63 commits.
6f28151
1.31.1
4ed7091
Update changelog
305363a
Run transform hooks again in watch mode on files that errored (#3388)
f3d3cd8
Update changelog
bc52fbb
Adjust bug template to mention REPL.it (#3371)
7c0417f
docs: correct spelling minifaction to minification (#3366)
b08d5a9
1.31.0
4897c25
Update changelog
13d807f
Preserve asm.js code (#3362)
a54155d
1.30.1
80a3b46
Update changelog
8b772ff
Resolve issues with circular dynamic entries (#3357)
91aa1a7
1.30.0
372fe0d
Update changelog
075933a
Add option to avoid hoisting transitive imports (#3353)
There are 63 commits in total.
See the full diff
devDependency
rollup was updated from 1.31.1
to 1.32.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
2020-02-28
--plugin <plugin>
(#3379)The new version differs by 71 commits.
9d68d8e
1.32.0
f3320a0
Update changelog
07223eb
introduce CLI --plugin support (#3379)
1b5f505
Update resolveFileUrl docs (#3404)
1d8a09e
Update changelog
b6251df
Bump codecov from 3.6.1 to 3.6.5 (#3392)
db576f3
Update changelog
5779af6
fix typo: this.addWatchfile (#3390)
6f28151
1.31.1
4ed7091
Update changelog
305363a
Run transform hooks again in watch mode on files that errored (#3388)
f3d3cd8
Update changelog
bc52fbb
Adjust bug template to mention REPL.it (#3371)
7c0417f
docs: correct spelling minifaction to minification (#3366)
b08d5a9
1.31.0
There are 71 commits in total.
See the full diff
devDependency
rollup was updated from 1.32.0
to 1.32.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
2020-03-06
The new version differs by 79 commits.
f458cbf
1.32.1
8cbf216
Update changelog
97b8c40
warn.code for missing output.name of IIFE bundle that has export (#3372)
eeda078
Update generated code of getInteropBlock() to work with null prototype objects (#3420)
85c54ee
Avoid invalid code when "else" branch is simplified (#3421)
1e6284f
Missing exports errors now print the importing module (#3401)
baf382a
Fix internal documentation links
6f0f62b
Structure lifecycle hooks, add links to build time hooks (#3418)
9d68d8e
1.32.0
f3320a0
Update changelog
07223eb
introduce CLI --plugin support (#3379)
1b5f505
Update resolveFileUrl docs (#3404)
1d8a09e
Update changelog
b6251df
Bump codecov from 3.6.1 to 3.6.5 (#3392)
db576f3
Update changelog
There are 79 commits in total.
See the full diff
The devDependency rollup was updated from
1.9.2
to1.9.3
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
rollup 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
- β **ci/circleci: build_and_test:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/andreoav/click-outside-hook/124?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).Release Notes for v1.9.3
2019-04-10
Bug Fixes
Pull Requests
Commits
The new version differs by 3 commits.
516a06d
1.9.3
a5526ea
Update changelog
c3d73ff
Handle out-of-order binding of identifiers to improve tree-shaking (#2803)
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: