Bump webpack from 5.107.2 to 5.108.3#920
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
460a2de to
c101488
Compare
Webpack production mode already minifies bundles with Terser. The extra Middleman-side minify_javascript pass fed the webpack output back into uglifier (4.2.1), which cannot parse the modern JS syntax (optional chaining etc.) that webpack 5.108.x emits in its runtime. That triggered "Unexpected token: punc (.)" on build/bundle-critical-*.js and failed the CircleCI build for #920 (webpack 5.107.2 -> 5.108.3). Uglifier gem itself is unmaintained (last release 2020-03) and the underlying UglifyJS does not support modern JS, so keeping the pass would only defer the problem. Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
|
@dependabot rebase |
Bumps [webpack](https://github.com/webpack/webpack) from 5.107.2 to 5.108.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.107.2...v5.108.3) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.108.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
c101488 to
9b9e77a
Compare
Bumps webpack from 5.107.2 to 5.108.3.
Release notes
Sourced from webpack's releases.
... (truncated)
Changelog
Sourced from webpack's changelog.
... (truncated)
Commits
6844305chore(release): new release (#21304)99286e2fix: match harmony accept dependencies by module reference (#21303)0abec4dfix: guard HarmonyAcceptDependency against unresolved module ids (#21302)606712dperf(css): struct-of-arrays AST for the streaming CSS parser (#21285)cf9c04edocs: update examples (#21293)4dfe770chore(release): new release (#21287)7534a5etest: add defer import case for #19219 (#21292)9857fc7fix: lazy barrel for import with side effects (#21291)54fa902Respect the node: prefix for node.js core modules used as externals (#21286)5e7db5drefactor: extract createHooksRegistry to deduplicate getCompilationHooks patt...