aliemteam / aliemcards

ALiEM Cards - markdown and website
https://www.aliemcards.com
MIT License
4 stars 8 forks source link

Update webpack-dev-middleware to the latest version 🚀 #304

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

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

Version 3.0.1 of webpack-dev-middleware was just published.

Dependency webpack-dev-middleware
Current Version 1.12.2
Type devDependency

The version 3.0.1 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 webpack-dev-middleware.

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 33 commits.

  • 14de0b9 3.0.1
  • 8cefebd add appveyor config (#280)
  • 955e53e Fix Windows Paths (#276)
  • 843686b perf: A nitpick, make it better. (#273)
  • 1f1a117 Update package.json (#271)
  • 78e9879 3.0.0
  • 878aecd remove watchOffset option in favor of time-fix-plugin
  • fbad3a9 Webpack 4 (#267)
  • 0d57c32 2.0.6
  • 2589b7b Fix a repeated typo in README.md (#261)
  • c06df6f fixes #258: skip compilers with no publicPath (#259)
  • 0f9ccbe 2.0.5
  • 6489fa1 Fix getPaths for publicPaths that are URLs (#255) (#257)
  • fed8046 Update README.md (#256)
  • ba6248f prevent multiple identical compilations via watch startTime (#250)

There are 33 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 3.1.0 just got published.

Update to this version instead 🚀

Release Notes v3.1.0

Bugfixes

  • On windows path spaces should resolve to %20 (#288)
  • fixes #282. credit @cexoso. in certain edge situations res.locals is undefined (d26c67c)

Features

  • Allow Writing Files to Disk (#287)
Commits

The new version differs by 5 commits.

  • 4d53d7c 3.1.0
  • 8a0bb32 Allow Writing Files to Disk (#287)
  • 08207cc On windows path spaces should resolve to %20 (#288)
  • d26c67c fixes #282. credit @cexoso. in certain edge situations res.locals is undefined
  • 781bdc1 update README with publicPath doc link

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.1.1 just got published.

Update to this version instead 🚀

Release Notes v3.1.1

Bugfixes

  • fix(package): add chalk to peerDeps (#292)
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.1.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 884664a chore(release): v3.1.2
  • 6255a43 refactor: use chalk from webpack-log (#293)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.1.3 just got published.

Update to this version instead 🚀

Release Notes v3.1.3

Bugfixes

  • Excluded outputPath from URI escaping to fix #297. (#303)
  • fix: fixes #290 - MultiCompiler exception with writeToDisk (#301)
Commits

The new version differs by 6 commits.

  • 27b6c1a 3.1.3
  • 30ba0d7 chore: update package-lock.json
  • e606cf1 Excluded outputPath from URI escaping to fix #297. (#303)
  • ac17265 fix: fixes #290 - MultiCompiler exception with writeToDisk
  • e0d4293 docs(readme): fix missing right parenthesis (#299)
  • 9afcd36 docs(readme): update requirements section to include webpack@4+

See the full diff