rollup v2.67.3 Release Notes

  • 2022-02-18

    ๐Ÿ› Bug Fixes

    • Do not swallow other errors when unfinished hook actions are detected (#4409)
    • โž• Add additional information to output when there are unfinished hook actions (#4409)

    Pull Requests

    • ๐Ÿšš #4399: docs: remove const (@TrickyPi)
    • โœ… #4401: Improve test stability by getting independent of module id ordering in more places (@lukastaegert)
    • ๐Ÿšš #4403: fix: remove unnecessary property descriptor spread (@dnalborczyk)
    • ๐Ÿ”จ #4404: refactor: use map for import descriptions + re-export descriptions (@dnalborczyk)
    • ๐Ÿ”จ #4405: refactor: module exports to map (@dnalborczyk)
    • ๐Ÿ”Œ #4406: Fix a typo in 'Direct plugin communication' code example (@younesmln)
    • #4407: Document how resolveId is cached (@lukastaegert)
    • ๐Ÿ–จ #4409: Print ids for unfinished moduleParsed and shouldTransformCachedModule hooks (@lukastaegert)