Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Update babel-loader to 7.1.4-abandoned #5

Closed
wants to merge 6 commits into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 21, 2018

This Pull Request updates dependency babel-loader from v6.4.1 to v7.1.4

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)

v7.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)

v7.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])

v7.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])

v7.1.3

馃悰 Bug Fix
  • Support webpack 4

v7.1.4

馃悰 Bug Fix
  • Update code to read filename

Commits

v7.0.0

v7.1.0

v7.1.1

v7.1.2

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

v7.1.3

  • f753765 Fix preset-env refs in README [skip ci]
  • e4f1aee update readme versions [skip ci]
  • 916affe Update lint-staged to the latest version 馃殌 (#536)
  • 8b07d5d remove `@next` since it's not necessary on the scoped packages change [skip ci]
  • e6bb01e Update ava to the latest version 馃殌 (#545)
  • 7e95509 Update lint-staged to the latest version 馃殌 (#546)
  • b31d86f Fix preset-env and plugin-syntax-object-rest-spread refs. (#549)
  • 40552b6 Allow any version of webpack as a peerDependency (#550)
  • 8bd2521 chore(package): update ava to version 0.25.0 (#569)
  • 638e433 Update readme.md (#566)
  • 23b3b97 fix compatibility with @babel/core option check when inputSourceMap null (#538)
  • 7bf66bd docs(README): document babelrc option (#442)
  • 19caf69 fix(babel): Update to latest babel version and fix babelrc behaviour (#583)
  • 552bdce refactor(src/Error): move `LoaderError` to separate file
  • be187cd refactor(src/transform): move `transform` helper to separate file
  • 27f44f8 style(src): modernize code
  • 85bd8b7 feat(src/cache): use async `transform` (`babel.transfrom`)
  • 2109b8e feat(src/index): use async `transform` (`babel.transfrom`)
  • c1d2f83 chore(package): update `peerDependencies` && `devDependencies`
  • 537226d Merge pull request #584 from babel/michael-ciniawsky-feat
  • 64dff0d Run tests with webpack 4 and fix them (#585)
  • c436141 Update lint-staged

v7.1.4


This PR has been generated by Renovate Bot.

@renovate
Copy link
Author

renovate bot commented Mar 21, 2018

PR has been edited

As this PR has been edited, Renovate will stop updating it in order to not cause any conflicts or other problems. If you wish to abandon your edits and have Renovate recreate this PR then you should rename this PR and then close it.

@renovate renovate bot changed the title Update dependency babel-loader to v7 Update babel-loader to 7.1.4 Apr 17, 2018
@sbardian sbardian changed the title Update babel-loader to 7.1.4 Update babel-loader to 7.1.4-abandoned May 17, 2018
@sbardian sbardian closed this May 17, 2018
@renovate renovate bot deleted the renovate/babel-loader-7.x branch June 22, 2018 16:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants