v5.107.0
fix: fix HMR for concatenated CSS modules with style exportType (#20911)
fix: drop unused __webpack_require__ runtime in concatenated CSS (#20936)
feat: add linkInsert hook to CssLoadingRuntimeModule (#20947)
refactor: rename CSS-prefixed identifiers to Css for naming consistency (#20926)
feat: added `CssModulesPlugin.getCompilationHooks(compilation).orderModules` hook
perf(css): cache escape/unescapeIdentifier and move them to walkCssTokens (#20952)