philschatz / gh-board

:octocat: "Serverless" Kanban for GitHub Issues using gh-pages

Home Page:http://philschatz.github.io/gh-board/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of babel-loader is breaking the build 🚨

greenkeeper opened this issue Β· comments

Version 6.4.0 of babel-loader just got published.

Branch Build failing 🚨
Dependency babel-loader
Current Version 6.3.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As babel-loader is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
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.

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 🌴

Version 6.4.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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.

Version 7.1.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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 56 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)
  • 1a76476 7.0.0
  • 7307226 Point changelog to releases

There are 56 commits in total.

See the full diff

Version 7.1.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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

Version 7.1.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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

Version 7.1.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 7.1.3

πŸ› Bug Fix

  • Support webpack 4
Commits

The new version differs by 7 commits.

  • d51e635 7.1.3
  • ba8a846 Fix appveyor config
  • 3102137 Fix peer dependencies
  • 8170080 Run tests with webpack 4 and fix them
  • b9f4d60 Update ava to the latest version πŸš€ (#520)
  • d7de226 Update react to the latest version πŸš€ (#516)
  • dff4a44 Update babel-eslint to the latest version πŸš€ (#510)

See the full diff

Version 7.1.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 7.1.4

πŸ› Bug Fix

  • Update code to read filename
Commits

The new version differs by 2 commits.

See the full diff

Version 7.1.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v7.1.5

v7.1.5

  • Perf: Use md4 instead of sha1 for filename hashes (#638)
Commits

The new version differs by 3 commits.

  • f3bfed9 7.1.5
  • fa91723 Merge pull request #638 from lencioni/7.x-md4
  • 19fb463 Use MD4 instead of SHA1 for filename hashes

See the full diff