fmal / mini-console-logger

Simple logging utility
Other
4 stars 1 forks source link

Update rollup-plugin-babel to the latest version 🚀 #8

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.0.0 of rollup-plugin-babel just got published.

Dependency rollup-plugin-babel
Current Version 2.7.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-babel. 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](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 3.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 7971919 3.0.3
  • 6d3e61b Fix travis by installing correct babel version
  • 3ea75c4 Remove unused namespace declaration & expression (#164)
  • 0ca9fe7 Use "module" in addition to "jsnext:main"
  • a551d3a Drop babel 7 from peer deps

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 8827c11 3.0.4
  • b226922 Fix issue with preflight and decorator plugin (#204)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • c318f09 3.0.5
  • 9af19a7 Cache preflight check results per plugin's instance

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 14226a7 3.0.6
  • f8182c6 Transform built helpers in case people use i.e. some es3 transforms (#227)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.7 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • c392be2 3.0.7
  • 5d4b9fc Revert "Transform built helpers in case people use i.e. some es3 transforms (#227)"

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 48 commits ahead by 48, behind by 13.

  • 7d750e7 4.0.0
  • 90f6716 Pass appropriate caller config to babel.transform (#238)
  • 9f93eda Transpile only default babel extensions, allow for custom extensions option (fixes #111)
  • ae5f55c 4.0.0-beta.8
  • aa5a076 Upgrade babel deps and tweak preflight check according to latest changes (#233)
  • 8b2bf67 Improve distributed dist directory (#234)
  • 9852a47 4.0.0-beta.7
  • fb51b58 Fixed runtime helpers detection with useESModules & useBuiltIns options (#226)
  • d14583f 4.0.0-beta.6
  • 70b28cd Removed irrelevant babel plugin from a test case
  • e443aef Throw when used with module transform BEFORE throwing about unexpected situation (#225)
  • 751f9a4 Tweaked babelrc: false workaround recommendation
  • 1dc291c Merge remote-tracking branch 'miketrexler/modules-false-docs'
  • ec52228 Cache preflight check results per plugin's instance (#224)
  • 49b2345 Merge branch 'option-cleanup'

There are 48 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • de25402 4.1.0
  • 4f09a91 4.1.0-1
  • bb58960 Return null from the transform hook when it doesn't transform anything
  • 97953e1 Fix indentation in examples of configuration in readme (#266)
  • becd7ea Remove babel 6 test from AppVeyor (#263)
  • 5168424 Upgraded husky
  • 3a9ba87 Add options.extensions to README (#256)
  • b709cad 4.1.0-0
  • 8dbe1d2 Tweak eslint rules to stop conflicting with prettier output
  • 01d2095 Run prettier over the repo files
  • 6bb0e49 Setup prettier
  • 22f1b81 Fix preflightChecks for ignored files

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 26 commits.

  • bf9f1a2 4.3.0
  • 97ac95b Merge branch 'custom-builder'
  • f250dea Add docs about .custom builder
  • 542c143 Merge branch 'master' into custom-builder
  • ba2559a Fail build when trying plugin tries to add non-existent helper (#290)
  • 0a764c0 Remove unnecessary guard against missing plugins in preflight check
  • 31a6f88 Tweak .custom API, validate options hook - it cant be async
  • 54d3cee Merge branch 'master' into custom-builder
  • 0752385 Update devDep to rollup@1
  • 7fc31d9 Fix issue with option plugins/presets being added twice to the loaded config
  • c8f6d69 Add Andarist as contributor in package.json
  • 348fec6 Tweak npm scripts
  • 717ce79 Merge branch 'master' into custom-builder
  • 5a425f9 Fixed .custom tests
  • e31c298 loadPartialConfig and perform preflightCheck later

There are 26 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

See the full diff