rlopzc / elm-webpack-starter

Elm 0.19 webpack 4 starter template to build SPA
MIT License
112 stars 10 forks source link

Bump webpack-dev-server from 3.11.2 to 4.13.2 #559

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps webpack-dev-server from 3.11.2 to 4.13.2.

Release notes

Sourced from webpack-dev-server's releases.

v4.13.2

4.13.2 (2023-03-31)

Bug Fixes

  • prevent open 0.0.0.0 in browser due windows problems (04e74f2)

v4.13.1

4.13.1 (2023-03-18)

Bug Fixes

v4.13.0

4.13.0 (2023-03-17)

Features

  • added client.overlay.runtimeErrors option to control runtime errors (#4773) (dca2366)

v4.12.0

4.12.0 (2023-03-14)

Features

  • allow to set the sockjs_url option (only sockjs) using the webSocketServer.options.sockjsUrl option (#4586) (69a2fba)
  • catch runtime error (#4605) (87a26cf)
  • improve styles for overlay (#4576) (791fb85)
  • open editor when clicking error on overlay (#4587) (efb2cec)

Bug Fixes

v4.11.1

4.11.1 (2022-09-19)

Bug Fixes

  • respect client.logging option for all logs (#4572) (375835c)

v4.11.0

... (truncated)

Changelog

Sourced from webpack-dev-server's changelog.

4.13.2 (2023-03-31)

Bug Fixes

  • prevent open 0.0.0.0 in browser due windows problems (04e74f2)

4.13.1 (2023-03-18)

Bug Fixes

4.13.0 (2023-03-17)

Features

  • added client.overlay.runtimeErrors option to control runtime errors (#4773) (dca2366)

4.12.0 (2023-03-14)

Features

  • allow to set the sockjs_url option (only sockjs) using the webSocketServer.options.sockjsUrl option (#4586) (69a2fba)
  • catch runtime error (#4605) (87a26cf)
  • improve styles for overlay (#4576) (791fb85)
  • open editor when clicking error on overlay (#4587) (efb2cec)

Bug Fixes

4.11.1 (2022-09-19)

Bug Fixes

  • respect client.logging option for all logs (#4572) (375835c)

4.11.0 (2022-09-07)

Features

  • make allowedHosts accept localhost subdomains by default (#4357) (0a33e6a)

... (truncated)

Commits
  • da278f7 chore(release): 4.13.2
  • 9e9681b chore(deps-dev): bump eslint from 8.36.0 to 8.37.0 (#4792)
  • 4c3c4d6 chore: fix types (#4797)
  • 5a79c8e chore(deps): bump bonjour-service from 1.1.0 to 1.1.1 (#4783)
  • 22fb1e5 chore(deps-dev): bump eslint-config-prettier from 8.7.0 to 8.8.0 (#4781)
  • 6602f3e chore(deps-dev): bump webpack from 5.76.2 to 5.77.0 (#4794)
  • 66ba9f1 chore(deps-dev): bump prettier from 2.8.6 to 2.8.7 (#4790)
  • 8b0744b chore(deps-dev): bump @​types/node from 18.15.6 to 18.15.11 (#4793)
  • 04e74f2 fix: prevent open 0.0.0.0 in browser due windows problems
  • 8850b18 chore(deps-dev): bump @​types/node from 18.15.3 to 18.15.6 (#4788)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
rlopzc commented 1 year ago

@dependabot recreate

dependabot[bot] commented 1 year ago

Superseded by #560.