chore(deps-dev): bump webpack from 5.105.2 to 5.105.3 in /webapp by dependabot[bot] · Pull Request #672 · robfrank/linklift (original) (raw)
Bumps webpack from 5.105.2 to 5.105.3.
Release notes
Sourced from webpack's releases.
v5.105.3
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)
Changelog
Sourced from webpack's changelog.
5.105.3
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)
Commits
- 714a0e3 chore(release): new release (#20448)
- c323b39 chore(deps-dev): bump nyc from 17.1.0 to 18.0.0 (#20539)
- 8a01dfe refactor: deduplicate export presence logic in Harmony dependency classes (#2...
- b9fc7b3 chore(deps): bump test/test262-cases in the dependencies group (#20541)
- f8a5ac3 test: add coverage for nwjs exports condition and CSS modules with webworker ...
- 59bf024 test: add coverage for external script in EnvironmentNotSupportAsyncWarning (...
- 4c79ac2 test: add missing coverage for formatLocation and formatSize (#20534)
- 4f5c0a8 fix: mark asset module as side-effect-free when futureDefaults (#20535)
- 87987ca test: add test
- 67c5aae test: add configCase for ESM prefetch/preload under neutral target (#20524)
- 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 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)