algolia / community-project-boilerplate

Minimal setup for community projects [NO MORE MAINTAINED]
https://community.algolia.com/community-project-boilerplate
MIT License
3 stars 5 forks source link

fix(deps): update dependency babel-loader to v8.0.0-beta.2 #70

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency babel-loader from v8.0.0-beta.0 to v8.0.0-beta.2

Note: This PR was created on a configured schedule ("every weekend" in timezone Europe/Paris) and will not receive updates outside those times.

Release Notes ### [`v8.0.0-beta.1`](https://github.com/babel/babel-loader/releases/v8.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` ```diff { 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) --- ### [`v8.0.0-beta.2`](https://github.com/babel/babel-loader/releases/v8.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) ```diff { loader: 'babel-loader', options: { - forceEnv: 'staging', + envName: 'staging', }, } ``` ##### 🐛 Bug Fix * Fix the resolving of babelrc when extends not set (#​588) (@​danez) ---
Commits #### v8.0.0-beta.1 - [`c0045f3`](https://github.com/babel/babel-loader/commit/c0045f356871135559151cd089b7f44dc1809fe7) 8.0.0-beta.1 #### v8.0.0-beta.2 - [`d7256ee`](https://github.com/babel/babel-loader/commit/d7256eef53d93765545b458e4457fb5c25db3183) Remove forceEnv in favor of the core envName option. (#​586) - [`d247a36`](https://github.com/babel/babel-loader/commit/d247a36909766d46dc5bb6cdbb11649f86c5708a) Fix the resolving of babelrc when extends not set (#​588) - [`47188a0`](https://github.com/babel/babel-loader/commit/47188a0c5ddd3349661f524bff4947f473c2b455) 8.0.0-beta.2

This PR has been generated by Renovate Bot.

algobot commented 6 years ago

Deploy preview for community-project-boilerplate ready!

Built with commit 45754baadf266e1bec825ab2cb4016d557d518a3

https://deploy-preview-70--community-project-boilerplate.netlify.com