0xycvv / react-priority-navigation

react priority nav compatible with components
react-priority-navigation.vercel.app
13 stars 3 forks source link

chore(deps): update dependency rollup-plugin-node-resolve to v5 #128

Open renovate[bot] opened 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup-plugin-node-resolve 4.0.1 -> 5.2.0 age adoption passing confidence

Release Notes

rollup/rollup-plugin-node-resolve (rollup-plugin-node-resolve) ### [`v5.2.0`](https://redirect.github.com/rollup/rollup-plugin-node-resolve/blob/HEAD/CHANGELOG.md#520-2019-06-29) [Compare Source](https://redirect.github.com/rollup/rollup-plugin-node-resolve/compare/v5.1.1...v5.2.0) - dedupe accepts a function ([#​225](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/225) by [@​manucorporat](https://redirect.github.com/manucorporat)) ### [`v5.1.1`](https://redirect.github.com/rollup/rollup-plugin-node-resolve/blob/HEAD/CHANGELOG.md#511-2019-06-29) [Compare Source](https://redirect.github.com/rollup/rollup-plugin-node-resolve/compare/v5.1.0...v5.1.1) - Move Rollup version check to buildStart hook to avoid issues ([#​232](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/232) by [@​lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v5.1.0`](https://redirect.github.com/rollup/rollup-plugin-node-resolve/blob/HEAD/CHANGELOG.md#510-2019-06-22) [Compare Source](https://redirect.github.com/rollup/rollup-plugin-node-resolve/compare/v5.0.4...v5.1.0) - Fix path fragment inputs ([#​229](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/229) by [@​bterlson](https://redirect.github.com/bterlson)) ### [`v5.0.4`](https://redirect.github.com/rollup/rollup-plugin-node-resolve/blob/HEAD/CHANGELOG.md#504-2019-06-22) [Compare Source](https://redirect.github.com/rollup/rollup-plugin-node-resolve/compare/v5.0.3...v5.0.4) - Treat sideEffects array as inclusion list ([#​227](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/227) by [@​mikeharder](https://redirect.github.com/mikeharder)) ### [`v5.0.3`](https://redirect.github.com/rollup/rollup-plugin-node-resolve/blob/HEAD/CHANGELOG.md#503-2019-06-16) [Compare Source](https://redirect.github.com/rollup/rollup-plugin-node-resolve/compare/v5.0.2...v5.0.3) - Make empty.js a virtual module ([#​224](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/224) by [@​manucorporat](https://redirect.github.com/manucorporat)) ### [`v5.0.2`](https://redirect.github.com/rollup/rollup-plugin-node-resolve/blob/HEAD/CHANGELOG.md#502-2019-06-13) [Compare Source](https://redirect.github.com/rollup/rollup-plugin-node-resolve/compare/v5.0.1...v5.0.2) - Support resolve 1.11.1, add built-in test ([#​223](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/223) by [@​bterlson](https://redirect.github.com/bterlson)) ### [`v5.0.1`](https://redirect.github.com/rollup/rollup-plugin-node-resolve/blob/HEAD/CHANGELOG.md#501-2019-05-31) [Compare Source](https://redirect.github.com/rollup/rollup-plugin-node-resolve/compare/v5.0.0...v5.0.1) - Update to resolve@1.11.0 for better performance ([#​220](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/220) by [@​keithamus](https://redirect.github.com/keithamus)) ### [`v5.0.0`](https://redirect.github.com/rollup/rollup-plugin-node-resolve/blob/HEAD/CHANGELOG.md#500-2019-05-15) [Compare Source](https://redirect.github.com/rollup/rollup-plugin-node-resolve/compare/v4.2.4...v5.0.0) - Replace bublé with babel, update dependencies ([#​216](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/216) by [@​mecurc](https://redirect.github.com/mecurc)) - Handle module side-effects ([#​219](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/219) by [@​lukastaegert](https://redirect.github.com/lukastaegert)) ##### Breaking Changes - Requires at least rollup@1.11.0 to work (v1.12.0 for module side-effects to be respected) - If used with rollup-plugin-commonjs, it should be at least v10.0.0 ### [`v4.2.4`](https://redirect.github.com/rollup/rollup-plugin-node-resolve/blob/HEAD/CHANGELOG.md#424-2019-05-11) [Compare Source](https://redirect.github.com/rollup/rollup-plugin-node-resolve/compare/v4.2.3...v4.2.4) - Add note on builtins to Readme ([#​215](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/215) by [@​keithamus](https://redirect.github.com/keithamus)) - Add issue templates ([#​217](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/217) by [@​mecurc](https://redirect.github.com/mecurc)) - Improve performance by caching `isDir` ([#​218](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/218) by [@​keithamus](https://redirect.github.com/keithamus)) ### [`v4.2.3`](https://redirect.github.com/rollup/rollup-plugin-node-resolve/blob/HEAD/CHANGELOG.md#423-2019-04-11) [Compare Source](https://redirect.github.com/rollup/rollup-plugin-node-resolve/compare/v4.2.2...v4.2.3) - Fix ordering of jsnext:main when using the jsnext option ([#​209](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/209) by [@​lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.2.2`](https://redirect.github.com/rollup/rollup-plugin-node-resolve/blob/HEAD/CHANGELOG.md#422-2019-04-10) [Compare Source](https://redirect.github.com/rollup/rollup-plugin-node-resolve/compare/v4.2.1...v4.2.2) - Fix TypeScript typings (rename and export Options interface) ([#​206](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/206) by [@​Kocal](https://redirect.github.com/Kocal)) - Fix mainfields typing ([#​207](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/207) by [@​nicolashenry](https://redirect.github.com/nicolashenry)) ### [`v4.2.1`](https://redirect.github.com/rollup/rollup-plugin-node-resolve/blob/HEAD/CHANGELOG.md#421-2019-04-06) [Compare Source](https://redirect.github.com/rollup/rollup-plugin-node-resolve/compare/v4.2.0...v4.2.1) - Respect setting the deprecated fields "module", "main", and "jsnext" ([#​204](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/204) by [@​nick-woodward](https://redirect.github.com/nick-woodward)) ### [`v4.2.0`](https://redirect.github.com/rollup/rollup-plugin-node-resolve/blob/HEAD/CHANGELOG.md#420-2019-04-06) [Compare Source](https://redirect.github.com/rollup/rollup-plugin-node-resolve/compare/v4.1.0...v4.2.0) - Add new mainfields option ([#​182](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/182) by [@​keithamus](https://redirect.github.com/keithamus)) - Added dedupe option to prevent bundling the same package multiple times ([#​201](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/182) by [@​sormy](https://redirect.github.com/sormy)) ### [`v4.1.0`](https://redirect.github.com/rollup/rollup-plugin-node-resolve/blob/HEAD/CHANGELOG.md#410-2019-04-05) [Compare Source](https://redirect.github.com/rollup/rollup-plugin-node-resolve/compare/v4.0.1...v4.1.0) - Add TypeScript typings ([#​189](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/189) by [@​NotWoods](https://redirect.github.com/NotWoods)) - Update dependencies ([#​202](https://redirect.github.com/rollup/rollup-plugin-node-resolve/pull/202) by [@​lukastaegert](https://redirect.github.com/lukastaegert))

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 was generated by Mend Renovate. View the repository job log.

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/dearhunter/react-priority-navigation/HV6NSJyvEn4eNciYW7No9v2Z3Nay
✅ Preview: https://react-priority-navigation-git-renovate-rollup-e6b54a-dearhunter.vercel.app

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
react-priority-navigation ✅ Ready (Inspect) Visit Preview Sep 25, 2022 at 2:51PM (UTC)