chore(deps-dev): bump @rspack/core from 1.6.4 to 1.6.6 in /vendor
Bumps @rspack/core from 1.6.4 to 1.6.6.
Release notes
Sourced from @rspack/core's releases.
v1.6.6
Highlights 💡
Compact module factories
Rspack now generates a more compact module factory format that trims the wrapper function. Benchmarks show this reduces bundle size by about 1% before gzip.
What's Changed
Performance Improvements ⚡
- perf: disable
output.pathinfoby default by@chenjiahanin web-infra-dev/rspack#12306New Features 🎉
- feat: support shorthand function for module factory to reduce bundle size by
@JSerFengin web-infra-dev/rspack#12226- feat(loader-runner): Allow limiting worker pool size for parallel loaders by
@Pablinhoin web-infra-dev/rspack#12277- feat: do not render js output if ref module is only css source type by
@JSerFengin web-infra-dev/rspack#12329- feat: supports async modules for EsmLibraryPlugin by
@JSerFengin web-infra-dev/rspack#12338Bug Fixes 🐞
- fix(plugin): remove duplicated chunks in html scripts by
@stormslowlyin web-infra-dev/rspack#12304- fix: should generate sri hash for chunks that only have concatenated modules by
@LingyuCoderin web-infra-dev/rspack#12310- fix: persistent cache watch context dependencies changes by
@jerrykingxyzin web-infra-dev/rspack#12309- fix: should set interop2_used to true if namespace import default-only by
@JSerFengin web-infra-dev/rspack#12316- fix: check unused class names should check all conventions by
@JSerFengin web-infra-dev/rspack#12336Refactor 🔨
- refactor: render dependency template with runtime template by
@LingyuCoderin web-infra-dev/rspack#12280- refactor: render
__webpack_require__in static code by runtime template by@LingyuCoderin web-infra-dev/rspack#12284- refactor: refactor incremental using internal mutation by
@hardfistin web-infra-dev/rspack#12288- refactor: split module_graph_mut by
@hardfistin web-infra-dev/rspack#12295- refactor: render HMR runtime by runtime template by
@LingyuCoderin web-infra-dev/rspack#12297- refactor: render mf runtime by runtime template by
@LingyuCoderin web-infra-dev/rspack#12298- refactor: render runtime root variables by runtime template by
@LingyuCoderin web-infra-dev/rspack#12308- refactor: refactor collect_build_module_graph_effects using artifact by
@hardfistin web-infra-dev/rspack#12287- refactor: render runtime module variables by runtime template by
@LingyuCoderin web-infra-dev/rspack#12315Document Updates 📖
- docs: update Data URI sub-title by
@9aoyin web-infra-dev/rspack#12282- docs: add filename placeholders documentation by
@chenjiahanin web-infra-dev/rspack#12301- docs: update plugin support status by
@chenjiahanin web-infra-dev/rspack#12314- docs: improve
output.environmentconfiguration by@chenjiahanin web-infra-dev/rspack#12312- docs: polish phrasing in code splitting guides by
@chenjiahanin web-infra-dev/rspack#12321- docs(loader): update
Rule.use.parallelto includemaxWorkersoption by@chenjiahanin web-infra-dev/rspack#12322- docs: polish introduction wording by
@chenjiahanin web-infra-dev/rspack#12325- docs: fix the misstatements in the lazy compilation documentation by
@Sunny-117in web-infra-dev/rspack#12330Other Changes
- chore: release v1.6.5 by
@jerrykingxyzin web-infra-dev/rspack#12278- chore(deps): update dependency
@ast-grep/napito ^0.40.0 by@renovate[bot] in web-infra-dev/rspack#12290- chore(deps): update dependency
@microsoft/api-extractorto v7.55.1 by@renovate[bot] in web-infra-dev/rspack#12291- chore(deps): update patch npm dependencies by
@renovate[bot] in web-infra-dev/rspack#12289- chore(deps): update dependency
@microsoft/api-extractor-modelto v7.32.1 by@renovate[bot] in web-infra-dev/rspack#12292
... (truncated)
Commits
caefe84chore: update version to 1.6.6a74fcabdocs(loader): updateRule.use.parallelto includemaxWorkersoption (#12322)b78207dfeat(loader-runner): Allow limiting worker pool size for parallel loaders (#1...003e765docs: improveoutput.environmentconfiguration (#12312)9827010feat: support shorthand function for module factory to reduce bundle size (#1...7212a5eperf: disableoutput.pathinfoby default (#12306)0d8196cchore(deps): update patch npm dependencies (#12289)5c4a839chore(deps): update dependency@ast-grep/napito ^0.40.0 (#12290)01fbb08chore: release v1.6.5 (#12278)1d0d8cdchore(deps): bump Rslib 0.18.1 and remove unnecessary build config (#12273)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Overall package size
Self size: 4.34 MB Deduped: 5.22 MB No deduping: 5.22 MB
Dependency sizes
| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 1.15.0 | 127.66 kB | 856.24 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 84.76%. Comparing base (e9493e1) to head (6cbd3f6).
Additional details and impacted files
@@ Coverage Diff @@
## master #7092 +/- ##
==========================================
+ Coverage 84.63% 84.76% +0.12%
==========================================
Files 515 521 +6
Lines 21994 22151 +157
==========================================
+ Hits 18615 18776 +161
+ Misses 3379 3375 -4
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Benchmarks
Benchmark execution time: 2025-12-16 21:59:02
Comparing candidate commit 6cbd3f68fec542f21467b1a26b17aed531587de4 in PR branch dependabot/npm_and_yarn/vendor/rspack/core-1.6.6 with baseline commit e9493e1923fac4cc2b0325e0b5d413ad00fc7cf3 in branch master.
Found 0 performance improvements and 0 performance regressions! Performance is the same for 295 metrics, 25 unstable metrics.
@dependabot rebase
@dependabot rebase
Superseded by #7124.