build: update all non-major dependencies (main) - #33736
Open
angular-robot wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several dependency versions across multiple package.json files, including rollup, @rollup/wasm-node, verdaccio, rolldown, vite, postcss, and webpack-dev-middleware. No review comments were provided, and I have no feedback to offer.
angular-robot
force-pushed
the
ng-renovate/main-all-non-major-dependencies
branch
from
August 3, 2026 13:45
87a9934 to
b894596
Compare
See associated pull request for more information.
angular-robot
force-pushed
the
ng-renovate/main-all-non-major-dependencies
branch
from
August 3, 2026 15:49
b894596 to
1dd15c2
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:
4.62.3→4.62.417.8.0→17.9.08.5.24→8.5.251.2.0→1.2.14.62.3→4.62.46.9.0→6.9.18.1.5→8.2.08.1.0→8.1.1Release Notes
rollup/rollup (@rollup/wasm-node)
v4.62.4Compare Source
2026-08-01
Bug Fixes
Pull Requests
sindresorhus/globals (globals)
v17.9.0Compare Source
5a958edpostcss/postcss (postcss)
v8.5.25Compare Source
list.split()for non-string values (by @amir-rezaei).rolldown/rolldown (rolldown)
v1.2.1Compare Source
🚀 Features
hotUpdatehook (#10305) by @h-a-n-adisableWatcherthrough the dev engine bindings (#10474) by @shulaodaimport.meta.ROLLDOWN_FILE_URL_<referenceId>_<urlId>support to pass context toresolveFileUrlhook (#10297) by @sapphi-redimport.meta.ROLLDOWN_FILE_URL_*(#10296) by @sapphi-redresolveFileUrlplugin hook (#10291) by @sapphi-red🐛 Bug Fixes
__toESMwhen the importing module is tree-shaken (#10516) by @IWANABETHATGUYthen(#10480) by @hyfdevexport * as ns from(#10476) by @tbvjaos510idfilters (must be a RegExp) (#10412) by @IWANABETHATGUYresolveFileUrlin a deterministic order (#10330) by @sapphi-red./foo/barglob pattern the same asfoo/bar(#10313) by @sapphi-red🚜 Refactor
NODE_PATHenv var resolution (#10496) by @sapphi-redGetAstBuilderon visitor/pass types (#10424) by @overlookmoteldisable_old_builderfeature (#10316) by @Boshen📚 Documentation
esmExternalRequirePluginmust own its externals (#10439) by @TheAlexLichter⚡ Performance
allocfield fromScopeHoistingFinalizer(#10425) by @overlookmotel🧪 Testing
just setup-vitethe only entry point that touchesvite/(#10332) by @shulaoda⚙️ Miscellaneous Tasks
bindings-*(#10525) by @shulaodaruntime/index.js(#10302) by @IWANABETHATGUY❤️ New Contributors
verdaccio/verdaccio (verdaccio)
v6.9.1Compare Source
Patch Changes
dfe3938: Update verdaccio dependencies to thelatestnpm dist-tag (@verdaccio/ui-themetracksnext-9):@verdaccio/auth:8.1.0→8.1.1@verdaccio/config:8.2.0→8.2.1@verdaccio/core:8.2.0→8.2.1@verdaccio/hooks:8.1.1→8.1.2@verdaccio/loaders:8.1.0→8.1.1@verdaccio/local-storage-legacy:11.4.0→11.4.1@verdaccio/logger:8.1.0→8.1.1@verdaccio/middleware:8.1.0→8.1.1@verdaccio/package-filter:13.1.0→13.1.1@verdaccio/signature:8.1.0→8.1.1@verdaccio/tarball:13.1.0→13.1.1@verdaccio/ui-theme:9.0.0-next-9.21→9.0.0-next-9.22@verdaccio/url:13.1.0→13.1.1@verdaccio/utils:8.2.0→8.2.1verdaccio-audit:13.1.0→13.1.1verdaccio-htpasswd:13.1.0→13.1.1vitejs/vite (vite)
v8.2.0Compare Source
Features
inputtoserver.fs.allow(#23035) (95a3cda)Bug Fixes
Object.prototypeis frozen (#23073) (599c5b0)Documentation
Tests
webpack/webpack-dev-middleware (webpack-dev-middleware)
v8.1.1Compare Source
Patch Changes
close()in plugin mode (isPlugin = true). Since the host (webpack-cli, webpack-dev-server, etc.) ownscompiler.watch(), the middleware has nowatchingof its own to close, soclose()now just calls the callback instead of throwing. (by @bjohansebas in #2347)