rollup 2.75.4 → 2.75.7

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,47 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.75.7
4
+
5
+ _2022-06-20_
6
+
7
+ ### Bug Fixes
8
+
9
+ - Mark Array.prototype.group/groupToMap as side effect free. (#4531)
10
+
11
+ ### Pull Requests
12
+
13
+ - [#4523](https://github.com/rollup/rollup/pull/4523): chore: remove source map workaround, bump deps (@dnalborczyk)
14
+ - [#4525](https://github.com/rollup/rollup/pull/4525): Add regression tests for instanceof (@lukastaegert)
15
+ - [#4528](https://github.com/rollup/rollup/pull/4528): chore: Set permissions for GitHub actions (@naveensrinivasan)
16
+ - [#4531](https://github.com/rollup/rollup/pull/4531): fix: rename Array.prototype.group/groupToMap (@dnalborczyk)
17
+ - [#4535](https://github.com/rollup/rollup/pull/4535): chore: bump resolve from 1.22.0 to 1.22.1 (@pos777)
18
+
19
+ ## 2.75.6
20
+
21
+ _2022-06-07_
22
+
23
+ ### Bug Fixes
24
+
25
+ - Properly deoptimize "this" when using member expressions with getters/setters in for loops and update expressions (#4522)
26
+
27
+ ### Pull Requests
28
+
29
+ - [#4522](https://github.com/rollup/rollup/pull/4522): Refactor side effect handling for property interactions (@lukastaegert)
30
+
31
+ ## 2.75.5
32
+
33
+ _2022-06-01_
34
+
35
+ ### Bug Fixes
36
+
37
+ - Avoid crashes when using logical expressions for unused constructor arguments (#4519)
38
+ - Fix missing parameter defaults for calls from try statements and functions returned by functions (#4520)
39
+
40
+ ### Pull Requests
41
+
42
+ - [#4519](https://github.com/rollup/rollup/pull/4519): Try to make logical expression deoptimization more robust (@lukastaegert)
43
+ - [#4520](https://github.com/rollup/rollup/pull/4520): Roll back parameter default tree shaking (@lukastaegert)
44
+
3
45
  ## 2.75.4
4
46
 
5
47
  _2022-05-31_
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.75.4
6
- Tue, 31 May 2022 11:26:29 GMT - commit 0409bf0d8859a43f2d5d40dc23ebf74afadb83f7
5
+ Rollup.js v2.75.7
6
+ Mon, 20 Jun 2022 07:24:02 GMT - commit 057171c2d3bc2092b7f543fc05ead01f12595f12
7
7
 
8
8
  https://github.com/rollup/rollup
9
9