Skip to content

Update webpack-dev-server to the latest version 🚀#158

Closed
greenkeeper[bot] wants to merge 2 commits intostagingfrom
greenkeeper/webpack-dev-server-3.1.11
Closed

Update webpack-dev-server to the latest version 🚀#158
greenkeeper[bot] wants to merge 2 commits intostagingfrom
greenkeeper/webpack-dev-server-3.1.11

Conversation

@greenkeeper
Copy link
Contributor

@greenkeeper greenkeeper bot commented Dec 21, 2018

The devDependency webpack-dev-server was updated from 3.1.10 to 3.1.11.

This version 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.


Release Notes for v3.1.11

3.1.11 (2018-12-21)

Bug Fixes

Commits

The new version differs by 9 commits.

  • ff2874f chore(release): 3.1.11
  • b3217ca fix: check origin header for websocket connection (#1603)
  • 68dd49a fix: add url for compatibility with webpack@5 (#1598) (#1599)
  • fadae5d fix(Server): mime type for wasm in contentBase directory (#1575) (#1580)
  • 7a3a257 fix(package): update spdy v3.4.1...4.0.0 (assertion error) (#1491) (#1563)
  • 1fe82de ci(travis): Node 11 (on OS X) crashes, use 10 for now (#1588)
  • 55398b5 fix(bin/options): correct check for color support (options.color) (#1555)
  • 927a2b3 fix(Server): correct node version checks (#1543)
  • fa96a76 chore(PULL_REQUEST_TEMPLATE): allow features (#1539)

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 🌴

@szerintedmi
Copy link
Member

szerintedmi commented Dec 21, 2018

Deploy preview for augmintsim ready!

Built with commit 319f044

https://deploy-preview-158--augmintsim.netlify.com

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

greenkeeper bot commented Dec 22, 2018

Update to this version instead 🚀

Release Notes for v3.1.12

3.1.12 (2018-12-22)

Bug Fixes

  • regression in checkHost for checking Origin header (#1606) (8bb3ca8)
Commits

The new version differs by 2 commits.

  • 9443239 chore(release): 3.1.12
  • 8bb3ca8 fix: regression in checkHost for checking Origin header (#1606)

See the full diff

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

greenkeeper bot commented Dec 22, 2018

Update to this version instead 🚀

Release Notes for v3.1.13

3.1.13 (2018-12-22)

Bug Fixes

Commits

The new version differs by commits.

See the full diff

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

greenkeeper bot commented Dec 24, 2018

Update to this version instead 🚀

Release Notes for v3.1.14

3.1.14 (2018-12-24)

Bug Fixes

  • add workaround for Origin header in sockjs (#1608) (1dfd4fb)
Commits

The new version differs by 2 commits.

  • 4b7a828 chore(release): 3.1.14
  • 1dfd4fb fix: add workaround for Origin header in sockjs (#1608)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 20, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 20, 2019

Update to this version instead 🚀

Release Notes for v3.2.0

3.2.0 (2019-02-20)

Bug Fixes

Features

  • add sockPath option (options.sockPath) (#1553) (4bf1f76)
  • allow to use ca, pfx, key and cert as string (#1542) (0b89fd9)
  • automatically add the HMR plugin when hot or hotOnly is enabled (#1612) (178e6cc)
  • set development mode by default when unspecified (#1653) (5ea376b)
Commits

The new version differs by 24 commits.

  • df113eb chore(release): 3.2.0
  • f1246c7 chore(deps): update (#1671)
  • f9fc9c7 ci: fix typo (#1672)
  • eddd476 chore: add hiroppy to codeowners (#1670)
  • d9d308d ci: small improve (#1669)
  • 252ea4f fix: allow single object proxy config (#1633)
  • 017dc3d chore: update internal-ip@4.0.0 (#1668)
  • b2bcdb0 test(Proxy): skip Proxy.test.js (#1667)
  • b92e5fd fix: SPDY fails in node >= 11.1.0 (#1660)
  • f78a9a3 refactor(Server): use class (#1658)
  • 5ea376b feat: set development mode by default when unspecified (#1653)
  • a52f2d7 chore(ci): add v8 and v11 of Node version (#1652)
  • 5833986 chore: migrate on jest
  • 102941f style: allow comma-dangle in eslintrc because compete with prettier (#1649)
  • 4a04864 style: introduce prettier (#1647)

There are 24 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 25, 2019

Update to this version instead 🚀

Release Notes for v3.2.1

3.2.1 (2019-02-25)

Bug Fixes

  • deprecation message about setup now warning about v4 (#1684) (523a6ec)
  • regression: allow ca, key and cert will be string (#1676) (b8d5c1e)
  • regression: handle key, cert, cacert and pfx in CLI (#1688) (4b2076c)
  • regression: problem with idb-connector after update internal-ip (#1691) (eb48691)
Commits

The new version differs by 9 commits.

  • bf99c26 chore(release): 3.2.1
  • eb48691 fix(regression): problem with idb-connector after update internal-ip (#1691)
  • 4b2076c fix(regression): handle key, cert, cacert and pfx in CLI (#1688)
  • 21687c3 refactor: utils (#1682)
  • 523a6ec fix: deprecation message about setup now warning about v4 (#1684)
  • 884fac0 refactor: remove invalid todo (#1683)
  • a2e5d12 refactor: CLI args and more tests (#1679)
  • 66129a8 test(Util, Validation): close server each time test ends (#1680)
  • b8d5c1e fix: allow ca, key and cert will be string (regression) (#1676)

See the full diff

@greenkeeper greenkeeper bot deleted the greenkeeper/webpack-dev-server-3.1.11 branch March 23, 2019 12:54
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.

1 participant