rollup/rollup
### [`v2.68.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#2680)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.67.3...v2.68.0)
*2022-02-22*
##### Features
- provide information about cached import resolutions in `shouldTransformCachedModule` ([#4414](https://togithub.com/rollup/rollup/issues/4414))
- Add "types" field to Rollup's package exports ([#4416](https://togithub.com/rollup/rollup/issues/4416))
##### Pull Requests
- [#4410](https://togithub.com/rollup/rollup/pull/4410): refactor: use map for declarations and name suggestions ([@dnalborczyk](https://togithub.com/dnalborczyk))
- [#4411](https://togithub.com/rollup/rollup/pull/4411): refactor: use map for namespace reexports by name ([@dnalborczyk](https://togithub.com/dnalborczyk))
- [#4412](https://togithub.com/rollup/rollup/pull/4412): refactor: use includes where appropriate ([@dnalborczyk](https://togithub.com/dnalborczyk))
- [#4414](https://togithub.com/rollup/rollup/pull/4414): Add resolved sources to shouldTransformCachedModule ([@lukastaegert](https://togithub.com/lukastaegert))
- [#4416](https://togithub.com/rollup/rollup/pull/4416): Add Typescript 4.5 nodenext node12 module resolution support ([@frank-dspeed](https://togithub.com/frank-dspeed))
### [`v2.67.3`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#2673)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.67.2...v2.67.3)
*2022-02-18*
##### Bug Fixes
- Do not swallow other errors when unfinished hook actions are detected ([#4409](https://togithub.com/rollup/rollup/issues/4409))
- Add additional information to output when there are unfinished hook actions ([#4409](https://togithub.com/rollup/rollup/issues/4409))
##### Pull Requests
- [#4399](https://togithub.com/rollup/rollup/pull/4399): docs: remove const ([@TrickyPi](https://togithub.com/TrickyPi))
- [#4401](https://togithub.com/rollup/rollup/pull/4401): Improve test stability by getting independent of module id ordering in more places ([@lukastaegert](https://togithub.com/lukastaegert))
- [#4403](https://togithub.com/rollup/rollup/pull/4403): fix: remove unnecessary property descriptor spread ([@dnalborczyk](https://togithub.com/dnalborczyk))
- [#4404](https://togithub.com/rollup/rollup/pull/4404): refactor: use map for import descriptions + re-export descriptions ([@dnalborczyk](https://togithub.com/dnalborczyk))
- [#4405](https://togithub.com/rollup/rollup/pull/4405): refactor: module exports to map ([@dnalborczyk](https://togithub.com/dnalborczyk))
- [#4406](https://togithub.com/rollup/rollup/pull/4406): Fix a typo in 'Direct plugin communication' code example ([@younesmln](https://togithub.com/younesmln))
- [#4407](https://togithub.com/rollup/rollup/pull/4407): Document how resolveId is cached ([@lukastaegert](https://togithub.com/lukastaegert))
- [#4409](https://togithub.com/rollup/rollup/pull/4409): Print ids for unfinished moduleParsed and shouldTransformCachedModule hooks ([@lukastaegert](https://togithub.com/lukastaegert))
### [`v2.67.2`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#2672)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.67.1...v2.67.2)
*2022-02-10*
##### Bug Fixes
- Ensure consistent order between manual chunks to fix hashing issues ([#4397](https://togithub.com/rollup/rollup/issues/4397))
##### Pull Requests
- [#4390](https://togithub.com/rollup/rollup/pull/4390): refactor: add [@types/estree](https://togithub.com/types/estree) explicitly, fix dynamic type imports ([@dnalborczyk](https://togithub.com/dnalborczyk))
- [#4391](https://togithub.com/rollup/rollup/pull/4391): chore: remove acorn-walk ambient type definitions ([@dnalborczyk](https://togithub.com/dnalborczyk))
- [#4397](https://togithub.com/rollup/rollup/pull/4397): Sort manual chunks generated via a function by name ([@lukastaegert](https://togithub.com/lukastaegert))
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
2.67.1
->2.68.0
Release Notes
rollup/rollup
### [`v2.68.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#2680) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.67.3...v2.68.0) *2022-02-22* ##### Features - provide information about cached import resolutions in `shouldTransformCachedModule` ([#4414](https://togithub.com/rollup/rollup/issues/4414)) - Add "types" field to Rollup's package exports ([#4416](https://togithub.com/rollup/rollup/issues/4416)) ##### Pull Requests - [#4410](https://togithub.com/rollup/rollup/pull/4410): refactor: use map for declarations and name suggestions ([@dnalborczyk](https://togithub.com/dnalborczyk)) - [#4411](https://togithub.com/rollup/rollup/pull/4411): refactor: use map for namespace reexports by name ([@dnalborczyk](https://togithub.com/dnalborczyk)) - [#4412](https://togithub.com/rollup/rollup/pull/4412): refactor: use includes where appropriate ([@dnalborczyk](https://togithub.com/dnalborczyk)) - [#4414](https://togithub.com/rollup/rollup/pull/4414): Add resolved sources to shouldTransformCachedModule ([@lukastaegert](https://togithub.com/lukastaegert)) - [#4416](https://togithub.com/rollup/rollup/pull/4416): Add Typescript 4.5 nodenext node12 module resolution support ([@frank-dspeed](https://togithub.com/frank-dspeed)) ### [`v2.67.3`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#2673) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.67.2...v2.67.3) *2022-02-18* ##### Bug Fixes - Do not swallow other errors when unfinished hook actions are detected ([#4409](https://togithub.com/rollup/rollup/issues/4409)) - Add additional information to output when there are unfinished hook actions ([#4409](https://togithub.com/rollup/rollup/issues/4409)) ##### Pull Requests - [#4399](https://togithub.com/rollup/rollup/pull/4399): docs: remove const ([@TrickyPi](https://togithub.com/TrickyPi)) - [#4401](https://togithub.com/rollup/rollup/pull/4401): Improve test stability by getting independent of module id ordering in more places ([@lukastaegert](https://togithub.com/lukastaegert)) - [#4403](https://togithub.com/rollup/rollup/pull/4403): fix: remove unnecessary property descriptor spread ([@dnalborczyk](https://togithub.com/dnalborczyk)) - [#4404](https://togithub.com/rollup/rollup/pull/4404): refactor: use map for import descriptions + re-export descriptions ([@dnalborczyk](https://togithub.com/dnalborczyk)) - [#4405](https://togithub.com/rollup/rollup/pull/4405): refactor: module exports to map ([@dnalborczyk](https://togithub.com/dnalborczyk)) - [#4406](https://togithub.com/rollup/rollup/pull/4406): Fix a typo in 'Direct plugin communication' code example ([@younesmln](https://togithub.com/younesmln)) - [#4407](https://togithub.com/rollup/rollup/pull/4407): Document how resolveId is cached ([@lukastaegert](https://togithub.com/lukastaegert)) - [#4409](https://togithub.com/rollup/rollup/pull/4409): Print ids for unfinished moduleParsed and shouldTransformCachedModule hooks ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.67.2`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#2672) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.67.1...v2.67.2) *2022-02-10* ##### Bug Fixes - Ensure consistent order between manual chunks to fix hashing issues ([#4397](https://togithub.com/rollup/rollup/issues/4397)) ##### Pull Requests - [#4390](https://togithub.com/rollup/rollup/pull/4390): refactor: add [@types/estree](https://togithub.com/types/estree) explicitly, fix dynamic type imports ([@dnalborczyk](https://togithub.com/dnalborczyk)) - [#4391](https://togithub.com/rollup/rollup/pull/4391): chore: remove acorn-walk ambient type definitions ([@dnalborczyk](https://togithub.com/dnalborczyk)) - [#4397](https://togithub.com/rollup/rollup/pull/4397): Sort manual chunks generated via a function by name ([@lukastaegert](https://togithub.com/lukastaegert))Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.