chore(deps): update dependency webpack-dev-middleware to v8 (4.x)#34898
Open
renovate[bot] wants to merge 1 commit into4.xnuxt/nuxt:4.xfrom
Open
chore(deps): update dependency webpack-dev-middleware to v8 (4.x)#34898renovate[bot] wants to merge 1 commit into4.xnuxt/nuxt:4.xfrom
renovate[bot] wants to merge 1 commit into4.xnuxt/nuxt:4.xfrom
Conversation
|
|
@nuxt/kit
@nuxt/nitro-server
nuxt
@nuxt/rspack-builder
@nuxt/schema
@nuxt/vite-builder
@nuxt/webpack-builder
commit: |
Merging this PR will improve performance by 13.02%
Performance Changes
Comparing Footnotes
|
36093fc to
d139d6c
Compare
78b4957 to
36703ec
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
36703ec to
1532610
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.4.5→^8.0.37.4.5→8.0.3Release Notes
webpack/webpack-dev-middleware (webpack-dev-middleware)
v8.0.3Compare Source
Patch Changes
req.urlwhen modified by middleware such asconnect-history-api-fallback. (by @bjohansebas in #2304)v8.0.2Compare Source
Patch Changes
v8.0.1Compare Source
Patch Changes
0b40cfd)v8.0.0Compare Source
Major Changes
The
getFilenameFromUrlfunction is now asynchronous, returning a Promise that resolves to the object with the foundfilename(orundefinedif the file was not found) or throws an error if the URL cannot be processed. Additionally, the object contains theextraproperty withstats(file system stats) andoutputFileSystem(output file system where file was found) properties. (by @alexander-akait in #2284)Minimum supported
Node.jsversion is20.9.0. (by @alexander-akait in #2284)Minimum supported
webpackversion is5.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
forwardErroroption to enable error forwarding to next middleware. (by @alexander-akait in #2284)Enable
cacheImmutableby default for immutable assets. (by @alexander-akait in #2284)Patch Changes
Improved initial loading module time. (by @alexander-akait in #2284)
Removed outdated code and improved performance by avoiding extra loops. (by @alexander-akait in #2284)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
7.4.5 (2025-09-24)
Bug Fixes
7.4.4 (2025-09-23)
Bug Fixes
7.4.3 (2025-09-05)
Bug Fixes
7.4.2 (2024-08-21)
Bug Fixes
7.4.1 (2024-08-20)
Bug Fixes
assetsInfomay be undefined (rspack) (#1927) (21f1797)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.