react
react copied to clipboard
Update rollup to the latest version π
The devDependency rollup was updated from 1.2.0 to 1.14.4.
This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
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)
Commits
The new version differs by 181 commits.
b22a2641.14.44392a3eUpdate changelog0a0b67fMake sure external re-exports are included for moduleSideEffects: false (#2905)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.0
There are 181 commits in total.
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:
- The
devDependencyrollup was updated from1.2.0to1.14.5.
Update to this version instead π
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 7 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)
See the full diff