rollup 2.72.0 → 2.74.0

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,58 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.74.0
4
+
5
+ _2022-05-19_
6
+
7
+ ### Features
8
+
9
+ - Remove unneeded default values for function parameters (#4498)
10
+
11
+ ### Bug Fixes
12
+
13
+ - Use a consistent mechanism to resolve the config file to avoid issues on Windows (#4501)
14
+ - Avoid an inaccurate warning about an event emitter leak for complicated builds (#4502)
15
+ - Ensure that reexporting values from other chunks via dynamic imports does not reference non-imported variables (#4499)
16
+
17
+ ### Pull Requests
18
+
19
+ - [#4498](https://github.com/rollup/rollup/pull/4498): Tree shake parameter defaults (@lukastaegert)
20
+ - [#4499](https://github.com/rollup/rollup/pull/4499): Ensure reexports are available for namespaces (@lukastaegert)
21
+ - [#4501](https://github.com/rollup/rollup/pull/4501): fix: config path problem on windows (@pos777)
22
+ - [#4502](https://github.com/rollup/rollup/pull/4502): Avoid maximum listeners exceeded warning (@lukastaegert)
23
+
24
+ ## 2.73.0
25
+
26
+ _2022-05-13_
27
+
28
+ ### Features
29
+
30
+ - Do not treat Object.defineProperty/ies as side effect when called on an unused object (#4493)
31
+ - Do not assume that assigning a property can create a getter with side effects (#4493)
32
+ - Do not treat string.prototype.replace(All) as side effect when used with two literals (#4493)
33
+
34
+ ### Bug Fixes
35
+
36
+ - Detect side effects when manually declaring getters on functions (#4493)
37
+
38
+ ### Pull Requests
39
+
40
+ - [#4493](https://github.com/rollup/rollup/pull/4493): Handle getters on functions and improve property deoptimization (@lukastaegert)
41
+ - [#4494](https://github.com/rollup/rollup/pull/4494): Do not treat string.replace as side effect when used with a literal (@lukastaegert)
42
+ - [#4495](https://github.com/rollup/rollup/pull/4495): Update docs for --configPlugin using typescript (@Jimmydalecleveland)
43
+
44
+ ## 2.72.1
45
+
46
+ _2022-05-07_
47
+
48
+ ### Bug Fixes
49
+
50
+ - Improve tree-shaking of classes with super classes in certain scenarios (#4489)
51
+
52
+ ### Pull Requests
53
+
54
+ - [#4489](https://github.com/rollup/rollup/pull/4489): Do not deoptimize entire super class when adding a property (@lukastaegert)
55
+
3
56
  ## 2.72.0
4
57
 
5
58
  _2022-05-05_
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.72.0
6
- Thu, 05 May 2022 04:32:50 GMT - commit 19aef1315cf45b04c74c37a290cbef8072ddfa6b
5
+ Rollup.js v2.74.0
6
+ Thu, 19 May 2022 05:01:43 GMT - commit fc99e96e09d26798f1c0aabdd7429307cc908c8e
7
7
 
8
8
  https://github.com/rollup/rollup
9
9