Skip to content

Commit

Permalink
Bump laravel-mix from 2.1.14 to 3.0.0 (#200)
Browse files Browse the repository at this point in the history
Bumps [laravel-mix](https://github.com/JeffreyWay/laravel-mix) from 2.1.14 to 3.0.0.
<details>
<summary>Release notes</summary>

*Sourced from [laravel-mix's releases](https://github.com/JeffreyWay/laravel-mix/releases).*

> ## v3.0
> ### New
> 
> **Babel 7 support!** As this new version of Babel [includes major breaking changes](https://babeljs.io/blog/2018/08/27/7.0.0#major-breaking-changes), Mix, too, needs to bump from v2 to v3. We've taken care of most the changes, however, if your project pulls in extra Babel plugins that Mix does not provide out of the box, you'll need to update locally as well. 
> 
> 1. The naming convention for official Babel plugins has changed. They are now scoped under the [**babel**](https://github.com/babel) namespace. As such, in your `package.json` file, change all occurrences of `"babel-plugin-[name]": "6.x"` to `"@babel/plugin-[name]": "7.x"`
> 2. If you've created a `.babelrc` file in your project, update all plugin name references. For example, update `"plugins": ["babel-plugin-transform-object-rest-spread"]` to `"plugins": ["@babel/plugin-proposal-object-rest-spread"]`
> 
> ### Fixes
> 
> - Updated the rootPath to the working directory of the node process. [#1719](https://github-redirect.dependabot.com/JeffreyWay/laravel-mix/issues/1719)
> - Fixed issues with minified css and purify. [#1634](https://github-redirect.dependabot.com/JeffreyWay/laravel-mix/issues/1634)
> 
> ### Onward
> 
> Next up, we'll be upgrading the Mix codebase to webpack 4. Stay tuned.
</details>
<details>
<summary>Commits</summary>

- See full diff in [compare view](https://github.com/JeffreyWay/laravel-mix/commits)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=laravel-mix&package-manager=npm_and_yarn&previous-version=2.1.14&new-version=3.0.0)](https://dependabot.com/compatibility-score.html?dependency-name=laravel-mix&package-manager=npm_and_yarn&previous-version=2.1.14&new-version=3.0.0)

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`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 cancel merge` will cancel a previously requested merge
- `@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 yourself)
- `@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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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.

</details>
  • Loading branch information
dependabot[bot] authored and Ned Zimmerman committed Dec 4, 2018
1 parent 1acc6cc commit d8cd447
Show file tree
Hide file tree
Showing 2 changed files with 1,905 additions and 2,978 deletions.

0 comments on commit d8cd447

Please sign in to comment.