template-webpack
template-webpack copied to clipboard
Bump webpack from 5.92.1 to 5.98.0
Bumps webpack from 5.92.1 to 5.98.0.
Release notes
Sourced from webpack's releases.
v5.98.0
Fixes
- Avoid the deprecation message #19062 by
@alexander-akait- Should not escape CSS local ident in JS #19060 by
@JSerFeng- MF parse range not compatible with Safari #19083 by
@alexander-akait- Preserve
filenameTemplatein new split chunk #19104 by@henryqdineen- Use module IDs for final render order #19184 by
@dmichon-msft- Strip
blob:protocol when public path isauto#19199 by@alexander-akait- Respect
output.charseteverywhere #19202 by@alexander-akait- Node async WASM loader generation #19210 by
@ashi009- Correct
BuildInfoandBuildMetatype definitions #19200 by@inottnPerformance Improvements
- Improve
FlagDependencyExportsPluginfor large JSON by depth #19058 by@hai-x- Optimize assign-depths #19193 by
@dmichon-msft- Use
startsWithfor matching instead of converting the string to a regex #19207 by@inottnChores
- Bump
nanoidfrom 3.3.7 to 3.3.8 #19063 by@dependabot- Fixed incorrect typecast in
DefaultStatsFactoryPlugin#19156 by@Andarist- Improved
readme.mdby adding video links for understanding webpack #19101 by@Vansh5632- Typo fix #19205 by
@hai-x- Adopt the new webpack governance model #18804 by
@ovflowdFeatures
- Implement
/* webpackIgnore: true */forrequire.resolve#19201 by@alexander-akaitContinuous Integration
- CI fix #19196 by
@alexander-akaitNew Contributors
@Andaristmade their first contribution in webpack/webpack#19156@Vansh5632made their first contribution in webpack/webpack#19101@ashi009made their first contribution in webpack/webpack#19210@ovflowdmade their first contribution in webpack/webpack#18804Full Changelog: https://github.com/webpack/webpack/compare/v5.97.1...v5.98.0
v5.97.1
Bug Fixes
- Performance regression
- Sub define key should't be renamed when it's a defined variable
v5.97.0
Bug Fixes
- Don't crash with filesystem cache and unknown scheme
- Generate a valid code when
output.iifeistrueand output.library.type isumd- Fixed conflict variable name with concatenate modules and runtime code
- Merge duplicate chunks before
... (truncated)
Commits
f1bdec55.98.09579f22chore: adopt the new webpack governance model (#18804)a1edb20fix: node async wasm loader now useoutput.moduleto determinate code gener...e55b08bperf: use startsWith for matching instead of converting the string to a regex6e14dbachore: fix typo (#19205)f123ce5fix: respectoutput.charseteverywhere (#19202)af20c7bfix: stripblob:protocol when public path isauto(#19199)80826c5feat: implement/* webpackIgnore: true */forrequire.resolve(#19201)ac6ffcafix(types): correct BuildInfo and BuildMeta type definitions (#19200)8ac130aci: fix- 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) You can disable automated security fix PRs for this repo from the Security Alerts page.