An in-range update of rollup is breaking the build π¨
Closed this issue Β· 16 comments
The devDependency rollup was updated from 1.9.2
to 1.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
- β Travis CI - Branch: The build errored.
Release Notes for v1.9.3
2019-04-10
Bug Fixes
- Simplify return expressions that are evaluated before the surrounding function is bound (#2803)
Pull Requests
- #2803: Handle out-of-order binding of identifiers to improve tree-shaking (@lukastaegert)
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. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot π΄
After pinning to 1.9.2 your tests are passing again. Downgrade this dependency π.
- The
devDependency
rollup was updated from1.9.3
to1.10.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.10.0
2019-04-11
Features
- Improve generated code to polyfill
import.meta.url
(#2785) - Add plugin hook to configure handling of
import.meta
(#2785) - Improve generated code when accessing URLs of emitted assets (#2796)
- Add plugin hook to configure the generated code when accessing URLs of emitted assets (#2796)
Bug Fixes
- No longer resolve assets to their parent URL in some cases (#2796)
Pull Requests
- #2785: Refactor handling of import.meta.url and add option to configure behaviour (@lukastaegert)
- #2796: Improve and fix asset emission (@lukastaegert)
- The
devDependency
rollup was updated from1.10.0
to1.10.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
- The
devDependency
rollup was updated from1.10.1
to1.11.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.11.0
2019-05-03
Features
- Add
emitChunk
plugin context function to emit additional entry chunks that can be referenced from the code (#2809) - Allow
manualChunks
to be a function (#2831) - Omit
.js
extensions in AMD imports to make sure an AMDbaseUrl
would work (#2809) - Automatically use the name of the imported module as a base for dynamically imported chunks (#2809)
- Add
resolveFileUrl
plugin hook to replaceresolveAssetUrl
and handle emitted chunks as well (#2809) - Add
resolve
plugin hook to replaceresolveId
andisExternal
that returns an object (#2829) - Allow
resolveDynamicImport
to return an{id, external}
object to also resolve unresolvable dynamic imports to a module (#2829)
Bug Fixes
- Do not create invalid code if a dynamic import contains nothing but reexports (#2809)
- Do not fail if modules that define a manual chunk depend on each other (#2809)
- Do not fail if a module that defines a manual chunk is the dependency of a module defining a different manual chunk (#2809)
- No longer fail for unnamed duplicate entry points but combine them (#2809)
- Always return
string | null
fromthis.resolveId
even if someresolveId
hooks return objects (#2829) - Show proper warnings when
resolveDynamicImport
resolves to a non-external module that does not exist (#2829)
Pull Requests
- #2809: Add hook for dynamic entry chunk emission (@lukastaegert)
- #2821: Fix syntax error in documentation (@FFxSquall)
- #2829: Improve id resolution (@lukastaegert)
- #2831: Allow manualChunks to be a function (@lukastaegert)
- #2832: Improve
generateBundle
documentation (@lukastaegert) - #2833: Update dependencies (@lukastaegert)
Commits
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
- The
devDependency
rollup was updated from1.11.0
to1.11.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.11.1
2019-05-04
Bug Fixes
- Fix an issue where rendered exports were reported as "removed" in the bundle information (#2835)
Pull Requests
Commits
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
- The
devDependency
rollup was updated from1.11.1
to1.11.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.11.2
2019-05-04
Bug Fixes
- Prevent a crash when handling circular namespace exports (#2836)
Pull Requests
Commits
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
- The
devDependency
rollup was updated from1.11.2
to1.11.3
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.11.3
2019-05-05
Bug Fixes
- Quote es3 keywords in namespace objects (#2825)
Pull Requests
Commits
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
- The
devDependency
rollup was updated from1.11.3
to1.12.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.12.0
2019-05-15
Features
- Add
treeshake.moduleSideEffects
option to allow removing empty imports without a side-effect check (#2844) - Extend plugin API to allow marking modules as side-effect-free (#2844)
- Extend
this.resolve
plugin context function with an option to skip theresolveId
hook of the calling plugin (#2844) - Add
isEntry
flag tothis.getModuleInfo
plugin context function (#2844) - Distribute Rollup as optimized ES2015 code (#2851)
Pull Requests
- #2844: Add options and hooks to control module side effects (@lukastaegert)
- #2851: Switch to ES2015 output (@lukastaegert)
Commits
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
- The
devDependency
rollup was updated from1.12.0
to1.12.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.12.1
2019-05-16
Bug Fixes
- Extend file name sanitation to also replace "?" and "*" e.g. when preserving modules with the updated commonjs plugin (#2860)
- Do not ignore module transformer that return an empty string (#2861)
Pull Requests
- #2860: Update to latest plugins and extend file name sanitation (@lukastaegert)
- #2861: Allow transformers to return an empty string (@lukastaegert)
Commits
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
- The
devDependency
rollup was updated from1.12.1
to1.12.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.12.2
2019-05-17
Bug Fixes
- Do not fail when using clearScreen:false in watchMode (#2858)
- Properly resolve star reexports when preserving modules (#2860)
Pull Requests
- #2858: Declare processConfigsErr before use (@humphd)
- #2860: Keep nested exports with preserveModules (@TomCaserta)
- #2864: Cache transitive reexport detection (@lukastaegert)
Commits
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
- The
devDependency
rollup was updated from1.12.2
to1.12.3
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.12.3
2019-05-19
Bug Fixes
- Prevent duplicate imports when exports are reexported as default exports (#2866)
Pull Requests
- #2755: Enable TypeScript strictNullChecks (@edsrzf)
- #2866: Properly deduplicate reexported default exports (@lukastaegert)
Commits
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
- The
devDependency
rollup was updated from1.12.3
to1.12.4
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.12.4
2019-05-27
Bug Fixes
- Show correct error stack trace for errors throw in "load" hooks (#2871)
Pull Requests
- #2875: Mention subfolders in docs (@lukastaegert)
- #2871: Reserve error stack information (@LongTengDao)
Commits
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 from1.12.4
to1.12.5
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.12.5
2019-05-30
Pull Requests
- #2884: Update pluginutils for new micormatch and reduced bundle size (@lukastaegert)
Commits
The new version differs by 61 commits.
747c12b
1.12.5
8e6b87c
Update changelog
07b3686
Update pluginutils for new micormatch (#2884)
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)
There are 61 commits in total.
See the full diff
- The
devDependency
rollup was updated from1.12.5
to1.13.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.13.0
2019-05-31
Features
- Omit
exports
andmodule
from SystemJS wrapper if possible (#2880) - Try to use the first letters of names when mangling exports (#2885)
Bug Fixes
- Avoid conflicts with local variables when using format specific globals to render dynamic imports and file URLs (#2880)
- Do not produce undefined reexports when reexporting from entry points (#2885)
Pull Requests
- #2880: Deconflict global variables used inside format-specific code (@lukastaegert)
- #2885: Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (@lukastaegert)
Commits
The new version differs by 66 commits.
df11753
Fix linting
a630866
1.13.0
52268a9
Update changelog
b006d13
Deconflict global variables used inside format-specific code (#2880)
70b0844
Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (#2885)
747c12b
1.12.5
8e6b87c
Update changelog
07b3686
Update pluginutils for new micormatch (#2884)
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)
There are 66 commits in total.
See the full diff
- The
devDependency
rollup was updated from1.13.0
to1.13.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.13.1
2019-06-01
Bug Fixes
- Avoid conflicts between top-level module, require etc. and CommonJS runtimes (#2889)
Pull Requests
- #2888: Enable full TypeScript strict mode (@lukastaegert)
- #2889: Protect all module globals for CJS output from being redefined (@lukastaegert)
Commits
The new version differs by 71 commits.
6a8d5ef
1.13.1
52032bb
Update changelog
53cde75
Protect all module globals for CJS output from being redefined (#2889)
4a70e08
Update changelog
dc87d58
Enable full TypeScript strict mode (#2888)
df11753
Fix linting
a630866
1.13.0
52268a9
Update changelog
b006d13
Deconflict global variables used inside format-specific code (#2880)
70b0844
Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (#2885)
747c12b
1.12.5
8e6b87c
Update changelog
07b3686
Update pluginutils for new micormatch (#2884)
d4ce506
1.12.4
bc709ad
Update changelog
There are 71 commits in total.
See the full diff
- The
devDependency
rollup was updated from1.13.1
to1.14.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.14.0
2019-06-05
Features
- Deoptimize code inside and called from try-statements for feature detection (#2892)
- Tree-shake unused call arguments (#2892)
Pull Requests
- #2892: Implement try-statement-deoptimization for feature detection, tree-shake unused arguments (@lukastaegert)
Commits
The new version differs by 74 commits.
6f9c3b5
1.14.0
8186d22
Update changelog
cf398aa
Implement try-statement-deoptimization for feature detection, tree-shake unused arguments (#2892)
6a8d5ef
1.13.1
52032bb
Update changelog
53cde75
Protect all module globals for CJS output from being redefined (#2889)
4a70e08
Update changelog
dc87d58
Enable full TypeScript strict mode (#2888)
df11753
Fix linting
a630866
1.13.0
52268a9
Update changelog
b006d13
Deconflict global variables used inside format-specific code (#2880)
70b0844
Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (#2885)
747c12b
1.12.5
8e6b87c
Update changelog
There are 74 commits in total.
See the full diff