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

Bump webpack-dev-server to 5.0.2 #4875

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps webpack-dev-server from 4.15.1 to 5.0.2.

Release notes

Sourced from webpack-dev-server's releases.

v5.0.2

5.0.2 (2024-02-16)

Bug Fixes

v5.0.1

5.0.1 (2024-02-13)

Bug Fixes

v5.0.0

5.0.0 (2024-02-12)

Migration Guide and Changes.

Changelog

Sourced from webpack-dev-server's changelog.

5.0.2 (2024-02-16)

Bug Fixes

5.0.1 (2024-02-13)

Bug Fixes

5.0.0 (2024-02-12)

Migration Guide and Changes.

Commits
  • 507283d chore(release): 5.0.2
  • da2c24d fix: types (#5057)
  • 0c4c6b7 chore(deps-dev): bump @​types/node from 20.11.17 to 20.11.19 (#5055)
  • 6b31664 chore(deps-dev): bump webpack from 5.90.1 to 5.90.2 (#5056)
  • 4322592 chore(deps-dev): bump @​commitlint/config-conventional (#5052)
  • d49ab5e chore(deps-dev): bump core-js from 3.35.1 to 3.36.0 (#5053)
  • 5983156 chore(deps-dev): bump @​commitlint/config-conventional (#5048)
  • 2fbc87f chore(deps-dev): bump @​commitlint/cli from 18.6.0 to 18.6.1 (#5050)
  • 41ed83d chore(deps-dev): bump memfs from 4.6.1 to 4.7.0 (#5049)
  • ecc895c chore(deps-dev): bump husky from 9.0.10 to 9.0.11 (#5051)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.1 to 5.0.2.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v4.15.1...v5.0.2)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Comment on lines +9 to +18
proxy: [
{
context: ['/'],
{%- if cookiecutter.use_docker == 'n' %}
target: 'http://0.0.0.0:8000',
{%- else %}
target: 'http://django:8000',
{%- endif %}
},
],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that's the only change affecting us from the migration guide: https://github.com/webpack/webpack-dev-server/blob/master/migration-v5.md

@browniebroke browniebroke changed the title Bump webpack-dev-server from 4.15.1 to 5.0.2 in /{{cookiecutter.project_slug}} Bump webpack-dev-server to 5.0.2 Feb 23, 2024
@browniebroke browniebroke merged commit 0ca9be3 into master Feb 23, 2024
14 checks passed
@browniebroke browniebroke deleted the dependabot/npm_and_yarn/{{cookiecutter.project_slug}}/webpack-dev-server-5.0.2 branch February 23, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant