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

Update laravel-mix to the latest version 🚀 #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Mar 16, 2018

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.1.6 of laravel-mix was just published.

Dependency laravel-mix
Current Version 2.0.0
Type devDependency

The version 2.1.6 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of laravel-mix.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 85 commits.

  • a41973a 2.1.6
  • 3330b02 Add has method
  • 9adc21f Allow for customizing the dependency install abort messaage
  • be55d1e 2.1.5
  • 52f1a3f Install dependencies before booting
  • e951306 Pass webpackConfig to mix.extend()
  • 57ed5c7 2.1.4
  • d976099 Make sure directory tree exists
  • d8f9212 Fix adding of vue webpack rules when using TypeScript component (#1535)
  • 21143fb 2.1.3
  • 98468c8 Add coffeescript dependencies for tests
  • 8a7640a Fix CSS purification - closes #1533
  • 41a9276 2.1.2
  • adbe022 Make extractVueStyles behave properly - closes #1529
  • d1b17fb 2.1.1

There are 85 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Mar 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 17, 2018

Version 2.1.7 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 0d0f21b 2.1.7
  • f07ec1b Registering an extension as a callback passes the register args

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 18, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 18, 2018

Version 2.1.8 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 9193ebe 2.1.8
  • f0b6c23 Don't exit after each dependency installation
  • 9a6daae Install the core dependency first
  • 7744a14 Lock browsersync-webpack version - closes #1538

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 19, 2018

Version 2.1.9 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 20, 2018

Version 2.1.10 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 144402f 2.1.10
  • 4db219b Remove Array.prototype additions temporarily
  • 3ddd717 fix WebpackConfig.js publicPath (#1542)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 20, 2018

Version 2.1.11 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 19, 2018

Version 2.1.12 just got published.

Update to this version instead 🚀

Commits

The new version differs by 20 commits.

  • 2a15ab0 2.1.12
  • 800bb0d Don't double up extract plugins
  • a57fcf7 Update installation.md (#1676)
  • ff9fc44 Don't try to minify code in CopyFilesTask tasks (#1667)
  • 9fbd979 Remove mock-fs from tests entirely
  • 9e042c7 Remove mockFs dependency to fix tests
  • 8168e93 Bump some dependencies
  • 19bf8c9 allow autoloading of module properties (#1669)
  • b40b559 Merge pull request #1638 from epreston/patch-1
  • 6d1885c Merge pull request #1639 from epreston/patch-2
  • 1179e3d Add Node 10 to CI config
  • 0a4b866 Add Node 10 to CI config
  • 08612ce add blank line at end of files written
  • add84aa Fixed LiveReload Plugin Installation Instructions (#1595)
  • 19e057d Pass uglify options instead - resolves - #1580

There are 20 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 19, 2018

Version 2.1.13 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 19, 2018

Version 2.1.14 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 28, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 28, 2018

  • The devDependency laravel-mix was updated from 2.0.0 to 3.0.0.

Update to this version instead 🚀

Commits

The new version differs by 45 commits.

There are 45 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 11, 2018

  • The devDependency laravel-mix was updated from 2.0.0 to 4.0.0.

Update to this version instead 🚀

Commits

The new version differs by 69 commits.

  • 15b9a81 v4.0.0
  • 845fec3 Remove webpack-chunk-hash
  • 887808f Make cssnano options configurable
  • 0e5e460 Merge branch 'master' of ssh:https://github.com/jeffreyway/laravel-mix
  • 88690a2 Allow for unique postcss plugins per mix.sass/less/stylus() call
  • a53d670 Don't exit for testing
  • a2274dd Docblocks
  • d7a3239 Tweak docblocks
  • 3e635df Remove custom asset handling
  • 7dc0104 Finally remove deprecated property
  • ea02c25 Don't rewrite global process variable
  • 6036049 Delay sass require
  • 0b98e55 Call function instead
  • 87d23ce Update Sass tests
  • 8dab25c Bump dependencies and shrinkwrap

There are 69 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 11, 2018

  • The devDependency laravel-mix was updated from 2.0.0 to 4.0.1.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 11, 2018

  • The devDependency laravel-mix was updated from 2.0.0 to 4.0.2.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 11, 2018

  • The devDependency laravel-mix was updated from 2.0.0 to 4.0.3.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 8818180 4.0.3
  • 78cb543 Merge branch 'master' of ssh:https://github.com/jeffreyway/laravel-mix
  • 8a8aa5a Only override default implementation if sass is installed - closes #1848
  • bedb7ca Updates docs link to v4.0. (#1847)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 12, 2018

  • The devDependency laravel-mix was updated from 2.0.0 to 4.0.4.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 0e38ea7 4.0.4
  • b80fa79 Fix Babel config from Mix extensions not being merged properly - closes #1849

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 12, 2018

  • The devDependency laravel-mix was updated from 2.0.0 to 4.0.5.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 12, 2018

  • The devDependency laravel-mix was updated from 2.0.0 to 4.0.6.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 6aae7cf 4.0.6
  • 12ca64e Fix Stylus + Vue compilation bug - fixes #1854

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 12, 2018
greenkeeper bot added a commit that referenced this pull request Dec 14, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 14, 2018

  • The devDependency laravel-mix was updated from 2.0.0 to 4.0.7.

Update to this version instead 🚀

Commits

The new version differs by 16 commits.

There are 16 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 15, 2018

  • The devDependency laravel-mix was updated from 2.0.0 to 4.0.8.

Update to this version instead 🚀

Commits

The new version differs by 5 commits ahead by 5, behind by 9.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 17, 2018

  • The devDependency laravel-mix was updated from 2.0.0 to 4.0.9.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 17, 2018

  • The devDependency laravel-mix was updated from 2.0.0 to 4.0.10.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • bdb61ea 4.0.10
  • 0512fc5 Include postcss-loader pass for all generic CSS rules
  • 531ab62 Pull in vue-template-compiler on demand

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 17, 2018

  • The devDependency laravel-mix was updated from 2.0.0 to 4.0.11.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 117e675 4.0.11
  • ce22088 Fix dependency installs aborting incorrectly
  • fd6695a Log the dependency install command being run
  • 8ae807e img-loader requires imagemin

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 17, 2018

  • The devDependency laravel-mix was updated from 2.0.0 to 4.0.12.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • e08ab24 4.0.12
  • 241cba6 Better console output for auto-installing dependencies

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 3, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 3, 2019

  • The devDependency laravel-mix was updated from 2.0.0 to 4.0.13.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • 41d5d56 4.0.13
  • 624677b Fix Log tests
  • 4ab25a7 Switch to feedback
  • 2ef2118 Remove extra line break
  • 26e12f0 Indent feedback
  • d29d208 Check for the Yarn program, not yarn.lcok
  • e44eb44 fix typo in CopyFilesTask for Log.feedback (#1898)
  • b6f7ff9 Change Mix's default OS system notification timeout to 2 seconds, 5 seconds is too long of a wait time (#1890)
  • 701bdb5 Fixed incorrect JSDoc parameter (#1895)
  • 9acd472 Extract Log class
  • c966884 Handle stringifying regexes
  • d14f7dc Add mix.dump() and mix.dumpWebpackConfig();

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 14, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 14, 2019

  • The devDependency laravel-mix was updated from 2.0.0 to 4.0.14.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • c8cc554 4.0.14
  • 34ccc28 Add travis test coverage for node.js v11 (#1927)
  • 30248e0 Reduce build time by tweaking terser configs (#1925)
  • 615958e Updated webpack-dev-server package (#1920)
  • ef81703 Handle webp image type (#1917)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 16, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 16, 2019

  • The devDependency laravel-mix was updated from 2.0.0 to 4.0.15.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 31, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 31, 2019

  • The devDependency laravel-mix was updated from 2.0.0 to 4.0.16.

Update to this version instead 🚀

Commits

The new version differs by 23 commits.

  • d5bc244 4.0.16
  • 1acc867 Shrinkwrap
  • d4f7c2c Fix npm audit issues -- closes #2077
  • 76bb564 Upgrade ava to v1
  • 730426e Make default Browsersync js/css to watch dynamic (#2091)
  • 821c626 Update NPM shrinkwrap to satisfy failing tests (#2092)
  • ac70a86 Merge pull request #2035 from mnightingale/dont-overwrite-process-env
  • d72cca4 Merge branch 'cmizzi-patch-1'
  • a0a19d7 Merge branch 'patch-1' of https://github.com/cmizzi/laravel-mix into cmizzi-patch-1
  • 6a2c949 Merge pull request #1995 from edcoreweb/master
  • 0505b9d fix: remove loaderOption (migration is done)
  • adc09a8 Merge pull request #2000 from edcoreweb/patch-1
  • 6cc1c93 Merge pull request #1988 from mikeaag/patch-1
  • 05aecf3 Merge pull request #2003 from CasperLaiTW/master
  • d2170c5 Merge pull request #2045 from mciesin/issue-2044-sass

There are 23 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants