chore(deps): update dependency rollup to v2.36.0 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
rollup (source) | devDependencies | minor | 2.33.3 -> 2.36.0 |
Release Notes
rollup/rollup
v2.36.0
2021-01-05
Features
- Support partial tree-shaking of chained assignments and unused assignment targets (#3919)
Merge Requests
- #3919: Treeshake chained assignment expressions (@lukastaegert)
v2.35.1
2020-12-14
Bug Fixes
- Allow closing the bundle when watching in case of generate errors by adding the bundle to the error event (#3909)
- Automatically close all bundles on generate errors when watching and using the CLI (#3909)
- Try to create remaining bundles when watching and one of them throws (#3909)
Merge Requests
- #3909: Forward bundle through watch error events (@lukastaegert)
v2.35.0
2020-12-14
Features
- Add
closeBundle
hook that is triggered bybundle.close()
in the JS API (#3883)
Merge Requests
v2.34.2
2020-12-06
Bug Fixes
- Revert pattern export change (#3898)
Merge Requests
- #3898: Revert pattern to folder export (@lukastaegert)
v2.34.1
2020-12-03
Bug Fixes
- Avoid Node deprecation warning by using a pattern export for nested Rollup files (#3896)
Merge Requests
- #3887: Run memory leak test on all systems (@lukastaegert)
- #3892: Add pull_request to windows github actions (@shellscape)
- #3893: Update dependencies (@lukastaegert)
- #3896: Replace deprecated folder package export with pattern export (@lukastaegert)
v2.34.0
2020-11-29
Features
- Support RequireJS comaptible AMD ids in code-splitting builds via amd.autoId (#3867)
- Allow adding an AMD id base path (#3867)
Bug Fixes
- Warn when using an constant AMD id in a code-splitting build (#3867)
Merge Requests
- #3867: Implement amd.autoId/amd.basePath options (@tjenkinson)
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Reiter, Christoph