Update dependency rollup to v2.60.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
rollup (source) | devDependencies | minor | 2.59.0 -> 2.60.0 |
Release Notes
rollup/rollup
v2.60.0
2021-11-11
Features
- Add
this.load
context function to load, transform and parse modules without adding them to the graph (#4234) - Sanitize non-url-safe characters in generated chunk names by default (#4262)
- Support ESM plugins via command line (#4265)
Merge Requests
- #4234: Plugin context function for pre-loading modules (@lukastaegert)
- #4262: exclude invalid URL chars (@danielroe)
- #4265: support loading ESM plugins from the CLI via --plugin (@kzc)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.