rollup 2.69.0 → 2.70.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,47 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.70.0
4
+
5
+ _2022-03-07_
6
+
7
+ ### Features
8
+
9
+ - Make the `watchChange` and `closeWatcher` hooks asynchronous and make Rollup wait for these hooks before continuing (#4427)
10
+
11
+ ### Bug Fixes
12
+
13
+ - Do not abort watch mode for errors in `watchChange` but display them properly (#4427)
14
+
15
+ ### Pull Requests
16
+
17
+ - [#4427](https://github.com/rollup/rollup/pull/4427): Do not abort watch mode on errors in watchChange (@lukastaegert)
18
+
19
+ ## 2.69.2
20
+
21
+ _2022-03-06_
22
+
23
+ ### Bug Fixes
24
+
25
+ - Mark `Object.entries` and `Object.fromEntries` as pure (#4429)
26
+ - Make sure new properties on Array.prototype and Object.prototype are not evaluated as "undefined" (#4428)
27
+
28
+ ### Pull Requests
29
+
30
+ - [#4428](https://github.com/rollup/rollup/pull/4428): Treat unknown prototype props as unknown (@lukastaegert)
31
+ - [#4429](https://github.com/rollup/rollup/pull/4429): Treat unknown prototype props as unknown (@869288142)
32
+
33
+ ## 2.69.1
34
+
35
+ _2022-03-04_
36
+
37
+ ### Bug Fixes
38
+
39
+ - Approximate source position instead of ignoring it when using a low-resolution source map in a transform hook (#4334)
40
+
41
+ ### Pull Requests
42
+
43
+ - [#4334](https://github.com/rollup/rollup/pull/4334): fix(sourcemap): fall back to low-resolution line mapping (@aleclarson and @lukastaegert)
44
+
3
45
  ## 2.69.0
4
46
 
5
47
  _2022-03-02_
package/dist/bin/rollup CHANGED
@@ -2,9 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.69.0
6
- Wed, 02 Mar 2022 13:21:33 GMT - commit 10dc32678944cb276c2efe781b12350a8e0a5adf
7
-
5
+ Rollup.js v2.70.0
6
+ Mon, 07 Mar 2022 06:21:56 GMT - commit 6d8924c8acd7fd124da5fa8026537e1c629f1515
8
7
 
9
8
  https://github.com/rollup/rollup
10
9