build: update all non-major dependencies (main)#32656
Merged
clydin merged 1 commit intoangular:mainfrom Mar 3, 2026
Merged
Conversation
See associated pull request for more information.
clydin
approved these changes
Mar 3, 2026
Member
|
This PR was merged into the repository. The changes were merged into the following branches:
|
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.1.1→4.1.210.4.24→10.4.2717.3.0→17.4.010.1.1→10.1.21.0.0-rc.5→1.0.0-rc.63.1.7→3.1.86.2.7→6.2.95.105.2→5.105.3Release Notes
listr2/listr2 (@listr2/prompt-adapter-inquirer)
v4.1.2Compare Source
@listr2/prompt-adapter-inquirer 4.1.2 (2026-03-01)
Bug Fixes
Dependencies
postcss/autoprefixer (autoprefixer)
v10.4.27Compare Source
package.json.v10.4.26Compare Source
v10.4.25Compare Source
sindresorhus/globals (globals)
v17.4.0Compare Source
d43a051rolldown/rolldown (rolldown)
v1.0.0-rc.6Compare Source
💥 BREAKING CHANGES
css_entry_filenames,css_chunk_filenamesand related code (#8402) by @hyf0🚀 Features
PluginOrder::PinPost(#8417) by @hyf0ModuleType:Copy(#8407) by @hyf0ESTreetypes fromrolldown/utils(#8400) by @sapphi-red🐛 Bug Fixes
.jswithin"type": "commonjs"as ESM for now (#8470) by @sapphi-red.cjs/.cts/.jswithin"type": "commonjs"as CommonJS (#8455) by @sapphi-redrender_chunk_metarun after users plugin (#8422) by @hyf0DataUriPlugin(#8418) by @hyf0jsx.preserveshould also considering tsconfig json preserve (#8324) by @IWANABETHATGUYdeferred_scan_data.rs "Should have resolved id: NotFound"error (#8379) by @sapphi-red--dir/-dand--file/-o(#8378) by @Copilot🚜 Refactor
rolldown_plugin_data_uritorolldown_plugin_data_url(#8421) by @hyf0📚 Documentation
https://rolldown.rsfrom links in reference docs (#8454) by @sapphi-redoutput.codeSplittingdocs (#8452) by @sapphi-redoutput.commentsbehavior a bit (#8451) by @sapphi-redExported fromfor values / types exported from subpath exports (#8394) by @sapphi-red⚡ Performance
sugar_path@2(#8432) by @hyf0🧪 Testing
_test.mjseven ifexecuteOutputis false (#8398) by @sapphi-redexpect.assertions()as it is not concurrent test friendly (#8383) by @sapphi-redmockResetoption (#8382) by @sapphi-red⚙️ Miscellaneous Tasks
expect.assertionsin all fixture tests (#8395) by @sapphi-redexpect.assertionsin fixture tests (#8387) by @sapphi-red_config.tsfiles (#8386) by @sapphi-redmafintosh/tar-stream (tar-stream)
v3.1.8Compare Source
verdaccio/verdaccio (verdaccio)
v6.2.9Compare Source
Full Changelog: verdaccio/verdaccio@v6.2.8...v6.2.9
latestand semantic version tagsReference: https://redirect.github.com/orgs/verdaccio/discussions/5582
v6.2.8Compare Source
What's Changed
Full Changelog: verdaccio/verdaccio@v6.2.7...v6.2.8
webpack/webpack (webpack)
v5.105.3Compare Source
Patch Changes
Context modules now handle rejections correctly. (by @alexander-akait in #20455)
Only mark asset modules as side-effect-free when
experimental.futureDefaultsis set to true, so asset-copying use cases (e.g.import "./x.png") won’t break unless the option is enabled. (by @hai-x in #20535)Add the missing webpack_exports declaration in certain cases when bundling a JS entry together with non-JS entries (e.g., CSS entry or asset module entry). (by @hai-x in #20463)
Fixed HMR failure for CSS modules with @import when exportType !== "link". When exportType is not "link", CSS modules now behave like JavaScript modules and don't require special HMR handling, allowing @import CSS to work correctly during hot module replacement. (by @xiaoxiaojx in #20514)
Fixed an issue where empty JavaScript files were generated for CSS-only entry points. The code now correctly checks if entry modules have JavaScript source types before determining whether to generate a JS file. (by @xiaoxiaojx in #20454)
Do not crash when a referenced chunk is not a runtime chunk. (by @alexander-akait in #20461)
Fix some types. (by @alexander-akait in #20412)
Ensure that missing module error are thrown after the interception handler (if present), allowing module interception to customize the module factory. (by @hai-x in #20510)
Added
createRequiresupport for ECMA modules. (by @stefanbinoj in #20497)Added category for CJS reexport dependency to fix issues with ECMA modules. (by @hai-x in #20444)
Implement immutable bytes for
bytesimport attribute to match tc39 spec. (by @alexander-akait in #20481)Fixed deterministic search for graph roots regardless of edge order. (by @veeceey in #20452)