Update dependency rollup to v2.63.0 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
rollup (source) | 2.61.1 -> 2.63.0 |
Release Notes
rollup/rollup
v2.63.0
2022-01-04
Features
- Report a helpful error if rollup exits due to an empty event loop when using
this.load
(#4320) - Allow directly mutating ModuleInfo.meta for modules and never replace this object (#4328)
- Detect additional side effect free array prototype methods (#4332)
Bug Fixes
- Do not watch if CLI watch options are specified but
--watch
is missing (#4335)
Merge Requests
- #4320: Detect unfulfilled async hook actions and report error on exit (@kzc)
- #4328: Make initial ModuleInfo.meta mutable and maintain object identity (@lukastaegert)
- #4318: Stabilize watch tests (@lukastaegert)
- #4331: Improve JS docs example (@lukastaegert)
- #4332: add support for Array.prototype.findLast,findLastIndex (@dnalborczyk)
- #4333: convert utils.transform to async function (@dnalborczyk)
- #4335: Do not watch unless --watch is specified explicitly (@lukastaegert)
- #4338: Add build delay for plugin event test (@lukastaegert)
v2.62.0
2021-12-24
Features
- Mark additional string prototype methods as side-effect-free and correct typings of existing ones (#4299)
- Mark additional array prototype methods as side-effect-free and correct typings of existing ones (#4309)
- Expose if a module is included after tree-shaking in its ModuleInfo (#4305)
Bug Fixes
- Fix how fsevents is included to improve watch mode on MacOS (#4312)
Merge Requests
- #4299: Add additional string prototype methods (@dnalborczyk)
- #4300: Bump deps, fix expected test result for core-js (@dnalborczyk)
- #4302: Replace type assertion with type guard (@dnalborczyk)
- #4304: Re-use reserved names set (@dnalborczyk)
- #4305: Expose isIncluded in module info (@william57m)
- #4306: Fix git line breaks on windows (@dnalborczyk)
- #4307: Add macos to pipeline (@dnalborczyk)
- #4309: Add additional array prototype methods (@dnalborczyk)
- #4311: Add Deno instructions to docs (@jespertheend)
- #4312: fsevents integration (@dnalborczyk)
- #4313: Remove non-existing static functions from known globals (@dnalborczyk)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by igswsihw-wmadepbot