Skip to content

[Doppins] Upgrade dependency babel-loader to ^8.0.6 - #10

Open
doppins-bot wants to merge 6 commits into
masterfrom
doppins/babel-loader-from-8.0.0-below-9.0.0
Open

[Doppins] Upgrade dependency babel-loader to ^8.0.6#10
doppins-bot wants to merge 6 commits into
masterfrom
doppins/babel-loader-from-8.0.0-below-9.0.0

Conversation

@doppins-bot

Copy link
Copy Markdown
Contributor

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.2 to ^8.0.0

Changelog:

Version 8.0.0

  • #639 - Use MD4 instead of SHA1 for filename hashes
  • #644 - Read file before creating directory
  • #645 - [docs] Update http-links to https
  • #660 - Pass Babel's .caller option and pass supportsStaticESM:true.

NOTE: For those looking for v8.0.0-beta.5, it was a mis-publish of the wrong branch and included only #660 and missed the other 3 PRs.

Version 8.0.0

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

Version 8.0.0

  • #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

💥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

💥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

v8.0.0-beta.0

@doppins-bot

Copy link
Copy Markdown
Contributor Author

An additional new version was just released of babel-loader, so we've added an
extra commit upgrading your range to ^8.0.1.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency babel-loader to ^8.0.0 [Doppins] Upgrade dependency babel-loader to ^8.0.1 Sep 1, 2018
@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency babel-loader to ^8.0.1 [Doppins] Upgrade dependency babel-loader to ^8.0.2 Sep 3, 2018
@doppins-bot

Copy link
Copy Markdown
Contributor Author

An additional new version was just released of babel-loader, so we've added an
extra commit upgrading your range to ^8.0.2.

Hope that's alright!
Doppins

@doppins-bot

Copy link
Copy Markdown
Contributor Author

An additional new version was just released of babel-loader, so we've added an
extra commit upgrading your range to ^8.0.4.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency babel-loader to ^8.0.2 [Doppins] Upgrade dependency babel-loader to ^8.0.4 Sep 27, 2018
@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency babel-loader to ^8.0.4 [Doppins] Upgrade dependency babel-loader to ^8.0.5 Jan 4, 2019
@doppins-bot

Copy link
Copy Markdown
Contributor Author

An additional new version was just released of babel-loader, so we've added an
extra commit upgrading your range to ^8.0.5.

Hope that's alright!
Doppins

@doppins-bot

Copy link
Copy Markdown
Contributor Author

An additional new version was just released of babel-loader, so we've added an
extra commit upgrading your range to ^8.0.6.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency babel-loader to ^8.0.5 [Doppins] Upgrade dependency babel-loader to ^8.0.6 May 12, 2019
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.

1 participant