rollup 2.72.1 → 2.73.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,25 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.73.0
4
+
5
+ _2022-05-13_
6
+
7
+ ### Features
8
+
9
+ - Do not treat Object.defineProperty/ies as side effect when called on an unused object (#4493)
10
+ - Do not assume that assigning a property can create a getter with side effects (#4493)
11
+ - Do not treat string.prototype.replace(All) as side effect when used with two literals (#4493)
12
+
13
+ ### Bug Fixes
14
+
15
+ - Detect side effects when manually declaring getters on functions (#4493)
16
+
17
+ ### Pull Requests
18
+
19
+ - [#4493](https://github.com/rollup/rollup/pull/4493): Handle getters on functions and improve property deoptimization (@lukastaegert)
20
+ - [#4494](https://github.com/rollup/rollup/pull/4494): Do not treat string.replace as side effect when used with a literal (@lukastaegert)
21
+ - [#4495](https://github.com/rollup/rollup/pull/4495): Update docs for --configPlugin using typescript (@Jimmydalecleveland)
22
+
3
23
  ## 2.72.1
4
24
 
5
25
  _2022-05-07_
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.72.1
6
- Sat, 07 May 2022 19:04:43 GMT - commit 8c6e0f319b792ea52fe979888593b6523315ae93
5
+ Rollup.js v2.73.0
6
+ Fri, 13 May 2022 15:50:44 GMT - commit 931a19940f58c745e9da9eae5585b551f356b2ed
7
7
 
8
8
  https://github.com/rollup/rollup
9
9