Release notes
*Sourced from [rollup-plugin-node-resolve's releases](https://github.com/rollup/rollup-plugin-node-resolve/releases).*
> ## v3.4.0 / 2018-09-04
> This release now supports `.mjs` files by default
>
> # Features
> * feat: Support .mjs files by default (https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/151, by [@leebyron](https://github.com/leebyron))
Changelog
*Sourced from [rollup-plugin-node-resolve's changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md).*
> ## 5.2.0 (2019-06-29)
>
> * dedupe accepts a function ([#225](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/225) by [@manucorporat](https://github.com/manucorporat))
>
> ## 5.1.1 (2019-06-29)
>
> * Move Rollup version check to buildStart hook to avoid issues ([#232](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/232) by [@lukastaegert](https://github.com/lukastaegert))
>
> ## 5.1.0 (2019-06-22)
>
> * Fix path fragment inputs ([#229](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/229) by [@bterlson](https://github.com/bterlson))
>
> ## 5.0.4 (2019-06-22)
>
> * Treat sideEffects array as inclusion list ([#227](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/227) by [@mikeharder](https://github.com/mikeharder))
>
> ## 5.0.3 (2019-06-16)
>
> * Make empty.js a virtual module ([#224](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/224) by [@manucorporat](https://github.com/manucorporat))
>
> ## 5.0.2 (2019-06-13)
>
> * Support resolve 1.11.1, add built-in test ([#223](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/223) by [@bterlson](https://github.com/bterlson))
>
> ## 5.0.1 (2019-05-31)
>
> * Update to resolve@1.11.0 for better performance ([#220](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/220) by [@keithamus](https://github.com/keithamus))
>
> ## 5.0.0 (2019-05-15)
>
> * Replace bublé with babel, update dependencies ([#216](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/216) by [@mecurc](https://github.com/mecurc))
> * Handle module side-effects ([#219](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/219) by [@lukastaegert](https://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
>
> ## 4.2.4 (2019-05-11)
>
> * Add note on builtins to Readme ([#215](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/215) by [@keithamus](https://github.com/keithamus))
> * Add issue templates ([#217](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/217) by [@mecurc](https://github.com/mecurc))
> * Improve performance by caching `isDir` ([#218](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/218) by [@keithamus](https://github.com/keithamus))
>
> ## 4.2.3 (2019-04-11)
>
> * Fix ordering of jsnext:main when using the jsnext option ([#209](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/209) by [@lukastaegert](https://github.com/lukastaegert))
>
> ## 4.2.2 (2019-04-10)
>
> ... (truncated)
Commits
- [`07b00d0`](https://github.com/rollup/rollup-plugin-node-resolve/commit/07b00d0bc9a59951ce1ff0548cb7fa9d92531d22) 5.2.0
- [`be9d14b`](https://github.com/rollup/rollup-plugin-node-resolve/commit/be9d14b7d11795dd2d56ce38f460b7e23be6c1b5) Update changelog
- [`df90657`](https://github.com/rollup/rollup-plugin-node-resolve/commit/df906578517274a9865b3da952e1efb7eaf41c88) feat(): dedupe accepts a function ([#225](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/issues/225))
- [`3a8ebf1`](https://github.com/rollup/rollup-plugin-node-resolve/commit/3a8ebf11b2923c1f2cb31b99a2d2074dcae082a4) 5.1.1
- [`f054cf1`](https://github.com/rollup/rollup-plugin-node-resolve/commit/f054cf1b727431dd047782a1defbb0de6b7a532a) Update changelog
- [`02f0e6d`](https://github.com/rollup/rollup-plugin-node-resolve/commit/02f0e6d698601e55aad570056032e7d3cb7910f3) Move Rollup version check to buildStart hook to avoid issues because ([#232](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/issues/232))
- [`84471e4`](https://github.com/rollup/rollup-plugin-node-resolve/commit/84471e46903d1d7a0606352d895b1d51da3fad14) Use async fs methods ([#230](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/issues/230))
- [`4b1e355`](https://github.com/rollup/rollup-plugin-node-resolve/commit/4b1e355b287fc7a797931234cb78dfd166fff545) 5.1.0
- [`fc69994`](https://github.com/rollup/rollup-plugin-node-resolve/commit/fc69994df313c77213445f7d8c5cd7f5f84a95ab) Update changelog
- [`f3c8320`](https://github.com/rollup/rollup-plugin-node-resolve/commit/f3c83206b10a96d38bda8fcb75e4c64ed4dd4e23) Fix path fragment inputs ([#229](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/issues/229))
- Additional commits viewable in [compare view](https://github.com/rollup/rollup-plugin-node-resolve/compare/v3.3.0...v5.2.0)
Maintainer changes
This version was pushed to npm by [lukastaegert](https://www.npmjs.com/~lukastaegert), a new releaser for rollup-plugin-node-resolve since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps rollup-plugin-node-resolve from 3.3.0 to 5.2.0.
Release notes
*Sourced from [rollup-plugin-node-resolve's releases](https://github.com/rollup/rollup-plugin-node-resolve/releases).* > ## v3.4.0 / 2018-09-04 > This release now supports `.mjs` files by default > > # Features > * feat: Support .mjs files by default (https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/151, by [@leebyron](https://github.com/leebyron))Changelog
*Sourced from [rollup-plugin-node-resolve's changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md).* > ## 5.2.0 (2019-06-29) > > * dedupe accepts a function ([#225](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/225) by [@manucorporat](https://github.com/manucorporat)) > > ## 5.1.1 (2019-06-29) > > * Move Rollup version check to buildStart hook to avoid issues ([#232](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/232) by [@lukastaegert](https://github.com/lukastaegert)) > > ## 5.1.0 (2019-06-22) > > * Fix path fragment inputs ([#229](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/229) by [@bterlson](https://github.com/bterlson)) > > ## 5.0.4 (2019-06-22) > > * Treat sideEffects array as inclusion list ([#227](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/227) by [@mikeharder](https://github.com/mikeharder)) > > ## 5.0.3 (2019-06-16) > > * Make empty.js a virtual module ([#224](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/224) by [@manucorporat](https://github.com/manucorporat)) > > ## 5.0.2 (2019-06-13) > > * Support resolve 1.11.1, add built-in test ([#223](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/223) by [@bterlson](https://github.com/bterlson)) > > ## 5.0.1 (2019-05-31) > > * Update to resolve@1.11.0 for better performance ([#220](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/220) by [@keithamus](https://github.com/keithamus)) > > ## 5.0.0 (2019-05-15) > > * Replace bublé with babel, update dependencies ([#216](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/216) by [@mecurc](https://github.com/mecurc)) > * Handle module side-effects ([#219](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/219) by [@lukastaegert](https://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 > > ## 4.2.4 (2019-05-11) > > * Add note on builtins to Readme ([#215](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/215) by [@keithamus](https://github.com/keithamus)) > * Add issue templates ([#217](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/217) by [@mecurc](https://github.com/mecurc)) > * Improve performance by caching `isDir` ([#218](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/218) by [@keithamus](https://github.com/keithamus)) > > ## 4.2.3 (2019-04-11) > > * Fix ordering of jsnext:main when using the jsnext option ([#209](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/pull/209) by [@lukastaegert](https://github.com/lukastaegert)) > > ## 4.2.2 (2019-04-10) > > ... (truncated)Commits
- [`07b00d0`](https://github.com/rollup/rollup-plugin-node-resolve/commit/07b00d0bc9a59951ce1ff0548cb7fa9d92531d22) 5.2.0 - [`be9d14b`](https://github.com/rollup/rollup-plugin-node-resolve/commit/be9d14b7d11795dd2d56ce38f460b7e23be6c1b5) Update changelog - [`df90657`](https://github.com/rollup/rollup-plugin-node-resolve/commit/df906578517274a9865b3da952e1efb7eaf41c88) feat(): dedupe accepts a function ([#225](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/issues/225)) - [`3a8ebf1`](https://github.com/rollup/rollup-plugin-node-resolve/commit/3a8ebf11b2923c1f2cb31b99a2d2074dcae082a4) 5.1.1 - [`f054cf1`](https://github.com/rollup/rollup-plugin-node-resolve/commit/f054cf1b727431dd047782a1defbb0de6b7a532a) Update changelog - [`02f0e6d`](https://github.com/rollup/rollup-plugin-node-resolve/commit/02f0e6d698601e55aad570056032e7d3cb7910f3) Move Rollup version check to buildStart hook to avoid issues because ([#232](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/issues/232)) - [`84471e4`](https://github.com/rollup/rollup-plugin-node-resolve/commit/84471e46903d1d7a0606352d895b1d51da3fad14) Use async fs methods ([#230](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/issues/230)) - [`4b1e355`](https://github.com/rollup/rollup-plugin-node-resolve/commit/4b1e355b287fc7a797931234cb78dfd166fff545) 5.1.0 - [`fc69994`](https://github.com/rollup/rollup-plugin-node-resolve/commit/fc69994df313c77213445f7d8c5cd7f5f84a95ab) Update changelog - [`f3c8320`](https://github.com/rollup/rollup-plugin-node-resolve/commit/f3c83206b10a96d38bda8fcb75e4c64ed4dd4e23) Fix path fragment inputs ([#229](https://github-redirect.dependabot.com/rollup/rollup-plugin-node-resolve/issues/229)) - Additional commits viewable in [compare view](https://github.com/rollup/rollup-plugin-node-resolve/compare/v3.3.0...v5.2.0)Maintainer changes
This version was pushed to npm by [lukastaegert](https://www.npmjs.com/~lukastaegert), a new releaser for rollup-plugin-node-resolve since your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.