Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rollup-plugin-node-resolve to the latest version 🚀 #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Apr 1, 2017

Version 3.0.0 of rollup-plugin-node-resolve just got published.

Dependency rollup-plugin-node-resolve
Current Version 2.1.1
Type devDependency

The version 3.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of rollup-plugin-node-resolve.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 12 commits .

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 11, 2018

Version 3.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 1bea2ad -> v3.0.1
  • f9ca240 Merge pull request #127 from keithamus/remove-browser-resolve
  • 1ced2d4 refactor: remove browser-resolve dependency, inline logic
  • 29fc2ca Update README.md
  • 2b13f7b error message: externals -> external (#99)
  • 2f9db30 Added missing comma in readme
  • 001893d Added missing comma in readme (#97)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 11, 2018

Version 3.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 1b26066 -> v3.0.2
  • 6aeecbf Merge pull request #129 from keithamus/fix-new-browser-resolve-refactor
  • 6920233 fix: add guard for options.browser with no pkg.browser field

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 14, 2018

Version 3.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 19fd587 -> v3.0.3
  • 4c35e91 Merge pull request #133 from keithamus/fix-browser-resolve-regressions
  • 0efbed0 Merge pull request #1 from mislav/mislav/fix-browser-resolve-regressions
  • 3a63974 Handle .node extension when resolving browser entries
  • 398816d Respect browser field configuration in case of implicit main
  • 7529f70 fix(browser-resolve): fix regressions from refactor

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 7, 2018

Version 3.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 21 commits.

  • 848c371 3.1.0
  • c609f8f Merge pull request #140 from kellyselden/preserveSymlinks
  • 93dedb0 respect preserveSymlinks option from upstream
  • 36dcabc update rollup
  • 634dfae Merge branch 'enable-github-installation'
  • 801f9d5 Add "prepare" script for github installation
  • 902c848 Merge branch 'kellyselden-rollup'
  • 077f7ae Handle .node extension when resolving browser entries
  • 1895d73 Respect browser field configuration in case of implicit main
  • 1f308d5 fix(browser-resolve): fix regressions from refactor
  • 69948ba -> v3.0.3
  • d9ff8c1 Handle .node extension when resolving browser entries
  • 1d8af1a Respect browser field configuration in case of implicit main
  • 7648c3e fix(browser-resolve): fix regressions from refactor
  • 80d23f5 Merge branch 'kellyselden-lockfile'

There are 21 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 7, 2018

Version 3.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • f267620 3.2.0
  • f65152d Merge pull request #126 from keithamus/cache-reads
  • 313a3e3 perf: cache file stats/reads

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 17, 2018

Version 3.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 7846a19 3.3.0
  • 3927778 Merge pull request #83 from arantes555/master
  • e608e77 Converting all "only" options to regexps and using Regexp.test for efficiency
  • 070810b Allows to specify an array of packages that will be the only ones imported.
  • 625c9fe Merge pull request #120 from GeorgeTaveras1231/patch-1
  • 85f6814 Correct description of jail option

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 4, 2018

Version 3.4.0 just got published.

Update to this version instead 🚀

Release Notes v3.4.0 / 2018-09-04

This release now supports .mjs files by default

Features

Commits

The new version differs by 5 commits.

  • 341037a 3.4.0
  • 05bd0ef Merge pull request #174 from rollup/refactor-promisify-resolveid-for-less-promise-boilerplate
  • 90423f6 refactor: promisify resolveId for less Promise boilerplate
  • 74f2e41 Merge pull request #151 from leebyron/fix-extensions
  • f711ab2 Support .mjs files by default.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 9, 2018

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • 73b01b1 Update changelog
  • 6f5260b 4.0.0
  • 03d9bbc Update changelog
  • 31aa15c Prepare for 1.0 and update dependencies (#187)
  • 1cc1101 update changelog
  • 0ef101d Support using package names for manual chunks (#185)
  • b2ecf57 Updated the README.md with the info about jsnext:main
  • 18be8d8 chore: update CHANGELOG.md with newer releases
  • 269d955 Updated the README.md with the info about jsnext:main

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 22, 2019

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • f8dfa57 4.0.1
  • 2ba2515 Update changelog
  • 1eff8d7 fix: regression in browser objects pointing to nested node_mpodules (#143)
  • aad0239 Update changelog
  • 9ce01d4 Fix pkg.browser mappings issue by specifying a value of false (#183)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 5, 2019

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 6, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 6, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 10, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 11, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented May 11, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented May 15, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented May 31, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 13, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 16, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 22, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 25, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 29, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 29, 2019

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants