Release notes
*Sourced from [babel-loader's releases](https://github.com/babel/babel-loader/releases).*
> # v7.1.5
>
> - Perf: Use md4 instead of sha1 for filename hashes (https://github-redirect.dependabot.com/babel/babel-loader/pull/638)
>
> ## 7.1.4
> ### š Bug Fix
>
> * Update code to read filename
>
> ## 7.1.3
> ### š Bug Fix
>
> * Support webpack 4
>
> ## 7.1.2
> ### š Bug Fix
>
> * Add the message in BabelLoaderError's stack trace on node 8 ([#499](https://github-redirect.dependabot.com/babel/babel-loader/issues/499)) (Stephen Jennings)
> * Do not swallow errors in exists() and only call exists if option is string ([#495](https://github-redirect.dependabot.com/babel/babel-loader/issues/495)) (Nelo Mitranim)
>
> ### š Documentation
>
> * README: fix typo ([#498](https://github-redirect.dependabot.com/babel/babel-loader/issues/498)) (Piper Chester)
>
> ### š Internal
>
> * Update ava to the latest version š ([#500](https://github-redirect.dependabot.com/babel/babel-loader/issues/500)) (greenkeeper[bot])
> * Update ava to the latest version š ([#491](https://github-redirect.dependabot.com/babel/babel-loader/issues/491)) (greenkeeper[bot])
> * Update ava to the latest version š ([#487](https://github-redirect.dependabot.com/babel/babel-loader/issues/487)) (greenkeeper[bot])
>
> ## 7.1.1
> ### š Bug Fix
>
> * Do not read .babelrc for cache identifier when babelrc=false ([#483](https://github-redirect.dependabot.com/babel/babel-loader/issues/483)) (Russ Tyndall)
>
> ### š Documentation
>
> * Update README.md for webpack 3.x ([#476](https://github-redirect.dependabot.com/babel/babel-loader/issues/476)) (Pierre Neter)
>
> ### š Internal
>
> * Update eslint to the latest version š ([#482](https://github-redirect.dependabot.com/babel/babel-loader/issues/482)) (greenkeeper[bot])
> * chore(package): update husky to version 0.14.0 ([#475](https://github-redirect.dependabot.com/babel/babel-loader/issues/475)) (greenkeeper[bot])
>
> ## 7.1.0
> ### š New Feature
>
> * Update to support webpack 3 ([#471](https://github-redirect.dependabot.com/babel/babel-loader/issues/471)) (Joe Lencioni)
> * look for babel options in package.json and .babelrc.js (babel 7) ([#465](https://github-redirect.dependabot.com/babel/babel-loader/issues/465)) (Thomas Sileghem)
> * Watch configuration files. ([#460](https://github-redirect.dependabot.com/babel/babel-loader/issues/460)) (Evilebot Tnawi)
> ... (truncated)
Changelog
*Sourced from [babel-loader's changelog](https://github.com/babel/babel-loader/blob/master/CHANGELOG.md).*
> # Changelog
>
> For changes in version v7.0.0 and up please go to [release](https://github.com/babel/babel-loader/releases)
>
> # Old Changelog
Commits
- [`f3bfed9`](https://github.com/babel/babel-loader/commit/f3bfed932a959f7ffe3633e7f88cba0f3fcbf7b2) 7.1.5
- [`fa91723`](https://github.com/babel/babel-loader/commit/fa91723d2c6c51bf5124cb6fda7155185da1b20d) Merge pull request [#638](https://github-redirect.dependabot.com/babel/babel-loader/issues/638) from lencioni/7.x-md4
- [`19fb463`](https://github.com/babel/babel-loader/commit/19fb4637219b908673d8fe863ed660217d2b04c3) Use MD4 instead of SHA1 for filename hashes
- [`8fe5da3`](https://github.com/babel/babel-loader/commit/8fe5da3fb923096c98af31cb66fc1a3a22b44992) 7.1.4
- [`4d14079`](https://github.com/babel/babel-loader/commit/4d1407989318ac1a14744724e6de309d2671e802) Update resolving of filename
- [`d51e635`](https://github.com/babel/babel-loader/commit/d51e63557006d4c6ae1c06a248bbd3f2319a8566) 7.1.3
- [`ba8a846`](https://github.com/babel/babel-loader/commit/ba8a846d219e075e4f461962e4199d62322c18cb) Fix appveyor config
- [`3102137`](https://github.com/babel/babel-loader/commit/3102137195909e7b30f4b515fe99f1effad77a4d) Fix peer dependencies
- [`8170080`](https://github.com/babel/babel-loader/commit/81700809c5dc4cf4f41f3fa2a8d96ba6e166d651) Run tests with webpack 4 and fix them
- [`b9f4d60`](https://github.com/babel/babel-loader/commit/b9f4d605fc237288683629ed6fab101f589ce0a5) Update ava to the latest version š ([#520](https://github-redirect.dependabot.com/babel/babel-loader/issues/520))
- Additional commits viewable in [compare view](https://github.com/babel/babel-loader/compare/v6.4.1...v7.1.5)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps babel-loader from 6.4.1 to 7.1.5.
Release notes
*Sourced from [babel-loader's releases](https://github.com/babel/babel-loader/releases).* > # v7.1.5 > > - Perf: Use md4 instead of sha1 for filename hashes (https://github-redirect.dependabot.com/babel/babel-loader/pull/638) > > ## 7.1.4 > ### š Bug Fix > > * Update code to read filename > > ## 7.1.3 > ### š Bug Fix > > * Support webpack 4 > > ## 7.1.2 > ### š Bug Fix > > * Add the message in BabelLoaderError's stack trace on node 8 ([#499](https://github-redirect.dependabot.com/babel/babel-loader/issues/499)) (Stephen Jennings) > * Do not swallow errors in exists() and only call exists if option is string ([#495](https://github-redirect.dependabot.com/babel/babel-loader/issues/495)) (Nelo Mitranim) > > ### š Documentation > > * README: fix typo ([#498](https://github-redirect.dependabot.com/babel/babel-loader/issues/498)) (Piper Chester) > > ### š Internal > > * Update ava to the latest version š ([#500](https://github-redirect.dependabot.com/babel/babel-loader/issues/500)) (greenkeeper[bot]) > * Update ava to the latest version š ([#491](https://github-redirect.dependabot.com/babel/babel-loader/issues/491)) (greenkeeper[bot]) > * Update ava to the latest version š ([#487](https://github-redirect.dependabot.com/babel/babel-loader/issues/487)) (greenkeeper[bot]) > > ## 7.1.1 > ### š Bug Fix > > * Do not read .babelrc for cache identifier when babelrc=false ([#483](https://github-redirect.dependabot.com/babel/babel-loader/issues/483)) (Russ Tyndall) > > ### š Documentation > > * Update README.md for webpack 3.x ([#476](https://github-redirect.dependabot.com/babel/babel-loader/issues/476)) (Pierre Neter) > > ### š Internal > > * Update eslint to the latest version š ([#482](https://github-redirect.dependabot.com/babel/babel-loader/issues/482)) (greenkeeper[bot]) > * chore(package): update husky to version 0.14.0 ([#475](https://github-redirect.dependabot.com/babel/babel-loader/issues/475)) (greenkeeper[bot]) > > ## 7.1.0 > ### š New Feature > > * Update to support webpack 3 ([#471](https://github-redirect.dependabot.com/babel/babel-loader/issues/471)) (Joe Lencioni) > * look for babel options in package.json and .babelrc.js (babel 7) ([#465](https://github-redirect.dependabot.com/babel/babel-loader/issues/465)) (Thomas Sileghem) > * Watch configuration files. ([#460](https://github-redirect.dependabot.com/babel/babel-loader/issues/460)) (Evilebot Tnawi) > ... (truncated)Changelog
*Sourced from [babel-loader's changelog](https://github.com/babel/babel-loader/blob/master/CHANGELOG.md).* > # Changelog > > For changes in version v7.0.0 and up please go to [release](https://github.com/babel/babel-loader/releases) > > # Old ChangelogCommits
- [`f3bfed9`](https://github.com/babel/babel-loader/commit/f3bfed932a959f7ffe3633e7f88cba0f3fcbf7b2) 7.1.5 - [`fa91723`](https://github.com/babel/babel-loader/commit/fa91723d2c6c51bf5124cb6fda7155185da1b20d) Merge pull request [#638](https://github-redirect.dependabot.com/babel/babel-loader/issues/638) from lencioni/7.x-md4 - [`19fb463`](https://github.com/babel/babel-loader/commit/19fb4637219b908673d8fe863ed660217d2b04c3) Use MD4 instead of SHA1 for filename hashes - [`8fe5da3`](https://github.com/babel/babel-loader/commit/8fe5da3fb923096c98af31cb66fc1a3a22b44992) 7.1.4 - [`4d14079`](https://github.com/babel/babel-loader/commit/4d1407989318ac1a14744724e6de309d2671e802) Update resolving of filename - [`d51e635`](https://github.com/babel/babel-loader/commit/d51e63557006d4c6ae1c06a248bbd3f2319a8566) 7.1.3 - [`ba8a846`](https://github.com/babel/babel-loader/commit/ba8a846d219e075e4f461962e4199d62322c18cb) Fix appveyor config - [`3102137`](https://github.com/babel/babel-loader/commit/3102137195909e7b30f4b515fe99f1effad77a4d) Fix peer dependencies - [`8170080`](https://github.com/babel/babel-loader/commit/81700809c5dc4cf4f41f3fa2a8d96ba6e166d651) Run tests with webpack 4 and fix them - [`b9f4d60`](https://github.com/babel/babel-loader/commit/b9f4d605fc237288683629ed6fab101f589ce0a5) Update ava to the latest version š ([#520](https://github-redirect.dependabot.com/babel/babel-loader/issues/520)) - Additional commits viewable in [compare view](https://github.com/babel/babel-loader/compare/v6.4.1...v7.1.5)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.