rollup/rollup
### [`v2.41.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2412)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.41.1...v2.41.2)
_2021-03-12_
##### Bug Fixes
- Also remove sourcemaps comments if plugins return a pre-made ast ([#3987](https://togithub.com/rollup/rollup/issues/3987))
##### Pull Requests
- [#3987](https://togithub.com/rollup/rollup/pull/3987): Change removal of sourcemap comment ([@yannayl](https://togithub.com/yannayl))
### [`v2.41.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2411)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.41.0...v2.41.1)
_2021-03-11_
##### Pull Requests
- [#3990](https://togithub.com/rollup/rollup/pull/3990): Add browser sourcemap and remove log ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.41.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2410)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.40.0...v2.41.0)
_2021-03-09_
##### Features
- Add option to `treeshake.propertyReadSideEffects` to keep all property accesses ([#3985](https://togithub.com/rollup/rollup/issues/3985))
##### Bug Fixes
- Also respect pure comment annotations when a plugin provides an AST in the transform hook provided they use this.parse ([#3981](https://togithub.com/rollup/rollup/issues/3981))
##### Pull Requests
- [#3981](https://togithub.com/rollup/rollup/pull/3981): Move pure comment annotation to Graph.contextParse ([@yannayl](https://togithub.com/yannayl))
- [#3985](https://togithub.com/rollup/rollup/pull/3985): implement --treeshake.propertyReadSideEffects=always to handle getters with side effects ([@kzc](https://togithub.com/kzc))
### [`v2.40.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2400)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.39.1...v2.40.0)
_2021-02-26_
##### Features
- Make sure that entry point variable names take precedence over variable names in dependencies when deconflicting ([#3977](https://togithub.com/rollup/rollup/issues/3977))
##### Bug Fixes
- Replace `:` in generated file names to prevent invalid files on Windows ([#3972](https://togithub.com/rollup/rollup/issues/3972))
##### Pull Requests
- [#3972](https://togithub.com/rollup/rollup/pull/3972): Don't allow `:` in file names ([@lukastaegert](https://togithub.com/lukastaegert))
- [#3976](https://togithub.com/rollup/rollup/pull/3976): Add soft breaks to guide to improve mobile experience ([@lukastaegert](https://togithub.com/lukastaegert))
- [#3977](https://togithub.com/rollup/rollup/pull/3977): Reverse module deconflicting order ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.39.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2391)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.39.0...v2.39.1)
_2021-02-23_
##### Bug Fixes
- Make sure local variables named Symbol, Object or Promise do not conflict with code generated by Rollup ([#3971](https://togithub.com/rollup/rollup/issues/3971))
##### Pull Requests
- [#3964](https://togithub.com/rollup/rollup/pull/3964): Remove extra word ([@jamonholmgren](https://togithub.com/jamonholmgren))
- [#3971](https://togithub.com/rollup/rollup/pull/3971): Avoid conflicts with local variables named Symbol, Object, Promise ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.39.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2390)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.38.5...v2.39.0)
_2021-02-12_
##### Features
- Add "validate" option to verify generated chunks are valid JavaScript ([#3952](https://togithub.com/rollup/rollup/issues/3952))
##### Bug Fixes
- Always add exports properties for uninitialized named exports ([#3957](https://togithub.com/rollup/rollup/issues/3957))
- Allow using an external namespace reexport together with named exports ([#3959](https://togithub.com/rollup/rollup/issues/3959))
- Avoid invalid generated code in certain scenarios with SystemJS exports ([#3960](https://togithub.com/rollup/rollup/issues/3960))
##### Pull Requests
- [#3952](https://togithub.com/rollup/rollup/pull/3952): implement `validate` output option and `--validate` CLI option ([@kzc](https://togithub.com/kzc))
- [#3956](https://togithub.com/rollup/rollup/pull/3956): Update dependencies, fix fsevents issue ([@lukastaegert](https://togithub.com/lukastaegert))
- [#3957](https://togithub.com/rollup/rollup/pull/3957): Make sure uninitialised exports turn up via .hasOwnProperty for non-ES formats ([@lukastaegert](https://togithub.com/lukastaegert))
- [#3959](https://togithub.com/rollup/rollup/pull/3959): Allow overriding individual exports of reexported external namespaces ([@lukastaegert](https://togithub.com/lukastaegert))
- [#3960](https://togithub.com/rollup/rollup/pull/3960): Make sure system exports are valid JavaScript
([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.38.5`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2385)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.38.4...v2.38.5)
_2021-02-05_
##### Bug Fixes
- Prevent invalid code when simplifying assignments and delcarations ([#3951](https://togithub.com/rollup/rollup/issues/3951))
- Prevent behaviour-changing line-breaks when simplifying assignments in return statements ([#3951](https://togithub.com/rollup/rollup/issues/3951))
- Slightly improve white-space rendering when simplifying certain expressions ([#3951](https://togithub.com/rollup/rollup/issues/3951))
##### Pull Requests
- [#3951](https://togithub.com/rollup/rollup/pull/3951): Wrap simplified assignments if necessary ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.38.4`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2384)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.38.3...v2.38.4)
_2021-02-02_
##### Bug Fixes
- Do not change logic when tree-shaking declarations in if statements or loops ([#3947](https://togithub.com/rollup/rollup/issues/3947))
##### Pull Requests
- [#3947](https://togithub.com/rollup/rollup/pull/3947): Do not tear apart declarations in loop or if bodies ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.38.3`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2383)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.38.2...v2.38.3)
_2021-02-01_
##### Bug Fixes
- Prevent an unexpected live-binding when default exporting a synthetic named export ([#3946](https://togithub.com/rollup/rollup/issues/3946))
##### Pull Requests
- [#3945](https://togithub.com/rollup/rollup/pull/3945): Upgrade chokidar and fsevents for Apple M1 compatibility ([@threepointone](https://togithub.com/threepointone))
- [#3946](https://togithub.com/rollup/rollup/pull/3946): Make sure default exports snapshot synthetic named exports ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.38.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2382)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.38.1...v2.38.2)
_2021-01-31_
##### Bug Fixes
- Do not generate invalid code for partially tree-shaken declarations in for loops ([#3943](https://togithub.com/rollup/rollup/issues/3943))
- Always include function bodies of functions in side-effect-free modules ([#3944](https://togithub.com/rollup/rollup/issues/3944))
##### Pull Requests
- [#3943](https://togithub.com/rollup/rollup/pull/3943): Do not partially tree-shake unused declarations in for loops ([@lukastaegert](https://togithub.com/lukastaegert))
- [#3944](https://togithub.com/rollup/rollup/pull/3944): Correctly include functions with side effects from side-effect-free modules ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.38.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2381)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.38.0...v2.38.1)
_2021-01-28_
##### Bug Fixes
- Fix internal error when resolving a missing entry point in the browser build ([#3935](https://togithub.com/rollup/rollup/issues/3935))
##### Pull Requests
- [#3935](https://togithub.com/rollup/rollup/pull/3935): fix: remove isolated resolve() for compat with browser distribution ([@cmorten](https://togithub.com/cmorten) and [@lukastaegert](https://togithub.com/lukastaegert))
- [#3936](https://togithub.com/rollup/rollup/pull/3936): Ensure test after() callback is always executed ([@Benjamin-Dobell](https://togithub.com/Benjamin-Dobell))
- [#3937](https://togithub.com/rollup/rollup/pull/3937): Modernize references to other software ([@ludofischer](https://togithub.com/ludofischer))
### [`v2.38.0`](https://togithub.com/rollup/rollup/compare/v2.37.1...v2.38.0)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.37.1...v2.38.0)
### [`v2.37.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2371)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.37.0...v2.37.1)
_2021-01-20_
##### Pull Requests
- [#3929](https://togithub.com/rollup/rollup/pull/3929): Deduplicate acorn import ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.37.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2370)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.36.2...v2.37.0)
_2021-01-19_
##### Features
- Always check modules for side effects that only indirectly reexport a used variable ([#3840](https://togithub.com/rollup/rollup/issues/3840))
- Warn if a circular dependency would cause wrong execution order when preserving modules ([#3840](https://togithub.com/rollup/rollup/issues/3840))
##### Bug Fixes
- Allow consuming synthetic exports via modules that reexport a namespace ([#3894](https://togithub.com/rollup/rollup/issues/3894))
- Do not crash for circular default reexports ([#3840](https://togithub.com/rollup/rollup/issues/3840))
- Do not crash for circular synthetic namespaces ([#3840](https://togithub.com/rollup/rollup/issues/3840))
- Improve circular dependency execution order in certain scenarios ([#3840](https://togithub.com/rollup/rollup/issues/3840))
##### Pull Requests
- [#3840](https://togithub.com/rollup/rollup/pull/3840): Improve circular dependency execution order ([@lukastaegert](https://togithub.com/lukastaegert))
- [#3894](https://togithub.com/rollup/rollup/pull/3894): Always respect synthetic namespaces in namespace reexport ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.36.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2362)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.36.1...v2.36.2)
_2021-01-16_
##### Bug Fixes
- Fix an issue where invalid code was generated for unused assignments with side effects ([#3926](https://togithub.com/rollup/rollup/issues/3926))
##### Pull Requests
- [#3926](https://togithub.com/rollup/rollup/pull/3926): Correctly simplify assignments with parentheses ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.36.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2361)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.36.0...v2.36.1)
_2021-01-06_
##### Bug Fixes
- Solve issues that result in invalid code when partially removing assignments ([#3921](https://togithub.com/rollup/rollup/issues/3921))
##### Pull Requests
- [#3921](https://togithub.com/rollup/rollup/pull/3921): Prevent invalid code when removing assignment target of side-effectful object expression ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.36.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2360)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.35.1...v2.36.0)
_2021-01-05_
##### Features
- Support partial tree-shaking of chained assignments and unused assignment targets ([#3919](https://togithub.com/rollup/rollup/issues/3919))
##### Pull Requests
- [#3919](https://togithub.com/rollup/rollup/pull/3919): Treeshake chained assignment expressions ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.35.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2351)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.35.0...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](https://togithub.com/rollup/rollup/issues/3909))
- Automatically close all bundles on generate errors when watching and using the CLI ([#3909](https://togithub.com/rollup/rollup/issues/3909))
- Try to create remaining bundles when watching and one of them throws ([#3909](https://togithub.com/rollup/rollup/issues/3909))
##### Pull Requests
- [#3909](https://togithub.com/rollup/rollup/pull/3909): Forward bundle through watch error events ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.35.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2350)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.34.2...v2.35.0)
_2020-12-14_
##### Features
- Add `closeBundle` hook that is triggered by `bundle.close()` in the JS API ([#3883](https://togithub.com/rollup/rollup/issues/3883))
##### Pull Requests
- [#3883](https://togithub.com/rollup/rollup/pull/3883): Revert pattern to folder export ([@intrnl](https://togithub.com/intrnl))
### [`v2.34.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2342)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.34.1...v2.34.2)
_2020-12-06_
##### Bug Fixes
- Revert pattern export change ([#3898](https://togithub.com/rollup/rollup/issues/3898))
##### Pull Requests
- [#3898](https://togithub.com/rollup/rollup/pull/3898): Revert pattern to folder export ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.34.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2341)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.34.0...v2.34.1)
_2020-12-03_
##### Bug Fixes
- Avoid Node deprecation warning by using a pattern export for nested Rollup files ([#3896](https://togithub.com/rollup/rollup/issues/3896))
##### Pull Requests
- [#3887](https://togithub.com/rollup/rollup/pull/3887): Run memory leak test on all systems ([@lukastaegert](https://togithub.com/lukastaegert))
- [#3892](https://togithub.com/rollup/rollup/pull/3892): Add pull_request to windows github actions ([@shellscape](https://togithub.com/shellscape))
- [#3893](https://togithub.com/rollup/rollup/pull/3893): Update dependencies ([@lukastaegert](https://togithub.com/lukastaegert))
- [#3896](https://togithub.com/rollup/rollup/pull/3896): Replace deprecated folder package export with pattern export ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.34.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2340)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.33.3...v2.34.0)
_2020-11-29_
##### Features
- Support RequireJS comaptible AMD ids in code-splitting builds via amd.autoId ([#3867](https://togithub.com/rollup/rollup/issues/3867))
- Allow adding an AMD id base path ([#3867](https://togithub.com/rollup/rollup/issues/3867))
##### Bug Fixes
- Warn when using an constant AMD id in a code-splitting build ([#3867](https://togithub.com/rollup/rollup/issues/3867))
##### Pull Requests
- [#3867](https://togithub.com/rollup/rollup/pull/3867): Implement amd.autoId/amd.basePath options ([@tjenkinson](https://togithub.com/tjenkinson))
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
2.33.3
->2.41.2
Release Notes
rollup/rollup
### [`v2.41.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2412) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.41.1...v2.41.2) _2021-03-12_ ##### Bug Fixes - Also remove sourcemaps comments if plugins return a pre-made ast ([#3987](https://togithub.com/rollup/rollup/issues/3987)) ##### Pull Requests - [#3987](https://togithub.com/rollup/rollup/pull/3987): Change removal of sourcemap comment ([@yannayl](https://togithub.com/yannayl)) ### [`v2.41.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2411) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.41.0...v2.41.1) _2021-03-11_ ##### Pull Requests - [#3990](https://togithub.com/rollup/rollup/pull/3990): Add browser sourcemap and remove log ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.41.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2410) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.40.0...v2.41.0) _2021-03-09_ ##### Features - Add option to `treeshake.propertyReadSideEffects` to keep all property accesses ([#3985](https://togithub.com/rollup/rollup/issues/3985)) ##### Bug Fixes - Also respect pure comment annotations when a plugin provides an AST in the transform hook provided they use this.parse ([#3981](https://togithub.com/rollup/rollup/issues/3981)) ##### Pull Requests - [#3981](https://togithub.com/rollup/rollup/pull/3981): Move pure comment annotation to Graph.contextParse ([@yannayl](https://togithub.com/yannayl)) - [#3985](https://togithub.com/rollup/rollup/pull/3985): implement --treeshake.propertyReadSideEffects=always to handle getters with side effects ([@kzc](https://togithub.com/kzc)) ### [`v2.40.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2400) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.39.1...v2.40.0) _2021-02-26_ ##### Features - Make sure that entry point variable names take precedence over variable names in dependencies when deconflicting ([#3977](https://togithub.com/rollup/rollup/issues/3977)) ##### Bug Fixes - Replace `:` in generated file names to prevent invalid files on Windows ([#3972](https://togithub.com/rollup/rollup/issues/3972)) ##### Pull Requests - [#3972](https://togithub.com/rollup/rollup/pull/3972): Don't allow `:` in file names ([@lukastaegert](https://togithub.com/lukastaegert)) - [#3976](https://togithub.com/rollup/rollup/pull/3976): Add soft breaks to guide to improve mobile experience ([@lukastaegert](https://togithub.com/lukastaegert)) - [#3977](https://togithub.com/rollup/rollup/pull/3977): Reverse module deconflicting order ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.39.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2391) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.39.0...v2.39.1) _2021-02-23_ ##### Bug Fixes - Make sure local variables named Symbol, Object or Promise do not conflict with code generated by Rollup ([#3971](https://togithub.com/rollup/rollup/issues/3971)) ##### Pull Requests - [#3964](https://togithub.com/rollup/rollup/pull/3964): Remove extra word ([@jamonholmgren](https://togithub.com/jamonholmgren)) - [#3971](https://togithub.com/rollup/rollup/pull/3971): Avoid conflicts with local variables named Symbol, Object, Promise ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.39.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2390) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.38.5...v2.39.0) _2021-02-12_ ##### Features - Add "validate" option to verify generated chunks are valid JavaScript ([#3952](https://togithub.com/rollup/rollup/issues/3952)) ##### Bug Fixes - Always add exports properties for uninitialized named exports ([#3957](https://togithub.com/rollup/rollup/issues/3957)) - Allow using an external namespace reexport together with named exports ([#3959](https://togithub.com/rollup/rollup/issues/3959)) - Avoid invalid generated code in certain scenarios with SystemJS exports ([#3960](https://togithub.com/rollup/rollup/issues/3960)) ##### Pull Requests - [#3952](https://togithub.com/rollup/rollup/pull/3952): implement `validate` output option and `--validate` CLI option ([@kzc](https://togithub.com/kzc)) - [#3956](https://togithub.com/rollup/rollup/pull/3956): Update dependencies, fix fsevents issue ([@lukastaegert](https://togithub.com/lukastaegert)) - [#3957](https://togithub.com/rollup/rollup/pull/3957): Make sure uninitialised exports turn up via .hasOwnProperty for non-ES formats ([@lukastaegert](https://togithub.com/lukastaegert)) - [#3959](https://togithub.com/rollup/rollup/pull/3959): Allow overriding individual exports of reexported external namespaces ([@lukastaegert](https://togithub.com/lukastaegert)) - [#3960](https://togithub.com/rollup/rollup/pull/3960): Make sure system exports are valid JavaScript ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.38.5`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2385) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.38.4...v2.38.5) _2021-02-05_ ##### Bug Fixes - Prevent invalid code when simplifying assignments and delcarations ([#3951](https://togithub.com/rollup/rollup/issues/3951)) - Prevent behaviour-changing line-breaks when simplifying assignments in return statements ([#3951](https://togithub.com/rollup/rollup/issues/3951)) - Slightly improve white-space rendering when simplifying certain expressions ([#3951](https://togithub.com/rollup/rollup/issues/3951)) ##### Pull Requests - [#3951](https://togithub.com/rollup/rollup/pull/3951): Wrap simplified assignments if necessary ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.38.4`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2384) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.38.3...v2.38.4) _2021-02-02_ ##### Bug Fixes - Do not change logic when tree-shaking declarations in if statements or loops ([#3947](https://togithub.com/rollup/rollup/issues/3947)) ##### Pull Requests - [#3947](https://togithub.com/rollup/rollup/pull/3947): Do not tear apart declarations in loop or if bodies ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.38.3`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2383) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.38.2...v2.38.3) _2021-02-01_ ##### Bug Fixes - Prevent an unexpected live-binding when default exporting a synthetic named export ([#3946](https://togithub.com/rollup/rollup/issues/3946)) ##### Pull Requests - [#3945](https://togithub.com/rollup/rollup/pull/3945): Upgrade chokidar and fsevents for Apple M1 compatibility ([@threepointone](https://togithub.com/threepointone)) - [#3946](https://togithub.com/rollup/rollup/pull/3946): Make sure default exports snapshot synthetic named exports ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.38.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2382) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.38.1...v2.38.2) _2021-01-31_ ##### Bug Fixes - Do not generate invalid code for partially tree-shaken declarations in for loops ([#3943](https://togithub.com/rollup/rollup/issues/3943)) - Always include function bodies of functions in side-effect-free modules ([#3944](https://togithub.com/rollup/rollup/issues/3944)) ##### Pull Requests - [#3943](https://togithub.com/rollup/rollup/pull/3943): Do not partially tree-shake unused declarations in for loops ([@lukastaegert](https://togithub.com/lukastaegert)) - [#3944](https://togithub.com/rollup/rollup/pull/3944): Correctly include functions with side effects from side-effect-free modules ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.38.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2381) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.38.0...v2.38.1) _2021-01-28_ ##### Bug Fixes - Fix internal error when resolving a missing entry point in the browser build ([#3935](https://togithub.com/rollup/rollup/issues/3935)) ##### Pull Requests - [#3935](https://togithub.com/rollup/rollup/pull/3935): fix: remove isolated resolve() for compat with browser distribution ([@cmorten](https://togithub.com/cmorten) and [@lukastaegert](https://togithub.com/lukastaegert)) - [#3936](https://togithub.com/rollup/rollup/pull/3936): Ensure test after() callback is always executed ([@Benjamin-Dobell](https://togithub.com/Benjamin-Dobell)) - [#3937](https://togithub.com/rollup/rollup/pull/3937): Modernize references to other software ([@ludofischer](https://togithub.com/ludofischer)) ### [`v2.38.0`](https://togithub.com/rollup/rollup/compare/v2.37.1...v2.38.0) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.37.1...v2.38.0) ### [`v2.37.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2371) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.37.0...v2.37.1) _2021-01-20_ ##### Pull Requests - [#3929](https://togithub.com/rollup/rollup/pull/3929): Deduplicate acorn import ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.37.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2370) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.36.2...v2.37.0) _2021-01-19_ ##### Features - Always check modules for side effects that only indirectly reexport a used variable ([#3840](https://togithub.com/rollup/rollup/issues/3840)) - Warn if a circular dependency would cause wrong execution order when preserving modules ([#3840](https://togithub.com/rollup/rollup/issues/3840)) ##### Bug Fixes - Allow consuming synthetic exports via modules that reexport a namespace ([#3894](https://togithub.com/rollup/rollup/issues/3894)) - Do not crash for circular default reexports ([#3840](https://togithub.com/rollup/rollup/issues/3840)) - Do not crash for circular synthetic namespaces ([#3840](https://togithub.com/rollup/rollup/issues/3840)) - Improve circular dependency execution order in certain scenarios ([#3840](https://togithub.com/rollup/rollup/issues/3840)) ##### Pull Requests - [#3840](https://togithub.com/rollup/rollup/pull/3840): Improve circular dependency execution order ([@lukastaegert](https://togithub.com/lukastaegert)) - [#3894](https://togithub.com/rollup/rollup/pull/3894): Always respect synthetic namespaces in namespace reexport ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.36.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2362) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.36.1...v2.36.2) _2021-01-16_ ##### Bug Fixes - Fix an issue where invalid code was generated for unused assignments with side effects ([#3926](https://togithub.com/rollup/rollup/issues/3926)) ##### Pull Requests - [#3926](https://togithub.com/rollup/rollup/pull/3926): Correctly simplify assignments with parentheses ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.36.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2361) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.36.0...v2.36.1) _2021-01-06_ ##### Bug Fixes - Solve issues that result in invalid code when partially removing assignments ([#3921](https://togithub.com/rollup/rollup/issues/3921)) ##### Pull Requests - [#3921](https://togithub.com/rollup/rollup/pull/3921): Prevent invalid code when removing assignment target of side-effectful object expression ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.36.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2360) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.35.1...v2.36.0) _2021-01-05_ ##### Features - Support partial tree-shaking of chained assignments and unused assignment targets ([#3919](https://togithub.com/rollup/rollup/issues/3919)) ##### Pull Requests - [#3919](https://togithub.com/rollup/rollup/pull/3919): Treeshake chained assignment expressions ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.35.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2351) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.35.0...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](https://togithub.com/rollup/rollup/issues/3909)) - Automatically close all bundles on generate errors when watching and using the CLI ([#3909](https://togithub.com/rollup/rollup/issues/3909)) - Try to create remaining bundles when watching and one of them throws ([#3909](https://togithub.com/rollup/rollup/issues/3909)) ##### Pull Requests - [#3909](https://togithub.com/rollup/rollup/pull/3909): Forward bundle through watch error events ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.35.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2350) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.34.2...v2.35.0) _2020-12-14_ ##### Features - Add `closeBundle` hook that is triggered by `bundle.close()` in the JS API ([#3883](https://togithub.com/rollup/rollup/issues/3883)) ##### Pull Requests - [#3883](https://togithub.com/rollup/rollup/pull/3883): Revert pattern to folder export ([@intrnl](https://togithub.com/intrnl)) ### [`v2.34.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2342) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.34.1...v2.34.2) _2020-12-06_ ##### Bug Fixes - Revert pattern export change ([#3898](https://togithub.com/rollup/rollup/issues/3898)) ##### Pull Requests - [#3898](https://togithub.com/rollup/rollup/pull/3898): Revert pattern to folder export ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.34.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2341) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.34.0...v2.34.1) _2020-12-03_ ##### Bug Fixes - Avoid Node deprecation warning by using a pattern export for nested Rollup files ([#3896](https://togithub.com/rollup/rollup/issues/3896)) ##### Pull Requests - [#3887](https://togithub.com/rollup/rollup/pull/3887): Run memory leak test on all systems ([@lukastaegert](https://togithub.com/lukastaegert)) - [#3892](https://togithub.com/rollup/rollup/pull/3892): Add pull_request to windows github actions ([@shellscape](https://togithub.com/shellscape)) - [#3893](https://togithub.com/rollup/rollup/pull/3893): Update dependencies ([@lukastaegert](https://togithub.com/lukastaegert)) - [#3896](https://togithub.com/rollup/rollup/pull/3896): Replace deprecated folder package export with pattern export ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.34.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2340) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.33.3...v2.34.0) _2020-11-29_ ##### Features - Support RequireJS comaptible AMD ids in code-splitting builds via amd.autoId ([#3867](https://togithub.com/rollup/rollup/issues/3867)) - Allow adding an AMD id base path ([#3867](https://togithub.com/rollup/rollup/issues/3867)) ##### Bug Fixes - Warn when using an constant AMD id in a code-splitting build ([#3867](https://togithub.com/rollup/rollup/issues/3867)) ##### Pull Requests - [#3867](https://togithub.com/rollup/rollup/pull/3867): Implement amd.autoId/amd.basePath options ([@tjenkinson](https://togithub.com/tjenkinson))Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.