rollup 2.50.5 → 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,16 @@
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
+
3
14
  ## 2.50.5
4
15
  *2021-05-30*
5
16
 
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.50.5
6
- Sun, 30 May 2021 18:56:20 GMT - commit b3d130b1a5448a2abc07fa3d7cde749c3169d220
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