chore(deps): bump the npm-security group across 1 directory with 3 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(3 months ago)
(3 months ago)
dependencies javascript ready for review
Bumps the npm-security group with 3 updates in the / directory: webpack, lodash and tar.
Updates webpack from 5.102.1 to 5.105.3
Release notes
Sourced from webpack's releases.
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
Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use
toSafePathto replace colons (:) with double underscores (__) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by@xiaoxiaojxin #20424)Revert part of the createRequire generation behavior for
require("node:...")to keep compatibility with those modules exports, e.g.const EventEmitter = require("node:events");. (by@hai-xin #20433)Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by
@hai-xin #20433)v5.105.0
Minor Changes
Allow resolving worker module by export condition name when using
new Worker()(by@hai-xin #20353)Detect conditional imports to avoid compile-time linking errors for non-existent exports. (by
@hai-xin #20320)Added the
tsconfigoption for theresolveroptions (replacement fortsconfig-paths-webpack-plugin). Can befalse(disabled),true(use the defaulttsconfig.jsonfile to search for it), a string path totsconfig.json, or an object withconfigFileandreferencesoptions. (by@alexander-akaitin #20400)
... (truncated)
Changelog
Sourced from webpack's changelog.
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)5.105.1
Patch Changes
Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use
toSafePathto replace colons (:) with double underscores (__) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by@xiaoxiaojxin #20424)Revert part of the createRequire generation behavior for
require("node:...")to keep compatibility with those modules exports, e.g.const EventEmitter = require("node:events");. (by@hai-xin #20433)Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by
@hai-xin #20433)5.105.0
Minor Changes
... (truncated)
Commits
714a0e3chore(release): new release (#20448)c323b39chore(deps-dev): bump nyc from 17.1.0 to 18.0.0 (#20539)8a01dferefactor: deduplicate export presence logic in Harmony dependency classes (#2...b9fc7b3chore(deps): bump test/test262-cases in the dependencies group (#20541)f8a5ac3test: add coverage for nwjs exports condition and CSS modules with webworker ...59bf024test: add coverage for external script in EnvironmentNotSupportAsyncWarning (...4c79ac2test: add missing coverage for formatLocation and formatSize (#20534)4f5c0a8fix: mark asset module as side-effect-free when futureDefaults (#20535)87987catest: add test67c5aaetest: add configCase for ESM prefetch/preload under neutral target (#20524)- 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.
Updates lodash from 4.17.21 to 4.17.23
Commits
dec55b7Bump main to v4.17.23 (#6088)19c9251fix: setCacheHas JSDoc return type should be boolean (#6071)b5e6729jsdoc: Add -0 and BigInt zeros to _.compact falsey values list (#6062)edadd45Prevent prototype pollution on baseUnset function4879a7adoc: fix autoLink function, conversion of source links (#6056)9648f69chore: removeyarn.lockfile (#6053)dfa407dci: remove legacy configuration files (#6052)156e196feat: add renovate setup (#6039)933e106ci: add pipeline for Bun (#6023)072a807docs: update links related to Open JS Foundation (#5968)- Additional commits viewable in compare view
Updates tar from 7.5.2 to 7.5.9
Commits
1f0c2c97.5.9fbb0851build minified version as default export6b8eba07.5.82cb1120fix(unpack): improve UnpackSync symlink error "into" path accuracyd18e4e1fix: do not write linkpaths through symlinks4a37eb97.5.7f4a7aa9fix: properly sanitize hard links containing ..394ece67.5.67d4cc17fix race puting a Link ahead of its target File26ab9047.5.5- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by isaacs, a new releaser for tar since your current version.
Install script changes
This version adds prepare script that runs during installation. Review the package contents before updating.
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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
Technical Details
| ID: | 14201579 |
| UUID: | 4004462372 |
| Node ID: | PR_kwDOQlQ6ds7G_6-0 |
| Host: | GitHub |
| Repository: | github/github-well-architected |