Skip to content

chore(deps-dev): bump webpack-dev-middleware from 7.4.5 to 8.1.1 - #1450

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/webpack-dev-middleware-8.1.1
Open

chore(deps-dev): bump webpack-dev-middleware from 7.4.5 to 8.1.1#1450
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/webpack-dev-middleware-8.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 15, 2026

Copy link
Copy Markdown
Contributor

Bumps webpack-dev-middleware from 7.4.5 to 8.1.1.

Release notes

Sourced from webpack-dev-middleware's releases.

v8.1.1

Patch Changes

  • Fixed a crash when calling close() in plugin mode (isPlugin = true). Since the host (webpack-cli, webpack-dev-server, etc.) owns compiler.watch(), the middleware has no watching of its own to close, so close() now just calls the callback instead of throwing. (by @​bjohansebas in #2347)

v8.1.0

Minor Changes

  • Reuse an already active MultiCompiler watching session instead of starting a duplicate one (requires webpack >= 5.109). (by @​bjohansebas in #2371)

v8.0.4

Patch Changes

  • Replace the on-finished dependency with Node.js built-in stream.finished. (by @​bjohansebas in #2346)

v8.0.3

Patch Changes

  • Respect req.url when modified by middleware such as connect-history-api-fallback. (by @​bjohansebas in #2304)

v8.0.2

Patch Changes

v8.0.1

Patch Changes

v8.0.0

Major Changes

  • The getFilenameFromUrl function is now asynchronous, returning a Promise that resolves to the object with the found filename (or undefined if the file was not found) or throws an error if the URL cannot be processed. Additionally, the object contains the extra property with stats (file system stats) and outputFileSystem (output file system where file was found) properties. (by @​alexander-akait in #2284)

  • Minimum supported Node.js version is 20.9.0. (by @​alexander-akait in #2284)

  • Minimum supported webpack version is 5.101.0. (by @​alexander-akait in #2284)

Minor Changes

  • Added support for plugin usage, useful when the middleware will be used as a webpack plugin (no stats output, no extra actions). (by @​alexander-akait in #2284)

  • Added the forwardError option to enable error forwarding to next middleware. (by @​alexander-akait in #2284)

  • Enable cacheImmutable by default for immutable assets. (by @​alexander-akait in #2284)

Patch Changes

... (truncated)

Changelog

Sourced from webpack-dev-middleware's changelog.

8.1.1

Patch Changes

  • Fixed a crash when calling close() in plugin mode (isPlugin = true). Since the host (webpack-cli, webpack-dev-server, etc.) owns compiler.watch(), the middleware has no watching of its own to close, so close() now just calls the callback instead of throwing. (by @​bjohansebas in #2347)

8.1.0

Minor Changes

  • Reuse an already active MultiCompiler watching session instead of starting a duplicate one (requires webpack >= 5.109). (by @​bjohansebas in #2371)

8.0.4

Patch Changes

  • Replace the on-finished dependency with Node.js built-in stream.finished. (by @​bjohansebas in #2346)

8.0.3

Patch Changes

  • Respect req.url when modified by middleware such as connect-history-api-fallback. (by @​bjohansebas in #2304)

8.0.2

Patch Changes

8.0.1

Patch Changes

8.0.0

Major Changes

  • The getFilenameFromUrl function is now asynchronous, returning a Promise that resolves to the object with the found filename (or undefined if the file was not found) or throws an error if the URL cannot be processed. Additionally, the object contains the extra property with stats (file system stats) and outputFileSystem (output file system where file was found) properties. (by @​alexander-akait in #2284)

  • Minimum supported Node.js version is 20.9.0. (by @​alexander-akait in #2284)

  • Minimum supported webpack version is 5.101.0. (by @​alexander-akait in #2284)

Minor Changes

  • Added support for plugin usage, useful when the middleware will be used as a webpack plugin (no stats output, no extra actions). (by @​alexander-akait in #2284)

... (truncated)

Commits
  • be5fb38 chore(release): new release (#2377)
  • ac84095 feat(plugin): implement close method for plugin mode handling (#2347)
  • fa7b110 chore(release): new release (#2372)
  • 78a393b chore(deps-dev): bump find-my-way from 9.5.0 to 9.7.0 (#2373)
  • 517723f feat: reuse an already active MultiWatching (#2371)
  • 2677607 chore(release): new release (#2355)
  • ba9b083 chore(deps-dev): bump @​hono/node-server from 2.0.6 to 2.0.10 (#2365)
  • d13cb1a chore(deps): bump fast-uri from 3.1.2 to 3.1.4 (#2366)
  • 8841f50 chore(deps-dev): bump shell-quote from 1.8.4 to 1.10.0 (#2367)
  • 2849ccb chore(deps): bump actions/checkout in the dependencies group (#2363)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for webpack-dev-middleware since your current version.


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 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-middleware](https://github.com/webpack/webpack-dev-middleware) from 7.4.5 to 8.1.1.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v7.4.5...v8.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 15, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Thanks for your first pull request to Jodit!

A maintainer will review it soon. Please make sure the CI checks pass and that new behaviour is covered by tests (make test). Appreciate the contribution!

@github-actions

Copy link
Copy Markdown
Contributor

📊 Bundle Size

Asset Reference Current Diff
jodit.fat.min.js 736.06 KB 736.06 KB
jodit.fat.min.css 158.30 KB 158.30 KB
Total 894.36 KB 894.36 KB
Validation details
Preparing data for Statoscope report...

✅ All checks passed · Full diff report → (see Artifacts)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants