rollup 2.67.2 → 2.67.3

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.67.3
4
+
5
+ _2022-02-18_
6
+
7
+ ### Bug Fixes
8
+
9
+ - Do not swallow other errors when unfinished hook actions are detected (#4409)
10
+ - Add additional information to output when there are unfinished hook actions (#4409)
11
+
12
+ ### Pull Requests
13
+
14
+ - [#4399](https://github.com/rollup/rollup/pull/4399): docs: remove const (@TrickyPi)
15
+ - [#4401](https://github.com/rollup/rollup/pull/4401): Improve test stability by getting independent of module id ordering in more places (@lukastaegert)
16
+ - [#4403](https://github.com/rollup/rollup/pull/4403): fix: remove unnecessary property descriptor spread (@dnalborczyk)
17
+ - [#4404](https://github.com/rollup/rollup/pull/4404): refactor: use map for import descriptions + re-export descriptions (@dnalborczyk)
18
+ - [#4405](https://github.com/rollup/rollup/pull/4405): refactor: module exports to map (@dnalborczyk)
19
+ - [#4406](https://github.com/rollup/rollup/pull/4406): Fix a typo in 'Direct plugin communication' code example (@younesmln)
20
+ - [#4407](https://github.com/rollup/rollup/pull/4407): Document how resolveId is cached (@lukastaegert)
21
+ - [#4409](https://github.com/rollup/rollup/pull/4409): Print ids for unfinished moduleParsed and shouldTransformCachedModule hooks (@lukastaegert)
22
+
3
23
  ## 2.67.2
4
24
 
5
25
  _2022-02-10_
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.67.2
6
- Thu, 10 Feb 2022 08:15:45 GMT - commit 60706c33073abe34cac170a92a17a1b166d348e3
5
+ Rollup.js v2.67.3
6
+ Fri, 18 Feb 2022 05:29:45 GMT - commit fa4e1b720f64ffae24fcbf99a44b605842ac7f23
7
7
 
8
8
 
9
9
  https://github.com/rollup/rollup