LeadingEdgeForum / atlas2

A new mapping tool, this time by LEF
Apache License 2.0
168 stars 34 forks source link

Update webpack-dev-middleware to the latest version πŸš€ #329

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

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

Dependency webpack-dev-middleware
Current Version 3.1.3
Type devDependency

The version 3.2.0 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.


Release Notes v3.2.0

2018-08-23

Bug Fixes

  • package: 18 security vulnerabilities (#329) (5951de9)

Features

  • middleware: add methods option (options.methods) (#319) (fe6bb86)
Commits

The new version differs by 13 commits.

  • 610e260 chore(release): 3.2.0
  • 38077ef test(sinon): fix deprecation warnings
  • b6cf7ab chore(package): update dependencies
  • 93700af test(server): update expected content-length
  • a49bf8b ci(travis): add build stages
  • a410ea2 chore(package): update webpack-log v1.2.0...2.0.0 (#331)
  • 5951de9 fix(package): 18 security vulnerabilities (#329)
  • a718da6 chore(.github/CODEOWNERS): add code owners (#323)
  • 1c85351 docs(breaking-changes): remove and replace with CHANGELOG.md (#322)
  • e7536ad chore(package): add release script (scripts) (#321)
  • fe6bb86 feat(middleware): add methods option (options.methods) (#319)
  • ad88fed chore(package): update webpack-log v1.0.1...1.2.0 (#318)
  • e0c5f11 docs: catches the case whereby assets are an object (#311)

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 5 years ago

Version 3.3.0 just got published.

Update to this version instead πŸš€

Release Notes v3.3.0

2018-09-10

Features

  • middleware: expose the memory filesystem (response.locals.fs) (#337) (f9a138e)
Commits

The new version differs by 3 commits.

  • 0f9e2e7 chore(release): 3.3.0
  • f9a138e feat(middleware): expose the memory filesystem (response.locals.fs) (#337)
  • bf586c9 refactor(package): remove path-is-absolute dependency (dependencies) (#335)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v3.4.0

2018-09-24

Changes

  • Remove loud-rejection package which modified the global promise rejection and should not be used in a package like this (#340) (f0a8e3e)

Bug fixes

  • middleware: replace url-join with path.posix.join (#334) (d75802b)
Commits

The new version differs by 3 commits.

  • 8a5d661 3.4.0
  • f0a8e3e Remove loud-rejection (#340)
  • d75802b fix: replace url-join with path.posix.join (#334)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v3.5.0

3.5.0 (2019-01-04)

Bug Fixes

  • middleware: do not add 'null' to Content-Type (#355) (cf4d7a9)

Features

  • allow to redefine mimeTypes (possible to use force option) (#349) (e56a181)
Commits

The new version differs by 6 commits.

  • 0e8ac82 chore(release): 3.5.0
  • cf4d7a9 fix(middleware): do not add 'null' to Content-Type (#355)
  • e6cfe7c Update package-lock.json (#352)
  • e56a181 feat: allow to redefine mimeTypes (possible to use force option) (#349)
  • a59b9fd docs(readme): fix writeToDisk example (#342)
  • cc46398 docs(release): 3.4.0

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v3.5.1

3.5.1 (2019-01-17)

Bug Fixes

  • remove querystring from filenames when writing to disk (#361) (90d0d94)
Commits

The new version differs by 5 commits.

  • 71c3e20 chore(release): 3.5.1
  • d86bd01 ci: test on all lts node version on linux (#364)
  • 464de8d ci: node@11 test on windows (#363)
  • 113f79b chore(deps): update (#362)
  • 90d0d94 fix: remove querystring from filenames when writing to disk (#361)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v3.5.2

3.5.2 (2019-02-06)

Bug Fixes

Commits

The new version differs by 3 commits.

  • 8e54af2 chore(release): 3.5.2
  • b135b3d fix: don't add charset to usdz file type (#357)
  • c64a2c1 test: add tests to assert if subdirectories with special characters are served correctly (#365)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v3.6.0

3.6.0 (2019-02-19)

Features

  • configurable file system via options.fs (#370) (1762cb3)
Commits

The new version differs by 5 commits.

  • e5bd8f8 chore(release): 3.6.0
  • a54dd45 chore(deps): update (#373)
  • 2a84dd4 ci: improve (#372)
  • 81c2c5d refactor: consistent write to fs (#371)
  • 1762cb3 feat: configurable file system via options.fs (#370)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v3.6.1

3.6.1 (2019-03-06)

Bug Fixes

  • do not overwrite Content-Type if header already exists (#377) (b2a6fed)
Commits

The new version differs by 2 commits.

  • 894ba2b chore(release): 3.6.1
  • b2a6fed fix: do not overwrite Content-Type if header already exists (#377)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v3.6.2

3.6.2 (2019-04-03)

Bug Fixes

  • check existence of res.getHeader and set the correct Content-Type (#385) (56dc705)
Commits

The new version differs by 5 commits.

  • 7942228 chore(release): 3.6.2
  • 56dc705 fix: check existence of res.getHeader and set the correct Content-Type (#385)
  • eb2e32b chore: import development (#387)
  • e6c2b3c refactor: migrate on jest (#386)
  • dba5e02 test: fix overwrite Content-Type (#378)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€