build(deps): bump serialize-javascript, webpack and webpack-stream in /src/storefront by dependabot[bot] · Pull Request #511 · oracle-quickstart/oci-cloudnative
Removes serialize-javascript. It's no longer used after updating ancestor dependencies serialize-javascript, webpack and webpack-stream. These dependencies need to be updated together.
Removes serialize-javascript
Updates webpack from 4.46.0 to 5.105.4
Release notes
Sourced from webpack's releases.
v5.105.4
Patch Changes
Add
Module.getSourceBasicTypesto distinguish basic source types and clarify how modules with non-basic source types likeremotestill produce JavaScript output. (by@xiaoxiaojxin #20546)Handle
createRequirein expressions. (by@alexander-akaitin #20549)Fixed types for multi stats. (by
@alexander-akaitin #20556)Remove empty needless js output for normal css module. (by
@JSerFengin #20162)Update
enhanced-resolveto support new features fortsconfig.json. (by@alexander-akaitin #20555)Narrows export presence guard detection to explicit existence checks on namespace imports only, i.e. patterns like "x" in ns. (by
@hai-xin #20561)v5.105.3
Patch Changes
Context modules now handle rejections correctly. (by
@alexander-akaitin #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-xin #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-xin #20463)Fixed HMR failure for CSS modules with
@importwhen exportType !== "link". When exportType is not "link", CSS modules now behave like JavaScript modules and don't require special HMR handling, allowing@importCSS to work correctly during hot module replacement. (by@xiaoxiaojxin #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
@xiaoxiaojxin #20454)Do not crash when a referenced chunk is not a runtime chunk. (by
@alexander-akaitin #20461)Fix some types. (by
@alexander-akaitin #20412)Ensure that missing module error are thrown after the interception handler (if present), allowing module interception to customize the module factory. (by
@hai-xin #20510)Added
createRequiresupport for ECMA modules. (by@stefanbinojin #20497)Added category for CJS reexport dependency to fix issues with ECMA modules. (by
@hai-xin #20444)Implement immutable bytes for
bytesimport attribute to match tc39 spec. (by@alexander-akaitin #20481)Fixed deterministic search for graph roots regardless of edge order. (by
@veeceeyin #20452)v5.105.2
Patch Changes
- Fixed
WebpackPluginInstancetype regression. (by@alexander-akaitin #20440)v5.105.1
Patch Changes
... (truncated)
Changelog
Sourced from webpack's changelog.
5.105.4
Patch Changes
Add
Module.getSourceBasicTypesto distinguish basic source types and clarify how modules with non-basic source types likeremotestill produce JavaScript output. (by@xiaoxiaojxin #20546)Handle
createRequirein expressions. (by@alexander-akaitin #20549)Fixed types for multi stats. (by
@alexander-akaitin #20556)Remove empty needless js output for normal css module. (by
@JSerFengin #20162)Update
enhanced-resolveto support new features fortsconfig.json. (by@alexander-akaitin #20555)Narrows export presence guard detection to explicit existence checks on namespace imports only, i.e. patterns like "x" in ns. (by
@hai-xin #20561)5.105.3
Patch Changes
Context modules now handle rejections correctly. (by
@alexander-akaitin #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-xin #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-xin #20463)Fixed HMR failure for CSS modules with
@importwhen exportType !== "link". When exportType is not "link", CSS modules now behave like JavaScript modules and don't require special HMR handling, allowing@importCSS to work correctly during hot module replacement. (by@xiaoxiaojxin #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
@xiaoxiaojxin #20454)Do not crash when a referenced chunk is not a runtime chunk. (by
@alexander-akaitin #20461)Fix some types. (by
@alexander-akaitin #20412)Ensure that missing module error are thrown after the interception handler (if present), allowing module interception to customize the module factory. (by
@hai-xin #20510)Added
createRequiresupport for ECMA modules. (by@stefanbinojin #20497)Added category for CJS reexport dependency to fix issues with ECMA modules. (by
@hai-xin #20444)Implement immutable bytes for
bytesimport attribute to match tc39 spec. (by@alexander-akaitin #20481)Fixed deterministic search for graph roots regardless of edge order. (by
@veeceeyin #20452)5.105.2
Patch Changes
- Fixed
WebpackPluginInstancetype regression. (by@alexander-akaitin #20440)
... (truncated)
Commits
27c13b4chore(release): new release (#20550)9b2f41echore: bump terser plugin (#20569)eafe060fix: narrow the export presence guard detection (#20561)75d605crefactor: add AppendOnlyStackedSet iteration support and tests (#20560)afa607drefactor: remove unused code (#20562)4098902test: add source files for web-webworker and web-webworker-auto-public-path (...f97be67refactor: fix duplicated word in Compilation JSDoc (#20547)9d76fffrefactor: add Module.getSourceBasicTypes for basic JS type detection (#20546)a3d7839fix: types for multi stats (#20556)b8e9b05fix: updateenhanced-resolveto support new features fortsconfig.json(#...- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for webpack since your current version.
Install script changes
This version adds prepare script that runs during installation. Review the package contents before updating.
Updates webpack-stream from 6.1.2 to 7.0.0
Commits
30a6da0v7.0.0c2d19fdsemistandard fixes7805d59Remove config.watch setting re-introduced from my bad merging6395f19Merge branch 'master' of github.com:shama/webpack-stream7c24e86Merge pull request #212 from azt3k/master3fc84f0Merge branch 'master' into master027135eUpdate comments to indicate it works with webpack 4 and 5bb7cd85Merge branch 'master' of github.com:shama/webpack-stream3287835Merge pull request #214 from the-ress/watch-message141e063Update watch for gulp >= 4- 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)
You can disable automated security fix PRs for this repo from the Security Alerts page.