Skip to content

Conversation

@greenkeeper
Copy link

@greenkeeper greenkeeper bot commented Feb 14, 2017

Version 6.3.0 of babel-loader just got published.

Dependency babel-loader
Current Version 6.2.10
Type devDependency

The version 6.3.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 babel-loader.
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 10 commits .

  • 877e956 6.3.0
  • 4b3bafa FS caching improvements (#375)
  • 0b19a6d Update loader-utils dependecy to ^0.2.16 (#371)
  • 15881f4 Add env query parameter. (#368)
  • e9e3702 Update yarn.lockk
  • 707f31c chore(package): update eslint-config-babel to version 6.0.0 (#360)
  • 5657f48 chore(package): update eslint-config-babel to version 5.0.0 (#359)
  • 757002a Remove plugin-babel (#358)
  • a7e16da Update eslint-config-babel to the latest version 🚀 (#357)
  • 3900952 Update CHANGELOG.md

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 🌴

@coveralls
Copy link

Coverage Status

Coverage remained the same at 75.221% when pulling 35cd4ea on greenkeeper/babel-loader-6.3.0 into 607123f on master.

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 15, 2017

Version 6.3.1 just got published.

Update to this version instead 🚀

Release Notes v6.3.1

🐛 Bug Fix

  • The new forceEnv options wasn't working as expected (#379) @chrisvasz
Commits

The new version differs by 5 commits .

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 16, 2017

Version 6.3.2 just got published.

Update to this version instead 🚀

Release Notes v6.3.2

😢 Regression

  • forceEnv was interfering with regular environment handling
Commits

The new version differs by 2 commits .

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 6, 2017

Version 6.4.0 just got published.

Update to this version instead 🚀

Release Notes v6.4.0

🚀 New Feature

  • added metadata passing from babel to webpack, which is currently used by react-intl (#398) @Ognian
Commits

The new version differs by 9 commits .

  • 36db87b 6.4.0
  • da6201a Update CHANGELOG.md for 6.4.0
  • ca3318b Optimize code after merge of #398
  • cd10945 Update yarn.lock
  • a8fd06e Sort package.json
  • 1fbbdf3 added metadata passing from babel to webpack (#398)
  • 2fbcc01 document globalOptions (#365)
  • 9ea739f Docs: change babel-preset-es2015 to babel-preset-env (#404) [skip ci]
  • 931c619 Update CHANGELOG.md

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 16, 2017

Version 6.4.1 just got published.

Update to this version instead 🚀

Release Notes v6.4.1

🐛 Bug Fix

Commits

The new version differs by 2 commits .

  • 48325ea 6.4.1
  • f3241f8 Fixed reset of BABEL_ENV when options.forceEnv is used (#420)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 21, 2017

Version 7.0.0 just got published.

Update to this version instead 🚀

Release Notes v7.0.0

💥 Breaking Change

  • Drop support for node < 4
  • Drop support for webpack 1

🚀 New Feature

  • support babel-core@7 (#403) (Henry Zhu)

🐛 Bug Fix

  • Make sure .babelrc is a file, not a directory (#427) (Hiroki Osame)
  • Bump loader-utils and use getOptions (#391) (Brian Ng)
  • Ensure options are always an object (#413) (Daniel Tschinder)

📝 Documentation

  • Point changelog to releases (Daniel Tschinder)
  • Updated documentation to match webpack v2 changes. (#438) (Jagadish Kasi)
  • Add note about webpack versions (Daniel Tschinder)
  • Update README.md for webpack 2 (#402) (Sid Raval)

🏠 Internal

  • chore(ci): get rid of node 0.10 (#354) (Yuta Hiroto)
  • Use preset-env (#406) (Daniel Tschinder)
  • Correctly run yarn commands (Daniel Tschinder)
  • Update ava to the latest version 🚀 (#434) (greenkeeper[bot])
  • Update cross-env to the latest version 🚀 (#431) (greenkeeper[bot])
  • chore(package): update babel-plugin-istanbul to version 4.0.0 (#374) (greenkeeper[bot])
  • chore(package): update cross-env to version 3.1.4 (#353) (greenkeeper[bot])
  • chore(package): update ava to version 0.18.0 (#369) (greenkeeper[bot])
  • Use yarn (#376) (Daniel Tschinder)
  • target node 4 in preset env (#423) (Daniel Tschinder)
  • Add prettier (#409) (Daniel Tschinder)
  • Use bash codecov (#440) (Daniel Tschinder)
Commits

The new version differs by 41 commits0.

  • 1a76476 7.0.0
  • 7307226 Point changelog to releases
  • 174cb10 Merge branch '7.0'
  • 2204871 Add prettier (#409)
  • dbec80d Make sure .babelrc is a file, not a directory (#427)
  • aa485e4 Use bash codecov (#440)
  • 16522b6 yarn.lock
  • 660922b Update ava to the latest version 🚀 (#434)
  • 5d248b5 Update cross-env to the latest version 🚀 (#431)
  • 74ff2e6 Updated documentation to match webpack v2 changes. (#438)
  • ed8711d Add note about webpack versions
  • a7342de 7.0.0-beta.1
  • fb8c271 Merge branch 'fix-options' into 7.0
  • 1ed7ff5 Merge branch 'master' into 7.0
  • e20f6b6 Changelog for 6.4.1 (#424)

There are 41 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 20, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 20, 2017

Version 7.1.0 just got published.

Update to this version instead 🚀

Release Notes 7.1.0

🚀 New Feature

  • Update to support webpack 3 (#471) (Joe Lencioni)
  • look for babel options in package.json and .babelrc.js (babel 7) (#465) (Thomas Sileghem)
  • Watch configuration files. (#460) (Evilebot Tnawi)
    You can now change the babel config while webpack watch or dev-server is running and webpack will correctly recompile all files with babel.

🐛 Bug Fix

  • Only base cache identifier on babel options from package.json (#468) (Daniel Tschinder)

📝 Documentation

  • Remove outdated examples. (Daniel Tschinder)

🏠 Internal

  • update eslint-config-babel to version 7.0.0 (#469) (greenkeeper[bot])
  • update lint-staged to version 4.0.0 (#470) (greenkeeper[bot])
  • Add prettier eslint plugin (#466) (Daniel Tschinder)
  • Add node 8 to test matrix (#467) (Daniel Tschinder)
  • Upgrade find-cache-dir to 1.0 and cross-env to 5.0 (#457) (Daniel Tschinder)
Commits

The new version differs by 13 commits.

  • d249119 7.1.0
  • ea9b4d4 Update yarn.lock
  • 7986787 chore(package): update eslint-config-babel to version 7.0.0 (#469)
  • ee40748 chore(package): update lint-staged to version 4.0.0 (#470)
  • 66784e4 Update to webpack 3 (#471)
  • 8544ffa Only base cache identifier on babel options from pkg.json (#468)
  • ea2eafa Add prettier eslint plugin (#466)
  • 4548169 Add node 8 to test matrix (#467)
  • d8b73c0 fix(resolve-rc): look for babel in package.json and .babelrc.js (#465)
  • 8d96c1f Remove outdated examples.
  • 91f2658 Fixed: watch configuration files. (#460)
  • de2d3f3 Upgrade dependencies
  • 37e63e3 Upgrade find-cache-dir to 1.0 and cross-env to 5.0 (#457)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 28, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 28, 2017

Version 7.1.1 just got published.

Update to this version instead 🚀

Release Notes 7.1.1

🐛 Bug Fix

  • Do not read .babelrc for cache identifier when babelrc=false (#483) (Russ Tyndall)

📝 Documentation

  • Update README.md for webpack 3.x (#476) (Pierre Neter)

🏠 Internal

  • Update eslint to the latest version 🚀 (#482) (greenkeeper[bot])
  • chore(package): update husky to version 0.14.0 (#475) (greenkeeper[bot])
Commits

The new version differs by 6 commits.

  • 5953fcf 7.1.1
  • f3cacd9 Update yarn.lock
  • 0815f48 Update eslint to the latest version 🚀 (#482)
  • aefe583 Do not read .babelrc for cache identifier when babelrc=false (#483)
  • c8924f3 chore(package): update husky to version 0.14.0 (#475)
  • 6063373 Update README.md for webpack 3.x (#476)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 18, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 18, 2017

Version 7.1.2 just got published.

Update to this version instead 🚀

Release Notes 7.1.2

🐛 Bug Fix

  • Add the message in BabelLoaderError's stack trace on node 8 (#499) (Stephen Jennings)
  • Do not swallow errors in exists() and only call exists if option is string (#495) (Nelo Mitranim)

📝 Documentation

  • README: fix typo (#498) (Piper Chester)

🏠 Internal

  • Update ava to the latest version 🚀 (#500) (greenkeeper[bot])
  • Update ava to the latest version 🚀 (#491) (greenkeeper[bot])
  • Update ava to the latest version 🚀 (#487) (greenkeeper[bot])
Commits

The new version differs by 8 commits.

  • 1ca5c78 7.1.2
  • 43543b7 Update dependencies
  • 8558593 Add the message in BabelLoaderError's stack trace (#499)
  • ffdf7f1 Update ava to the latest version 🚀 (#500)
  • 87b91f0 README: fix typo (#498) [skip ci]
  • f0bbb68 Do not swallow errors in exists() and only call exists if option is string (#495)
  • 62ae6cc Update ava to the latest version 🚀 (#491)
  • 5e76bb7 Update ava to the latest version 🚀 (#487)

See the full diff

@nason nason closed this Nov 6, 2017
@greenkeeper greenkeeper bot deleted the greenkeeper/babel-loader-6.3.0 branch November 6, 2017 23:14
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.

3 participants