typescript-lib-starter
typescript-lib-starter copied to clipboard
Update rollup to the latest version π
The devDependency rollup was updated from 0.68.2 to 1.0.0.
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.
Find out more about this release.
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 from0.68.2to1.0.1.
Update to this version instead π
Release Notes for v1.0.1
2019-01-03
Bug Fixes
- Properly handle reexporting an external default export for non-ESM targets when using named exports mode (#2620)
- Do not (wrongly) re-declare input options in the merged
RollupOptionstype (#2622)
Pull Requests
Commits
The new version differs by 6 commits.
fbb5f9e1.0.1e7b3c78Update changelogeda15faUpdate changelog5ff6352Show how to skip imports for optional plugins (#2627)6d32530Simplify RollupOptions (#2622)f5364d9Fixed issue with reexporting default as default with {exports: named, interop: true} options. (#2620)
See the full diff
- The
devDependencyrollup was updated from0.68.2to1.0.2.
Update to this version instead π
Release Notes for v1.0.2
2019-01-05
Bug Fixes
- Make sure the transform hook is always reevaluated when a file watched by the hook changes (#2633)
- Fix a crash when generating hashes for tree-shaken dynamic imports (#2638)
- Fix a crash and some inconsistencies when using the acorn-bigint plugin (#2640)
Pull Requests
- #2633: Document
this.addWatchFileand make sure it also declares transform dependencies (@lukastaegert) - #2635: Make sure
codeis optional in warning type (@lukastaegert) - #2638: Do not fail when generating hashes for tree-shaken dynamic imports (@lukastaegert)
- #2640: Always treat bigints as unknown (@lukastaegert)
- #2641: Make sure all CLI options are listed in the summary (@lukastaegert)
Commits
The new version differs by 7 commits.
27cde2a1.0.26b55518Update changelog6ac23e9Make sure all CLI options are listed in the summary (#2641)be7afedTreat bigints as unknown for now on all systems to avoid accidentally (#2640)ee6db13Do not fail when generating hashes for tree-shaken dynamic imports (#2638)29b8c64Makecodeoptional again in rollup warnings (#2635)6b343abMake sure this.addWatchFile also declares transform dependencies, (#2633)
See the full diff
- The
devDependencyrollup was updated from0.68.2to1.1.0.
Update to this version instead π
Commits
The new version differs by 6 commits.
00d75211.1.076c7162Update changelogbf47572Make this.meta available in options hook, pass input options to buildStart (#2642)d2e2c9fImprove how acorn is imported, update dependencies (#2636)b7a8403implement writeBundle hook (#2643)34cb08dFix typo related to entryFileNames example (#2647)
See the full diff
- The
devDependencyrollup was updated from0.68.2to1.2.0.
Update to this version instead π
Commits
The new version differs by 26 commits.
60e8df21.2.056ff3e3Update changelog19a7727Reimplement variable deconflicting logic (#2689)fe84e00Update changelogdb42a04Prevent final resolution and facade creation for inlined dynamic imports (#2677)4d082b0Respect rendered exports when generating chunk hashes (#2695)14a17afCorrectly render function expression inside simplified expression statements. (#2696)0a46310Add a fix for MaxListenersExceededWarning (#2700)1454b90Update rollup-pluginutils (#2703)d883243Update changelogf8faa4bAllow config files to contain non-default exports (#2673)d6a865eUpdate changelog1ae20fcImprove type of RollupOutput.output (#2679)7f79ab1Update changelogc702f3aFix typo in export-globals test (#2693)
There are 26 commits in total.
See the full diff
- The
devDependencyrollup was updated from0.68.2to1.2.1.
Update to this version instead π
Release Notes for v1.2.1
2019-02-17
Bug Fixes
- Fix ESM version of Rollup (#2705)
Pull Requests
- #2705: Fix ESM version of Rollup (@lukastaegert)
- The
devDependencyrollup was updated from0.68.2to1.2.3.
Update to this version instead π
Release Notes for v1.2.3
2019-02-23
Bug Fixes
- Use correct path when rendering dynamic imports where the entry module is empty (#2714)
Pull Requests
- #2714: Properly render dynamic imports when imported module is empty (@lukastaegert)
- The
devDependencyrollup was updated from0.68.2to1.2.4.
Update to this version instead π
Release Notes for v1.2.4
2019-02-26
Bug Fixes
- Fix an issue where a variable was imported twice under the same name (#2715)
Pull Requests
- #2715: Deduplicate imports referencing default exports and their original variables (@lukastaegert)
- The
devDependencyrollup was updated from0.68.2to1.2.5.
- The
devDependencyrollup was updated from0.68.2to1.3.0.
Update to this version instead π
Release Notes for v1.3.0
2019-02-26
Features
- Treeshake call expressions prefixed with UglifyJS style
@__PURE__annotations (#2429)
Pull Requests
- #2429: Add support for
/*#__PURE__*/comments (@conartist6 and @lukastaegert)
- The
devDependencyrollup was updated from0.68.2to1.3.1.
Update to this version instead π
Release Notes for v1.3.1
2019-02-27
Bug Fixes
- Correctly reexport the default export from entry chunks (#2727)
Pull Requests
- #2727: Take chunk export mode into account when reexporting default (@lukastaegert)
- The
devDependencyrollup was updated from0.68.2to1.3.2.
Update to this version instead π
Release Notes for v1.3.2
2019-02-27
Bug Fixes
- Allow ids of default exported classes to be exported separately (#2728)
Pull Requests
- #2728: Update dependencies (@lukastaegert)
- The
devDependencyrollup was updated from0.68.2to1.4.0.
Update to this version instead π
Release Notes for v1.4.0
2019-03-01
Features
- Add option to change the name of the dynamic import function to allow polyfilling it (#2723)
Pull Requests
- #2723: Add
dynamicImportFunctionoption (@keithamus)
- The
devDependencyrollup was updated from0.68.2to1.4.1.
Update to this version instead π
Release Notes for v1.4.1
2019-03-04
Features
- Do not treat the import target "" as external by default (#2733)
Pull Requests
- #2733:Do not treat the import target "" as external by default (@LongTengDao)
- The
devDependencyrollup was updated from0.68.2to1.4.2.
Update to this version instead π
Release Notes for v1.4.2
2019-03-07
Bug Fixes
- Respect variable identity of exports when hashing (#2741)
- Resolve a situations where a variable was imported twice with the same name (#2737)
Pull Requests
- #2741: Fix hashing when different variable are exported using the same name (@lukastaegert)
- #2737: Fix duplicate imports with conflicting names (@lukastaegert)
Commits
The new version differs by 6 commits.
adaa23e1.4.22d03a67Update changelog858fea4Resolve a situation where different default exports referencing the same (#2737)6903425Update changelogaf41561Fix an issue where the same hash was generated when different variables (#2741)d27c0f6Docs: Fix return type (#2738)
See the full diff
- The
devDependencyrollup was updated from0.68.2to1.5.0.
Update to this version instead π
Release Notes for v1.5.0
2019-03-07
Features
- Allow resolving to a different id while marking it as external at the same time (#2734)
Pull Requests
- #2734: Allow resolveId to return an object (@lukastaegert)
- The
devDependencyrollup was updated from0.68.2to1.6.0.
- The
devDependencyrollup was updated from0.68.2to1.6.1.
Update to this version instead π
Release Notes for v1.6.1
2019-03-20
Bug Fixes
- Avoid name clashes of unused default exports when tree-shaking is false (#2758)
- Do not crash when generating SystemJS bundles containing array patterns with member expressions (#2760)
Pull Requests
- #2758: Make sure unused default exports are deconflicted when tree-shaking is false (@lukastaegert)
- #2760: Handle member expressions in array patterns (@lukastaegert)
- The
devDependencyrollup was updated from0.68.2to1.7.0.
- The
devDependencyrollup was updated from0.68.2to1.7.1.
Update to this version instead π
Release Notes for v1.7.1
2019-03-24
Bug Fixes
- Prevent invalid code when exporting several hundred identifiers from a chunk (#2768)
- Do not wrongly deconflict labels (#2776)
Pull Requests
- #2768: Sanitize shortened internal export names (@lukastaegert)
- #2769: Update dependencies and fix security issue (@lukastaegert)
- #2776: Do not treat break labels as identifiers (@lukastaegert)
Commits
The new version differs by 7 commits.
7c4ceca1.7.1034034fUpdate changelog75b41e2Do not treat break labels as identifiers (#2776)61dcba8Update changelog9cbb73eSanitize shortened internal export names (#2768)dec4d83Update changelog429942eUpdate dependencies and fix security issues (#2769)
See the full diff
- The
devDependencyrollup was updated from0.68.2to1.7.3.
- The
devDependencyrollup was updated from0.68.2to1.8.0.
Update to this version instead π
Release Notes for v1.8.0
2019-04-02
Features
- Support
moduleas alias foresmandcommonjsforcjsto match Node (#2783)
Pull Requests
- #2782: Inline interopDefault in config loading (@guybedford)
- #2783: Support Node-style format aliases (@guybedford)
Commits
The new version differs by 7 commits.
712c56f1.8.0f083f50Update changelogdba1438inline interopDefault in config loading (#2782)8825cdbSupport Node-style format aliases (#2783)f5a6c301.7.45c6c884Update changelogb3578aeMake all properties in TreeshakingOptions optional (#2779)
See the full diff
- The
devDependencyrollup was updated from0.68.2to1.9.0.
Update to this version instead π
Release Notes for v1.9.0
2019-04-05
Features
- Add built-in support for bigint (#2789)
Pull Requests
- #2789: Ship with bigint support built-in (@danielgindi)
- #2791: Use shared extractAssignedNames from rollup-pluginutils (@lukastaegert)
- #2792: Test that rollup-plugin-commonjs works with preserveModules (@lukastaegert)
Commits
The new version differs by 7 commits.
fadf7bcFix linting2500f4c1.9.0c544083Update changelogc3d67caShip with bigint support built-in (#2789)c6bad2fUpdate changelog7837fc5Test that rollup-plugin-commonjs works with preserveModules (#2792)fee090cUse shared extractAssignedNames from rollup-pluginutils (#2791)
See the full diff