faq
faq copied to clipboard
An in-range update of rollup is breaking the build π¨
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
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.
516a06d1.9.3a5526eaUpdate changelogc3d73ffHandle 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 :palm_tree:
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.
- The
devDependencyrollup was updated from1.9.3to1.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
devDependencyrollup was updated from1.10.0to1.10.1.
Your tests are passing again with this update. Explicitly upgrade to this version π
- The
devDependencyrollup was updated from1.10.1to1.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
emitChunkplugin context function to emit additional entry chunks that can be referenced from the code (#2809) - Allow
manualChunksto be a function (#2831) - Omit
.jsextensions in AMD imports to make sure an AMDbaseUrlwould work (#2809) - Automatically use the name of the imported module as a base for dynamically imported chunks (#2809)
- Add
resolveFileUrlplugin hook to replaceresolveAssetUrland handle emitted chunks as well (#2809) - Add
resolveplugin hook to replaceresolveIdandisExternalthat returns an object (#2829) - Allow
resolveDynamicImportto 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 | nullfromthis.resolveIdeven if someresolveIdhooks return objects (#2829) - Show proper warnings when
resolveDynamicImportresolves 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
generateBundledocumentation (@lukastaegert) - #2833: Update dependencies (@lukastaegert)
Commits
The new version differs by 24 commits.
61a79471.11.020222ceRun npm test on appveyor againe5f45d2Update changelog5a5ccc8Update dependencies (#2833)c4d8440Update changelogd96a846Manual chunks function (#2831)856707cImprove id resolution (#2829)18829daAdd hook for dynamic entry chunk emission (#2809)980903bUpdate changelog933b322Also mention code and map in the generateBundle hook documentation (#2832)0441723Update changelog4b4ace3Docs: Fix syntax error (#2821)e7b52141.10.1ef69222Update changelog099444dCatch invalid options.format values (#2813)
There are 24 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.11.0to1.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.
67a717b1.11.1773cecdUpdate changelog6238077FixremovedExportsto correctly track the exported item (#2835)61a79471.11.020222ceRun npm test on appveyor againe5f45d2Update changelog5a5ccc8Update dependencies (#2833)c4d8440Update changelogd96a846Manual chunks function (#2831)856707cImprove id resolution (#2829)18829daAdd hook for dynamic entry chunk emission (#2809)980903bUpdate changelog933b322Also mention code and map in the generateBundle hook documentation (#2832)0441723Update changelog4b4ace3Docs: Fix syntax error (#2821)
There are 27 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.11.1to1.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.
d24dd8e1.11.2bbeb536Update changelog3596f1fMake sure circularexport * from Xdoes not stack overflow (#2836)67a717b1.11.1773cecdUpdate changelog6238077FixremovedExportsto correctly track the exported item (#2835)61a79471.11.020222ceRun npm test on appveyor againe5f45d2Update changelog5a5ccc8Update dependencies (#2833)c4d8440Update changelogd96a846Manual chunks function (#2831)856707cImprove id resolution (#2829)18829daAdd hook for dynamic entry chunk emission (#2809)980903bUpdate changelog
There are 30 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.11.2to1.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.
7d669eb1.11.3c04388dUpdate changelogdee790eAdd es3 support for namespace object import (#2825)d24dd8e1.11.2bbeb536Update changelog3596f1fMake sure circularexport * from Xdoes not stack overflow (#2836)67a717b1.11.1773cecdUpdate changelog6238077FixremovedExportsto correctly track the exported item (#2835)61a79471.11.020222ceRun npm test on appveyor againe5f45d2Update changelog5a5ccc8Update dependencies (#2833)c4d8440Update changelogd96a846Manual chunks function (#2831)
There are 33 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.11.3to1.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.moduleSideEffectsoption 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.resolveplugin context function with an option to skip theresolveIdhook of the calling plugin (#2844) - Add
isEntryflag tothis.getModuleInfoplugin 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.
fc1fa5b1.12.00cb505bUpdate changelog4cad1bdSwitch to es2015 output (#2851)1de599fAdd options and hooks to control module side effects (#2844)7d669eb1.11.3c04388dUpdate changelogdee790eAdd es3 support for namespace object import (#2825)d24dd8e1.11.2bbeb536Update changelog3596f1fMake sure circularexport * from Xdoes not stack overflow (#2836)67a717b1.11.1773cecdUpdate changelog6238077FixremovedExportsto correctly track the exported item (#2835)61a79471.11.020222ceRun npm test on appveyor again
There are 37 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.12.0to1.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.
b25b16a1.12.16c88569Update changelog33eba89Allow transformers to return an empty string (#2861)53947a1Update changelog3f27695Update to latest plugins and extend file name sanitation (#2860)fc1fa5b1.12.00cb505bUpdate changelog4cad1bdSwitch to es2015 output (#2851)1de599fAdd options and hooks to control module side effects (#2844)7d669eb1.11.3c04388dUpdate changelogdee790eAdd es3 support for namespace object import (#2825)d24dd8e1.11.2bbeb536Update changelog3596f1fMake sure circularexport * from Xdoes not stack overflow (#2836)
There are 42 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.12.1to1.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.
a4fbc531.12.2968cb2aUpdate changelog72f2e81Cache transitive reexport detection (#2864)020e87fUpdate changelog7aaec61Declare processConfigsErr before use (#2858)6a79bc1keep nested exports with preserveModules (#2854) (#2863)7e3225fFix date in changelogb25b16a1.12.16c88569Update changelog33eba89Allow transformers to return an empty string (#2861)53947a1Update changelog3f27695Update to latest plugins and extend file name sanitation (#2860)fc1fa5b1.12.00cb505bUpdate changelog4cad1bdSwitch to es2015 output (#2851)
There are 49 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.12.2to1.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.
455e9941.12.3c72da4aUpdate changelog9f84980Properly deduplicate reexported default exports (#2866)0655489Update changelog65b6aefEnable TypeScript strictNullChecks (#2755)a4fbc531.12.2968cb2aUpdate changelog72f2e81Cache transitive reexport detection (#2864)020e87fUpdate changelog7aaec61Declare processConfigsErr before use (#2858)6a79bc1keep nested exports with preserveModules (#2854) (#2863)7e3225fFix date in changelogb25b16a1.12.16c88569Update changelog33eba89Allow transformers to return an empty string (#2861)
There are 54 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.12.3to1.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.
d4ce5061.12.4bc709adUpdate changelog00cfcb7Mention subfolders in docs (#2875)941e822Reserve error stack information (#2871)455e9941.12.3c72da4aUpdate changelog9f84980Properly deduplicate reexported default exports (#2866)0655489Update changelog65b6aefEnable TypeScript strictNullChecks (#2755)a4fbc531.12.2968cb2aUpdate changelog72f2e81Cache transitive reexport detection (#2864)020e87fUpdate changelog7aaec61Declare processConfigsErr before use (#2858)6a79bc1keep nested exports with preserveModules (#2854) (#2863)
There are 58 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.12.4to1.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.
747c12b1.12.58e6b87cUpdate changelog07b3686Update pluginutils for new micormatch (#2884)d4ce5061.12.4bc709adUpdate changelog00cfcb7Mention subfolders in docs (#2875)941e822Reserve error stack information (#2871)455e9941.12.3c72da4aUpdate changelog9f84980Properly deduplicate reexported default exports (#2866)0655489Update changelog65b6aefEnable TypeScript strictNullChecks (#2755)a4fbc531.12.2968cb2aUpdate changelog72f2e81Cache transitive reexport detection (#2864)
There are 61 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.12.5to1.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
exportsandmodulefrom 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.
df11753Fix lintinga6308661.13.052268a9Update changelogb006d13Deconflict global variables used inside format-specific code (#2880)70b0844Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (#2885)747c12b1.12.58e6b87cUpdate changelog07b3686Update pluginutils for new micormatch (#2884)d4ce5061.12.4bc709adUpdate changelog00cfcb7Mention subfolders in docs (#2875)941e822Reserve error stack information (#2871)455e9941.12.3c72da4aUpdate changelog9f84980Properly deduplicate reexported default exports (#2866)
There are 66 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.13.0to1.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.
6a8d5ef1.13.152032bbUpdate changelog53cde75Protect all module globals for CJS output from being redefined (#2889)4a70e08Update changelogdc87d58Enable full TypeScript strict mode (#2888)df11753Fix lintinga6308661.13.052268a9Update changelogb006d13Deconflict global variables used inside format-specific code (#2880)70b0844Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (#2885)747c12b1.12.58e6b87cUpdate changelog07b3686Update pluginutils for new micormatch (#2884)d4ce5061.12.4bc709adUpdate changelog
There are 71 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.13.1to1.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.
6f9c3b51.14.08186d22Update changelogcf398aaImplement try-statement-deoptimization for feature detection, tree-shake unused arguments (#2892)6a8d5ef1.13.152032bbUpdate changelog53cde75Protect all module globals for CJS output from being redefined (#2889)4a70e08Update changelogdc87d58Enable full TypeScript strict mode (#2888)df11753Fix lintinga6308661.13.052268a9Update changelogb006d13Deconflict global variables used inside format-specific code (#2880)70b0844Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (#2885)747c12b1.12.58e6b87cUpdate changelog
There are 74 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.14.0to1.14.1.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.14.1
2019-06-05
Bug Fixes
- Fix an issue where try-statements were not included properly when a variable declared inside the statement was accessed outside it (#2898)
- Fix an issue where
awaitexpressions were not included properly (#2899)
Pull Requests
- #2898: Properly include try-catch-statements even if they have already been included in some way (@lukastaegert)
- #2899: Fix unintended early return in await inclusion handling (@lukastaegert)
Commits
The new version differs by 78 commits.
79152051.14.14f7fddaUpdate changelogaf1748dFix unintended early return in await inclusion handling. (#2899)71f2fa8Properly include try-catch-statements even if they have already been (#2898)6f9c3b51.14.08186d22Update changelogcf398aaImplement try-statement-deoptimization for feature detection, tree-shake unused arguments (#2892)6a8d5ef1.13.152032bbUpdate changelog53cde75Protect all module globals for CJS output from being redefined (#2889)4a70e08Update changelogdc87d58Enable full TypeScript strict mode (#2888)df11753Fix lintinga6308661.13.052268a9Update changelog
There are 78 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.14.1to1.14.2.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.14.2
2019-06-05
Bug Fixes
- Prevent unnecessary inclusion of external namespace import in certain situations (#2900)
Pull Requests
- #2900: Handle early bind for member expressions (@lukastaegert)
Commits
The new version differs by 81 commits.
213055c1.14.25376a3cUpdate changelog16324f1Handle early bind for member expressions (#2900)79152051.14.14f7fddaUpdate changelogaf1748dFix unintended early return in await inclusion handling. (#2899)71f2fa8Properly include try-catch-statements even if they have already been (#2898)6f9c3b51.14.08186d22Update changelogcf398aaImplement try-statement-deoptimization for feature detection, tree-shake unused arguments (#2892)6a8d5ef1.13.152032bbUpdate changelog53cde75Protect all module globals for CJS output from being redefined (#2889)4a70e08Update changelogdc87d58Enable full TypeScript strict mode (#2888)
There are 81 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.14.2to1.14.3.
Your tests are still failing with this version. Compare changes
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 85 commits.
c68bd951.14.3d79aa57Update changelog7179390Use browser relative path algorithm for chunks (#2902)b1df517Add funding button213055c1.14.25376a3cUpdate changelog16324f1Handle early bind for member expressions (#2900)79152051.14.14f7fddaUpdate changelogaf1748dFix unintended early return in await inclusion handling. (#2899)71f2fa8Properly include try-catch-statements even if they have already been (#2898)6f9c3b51.14.08186d22Update changelogcf398aaImplement try-statement-deoptimization for feature detection, tree-shake unused arguments (#2892)6a8d5ef1.13.1
There are 85 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.14.3to1.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
devDependencyrollup was updated from1.14.4to1.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.
139c0b51.14.5a931d1fUpdate changelog84bc002Cache dynamic ids if possible (#2908)fd2fe29Do not resolve relative external ids when using the object form (#2907)a10a4fbFix treeshaken parameters around parentheses (#2911)6652a3eUpdate changelog98a91efUpdate dependencies (#2906)b22a2641.14.44392a3eUpdate changelog0a0b67fMake sure external re-exports are included for moduleSideEffects: false (#2905)
See the full diff
- The
devDependencyrollup was updated from1.14.5to1.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.
3ff3db81.14.6a624540Update changelog9abcb7eProperly include try statements for each pass when deoptimization is deactivated (#2914)139c0b51.14.5a931d1fUpdate changelog84bc002Cache dynamic ids if possible (#2908)fd2fe29Do not resolve relative external ids when using the object form (#2907)a10a4fbFix treeshaken parameters around parentheses (#2911)6652a3eUpdate changelog98a91efUpdate dependencies (#2906)b22a2641.14.44392a3eUpdate changelog0a0b67fMake sure external re-exports are included for moduleSideEffects: false (#2905)
See the full diff
- The
devDependencyrollup was updated from1.14.6to1.15.0.
Your tests are passing again with this update. Explicitly upgrade to this version π
- The
devDependencyrollup was updated from1.15.0to1.15.1.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 22 commits.
c9eeef71.15.133513a9Update changelogdbe4492Handle reexports from dynamic entries across chunks (#2928)fb4632c1.15.0b0283f7Update changelog9418822Do not tree-shake arguments with side-effects (#2924)355c690Deoptimize try-catch less radically (#2918)b377163Support implicit type coercion errors in es5-shim (#2917)1718faaDeoptimize typeof for regular expression literals to better support es6-shim (#2916)3ff3db81.14.6a624540Update changelog9abcb7eProperly include try statements for each pass when deoptimization is deactivated (#2914)139c0b51.14.5a931d1fUpdate changelog84bc002Cache dynamic ids if possible (#2908)
There are 22 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.15.1to1.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.
c3247e61.15.27a5057aUpdate changelogbf43addReemit chunks emitted from transform hooks (#2933)c9eeef71.15.133513a9Update changelogdbe4492Handle reexports from dynamic entries across chunks (#2928)fb4632c1.15.0b0283f7Update changelog9418822Do not tree-shake arguments with side-effects (#2924)355c690Deoptimize try-catch less radically (#2918)b377163Support implicit type coercion errors in es5-shim (#2917)1718faaDeoptimize typeof for regular expression literals to better support es6-shim (#2916)3ff3db81.14.6a624540Update changelog9abcb7eProperly include try statements for each pass when deoptimization is deactivated (#2914)
There are 25 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.15.2to1.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.
d98eb951.15.3f17910bUpdate changelog9d19a18Fix repeated re-emission of files emitted from a transform hook (#2936)c3247e61.15.27a5057aUpdate changelogbf43addReemit chunks emitted from transform hooks (#2933)c9eeef71.15.133513a9Update changelogdbe4492Handle reexports from dynamic entries across chunks (#2928)fb4632c1.15.0b0283f7Update changelog9418822Do not tree-shake arguments with side-effects (#2924)355c690Deoptimize try-catch less radically (#2918)b377163Support implicit type coercion errors in es5-shim (#2917)1718faaDeoptimize typeof for regular expression literals to better support es6-shim (#2916)
There are 28 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.15.6to1.16.0.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 45 commits.
eb16d2f1.16.0d711fc4Update changelog1739459Add option to handle use of features marked for deprecation as errors (#2950)bae092cUpdate changelog0de95d0Improve dynamic import interop (#2954)3681afaKeep annotations and comments when simplifying logical and conditional expressions (#2955)13474891.15.69624952Update changelogf4b19abImprove handling of conflicting namespace exports (#2893)7d1bd82Get rid of alternate screen and simplify screen clearing (#2942)3a5c17a1.15.5c1ba368Update changelogb216023Completely omit files that do not have any included statements (#2940)dd00ff5Explicitly allow null as return value for various hooks (#2941)74a3be11.15.4
There are 45 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.16.0to1.16.1.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 48 commits.
dc7fc341.16.153dfc84Update changelog88b938dAdd missing docs for strictDeprecations (#2956)eb16d2f1.16.0d711fc4Update changelog1739459Add option to handle use of features marked for deprecation as errors (#2950)bae092cUpdate changelog0de95d0Improve dynamic import interop (#2954)3681afaKeep annotations and comments when simplifying logical and conditional expressions (#2955)13474891.15.69624952Update changelogf4b19abImprove handling of conflicting namespace exports (#2893)7d1bd82Get rid of alternate screen and simplify screen clearing (#2942)3a5c17a1.15.5c1ba368Update changelog
There are 48 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.16.1to1.16.2.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 51 commits.
3ed6c521.16.248f7f6dUpdate changelog9cb67d2Make sure errors from dynamic imports can be caught (#2958)dc7fc341.16.153dfc84Update changelog88b938dAdd missing docs for strictDeprecations (#2956)eb16d2f1.16.0d711fc4Update changelog1739459Add option to handle use of features marked for deprecation as errors (#2950)bae092cUpdate changelog0de95d0Improve dynamic import interop (#2954)3681afaKeep annotations and comments when simplifying logical and conditional expressions (#2955)13474891.15.69624952Update changelogf4b19abImprove handling of conflicting namespace exports (#2893)
There are 51 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.16.2to1.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.
ea68fbc1.16.3dbc2c17Update changelog9fb1a48Deconflict unused parameters (#2972)3ed6c521.16.248f7f6dUpdate changelog9cb67d2Make sure errors from dynamic imports can be caught (#2958)dc7fc341.16.153dfc84Update changelog88b938dAdd missing docs for strictDeprecations (#2956)eb16d2f1.16.0d711fc4Update changelog1739459Add option to handle use of features marked for deprecation as errors (#2950)bae092cUpdate changelog0de95d0Improve dynamic import interop (#2954)3681afaKeep annotations and comments when simplifying logical and conditional expressions (#2955)
There are 54 commits in total.
See the full diff