rollup 2.50.2 → 2.50.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.50.6
4
+ *2021-06-03*
5
+
6
+ ### Bug Fixes
7
+ * Do not consider the object spread operator as side effect when `propertyReadSideEffects` are false (#4119)
8
+ * Detect side effects when returning thenables from async arrow functions (#4120)
9
+
10
+ ### Pull Requests
11
+ * [#4119](https://github.com/rollup/rollup/pull/4119): Respect propertyReadSideEffects in spread elements (@lukastaegert)
12
+ * [#4120](https://github.com/rollup/rollup/pull/4120): Detect async arrow thenable side effects (@lukastaegert)
13
+
14
+ ## 2.50.5
15
+ *2021-05-30*
16
+
17
+ ### Bug Fixes
18
+ * Detect side effects when accessing thenables (#4115)
19
+
20
+ ### Pull Requests
21
+ * [#4114](https://github.com/rollup/rollup/pull/4114): use `colorette` instead of `turbocolor` (@ryuever)
22
+ * [#4115](https://github.com/rollup/rollup/pull/4115): Tracks side effects of thenables (@lukastaegert)
23
+
24
+ ## 2.50.4
25
+ *2021-05-29*
26
+
27
+ ### Bug Fixes
28
+ * Fix a situation where tree-shaking would stop including nodes prematurely (#4111)
29
+ * Track mutations and accessor side effects when using `__proto__` in an object literal (#4112)
30
+ * Check for getter effects when spreading an object (#4113)
31
+
32
+ ### Pull Requests
33
+ * [#4111](https://github.com/rollup/rollup/pull/4111): Always request a new tree-shaking pass when deoptimizations of a node are first included (@lukastaegert)
34
+ * [#4112](https://github.com/rollup/rollup/pull/4112): Actually set the prototype when using a __proto__ property (@lukastaegert)
35
+ * [#4113](https://github.com/rollup/rollup/pull/4113): Track access side effects when using object spread operator (@lukastaegert)
36
+
37
+ ## 2.50.3
38
+ *2021-05-28*
39
+
40
+ ### Bug Fixes
41
+ * Wrap parentheses around leading elements in simplified sequence expressions if this would otherwise lead to invalid code (#4110)
42
+ * Do not associate block soped variables in catch clauses with the clause parameter (#4108)
43
+ * Do not associate hoisted variables in catch clauses with outside variables if they match the parameter (#4108)
44
+ * Use correct "this" context for tagged template literal member expressions in simplified sequences (#4110)
45
+
46
+ ### Pull Requests
47
+ * [#4108](https://github.com/rollup/rollup/pull/4108): Correctly handle catch declarations (@lukastaegert)
48
+ * [#4110](https://github.com/rollup/rollup/pull/4110): Invalid sequence expression simplification (@lukastaegert)
49
+
3
50
  ## 2.50.2
4
51
  *2021-05-27*
5
52
 
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.50.2
6
- Thu, 27 May 2021 11:12:11 GMT - commit 830827901981d74cee6bec914839e7d4bf7856c3
5
+ Rollup.js v2.50.6
6
+ Thu, 03 Jun 2021 04:54:09 GMT - commit 9f69fe3f53ae50dffe932529a3503e619292d31a
7
7
 
8
8
 
9
9
  https://github.com/rollup/rollup