rollup/plugins
### [`v14.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1410)
[Compare Source](https://togithub.com/rollup/plugins/compare/3dce792aa1dcb453555fc5efa214d6f034598563...509d0310ff12f6dec78df59585b55b4f0209af9a)
*2022-09-12*
##### Features
- feat: add new option, modulePaths ([#1104](https://togithub.com/rollup/plugins/issues/1104))
### [`v14.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1401)
[Compare Source](https://togithub.com/rollup/plugins/compare/608ad1001b4da5f97dad2c8ed18af4cdb49f0902...3dce792aa1dcb453555fc5efa214d6f034598563)
*2022-09-08*
##### Bugfixes
- fix: handle circular commonjs ([#1259](https://togithub.com/rollup/plugins/issues/1259))
### [`v14.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1400)
*2022-09-06*
##### Breaking Changes
- fix: preserve moduleSideEffects when re-resolving files ([#1245](https://togithub.com/rollup/plugins/issues/1245))
### [`v13.3.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1330)
*2022-05-02*
##### Features
- feat: support `node:` protocol ([#1124](https://togithub.com/rollup/plugins/issues/1124))
### [`v13.2.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1322)
*2022-05-02*
##### Bugfixes
- fix: Respect if other plugins resolve the resolution to a different id ([#1181](https://togithub.com/rollup/plugins/issues/1181))
- fix: Revert respect if other plugins resolve the resolution to a different id ([`ae59ceb`](https://togithub.com/rollup/plugins/commit/ae59ceb))
- fix: Respect if other plugins resolve the resolution to a different id ([`f8d4c44`](https://togithub.com/rollup/plugins/commit/f8d4c44))
### [`v13.2.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1321)
*2022-04-15*
##### Bugfixes
- fix: update side effects logic to be deep when glob doesn’t contain `/` ([#1148](https://togithub.com/rollup/plugins/issues/1148))
### [`v13.2.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1320)
*2022-04-11*
##### Features
- feat: Add the ability to pass a function into resolveOnly ([#1152](https://togithub.com/rollup/plugins/issues/1152))
### [`v13.1.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1313)
*2022-01-05*
##### Bugfixes
- fix: use correct version when published ([#1063](https://togithub.com/rollup/plugins/issues/1063))
### [`v13.1.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1312)
*2021-12-31*
##### Bugfixes
- fix: forward meta-information from other plugins ([#1062](https://togithub.com/rollup/plugins/issues/1062))
### [`v13.1.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1311)
*2021-12-13*
##### Updates
- test: add tests for mixing custom `exportConditions` with `browser: true` ([#1043](https://togithub.com/rollup/plugins/issues/1043))
### [`v13.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1310)
*2021-12-13*
##### Features
- feat: expose plugin version ([#1050](https://togithub.com/rollup/plugins/issues/1050))
### [`v13.0.6`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1306)
*2021-10-19*
##### Bugfixes
- fix: pass on isEntry flag ([#1016](https://togithub.com/rollup/plugins/issues/1016))
### [`v13.0.5`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1305)
*2021-09-21*
##### Updates
- docs: fix readme heading depth ([#999](https://togithub.com/rollup/plugins/issues/999))
### [`v13.0.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1304)
*2021-07-24*
##### Bugfixes
- fix: Fix bug where JS import was converted to a TS import, resulting in an error when using export maps ([#921](https://togithub.com/rollup/plugins/issues/921))
### [`v13.0.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1303)
*2021-07-24*
##### Bugfixes
- fix: handle browser-mapped paths correctly in nested contexts ([#920](https://togithub.com/rollup/plugins/issues/920))
### [`v13.0.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1302)
*2021-07-15*
##### Bugfixes
- fix: handle "package.json" being in path ([#927](https://togithub.com/rollup/plugins/issues/927))
### [`v13.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1301)
*2021-07-15*
##### Updates
- docs: Document how to get Node.js exports resolution ([#884](https://togithub.com/rollup/plugins/issues/884))
### [`v13.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1300)
*2021-05-04*
##### Breaking Changes
- fix!: mark module as external if resolved module is external ([#799](https://togithub.com/rollup/plugins/issues/799))
##### Features
- feat: Follow up to [#843](https://togithub.com/rollup/plugins/issues/843), refining exports and browser field interaction ([#866](https://togithub.com/rollup/plugins/issues/866))
### [`v11.2.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1121)
*2021-03-26*
##### Bugfixes
- fix: fs.exists is incorrectly promisified ([#835](https://togithub.com/rollup/plugins/issues/835))
### [`v11.2.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1120)
*2021-02-14*
##### Features
- feat: add `ignoreSideEffectsForRoot` option ([#694](https://togithub.com/rollup/plugins/issues/694))
##### Updates
- chore: mark `url` as an external and throw on warning ([#783](https://togithub.com/rollup/plugins/issues/783))
- docs: clearer "Resolving Built-Ins" doc ([#782](https://togithub.com/rollup/plugins/issues/782))
### [`v11.1.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1111)
*2021-01-29*
##### Bugfixes
- fix: only log last resolve error ([#750](https://togithub.com/rollup/plugins/issues/750))
##### Updates
- docs: add clarification on the order of package entrypoints ([#768](https://togithub.com/rollup/plugins/issues/768))
### [`v11.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1110)
*2021-01-15*
##### Features
- feat: support pkg imports and export array ([#693](https://togithub.com/rollup/plugins/issues/693))
### [`v11.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1101)
*2020-12-14*
##### Bugfixes
- fix: export map specificity ([#675](https://togithub.com/rollup/plugins/issues/675))
- fix: add missing type import ([#668](https://togithub.com/rollup/plugins/issues/668))
##### Updates
- docs: corrected word "yse" to "use" ([#723](https://togithub.com/rollup/plugins/issues/723))
### [`v11.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1100)
*2020-11-30*
##### Breaking Changes
- refactor!: simplify builtins and remove `customResolveOptions` ([#656](https://togithub.com/rollup/plugins/issues/656))
- feat!: Mark built-ins as external ([#627](https://togithub.com/rollup/plugins/issues/627))
- feat!: support package entry points ([#540](https://togithub.com/rollup/plugins/issues/540))
##### Bugfixes
- fix: refactor handling builtins, do not log warning if no local version ([#637](https://togithub.com/rollup/plugins/issues/637))
##### Updates
- docs: fix import statements in examples in README.md ([#646](https://togithub.com/rollup/plugins/issues/646))
### [`v10.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1000)
*2020-10-27*
##### Breaking Changes
- fix!: resolve hash in path ([#588](https://togithub.com/rollup/plugins/issues/588))
##### Bugfixes
- fix: do not ignore exceptions ([#564](https://togithub.com/rollup/plugins/issues/564))
### [`v9.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v900)
*2020-08-13*
##### Breaking Changes
- chore: update dependencies ([`e632469`](https://togithub.com/rollup/plugins/commit/e632469))
##### Updates
- refactor: remove deep-freeze from dependencies ([#529](https://togithub.com/rollup/plugins/issues/529))
- chore: clean up changelog ([`84dfddb`](https://togithub.com/rollup/plugins/commit/84dfddb))
### [`v8.4.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v840)
*2020-07-12*
##### Features
- feat: preserve search params and hashes ([#487](https://togithub.com/rollup/plugins/issues/487))
- feat: support .js imports in TypeScript ([#480](https://togithub.com/rollup/plugins/issues/480))
##### Updates
- docs: fix named export use in readme ([#456](https://togithub.com/rollup/plugins/issues/456))
- docs: correct mainFields valid values ([#469](https://togithub.com/rollup/plugins/issues/469))
### [`v8.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v810)
*2020-06-22*
##### Features
- feat: add native node es modules support ([#413](https://togithub.com/rollup/plugins/issues/413))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
8.0.1
->14.1.0
Release Notes
rollup/plugins
### [`v14.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1410) [Compare Source](https://togithub.com/rollup/plugins/compare/3dce792aa1dcb453555fc5efa214d6f034598563...509d0310ff12f6dec78df59585b55b4f0209af9a) *2022-09-12* ##### Features - feat: add new option, modulePaths ([#1104](https://togithub.com/rollup/plugins/issues/1104)) ### [`v14.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1401) [Compare Source](https://togithub.com/rollup/plugins/compare/608ad1001b4da5f97dad2c8ed18af4cdb49f0902...3dce792aa1dcb453555fc5efa214d6f034598563) *2022-09-08* ##### Bugfixes - fix: handle circular commonjs ([#1259](https://togithub.com/rollup/plugins/issues/1259)) ### [`v14.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1400) *2022-09-06* ##### Breaking Changes - fix: preserve moduleSideEffects when re-resolving files ([#1245](https://togithub.com/rollup/plugins/issues/1245)) ### [`v13.3.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1330) *2022-05-02* ##### Features - feat: support `node:` protocol ([#1124](https://togithub.com/rollup/plugins/issues/1124)) ### [`v13.2.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1322) *2022-05-02* ##### Bugfixes - fix: Respect if other plugins resolve the resolution to a different id ([#1181](https://togithub.com/rollup/plugins/issues/1181)) - fix: Revert respect if other plugins resolve the resolution to a different id ([`ae59ceb`](https://togithub.com/rollup/plugins/commit/ae59ceb)) - fix: Respect if other plugins resolve the resolution to a different id ([`f8d4c44`](https://togithub.com/rollup/plugins/commit/f8d4c44)) ### [`v13.2.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1321) *2022-04-15* ##### Bugfixes - fix: update side effects logic to be deep when glob doesn’t contain `/` ([#1148](https://togithub.com/rollup/plugins/issues/1148)) ### [`v13.2.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1320) *2022-04-11* ##### Features - feat: Add the ability to pass a function into resolveOnly ([#1152](https://togithub.com/rollup/plugins/issues/1152)) ### [`v13.1.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1313) *2022-01-05* ##### Bugfixes - fix: use correct version when published ([#1063](https://togithub.com/rollup/plugins/issues/1063)) ### [`v13.1.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1312) *2021-12-31* ##### Bugfixes - fix: forward meta-information from other plugins ([#1062](https://togithub.com/rollup/plugins/issues/1062)) ### [`v13.1.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1311) *2021-12-13* ##### Updates - test: add tests for mixing custom `exportConditions` with `browser: true` ([#1043](https://togithub.com/rollup/plugins/issues/1043)) ### [`v13.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1310) *2021-12-13* ##### Features - feat: expose plugin version ([#1050](https://togithub.com/rollup/plugins/issues/1050)) ### [`v13.0.6`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1306) *2021-10-19* ##### Bugfixes - fix: pass on isEntry flag ([#1016](https://togithub.com/rollup/plugins/issues/1016)) ### [`v13.0.5`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1305) *2021-09-21* ##### Updates - docs: fix readme heading depth ([#999](https://togithub.com/rollup/plugins/issues/999)) ### [`v13.0.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1304) *2021-07-24* ##### Bugfixes - fix: Fix bug where JS import was converted to a TS import, resulting in an error when using export maps ([#921](https://togithub.com/rollup/plugins/issues/921)) ### [`v13.0.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1303) *2021-07-24* ##### Bugfixes - fix: handle browser-mapped paths correctly in nested contexts ([#920](https://togithub.com/rollup/plugins/issues/920)) ### [`v13.0.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1302) *2021-07-15* ##### Bugfixes - fix: handle "package.json" being in path ([#927](https://togithub.com/rollup/plugins/issues/927)) ### [`v13.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1301) *2021-07-15* ##### Updates - docs: Document how to get Node.js exports resolution ([#884](https://togithub.com/rollup/plugins/issues/884)) ### [`v13.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1300) *2021-05-04* ##### Breaking Changes - fix!: mark module as external if resolved module is external ([#799](https://togithub.com/rollup/plugins/issues/799)) ##### Features - feat: Follow up to [#843](https://togithub.com/rollup/plugins/issues/843), refining exports and browser field interaction ([#866](https://togithub.com/rollup/plugins/issues/866)) ### [`v11.2.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1121) *2021-03-26* ##### Bugfixes - fix: fs.exists is incorrectly promisified ([#835](https://togithub.com/rollup/plugins/issues/835)) ### [`v11.2.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1120) *2021-02-14* ##### Features - feat: add `ignoreSideEffectsForRoot` option ([#694](https://togithub.com/rollup/plugins/issues/694)) ##### Updates - chore: mark `url` as an external and throw on warning ([#783](https://togithub.com/rollup/plugins/issues/783)) - docs: clearer "Resolving Built-Ins" doc ([#782](https://togithub.com/rollup/plugins/issues/782)) ### [`v11.1.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1111) *2021-01-29* ##### Bugfixes - fix: only log last resolve error ([#750](https://togithub.com/rollup/plugins/issues/750)) ##### Updates - docs: add clarification on the order of package entrypoints ([#768](https://togithub.com/rollup/plugins/issues/768)) ### [`v11.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1110) *2021-01-15* ##### Features - feat: support pkg imports and export array ([#693](https://togithub.com/rollup/plugins/issues/693)) ### [`v11.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1101) *2020-12-14* ##### Bugfixes - fix: export map specificity ([#675](https://togithub.com/rollup/plugins/issues/675)) - fix: add missing type import ([#668](https://togithub.com/rollup/plugins/issues/668)) ##### Updates - docs: corrected word "yse" to "use" ([#723](https://togithub.com/rollup/plugins/issues/723)) ### [`v11.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1100) *2020-11-30* ##### Breaking Changes - refactor!: simplify builtins and remove `customResolveOptions` ([#656](https://togithub.com/rollup/plugins/issues/656)) - feat!: Mark built-ins as external ([#627](https://togithub.com/rollup/plugins/issues/627)) - feat!: support package entry points ([#540](https://togithub.com/rollup/plugins/issues/540)) ##### Bugfixes - fix: refactor handling builtins, do not log warning if no local version ([#637](https://togithub.com/rollup/plugins/issues/637)) ##### Updates - docs: fix import statements in examples in README.md ([#646](https://togithub.com/rollup/plugins/issues/646)) ### [`v10.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1000) *2020-10-27* ##### Breaking Changes - fix!: resolve hash in path ([#588](https://togithub.com/rollup/plugins/issues/588)) ##### Bugfixes - fix: do not ignore exceptions ([#564](https://togithub.com/rollup/plugins/issues/564)) ### [`v9.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v900) *2020-08-13* ##### Breaking Changes - chore: update dependencies ([`e632469`](https://togithub.com/rollup/plugins/commit/e632469)) ##### Updates - refactor: remove deep-freeze from dependencies ([#529](https://togithub.com/rollup/plugins/issues/529)) - chore: clean up changelog ([`84dfddb`](https://togithub.com/rollup/plugins/commit/84dfddb)) ### [`v8.4.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v840) *2020-07-12* ##### Features - feat: preserve search params and hashes ([#487](https://togithub.com/rollup/plugins/issues/487)) - feat: support .js imports in TypeScript ([#480](https://togithub.com/rollup/plugins/issues/480)) ##### Updates - docs: fix named export use in readme ([#456](https://togithub.com/rollup/plugins/issues/456)) - docs: correct mainFields valid values ([#469](https://togithub.com/rollup/plugins/issues/469)) ### [`v8.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v810) *2020-06-22* ##### Features - feat: add native node es modules support ([#413](https://togithub.com/rollup/plugins/issues/413))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 Mend Renovate. View repository job log here.