Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Update webpack-dev-server to the latest version 馃殌 #53

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Aug 26, 2018

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

Dependency webpack-dev-server
Current Version 2.11.3
Type devDependency

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

If you don鈥檛 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鈥檛 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.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 71 commits ahead by 71, behind by 4.

  • 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 71 commits in total.

See the full diff

FAQ and help

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


Your Greenkeeper bot 馃尨

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

@mishushakov mishushakov closed this Nov 6, 2018
@mishushakov mishushakov deleted the greenkeeper/webpack-dev-server-3.1.6 branch June 21, 2019 21:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
1 participant