rollup 2.74.1 → 2.75.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,19 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.75.0
4
+
5
+ _2022-05-27_
6
+
7
+ ### Features
8
+
9
+ - Re-implement default parameter tree-shaking for top-level functions (#4510)
10
+ - Do not consider calling string methods like `.trim()` on template literals a side effect (#4511)
11
+
12
+ ### Pull Requests
13
+
14
+ - [#4510](https://github.com/rollup/rollup/pull/4510): Tree-shake parameter defaults (replaces #4498) (@lukastaegert)
15
+ - [#4511](https://github.com/rollup/rollup/pull/4511): Tree-shake side-effect-free string methods on template literals (@lukastaegert)
16
+
3
17
  ## 2.74.1
4
18
 
5
19
  _2022-05-19_
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.74.1
6
- Thu, 19 May 2022 17:50:11 GMT - commit e823eded9920d6082cc8c1afcf591b716ab6b160
5
+ Rollup.js v2.75.0
6
+ Fri, 27 May 2022 08:24:10 GMT - commit c1d62262beb6e743a1b507aecad99cb03f446741
7
7
 
8
8
  https://github.com/rollup/rollup
9
9