Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doppins] Upgrade dependency babel-loader to 7.1.5 #542

Merged
merged 1 commit into from
Jul 19, 2018

Conversation

doppins-bot
Copy link
Contributor

@doppins-bot doppins-bot commented Jul 18, 2018

Hi!

A new version was just released of babel-loader, so Doppins
has upgraded your project's dependency ranges.

Make sure that it doesn't break anything, and happy merging! :shipit:


Upgraded babel-loader from 7.1.4 to 7.1.5

Changelog:

Version 7.1.5

v7.1.5

  • Perf: Use md4 instead of sha1 for filename hashes (https://github.com/babel/babel-loader/pull/638)

Version 8.0.0-beta.4

  • #629 Include additional result values from Babel's output for custom loaders

Version 8.0.0-beta.3

  • #590 Handle cache directory fallback better
  • #599 Drop logic for reading the .babelrc and rely on ``@babel/core
  • #618 Refactor to use async functions for async handling (compiled to generators)
  • #619 Expose an API for users to create custom wrapper around babel-loader

Version 8.0.0-beta.2

💥BREAKING CHANGE

  • Remove forceEnv in favor of the core envName option. (#586) (@loganfsmyth)

    The forceEnv option has been removed. You can simple replace it with the new option envName from babel-core. (see https://github.com/babel/babel/tree/master/packages/babel-core#options)

 {
   loader: 'babel-loader',
   options: {
-    forceEnv: 'staging',
+    envName: 'staging',
   },
 }

🐛 Bug Fix

  • Fix the resolving of babelrc when extends not set (#588) (@danez)

Version 8.0.0-beta.1

💥BREAKING CHANGE

The babelrc option was changed. It now only accepts true or false as valid option (similar to other babel packages) and does not allow setting a string. If you previously had a filename specified you need to change to extends

 {
   loader: 'babel-loader',
   options: {
-    babelrc: 'path/to/.babelrc',
+    babelrc: false,
+    extends: 'path/to/.babelrc',
   },
 }

🐛 Bug Fix

  • Support webpack 4.0 (#550) (@lencioni)
  • fix compatibility with @babel/core option check when inputSourceMap null (#538) (@Delagen)
  • fix babelrc option behaviour (#583) (@danez)
  • use async babel transform (#584) (@michael-ciniawsky)

📝 Documentation

  • README: document babelrc option (#442) (@jedwards1211)

Version 8.0.0-beta.0

v8.0.0-beta.0


This change is Reviewable

Copy link
Member

@pcorpet pcorpet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! undefined

@pcorpet pcorpet merged commit 903e2a6 into master Jul 19, 2018
@pcorpet pcorpet deleted the doppins/babel-loader-equals-7.1.5 branch July 19, 2018 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants