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 webpack-dev-server to the latest version 🚀 #46

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented May 2, 2018

Version 3.1.4 of webpack-dev-server was just published.

Dependency webpack-dev-server
Current Version 2.11.2
Type devDependency

The version 3.1.4 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-server.

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.


Release Notes v3.1.4
  • Update to webpack-dev-middleware 3.1.3, which should fix paths with a space not working on Windows (#1392)
  • Fix logLevel option silent not being accepted by schema validation (#1372)
Commits

The new version differs by 45 commits ahead by 45, behind by 2.

  • 33be88d 3.1.4
  • 5c9f7c0 update package-lock
  • 2dafb77 Fix options schema inconsistency for logLevel (#1372)
  • 623d337 update webpack-dev-middleware dependency to v3.1.3 (#1392)
  • 69a90c7 3.1.3
  • e1b263a Fix HMR being broken because of missing hashing info
  • 3d3d912 Fix tests
  • 7430648 3.1.2
  • 50f4007 Update deps
  • da33d2b speed up incremental builds by not doing excessive stats.toJSON work (#1362)
  • 3a7f7d5 3.1.1
  • 34a6cc3 And update pinned webpack-dev-middleware
  • 7b9269e Update deps
  • 3c9592e Actually upgrade package-lock.json...
  • 2b40391 Upgrade webpack-dev-middleware dependency

There are 45 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 Jul 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 22, 2018

Version 3.1.5 just got published.

Update to this version instead 🚀

Release Notes v3.1.5
  • Send the Progress event in the client so plugins can use it (#1427)
  • Update sockjs-client to fix infinite reconnection loop (#1434)
Commits

The new version differs by 5 commits.

  • e1bd264 3.1.5
  • 38c084b update deps
  • bb4b469 sendMsg('Progress', data) (#1427)
  • 9aad42d Update sockjs-client to 1.1.5 (#1434)
  • 3c1ff11 Fix path to webpack client hot reload scripts to be resolved relatively (#1416)

See the full diff

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

greenkeeper bot commented Aug 26, 2018

Version 3.1.6 just got published.

Update to this version instead 🚀

Release Notes v3.1.6

2018-08-26

Bug Fixes

  • bin: handle process signals correctly when the server isn't ready yet (#1432) (334c3a5)
  • examples/cli: correct template path in open-page example (#1401) (df30727)
  • schema: allow the output filename to be a {Function} (#1409) (e2220c4)
Commits

The new version differs by 21 commits.

  • 0e1f0c1 chore(release): 3.1.6
  • aaabeb8 test(cli): remove outdated dependency lock test
  • 4e27954 chore(package): update yargs v11.0.0...12.0.1 (dependencies)
  • c4a1038 chore(package): update devDependencies (#1474)
  • 3e764c5 chore(package): update webpack-dev-middleware v3.1.3...v3.2.0 (dependencies) (#1473)
  • c854743 chore(package): update webpack-log v1.1.2...v2.0.0 (dependencies) (#1472)
  • c760c44 ci(travis): add build stages (#1467)
  • b445b68 chore(package): add release script (scripts) (#1461)
  • 334c3a5 fix(bin): handle process signals correctly when the server isn't ready yet (#1432)
  • e2220c4 fix(schema): allow the output filename to be a {Function} (#1409)
  • 807c846 refactor: drop array-includes
  • 5b6bb5e Merge pull request #1460 from webpack/docs/maintenance
  • b838274 Merge pull request #1462 from webpack/chore/codeowners
  • 1707e9e chore(.github/CODEOWNERS): add code owners
  • 6c1d8d8 docs(readme): remove obsolete maintenance note

There are 21 commits in total.

See the full diff

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

greenkeeper bot commented Aug 29, 2018

Version 3.1.7 just got published.

Update to this version instead 🚀

Release Notes v3.1.7

2018-08-29

Bug Fixes

  • Server: don't use spdy on node >= v10.0.0 (#1451) (8ab9eb6)
Commits

The new version differs by 10 commits.

  • f37f0a2 chore(release): 3.1.7
  • 2d35287 style(utils/addEntries): cleaner variable naming (#1478)
  • 8ab9eb6 fix(Server): don't use spdy on node >= v10.0.0 (#1451)
  • 4740224 refactor(package): migrate to schema-utils (dependencies) (#1464)
  • 2e1e23a ci(appveyor): add windows testing (#1468)
  • 418493d refactor(package): update internal-ip v1.2.0...3.0.0 (dependencies) (#1471)
  • 2d0999d style(Server): update code style
  • 4789ac3 refactor(Server): move certificate generation to it's own file
  • 1896fcf refactor(bin): move options and helpers into separate files (#1470)
  • 2ee13ab refactor(lib/utils): move createLog && rename files (#1465)

See the full diff

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

greenkeeper bot commented Sep 6, 2018

Version 3.1.8 just got published.

Update to this version instead 🚀

Release Notes v3.1.8

2018-09-06

Bug Fixes

  • package: yargs security vulnerability (dependencies) (#1492) (8fb67c9)
  • utils/createLogger: ensure quiet always takes precedence (options.quiet) (#1486) (7a6ca47)
Commits

The new version differs by 5 commits.

  • 3d37cc5 chore(release): 3.1.8
  • 8fb67c9 fix(package): yargs security vulnerability (dependencies) (#1492)
  • b9d11ca docs: fix typos (#1487)
  • 7a6ca47 fix(utils/createLogger): ensure quiet always takes precedence (options.quiet) (#1486)
  • 065978f chore(package): update import-local v1.0.0...2.0.0 (dependencies) (#1484)

See the full diff

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

greenkeeper bot commented Sep 24, 2018

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • bb484ad chore(release): 3.1.9
  • 8b8b087 chore(package): update webpack-dev-middleware v3.3.0...3.4.0 (dependencies)
  • d0725c9 chore(package): update webpack-dev-middleware v3.2.0...3.3.0 (dependencies) (#1499)
  • cbe6813 refactor(package): cross-platform prepare script (scripts) (#1498)

See the full diff

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

greenkeeper bot commented Oct 23, 2018

Update to this version instead 🚀

Release Notes for v3.1.10

2018-10-23

Bug Fixes

  • options: add writeToDisk option to schema (#1520) (d2f4902)
  • package: update sockjs-client v1.1.5...1.3.0 (url-parse vulnerability) (#1537) (e719959)
  • Server: set tls.DEFAULT_ECDH_CURVE to 'auto' (#1531) (c12def3)
Commits

The new version differs by 4 commits.

  • fe3219f chore(release): 3.1.10
  • c12def3 fix(Server): set tls.DEFAULT_ECDH_CURVE to 'auto' (#1531)
  • e719959 fix(package): update sockjs-client v1.1.5...1.3.0 (url-parse vulnerability) (#1537)
  • d2f4902 fix(options): add writeToDisk option to schema (#1520)

See the full diff

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

greenkeeper bot commented Dec 21, 2018

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Dec 22, 2018
@greenkeeper
Copy link
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
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
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
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 bot added a commit that referenced this pull request Feb 25, 2019
@greenkeeper
Copy link
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 bot added a commit that referenced this pull request Apr 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 8, 2019

Update to this version instead 🚀

Release Notes for v3.3.0

3.3.0 (2019-04-08)

Bug Fixes

  • compatibility with webpack-cli@3.3 (#1754) (fd7cb0d)
  • ignore proxy when bypass return false (#1696) (aa7de77)
  • respect stats option from webpack config (#1665) (efaa740)
  • use location.port when location.hostname is used to infer HMR socket URL (#1664) (2f7f052)
  • don't crash with express.static.mime.types (#1765) (919ff77)

Features

  • add option "serveIndex" to enable/disable serveIndex middleware (#1752) (d5d60cb)
  • add webpack as argument to before and after options (#1760) (0984d4b)
  • http2 option to enable/disable HTTP/2 with HTTPS (#1721) (dcd2434)
  • random port retry logic (#1692) (419f02e)
  • relax depth limit from chokidar for content base (#1697) (7ea9ab9)
Commits

The new version differs by 34 commits.

  • 99e8db0 chore(release): 3.3.0
  • df3ee67 test: refactor (#1768)
  • f61dfd4 test: compress option (#1766)
  • 919ff77 fix(Server): validate express.static.mime.types (#1765)
  • 1b3cd4f chore(deps): update dependency marked to v0.6.2 (#1764)
  • d5d60cb feat: add option "serveIndex" to enable/disable serveIndex middleware (#1752)
  • abf8691 Pass mimeTypes option to webpack-dev-middleware (#1714)
  • 05b8fb7 style: add curly rule to eslint (#1761)
  • dcd2434 feat: http2 option to enable/disable HTTP/2 with HTTPS (#1721)
  • 0984d4b feat: add webpack as argument to before and after options (#1760)
  • 31dfe22 chore(deps): update (#1759)
  • 737171e chore(deps): update dependency supertest to v4 (#1757)
  • 0429113 chore(deps): update all minor dependencies (#1756)
  • 5b55110 chore(deps): update all patch dependencies (patch) (#1755)
  • e65705b chore(deps): pin dependencies (#1705)

There are 34 commits in total.

See the full diff

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

greenkeeper bot commented Apr 9, 2019

Update to this version instead 🚀

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

greenkeeper bot commented May 31, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Jun 1, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Jun 5, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Jun 6, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Jun 7, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Jun 18, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Aug 9, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Sep 16, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Oct 2, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Oct 22, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Dec 18, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Dec 19, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Jan 31, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 5, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 5, 2020

Update to this version instead 🚀

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

greenkeeper bot commented May 8, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

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