plotly / dash-alternative-viz

Dash components & demos to create Altair, Matplotlib, Highcharts , and Bokeh graphs within Dash apps.
https://dash.plotly.com
MIT License
7 stars 1 forks source link

Bump webpack-dev-middleware and webpack-serve #28

Open dependabot[bot] opened 3 months ago

dependabot[bot] commented 3 months ago

Removes webpack-dev-middleware. It's no longer used after updating ancestor dependency webpack-serve. These dependencies need to be updated together.

Removes webpack-dev-middleware

Updates webpack-serve from 1.0.4 to 4.0.0

Release notes

Sourced from webpack-serve's releases.

v3.1.1

Updates

  • Maintenance. Dependency update.

v3.1.0

Features

  • feat: --no-watch flag, add watch: true to configs (#6)

v3.0.0

Major Release

webpack-serve is now a CLI-wrapper for webpack-plugnin-serve, similar to webpack-nano. As such the available options and and command-line flags have changed.

Migrating

If you're using the API method of v2.x, there's no longer a need for this module. You should use webpack-plugin-serve within your chosen config and use webpack's API directly. Most of the new options have a corollary to the old. (Due to a new addition to my family I have not had the chance to write a migration guide, nor an options map from old to new.)

Please feel free to open an issue and I'll be happy to help with your migration.

v2.0.3

This is the first release on this fork. It is a maintenance and documentation update release.

For prior releases and notes please see https://github.com/webpack-contrib/webpack-serve/releases.

Commits


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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/plotly/dash-alternative-viz/network/alerts).