Bump webpack from 5.89.0 to 5.105.2
Type: Pull Request
State: Closed
Association: Unknown
Comments: 3
(26 days ago)
(26 days ago)
(26 days ago)
dependencies javascript
Bumps webpack from 5.89.0 to 5.105.2.
Release notes
Sourced from webpack's releases.
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)Support
import.defer()for context modules. (by@ahabhgkin #20399)Added support for array values to the
devtooloption. (by@hai-xin #20191)Improve rendering node built-in modules for ECMA module output. (by
@hai-xin #20255)Unknown import.meta properties are now determined at runtime instead of being statically analyzed at compile time. (by
@xiaoxiaojxin #20312)Patch Changes
Fixed ESM default export handling for
.mjsfiles in Module Federation (by@y-oktin #20189)Optimized
import.meta.envhandling in destructuring assignments by using cached stringified environment definitions. (by@xiaoxiaojxin #20313)Respect the
stats.errorStackoption in stats output. (by@samarthsinh2660in #20258)Fixed a bug where declaring a
modulevariable in module scope would conflict with the defaultmoduleArgument. (by@xiaoxiaojxin #20265)Fix VirtualUrlPlugin to set resourceData.context for proper module resolution. Previously, when context was not set, it would fallback to the virtual scheme path (e.g.,
virtual:routes), which is not a valid filesystem path, causing subsequent resolve operations to fail. (by@xiaoxiaojxin #20390)Fixed Worker self-import handling to support various URL patterns (e.g.,
import.meta.url,new URL(import.meta.url),new URL(import.meta.url, import.meta.url),new URL("./index.js", import.meta.url)). Workers that resolve to the same module are now properly deduplicated, regardless of the URL syntax used. (by@xiaoxiaojxin #20381)Reuse the same async entrypoint for the same Worker URL within a module to avoid circular dependency warnings when multiple Workers reference the same resource. (by
@xiaoxiaojxin #20345)Fixed a bug where a self-referencing dependency would have an unused export name when imported inside a web worker. (by
@samarthsinh2660in #20251)Fix missing export generation when concatenated modules in different chunks share the same runtime in module library bundles. (by
@hai-xin #20346)
... (truncated)
Changelog
Sourced from webpack's changelog.
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
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)Support
import.defer()for context modules. (by@ahabhgkin #20399)Added support for array values to the
devtooloption. (by@hai-xin #20191)Improve rendering node built-in modules for ECMA module output. (by
@hai-xin #20255)Unknown import.meta properties are now determined at runtime instead of being statically analyzed at compile time. (by
@xiaoxiaojxin #20312)Patch Changes
Fixed ESM default export handling for
.mjsfiles in Module Federation (by@y-oktin #20189)Optimized
import.meta.envhandling in destructuring assignments by using cached stringified environment definitions. (by@xiaoxiaojxin #20313)Respect the
stats.errorStackoption in stats output. (by@samarthsinh2660in #20258)Fixed a bug where declaring a
modulevariable in module scope would conflict with the defaultmoduleArgument. (by@xiaoxiaojxin #20265)Fix VirtualUrlPlugin to set resourceData.context for proper module resolution. Previously, when context was not set, it would fallback to the virtual scheme path (e.g.,
virtual:routes), which is not a valid filesystem path, causing subsequent resolve operations to fail. (by@xiaoxiaojxin #20390)Fixed Worker self-import handling to support various URL patterns (e.g.,
import.meta.url,new URL(import.meta.url),new URL(import.meta.url, import.meta.url),new URL("./index.js", import.meta.url)). Workers that resolve to the same module are now properly deduplicated, regardless of the URL syntax used. (by@xiaoxiaojxin #20381)Reuse the same async entrypoint for the same Worker URL within a module to avoid circular dependency warnings when multiple Workers reference the same resource. (by
@xiaoxiaojxin #20345)
... (truncated)
Commits
0756c7echore(release): new release (#20441)ff28476chore(deps): bump CodSpeedHQ/action in the dependencies group (#20442)4d3ed66ci: discord using curl004550aci: discord fix44bf97bci: emulate release for discord using other approach9c71a09ci: emulate release for discord02d3bc9ci: allow to run release announcement6c62c28ci: fix discord900219dfix: type regression (#20440)8e50ef2chore(release): new release (#20429)- 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 modifies 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 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)
Package Dependencies
Technical Details
| ID: | 13770715 |
| UUID: | 3936121461 |
| Node ID: | PR_kwDOKrVUDs7DgHqz |
| Host: | GitHub |
| Repository: | GleapSDK/JavaScript-AdminHelper-SDK |