Closed greenkeeper[bot] closed 5 years ago
After pinning to 1.9.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
rollup was updated from 1.9.3
to 1.10.0
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
2019-04-11
import.meta.url
(#2785)import.meta
(#2785)devDependency
rollup was updated from 1.10.0
to 1.10.1
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
devDependency
rollup was updated from 1.10.1
to 1.11.0
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
2019-05-03
emitChunk
plugin context function to emit additional entry chunks that can be referenced from the code (#2809)manualChunks
to be a function (#2831).js
extensions in AMD imports to make sure an AMD baseUrl
would work (#2809)resolveFileUrl
plugin hook to replace resolveAssetUrl
and handle emitted chunks as well (#2809)resolve
plugin hook to replace resolveId
and isExternal
that returns an object (#2829)resolveDynamicImport
to return an {id, external}
object to also resolve unresolvable dynamic imports to a module (#2829)string | null
from this.resolveId
even if some resolveId
hooks return objects (#2829)resolveDynamicImport
resolves to a non-external module that does not exist (#2829)generateBundle
documentation (@lukastaegert)The new version differs by 24 commits.
61a7947
1.11.0
20222ce
Run npm test on appveyor again
e5f45d2
Update changelog
5a5ccc8
Update dependencies (#2833)
c4d8440
Update changelog
d96a846
Manual chunks function (#2831)
856707c
Improve id resolution (#2829)
18829da
Add hook for dynamic entry chunk emission (#2809)
980903b
Update changelog
933b322
Also mention code and map in the generateBundle hook documentation (#2832)
0441723
Update changelog
4b4ace3
Docs: Fix syntax error (#2821)
e7b5214
1.10.1
ef69222
Update changelog
099444d
Catch invalid options.format values (#2813)
There are 24 commits in total.
See the full diff
devDependency
rollup was updated from 1.11.0
to 1.11.1
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
2019-05-04
The new version differs by 27 commits.
67a717b
1.11.1
773cecd
Update changelog
6238077
Fix removedExports
to correctly track the exported item (#2835)
61a7947
1.11.0
20222ce
Run npm test on appveyor again
e5f45d2
Update changelog
5a5ccc8
Update dependencies (#2833)
c4d8440
Update changelog
d96a846
Manual chunks function (#2831)
856707c
Improve id resolution (#2829)
18829da
Add hook for dynamic entry chunk emission (#2809)
980903b
Update changelog
933b322
Also mention code and map in the generateBundle hook documentation (#2832)
0441723
Update changelog
4b4ace3
Docs: Fix syntax error (#2821)
There are 27 commits in total.
See the full diff
devDependency
rollup was updated from 1.11.1
to 1.11.2
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
2019-05-04
The new version differs by 30 commits.
d24dd8e
1.11.2
bbeb536
Update changelog
3596f1f
Make sure circular export * from X
does not stack overflow (#2836)
67a717b
1.11.1
773cecd
Update changelog
6238077
Fix removedExports
to correctly track the exported item (#2835)
61a7947
1.11.0
20222ce
Run npm test on appveyor again
e5f45d2
Update changelog
5a5ccc8
Update dependencies (#2833)
c4d8440
Update changelog
d96a846
Manual chunks function (#2831)
856707c
Improve id resolution (#2829)
18829da
Add hook for dynamic entry chunk emission (#2809)
980903b
Update changelog
There are 30 commits in total.
See the full diff
devDependency
rollup was updated from 1.11.2
to 1.11.3
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
2019-05-05
The new version differs by 33 commits.
7d669eb
1.11.3
c04388d
Update changelog
dee790e
Add es3 support for namespace object import (#2825)
d24dd8e
1.11.2
bbeb536
Update changelog
3596f1f
Make sure circular export * from X
does not stack overflow (#2836)
67a717b
1.11.1
773cecd
Update changelog
6238077
Fix removedExports
to correctly track the exported item (#2835)
61a7947
1.11.0
20222ce
Run npm test on appveyor again
e5f45d2
Update changelog
5a5ccc8
Update dependencies (#2833)
c4d8440
Update changelog
d96a846
Manual chunks function (#2831)
There are 33 commits in total.
See the full diff
devDependency
rollup was updated from 1.11.3
to 1.12.0
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
2019-05-15
treeshake.moduleSideEffects
option to allow removing empty imports without a side-effect check (#2844)this.resolve
plugin context function with an option to skip the resolveId
hook of the calling plugin (#2844)isEntry
flag to this.getModuleInfo
plugin context function (#2844)The new version differs by 37 commits.
fc1fa5b
1.12.0
0cb505b
Update changelog
4cad1bd
Switch to es2015 output (#2851)
1de599f
Add options and hooks to control module side effects (#2844)
7d669eb
1.11.3
c04388d
Update changelog
dee790e
Add es3 support for namespace object import (#2825)
d24dd8e
1.11.2
bbeb536
Update changelog
3596f1f
Make sure circular export * from X
does not stack overflow (#2836)
67a717b
1.11.1
773cecd
Update changelog
6238077
Fix removedExports
to correctly track the exported item (#2835)
61a7947
1.11.0
20222ce
Run npm test on appveyor again
There are 37 commits in total.
See the full diff
devDependency
rollup was updated from 1.12.0
to 1.12.1
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
2019-05-16
The new version differs by 42 commits.
b25b16a
1.12.1
6c88569
Update changelog
33eba89
Allow transformers to return an empty string (#2861)
53947a1
Update changelog
3f27695
Update to latest plugins and extend file name sanitation (#2860)
fc1fa5b
1.12.0
0cb505b
Update changelog
4cad1bd
Switch to es2015 output (#2851)
1de599f
Add options and hooks to control module side effects (#2844)
7d669eb
1.11.3
c04388d
Update changelog
dee790e
Add es3 support for namespace object import (#2825)
d24dd8e
1.11.2
bbeb536
Update changelog
3596f1f
Make sure circular export * from X
does not stack overflow (#2836)
There are 42 commits in total.
See the full diff
devDependency
rollup was updated from 1.12.1
to 1.12.2
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
2019-05-17
The new version differs by 49 commits.
a4fbc53
1.12.2
968cb2a
Update changelog
72f2e81
Cache transitive reexport detection (#2864)
020e87f
Update changelog
7aaec61
Declare processConfigsErr before use (#2858)
6a79bc1
keep nested exports with preserveModules (#2854) (#2863)
7e3225f
Fix date in changelog
b25b16a
1.12.1
6c88569
Update changelog
33eba89
Allow transformers to return an empty string (#2861)
53947a1
Update changelog
3f27695
Update to latest plugins and extend file name sanitation (#2860)
fc1fa5b
1.12.0
0cb505b
Update changelog
4cad1bd
Switch to es2015 output (#2851)
There are 49 commits in total.
See the full diff
devDependency
rollup was updated from 1.12.2
to 1.12.3
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
2019-05-19
The new version differs by 54 commits.
455e994
1.12.3
c72da4a
Update changelog
9f84980
Properly deduplicate reexported default exports (#2866)
0655489
Update changelog
65b6aef
Enable TypeScript strictNullChecks (#2755)
a4fbc53
1.12.2
968cb2a
Update changelog
72f2e81
Cache transitive reexport detection (#2864)
020e87f
Update changelog
7aaec61
Declare processConfigsErr before use (#2858)
6a79bc1
keep nested exports with preserveModules (#2854) (#2863)
7e3225f
Fix date in changelog
b25b16a
1.12.1
6c88569
Update changelog
33eba89
Allow transformers to return an empty string (#2861)
There are 54 commits in total.
See the full diff
devDependency
rollup was updated from 1.12.3
to 1.12.4
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
2019-05-27
The new version differs by 58 commits.
d4ce506
1.12.4
bc709ad
Update changelog
00cfcb7
Mention subfolders in docs (#2875)
941e822
Reserve error stack information (#2871)
455e994
1.12.3
c72da4a
Update changelog
9f84980
Properly deduplicate reexported default exports (#2866)
0655489
Update changelog
65b6aef
Enable TypeScript strictNullChecks (#2755)
a4fbc53
1.12.2
968cb2a
Update changelog
72f2e81
Cache transitive reexport detection (#2864)
020e87f
Update changelog
7aaec61
Declare processConfigsErr before use (#2858)
6a79bc1
keep nested exports with preserveModules (#2854) (#2863)
There are 58 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
- β **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/i-like-robots/hyperons/builds/518152166?utm_source=github_status&utm_medium=notification)).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: