rollup 2.53.3 → 2.54.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,20 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.54.0
4
+ *2021-07-25*
5
+
6
+ ### Features
7
+ * Extend UMD import.meta.url polyfill to support web workers (#4186)
8
+
9
+ ### Bug Fixes
10
+ * Resolve an issue where certain uses of classes could lead to an infinite recursion (#4189)
11
+
12
+ ### Pull Requests
13
+ * [#4186](https://github.com/rollup/rollup/pull/4186): Fix UMD import.meta.url inside web workers (@ceifa)
14
+ * [#4188](https://github.com/rollup/rollup/pull/4188): Fix typo in renderHelpers.ts (@eltociear)
15
+ * [#4189](https://github.com/rollup/rollup/pull/4189): Move long path recursion prevention to MemberExpression (@lukastaegert)
16
+ * [#4190](https://github.com/rollup/rollup/pull/4190): Stop recommending node-builtins (@curran)
17
+
3
18
  ## 2.53.3
4
19
  *2021-07-21*
5
20
 
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.53.3
6
- Wed, 21 Jul 2021 06:45:44 GMT - commit ae8f57f926433f9ef3a3ecdd39b224674c7e68af
5
+ Rollup.js v2.54.0
6
+ Sun, 25 Jul 2021 05:15:03 GMT - commit f90e1a2d9a1822b70ffb532a25404e2f45f17f5b
7
7
 
8
8
 
9
9
  https://github.com/rollup/rollup