Update rollup to the latest version π
Version 0.60.0 of rollup was just published.
| Dependency |
rollup
|
|---|---|
| Current Version | 0.59.4 |
| Type | devDependency |
The version 0.60.0 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.
It might be worth looking into these changes and trying to get this project onto the latest version of rollup.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Commits
The new version differs by 105 commits.
12a6ae0Fix style0bc64260.60.0916a759Add release date to changelog6f973a4Merge branch 'plugin-chunking'a7058a6fix inlineDynamicImports entry misrecognition bug649a046tweak dir / file error message casesb9f085ause native URL in tests if possible2a634c7provide bundle on output property994bd6eadd url parse dependencyee53a31update magic-string7232becsingleInputChunk tweaks55ac656use MagicString.length()de83598remove processChunks hook for generateBundle, include tree-shaking info in generateBundle modules4d4ec4cunflag experimentalDynamicImportd110564pr feedback, asset url output and mechanism tests
There are 105 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:
Coverage remained the same at 92.5% when pulling f4ff0a6ed9b1988a5893e946085476d6a41e222c on greenkeeper/rollup-0.60.0 into 963201bb0208d03aca9be8c200dd898949359c99 on master.
Version 0.60.1 just got published.
Update to this version instead π
Commits
The new version differs by 7 commits.
264c8670.60.1d1b13f2Merge branch 'large-var-count'647460fMerge branch 'ongenerate-fix'fbde57efix input validation after options hookb0eda7cinclude fix for chunkId closure2b0b6c9fix ongenerate signature regression662ee81fix large variable count numbering
See the full diff
Version 0.60.2 just got published.
Update to this version instead π
Commits
The new version differs by 7 commits.
1ed9eec0.60.23f317d3Merge branch 'asset-setsource'3e3e260allow setAssetSource being called in generateBundle4704995Merge branch 'linting'bac311cAdd additional rules8fdb60eApply TSLint rules0509885Add automatic tslint fixers
See the full diff
Version 0.60.3 just got published.
Version 0.60.4 just got published.
Version 0.60.5 just got published.
Update to this version instead π
Commits
The new version differs by 10 commits.
963f2b1Remove unnecessary type cast6eee97a0.60.5a6d32e5Merge branch 'object-literal-reassignments'e3f8bb3Get reassignment tracker directly fromgraph.7f98bd3Review comments8d3d298Switch back to using immutable JS for immutable path tracking as it ise6bc4e3Resolve #2237d2596a0Prevent infinite recursions when reassigning return values857ce8d* Use module shared, mutable reassignment tracker to prevent infinitef4b37caFix TypeScript errors
See the full diff
Version 0.60.6 just got published.
Update to this version instead π
Commits
The new version differs by 9 commits.
f91e93d0.60.6ad4d470Merge branch 'literal-method-return-value-tracking'58678fdUse EMPTY_PATH in more placesa51d48bResolve #2253b114c9dRemove forEachReturnExpression and someReturnExpression logic!e329e36Refactor return value handling9a707a7Merge branch 'es-module'e3d6bddreadme updatese9feb7cES6 Module -> ES module
See the full diff
Version 0.60.7 just got published.
Version 0.61.0 just got published.
Update to this version instead π
Commits
The new version differs by 24 commits.
8112edc0.61.02361e3dFix memory leak, remove solo from test and fix tests by adding proper default9fc1294Add release date43d01fdUpdate changelogd4aed73Allow to disable __esModule (#2287)9de98ceUpdate changelog605bdfcadd vscode debugger settings (#2276)2ce4a28Merge branch 'double-declarations'8cacd62Separate collection and reassignment of initializers for double declarations39cc149Skip default property test on node 4dd35b6eTrack reassignments of array elements7911882Track reassignments of pattern defaults6bedd8c* No longer reassign variable initializers during initialization phase41d6fe8Merge branch 'transform-dependencies'1b18909feature: transform dependencies (#1203), watcher fixes #2280, #2281
There are 24 commits in total.
See the full diff
Version 0.61.2 just got published.
Version 0.62.0 just got published.
Update to this version instead π
Commits
The new version differs by 8 commits.
cd437b70.62.0c962bceUpdate changelogad41348Handle caching and invalidation of assets (#2267)c3228cdInline dynamic imports that are also imported statically and only used in a single chunk (#2295)e13b552Update changelogc29d0c1Fix plugin related types (#2299)43ebb41Update changelog8ba819fAdd option to shim missing exports (#2118)
See the full diff
Version 0.63.0 just got published.
Update to this version instead π
Commits
The new version differs by 13 commits.
9c607230.63.07608a7fUpdate changelogc2f29e4Update changelogb403e6fTree shaking fixes (#2315)d13aca5Respect frame on plugin thrown errors when pos is also given (#2309)76a4844Update changeloge093195Unify sample-based tests (#2329)4fc927bUpdate changelog3818af8Remove duplicated rollup version output (#2325)dd6f276Update changeloga449ab7Types - add missingesmas possible ModuleFormat (#2327)2f58681Update changelogcf96883implement experimentalTopLevelAwait option (#2235)
See the full diff
Version 0.63.1 just got published.
Version 0.63.2 just got published.
Version 0.63.3 just got published.
Version 0.63.4 just got published.
Version 0.63.5 just got published.
Update to this version instead π
Commits
The new version differs by 11 commits.
dc9f3470.63.56c1d1e6Fix typings for turbo colore109576Update changelog115239fUpdate changelogda97ea5Add plugin implemenation type (#2355)55d90d8fix regression #2305, ensure onwrite plugin hooks execute in sequence (#2364)fc1e6f7Update changelogd07d5bfAlways warn when no name is provided for a global module (#2359)489477dUpdate changelog9eaa1d9Remove "es6" output format from types (#2349)382323afix(types): inlineDynamicImports is optional (#2348)
See the full diff
Version 0.64.0 just got published.
Update to this version instead π
Commits
The new version differs by 16 commits.
97d7f3aFix old test cleanup910fe76Fix code style26b60a60.64.01a81065Update changelog1db6679Fix #2353 - retain empty manual chunks (#2362)1620ce9Update changelog2ae3d97chore: add minor verbiage change to bug issue template (#2380)9b1d666chore: add targeted github issue templates (#2356)1e67fa7Update changelog408e924Remove unnecessary dependency, update dependencies, fix linting of test config (#2376)4c512cbUpdate changelogcddc570Fixed faulty logic related to handling externals when resolver returns false (#2351)4a5c776Update changelog93438e4Ensure CLI warnings still show on errors, add an error for externalId collissions (#2334)bc5d433Update changelog
There are 16 commits in total.
See the full diff
Version 0.64.1 just got published.
Version 0.65.1 just got published.
Version 0.65.2 just got published.
- The
devDependencyrollup was updated from0.59.4to0.66.0.
Update to this version instead π
Commits
The new version differs by 18 commits.
2c226220.66.0b6ace36Update changelog594d24cSwitch to rollup-plugin-typescript2 (#2460)4d1a976Update changelogb34e54dFix perf script (#2433)c1bb2fbMake sure pattern defaults are deconflicted correctly (#2446)138033eTest that errors are passed to the buildEnd hook (#2450)d5a910dFaster test builds (#2457)d9b479dDeconflict top-level class and function expressions with ids (#2458)cdfd279Update changelog125e6edCorrectly associate hoisted variables with parameters (#2456)1828166Update changelogb67bf5bAdded option to transform the paths within a sourcemap. (#2430)007f42bSupport optional catch binding (stage 4 / ES2019) (#2455)6eb8036Update changelog
There are 18 commits in total.
See the full diff
- The
devDependencyrollup was updated from0.59.4to0.66.1.
- The
devDependencyrollup was updated from0.59.4to0.66.2.
- The
devDependencyrollup was updated from0.59.4to0.66.3.
Update to this version instead π
Commits
The new version differs by 9 commits.
d9696ccFix type issuec5dadca0.66.37af33e9Update changelog177b95eDetect side-effects in method arguments of unknown strings (#2476)7f4b543Update changelogad21dd8Assign chunk IDs before creating outputBundle chunks (#2483)8a8721eUpdate TypeScript and fix type errors (#2488)b9e786dUpdate changelog2d2ae21fix: plugin name in template string (#2470)
See the full diff
- The
devDependencyrollup was updated from0.59.4to0.66.4.
- The
devDependencyrollup was updated from0.59.4to0.66.5.