An in-range update of rollup is breaking the build π¨
greenkeeper opened this issue Β· 21 comments
The devDependency rollup was updated from 1.14.2
to 1.14.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
- β continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
Release Notes for v1.14.3
2019-06-06
Bug Fixes
- Generate correct external imports when importing from a directory that would be above the root of the current working directory (#2902)
Pull Requests
- #2902: Use browser relative path algorithm for chunks (@lukastaegert)
Commits
The new version differs by 4 commits.
c68bd95
1.14.3
d79aa57
Update changelog
7179390
Use browser relative path algorithm for chunks (#2902)
b1df517
Add funding button
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 π΄
After pinning to 1.14.2 your tests are passing again. Downgrade this dependency π.
- The
devDependency
rollup was updated from1.14.3
to1.14.4
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.14.4
2019-06-07
Bug Fixes
- Do not omit external re-exports for
moduleSideEffects: false
(#2905)
Pull Requests
- #2905: Make sure external re-exports are included for moduleSideEffects: false (@lukastaegert)
- The
devDependency
rollup was updated from1.14.4
to1.14.5
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.14.5
2019-06-09
Bug Fixes
- Keep external ids unmodified when using the object form of resolveId (#2907)
- Cache dynamic import resolutions when using Rollup cache (#2908)
- Keep all necessary parentheses when tree-shaking call arguments (#2911)
Pull Requests
- #2906: Update dependencies (@lukastaegert)
- #2907: Do not renormalize external ids when using the object form (@lukastaegert)
- #2908: Cache dynamic ids if possible (@lukastaegert)
- #2911: Fix treeshaken parameters around parentheses (@manucorporat)
Commits
The new version differs by 10 commits.
139c0b5
1.14.5
a931d1f
Update changelog
84bc002
Cache dynamic ids if possible (#2908)
fd2fe29
Do not resolve relative external ids when using the object form (#2907)
a10a4fb
Fix treeshaken parameters around parentheses (#2911)
6652a3e
Update changelog
98a91ef
Update dependencies (#2906)
b22a264
1.14.4
4392a3e
Update changelog
0a0b67f
Make sure external re-exports are included for moduleSideEffects: false (#2905)
See the full diff
- The
devDependency
rollup was updated from1.14.5
to1.14.6
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.14.6
2019-06-10
Bug Fixes
- Fix an issue where call arguments were not included in try statements (#2914)
Pull Requests
- #2914: Properly include try statements for each pass when deoptimization is deactivated (@lukastaegert)
Commits
The new version differs by 13 commits.
3ff3db8
1.14.6
a624540
Update changelog
9abcb7e
Properly include try statements for each pass when deoptimization is deactivated (#2914)
139c0b5
1.14.5
a931d1f
Update changelog
84bc002
Cache dynamic ids if possible (#2908)
fd2fe29
Do not resolve relative external ids when using the object form (#2907)
a10a4fb
Fix treeshaken parameters around parentheses (#2911)
6652a3e
Update changelog
98a91ef
Update dependencies (#2906)
b22a264
1.14.4
4392a3e
Update changelog
0a0b67f
Make sure external re-exports are included for moduleSideEffects: false (#2905)
See the full diff
- The
devDependency
rollup was updated from1.14.6
to1.15.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
- The
devDependency
rollup was updated from1.15.0
to1.15.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 22 commits.
c9eeef7
1.15.1
33513a9
Update changelog
dbe4492
Handle reexports from dynamic entries across chunks (#2928)
fb4632c
1.15.0
b0283f7
Update changelog
9418822
Do not tree-shake arguments with side-effects (#2924)
355c690
Deoptimize try-catch less radically (#2918)
b377163
Support implicit type coercion errors in es5-shim (#2917)
1718faa
Deoptimize typeof for regular expression literals to better support es6-shim (#2916)
3ff3db8
1.14.6
a624540
Update changelog
9abcb7e
Properly include try statements for each pass when deoptimization is deactivated (#2914)
139c0b5
1.14.5
a931d1f
Update changelog
84bc002
Cache dynamic ids if possible (#2908)
There are 22 commits in total.
See the full diff
- The
devDependency
rollup was updated from1.15.1
to1.15.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.15.2
2019-06-13
Bug Fixes
- Make sure chunks emitted from transform hooks are also emitted for incremental builds in watch mode (#2933)
Pull Requests
- #2933: Reemit chunks emitted from transform hooks (@lukastaegert)
Commits
The new version differs by 25 commits.
c3247e6
1.15.2
7a5057a
Update changelog
bf43add
Reemit chunks emitted from transform hooks (#2933)
c9eeef7
1.15.1
33513a9
Update changelog
dbe4492
Handle reexports from dynamic entries across chunks (#2928)
fb4632c
1.15.0
b0283f7
Update changelog
9418822
Do not tree-shake arguments with side-effects (#2924)
355c690
Deoptimize try-catch less radically (#2918)
b377163
Support implicit type coercion errors in es5-shim (#2917)
1718faa
Deoptimize typeof for regular expression literals to better support es6-shim (#2916)
3ff3db8
1.14.6
a624540
Update changelog
9abcb7e
Properly include try statements for each pass when deoptimization is deactivated (#2914)
There are 25 commits in total.
See the full diff
- The
devDependency
rollup was updated from1.15.2
to1.15.3
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.15.3
2019-06-13
Bug Fixes
- Always reemit assets and chunks from cached transform hooks (#2936)
Pull Requests
- #2936: Fix repeated re-emission of files emitted from a transform hook (@lukastaegert)
Commits
The new version differs by 28 commits.
d98eb95
1.15.3
f17910b
Update changelog
9d19a18
Fix repeated re-emission of files emitted from a transform hook (#2936)
c3247e6
1.15.2
7a5057a
Update changelog
bf43add
Reemit chunks emitted from transform hooks (#2933)
c9eeef7
1.15.1
33513a9
Update changelog
dbe4492
Handle reexports from dynamic entries across chunks (#2928)
fb4632c
1.15.0
b0283f7
Update changelog
9418822
Do not tree-shake arguments with side-effects (#2924)
355c690
Deoptimize try-catch less radically (#2918)
b377163
Support implicit type coercion errors in es5-shim (#2917)
1718faa
Deoptimize typeof for regular expression literals to better support es6-shim (#2916)
There are 28 commits in total.
See the full diff
- The
devDependency
rollup was updated from1.15.6
to1.16.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 45 commits.
eb16d2f
1.16.0
d711fc4
Update changelog
1739459
Add option to handle use of features marked for deprecation as errors (#2950)
bae092c
Update changelog
0de95d0
Improve dynamic import interop (#2954)
3681afa
Keep annotations and comments when simplifying logical and conditional expressions (#2955)
1347489
1.15.6
9624952
Update changelog
f4b19ab
Improve handling of conflicting namespace exports (#2893)
7d1bd82
Get rid of alternate screen and simplify screen clearing (#2942)
3a5c17a
1.15.5
c1ba368
Update changelog
b216023
Completely omit files that do not have any included statements (#2940)
dd00ff5
Explicitly allow null as return value for various hooks (#2941)
74a3be1
1.15.4
There are 45 commits in total.
See the full diff
- The
devDependency
rollup was updated from1.16.0
to1.16.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 48 commits.
dc7fc34
1.16.1
53dfc84
Update changelog
88b938d
Add missing docs for strictDeprecations (#2956)
eb16d2f
1.16.0
d711fc4
Update changelog
1739459
Add option to handle use of features marked for deprecation as errors (#2950)
bae092c
Update changelog
0de95d0
Improve dynamic import interop (#2954)
3681afa
Keep annotations and comments when simplifying logical and conditional expressions (#2955)
1347489
1.15.6
9624952
Update changelog
f4b19ab
Improve handling of conflicting namespace exports (#2893)
7d1bd82
Get rid of alternate screen and simplify screen clearing (#2942)
3a5c17a
1.15.5
c1ba368
Update changelog
There are 48 commits in total.
See the full diff
- The
devDependency
rollup was updated from1.16.1
to1.16.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 51 commits.
3ed6c52
1.16.2
48f7f6d
Update changelog
9cb67d2
Make sure errors from dynamic imports can be caught (#2958)
dc7fc34
1.16.1
53dfc84
Update changelog
88b938d
Add missing docs for strictDeprecations (#2956)
eb16d2f
1.16.0
d711fc4
Update changelog
1739459
Add option to handle use of features marked for deprecation as errors (#2950)
bae092c
Update changelog
0de95d0
Improve dynamic import interop (#2954)
3681afa
Keep annotations and comments when simplifying logical and conditional expressions (#2955)
1347489
1.15.6
9624952
Update changelog
f4b19ab
Improve handling of conflicting namespace exports (#2893)
There are 51 commits in total.
See the full diff
- The
devDependency
rollup was updated from1.16.2
to1.16.3
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.16.3
2019-06-29
Bug Fixes
- Prevent name conflicts with unused function parameters (#2972)
Pull Requests
- #2972: Deconflict unused parameters (@lukastaegert)
Commits
The new version differs by 54 commits.
ea68fbc
1.16.3
dbc2c17
Update changelog
9fb1a48
Deconflict unused parameters (#2972)
3ed6c52
1.16.2
48f7f6d
Update changelog
9cb67d2
Make sure errors from dynamic imports can be caught (#2958)
dc7fc34
1.16.1
53dfc84
Update changelog
88b938d
Add missing docs for strictDeprecations (#2956)
eb16d2f
1.16.0
d711fc4
Update changelog
1739459
Add option to handle use of features marked for deprecation as errors (#2950)
bae092c
Update changelog
0de95d0
Improve dynamic import interop (#2954)
3681afa
Keep annotations and comments when simplifying logical and conditional expressions (#2955)
There are 54 commits in total.
See the full diff
- The
devDependency
rollup was updated from1.16.3
to1.16.4
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.16.4
2019-07-02
Bug Fixes
- Do not show a TypeScript error when providing a location as number to this.warn and this.error (#2974)
- Use the correct TypeScript type for Sourcemap.version (#2976)
Pull Requests
- #2965: Use async readFile in getRollupDefaultPlugin (@kaksmet)
- #2974: Align TS types, docs and implementation for this.warn and this.error (@lukastaegert)
- #2976: Fix sourcemap type and update dependencies (@lukastaegert)
Commits
The new version differs by 64 commits.
2896755
1.16.4
c2eb6e6
Update changelog
b02296a
Use async readFile in getRollupDefaultPlugin (#2965)
20b434d
Update changelog
eb97a3d
Fix sourcemap type and update dependencies (#2976)
959df58
Update changelog
5682ae9
Align TS types, docs and implementation for this.warn and this.error (#2975)
21b7ce4
Compensate for netlify URL normalization and fix scrolling again
928d7d6
Update website links
0dd6c15
Remove accidental solo test run
ea68fbc
1.16.3
dbc2c17
Update changelog
9fb1a48
Deconflict unused parameters (#2972)
3ed6c52
1.16.2
48f7f6d
Update changelog
There are 64 commits in total.
See the full diff
- The
devDependency
rollup was updated from1.16.4
to1.16.5
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.16.5
2019-07-04
Bug Fixes
- onwarn should still be called when --silent is used (#2982)
- Properly clean up watchers for files that are deleted between builds (#2982)
Pull Requests
- #2981: Do not skip onwarn handler when --silent is used (@lukastaegert)
- #2982: Make tests run on Node 12, fix watcher cleanup issue (@lukastaegert)
Commits
The new version differs by 68 commits.
c4dbb51
1.16.5
ee4f0fe
Update changelog
b1afb6e
Do not skip onwarn handler when --silent is used (#2981)
ef7486d
Make tests run on Node 12, fix watcher cleanup issue (#2982)
2896755
1.16.4
c2eb6e6
Update changelog
b02296a
Use async readFile in getRollupDefaultPlugin (#2965)
20b434d
Update changelog
eb97a3d
Fix sourcemap type and update dependencies (#2976)
959df58
Update changelog
5682ae9
Align TS types, docs and implementation for this.warn and this.error (#2975)
21b7ce4
Compensate for netlify URL normalization and fix scrolling again
928d7d6
Update website links
0dd6c15
Remove accidental solo test run
ea68fbc
1.16.3
There are 68 commits in total.
See the full diff
- The
devDependency
rollup was updated from1.16.5
to1.16.6
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.16.6
2019-07-04
Bug Fixes
- Do not pass undefined to resolveDynamicImport for unresolvable template literals (#2984)
Pull Requests
- #2984: Always forward AST nodes for unresolvable dynamic imports (@lukastaegert)
Commits
The new version differs by 71 commits.
198a7b6
1.16.6
365e363
Update changelog
61f021e
Always forward AST nodes for unresolvable dynamic imports (#2984)
c4dbb51
1.16.5
ee4f0fe
Update changelog
b1afb6e
Do not skip onwarn handler when --silent is used (#2981)
ef7486d
Make tests run on Node 12, fix watcher cleanup issue (#2982)
2896755
1.16.4
c2eb6e6
Update changelog
b02296a
Use async readFile in getRollupDefaultPlugin (#2965)
20b434d
Update changelog
eb97a3d
Fix sourcemap type and update dependencies (#2976)
959df58
Update changelog
5682ae9
Align TS types, docs and implementation for this.warn and this.error (#2975)
21b7ce4
Compensate for netlify URL normalization and fix scrolling again
There are 71 commits in total.
See the full diff
- The
devDependency
rollup was updated from1.16.6
to1.16.7
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.16.7
2019-07-09
Bug Fixes
- Fix an issue where exported import.meta properties would lead to invalid code (#2986)
Pull Requests
- #2985: Improve sourcemap types (@jridgewell)
- #2986: Only overwrite content when resolving import.meta properties (@lukastaegert)
Commits
The new version differs by 77 commits.
faebb27
1.16.7
05219ef
Update changelog
893c725
Only overwrite content when resolving import.meta properties (#2986)
e66d7be
Sourcemap types (#2985)
8fe1385
Minor stylistic improvements
36f690a
Remove leftover solo: true
198a7b6
1.16.6
365e363
Update changelog
61f021e
Always forward AST nodes for unresolvable dynamic imports (#2984)
c4dbb51
1.16.5
ee4f0fe
Update changelog
b1afb6e
Do not skip onwarn handler when --silent is used (#2981)
ef7486d
Make tests run on Node 12, fix watcher cleanup issue (#2982)
2896755
1.16.4
c2eb6e6
Update changelog
There are 77 commits in total.
See the full diff
- The
devDependency
rollup was updated from1.16.7
to1.17.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.17.0
2019-07-15
Features
- Allow plugins to access current combined sourcemap in transform hook for coverage instrumentation (#2986)
Pull Requests
- #2987: Fix code fences for link (@johanholmerin)
- #2989: Bump lodash from 4.17.11 to 4.17.14 (@dependabot)
- #2993: Add getCombinedSourceMap in transform plugin context (@billowz)
Commits
The new version differs by 82 commits.
5d1541a
1.17.0
61989d4
Update changelog
7b5aa2b
Bump lodash from 4.17.11 to 4.17.14 (#2989)
6b500b8
Add getCombinedSourceMap in transform plugin context (#2983) (#2993)
a36020d
docs: Fix code fences for link (#2987)
faebb27
1.16.7
05219ef
Update changelog
893c725
Only overwrite content when resolving import.meta properties (#2986)
e66d7be
Sourcemap types (#2985)
8fe1385
Minor stylistic improvements
36f690a
Remove leftover solo: true
198a7b6
1.16.6
365e363
Update changelog
61f021e
Always forward AST nodes for unresolvable dynamic imports (#2984)
c4dbb51
1.16.5
There are 82 commits in total.
See the full diff
- The
devDependency
rollup was updated from1.17.0
to1.18.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.18.0
2019-08-01
Features
- Add
externalLiveBindings: false
option to optimize code when live bindings are not needed (#3010)
Pull Requests
- #2997: Integrate coverage into CI setup (@lukastaegert)
- #2998: Update readme badges (@lukastaegert)
- #3010: Add option to prevent code for external live bindings (@lukastaegert)
Commits
The new version differs by 90 commits.
57dd0b9
1.18.0
997df87
Update changelog
4a0fa56
Add option to prevent code for external live bindings (#3010)
def3ae2
Update changelog
2219f24
Update badges (#2998)
8f4a993
Update changelog
b194d4a
Include working coverage script (#2997)
db6979d
Update changelog
5d1541a
1.17.0
61989d4
Update changelog
7b5aa2b
Bump lodash from 4.17.11 to 4.17.14 (#2989)
6b500b8
Add getCombinedSourceMap in transform plugin context (#2983) (#2993)
a36020d
docs: Fix code fences for link (#2987)
faebb27
1.16.7
05219ef
Update changelog
There are 90 commits in total.
See the full diff
- The
devDependency
rollup was updated from1.18.0
to1.19.0
.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 96 commits.
9af119d
1.19.0
b3f361c
Update changelog
456f4d2
Avoid variable from empty module name be empty (#3026)
17eaa43
Use id of last module in chunk as name base for auto-generated chunks (#3025)
871bfa0
Switch to a code-splitting build and update dependencies (#3020)
2443783
Unified file emission api (#2999)
57dd0b9
1.18.0
997df87
Update changelog
4a0fa56
Add option to prevent code for external live bindings (#3010)
def3ae2
Update changelog
2219f24
Update badges (#2998)
8f4a993
Update changelog
b194d4a
Include working coverage script (#2997)
db6979d
Update changelog
5d1541a
1.17.0
There are 96 commits in total.
See the full diff
- The
devDependency
rollup was updated from1.19.0
to1.19.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
- The
devDependency
rollup was updated from1.19.3
to1.19.4
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.19.4
2019-08-07
Bug Fixes
- Prevent invalid code when exporting an external namespace (#3034)
- Prevent invalid or non-equivalent code when simplifying expressions in return and throw statements (#3035)
Pull Requests
- #3034: Avoid generating .* as export (@LongTengDao)
- #3035: Prevent ASI errors for conditional expressions (@lukastaegert)
- #3036: Fix documents to use https, not http (@giraffate)
Commits
The new version differs by 14 commits.
ce60434
1.19.4
cc3726d
Update changelog
288069e
Prevent ASI errors for conditional expressions (#3035)
44a23bb
Avoid generate .* thing (#3034)
bdac4aa
Fix documents to use https, not http (#3036)
b1eef11
1.19.3
f97b75c
Update changelog
a243d14
Fix reference url in error messages (#3033)
f9a61d3
1.19.2
9606a25
Update changelog
c6b0483
Include bin in files
87f9262
1.19.1
5044165
Update changelog
81c4869
Fix wrong file extension (#3031)
See the full diff