Update dependency rollup to v2.56.3 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
rollup (source) | 2.53.3 -> 2.56.3 |
Release Notes
rollup/rollup
v2.56.3
2021-08-23
Bug Fixes
- Make sure moduleInfo contains complete information about imported ids in the moduleParsed hook (#4208)
Merge Requests
-
#4208:
ModuleInfo.importedIds
will return null ifresolvedIds[source]
is undefined (@FoxDaxian and @lukastaegert)
v2.56.2
2021-08-10
Bug Fixes
- Check if after simplification, an object pattern would become an expression statement or arrow function return value (#4204)
Merge Requests
- #4204: Do not create invalid code when simplifying object pattern assignments (@lukastaegert)
v2.56.1
2021-08-08
Bug Fixes
- Fix rendering of SystemJS export declarations initialized with a simplifiable expression (#4202)
Merge Requests
- #4202: Fix incorrect rendering of export declarations in SystemJS (@lukastaegert)
v2.56.0
2021-08-05
Features
- Create more efficient code for SystemJS exports (#4199)
- Extend
maxParallelFileReads
option to also throttle plugin load hooks (#4200)
Bug Fixes
- Return correct value for postfix update expressions of exported variables (#4194)
Merge Requests
- #4199: Refine SystemJS export rendering (@lukastaegert)
- #4200: Restrict parallel execution of load hook (@schummar)
v2.55.1
2021-07-29
Bug Fixes
- Improve CLI warning message for unused external imports (#4194)
Merge Requests
- #4194: Align batch warning for UNUSED_EXTERNAL_IMPORT to individual warning (@benmccann)
v2.55.0
2021-07-28
Features
- Support default export live-bindings when generating ESM output (#4182)
Bug Fixes
- Always write
["default"]
as computed property when used as named export (#4182) - Do not mask default export TDZ errors (#4182)
Merge Requests
- #4182: Use mutable bindings for default exports (@lukastaegert)
v2.54.0
2021-07-25
Features
- Extend UMD import.meta.url polyfill to support web workers (#4186)
Bug Fixes
- Resolve an issue where certain uses of classes could lead to an infinite recursion (#4189)
Merge Requests
- #4186: Fix UMD import.meta.url inside web workers (@ceifa)
- #4188: Fix typo in renderHelpers.ts (@eltociear)
- #4189: Move long path recursion prevention to MemberExpression (@lukastaegert)
- #4190: Stop recommending node-builtins (@curran)
v2.53.3
2021-07-21
Bug Fixes
- Solve an issue that could lead to severe memory issues and crashes when there are a lot of hoisted variables (#4183)
Merge Requests
- #4183: Avoid memory issues with hoisted variables (@lukastaegert)
v2.53.2
2021-07-15
Bug Fixes
- Identify additional TDZ situations in functions that are run more than once (#4177)
- Fix a scoping issue when a variable inside a catch scope matches the scope parameter's name (#4178)
Merge Requests
- #4177: Fix additional let/var init bugs (@kzc)
- #4178: Correctly create outside variable when shadowed by catch parameter (@lukastaegert)
v2.53.1
2021-07-11
Bug Fixes
- Do not omit namespace reexports when
treeshake
isfalse
(#4175)
Merge Requests
- #4175: Generate namespace objects when not tree-shaking (@lukastaegert)
v2.53.0
2021-07-09
Features
- Add
maxParallelFileReads
option to limit read operations with a default of 20 (#4170)
Merge Requests
- #4170: Limit parallel file reads to prevent "EMFILE: too many open files" error (@schummar)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.
Edited by igswsihw-wmadepbot