Skip to content

build(deps): bump serialize-javascript, @openedx/frontend-build and terser-webpack-plugin - #596

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-19053e0116
Open

build(deps): bump serialize-javascript, @openedx/frontend-build and terser-webpack-plugin#596
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-19053e0116

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Removes serialize-javascript. It's no longer used after updating ancestor dependencies serialize-javascript, @openedx/frontend-build and terser-webpack-plugin. These dependencies need to be updated together.

Removes serialize-javascript

Updates @openedx/frontend-build from 14.6.6 to 14.6.13

Release notes

Sourced from @​openedx/frontend-build's releases.

v14.6.13

14.6.13 (2026-07-13)

Bug Fixes

  • bump @​babel/runtime from 7.26.9 to 7.29.7 in /example (37291e0)
  • bump @​babel/runtime-corejs3 from 7.26.9 to 7.29.7 in /example (523fc56)
  • bump serialize-javascript and image-minimizer-webpack-plugin (5c9232a)

v14.6.12

14.6.12 (2026-07-13)

Bug Fixes

  • bump brace-expansion from 2.0.1 to 2.1.2 in /example (bcef44d)

v14.6.11

14.6.11 (2026-07-13)

Bug Fixes

  • bump lodash from 4.17.21 to 4.18.1 in /example (b203a1d)

v14.6.10

14.6.10 (2026-07-13)

Bug Fixes

  • bump @​babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.7 (496a33b)
  • bump fast-uri from 3.1.0 to 3.1.3 (eb67a8d)

v14.6.9

14.6.9 (2026-07-13)

Bug Fixes

  • bump postcss from 8.5.9 to 8.5.19 (d288292)
  • bump tmp and inquirer in /example (19beba8)

v14.6.8

14.6.8 (2026-07-13)

Bug Fixes

... (truncated)

Commits
  • 567f601 Merge pull request #703 from openedx/dependabot/npm_and_yarn/multi-ad66c5e13f
  • e9208bc Merge pull request #719 from openedx/dependabot/npm_and_yarn/example/babel/ru...
  • 9221f40 Merge pull request #720 from openedx/dependabot/npm_and_yarn/example/babel/ru...
  • 523fc56 fix: bump @​babel/runtime-corejs3 from 7.26.9 to 7.29.7 in /example
  • 37291e0 fix: bump @​babel/runtime from 7.26.9 to 7.29.7 in /example
  • d428359 Merge pull request #717 from openedx/dependabot/npm_and_yarn/example/brace-ex...
  • bcef44d fix: bump brace-expansion from 2.0.1 to 2.1.2 in /example
  • 97b337b Merge pull request #715 from openedx/dependabot/npm_and_yarn/example/lodash-4...
  • b203a1d fix: bump lodash from 4.17.21 to 4.18.1 in /example
  • c8ce50e Merge pull request #713 from openedx/dependabot/npm_and_yarn/fast-uri-3.1.3
  • Additional commits viewable in compare view

Updates terser-webpack-plugin from 5.3.16 to 5.6.1

Release notes

Sourced from terser-webpack-plugin's releases.

v5.6.1

Patch Changes

  • deduplicate extracted comments in linear time, so builds stay fast when an asset contains many distinct preserved comments (by @​alexander-akait in #682)

v5.6.0

Minor Changes

  • support array of minimizers for minify and terserOptions (by @​alexander-akait in #674)

  • add built-in CSS minimizers from css-minimizer-webpack-plugin (by @​alexander-akait in #674)

  • add built-in HTML minimizers from html-minimizer-webpack-plugin (by @​alexander-akait in #674)

  • add filter method to minimizers, allowing a single plugin instance to handle multiple asset types (by @​alexander-akait in #674)

  • terser-webpack-plugin has been renamed to minimizer-webpack-plugin, merging other minimizers from css-minimizer-webpack-plugin and html-minimizer-webpack-plugin. We will continue to publish new releases under the old name, but we recommend switching to the new package - minimizer-webpack-plugin. It is now a single plugin for minification. We also added the ability to specify different minifier types using only one plugin instance, which will improve performance. (by @​alexander-akait in #677)

  • rename terserOptions to minimizerOptions; terserOptions is kept as a deprecated alias (by @​alexander-akait in #674)

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v5.5.0

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.5.0 (2026-04-23)

Features

  • support extractComments in swcMinify (#665) (03143d3)

v5.4.0

5.4.0 (2026-03-10)

Features

  • added ability to minimize JSON using jsonMinify (#657) (29ac915)

v5.3.17

5.3.17 (2026-03-03)

Bug Fixes

  • update serialize-javascript (37c490c)
Changelog

Sourced from terser-webpack-plugin's changelog.

5.6.1

Patch Changes

  • deduplicate extracted comments in linear time, so builds stay fast when an asset contains many distinct preserved comments (by @​alexander-akait in #682)

5.6.0

Minor Changes

  • support array of minimizers for minify and terserOptions (by @​alexander-akait in #674)

  • add built-in CSS minimizers from css-minimizer-webpack-plugin (by @​alexander-akait in #674)

  • add built-in HTML minimizers from html-minimizer-webpack-plugin (by @​alexander-akait in #674)

  • add filter method to minimizers, allowing a single plugin instance to handle multiple asset types (by @​alexander-akait in #674)

  • terser-webpack-plugin has been renamed to minimizer-webpack-plugin, merging other minimizers from css-minimizer-webpack-plugin and html-minimizer-webpack-plugin. We will continue to publish new releases under the old name, but we recommend switching to the new package - minimizer-webpack-plugin. It is now a single plugin for minification. We also added the ability to specify different minifier types using only one plugin instance, which will improve performance. (by @​alexander-akait in #677)

  • rename terserOptions to minimizerOptions; terserOptions is kept as a deprecated alias (by @​alexander-akait in #674)

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.5.0 (2026-04-23)

Features

  • support extractComments in swcMinify (#665) (03143d3)

5.4.0 (2026-03-10)

Features

  • added ability to minimizer JSON using jsonMinify (#657) (29ac915)

5.3.17 (2026-03-03)

Bug Fixes

  • update serialize-javascript (37c490c)
Commits
  • 5207f94 chore(release): new release (#683)
  • 06bda34 fix: dedupe extracted comments in linear time (#682)
  • 39fd982 chore(deps): bump fast-uri from 3.1.0 to 3.1.2 (#680)
  • 57bdcfc chore(release): new release (#675)
  • 6feeda0 chore: add changelog entry (#677)
  • dd360be chore: rename other things
  • d78b6bd ci: dual-publish release as minimizer-webpack-plugin and terser-webpack-plugi...
  • e06c526 docs: add changesets for changes since v5.5.0 (#674)
  • a875994 chore: update codebase
  • 2bfd4f8 ci: add changesets-driven release workflow (#672)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for terser-webpack-plugin since your current version.


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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

…erser-webpack-plugin

Removes [serialize-javascript](https://github.com/yahoo/serialize-javascript). It's no longer used after updating ancestor dependencies [serialize-javascript](https://github.com/yahoo/serialize-javascript), [@openedx/frontend-build](https://github.com/openedx/frontend-build) and [terser-webpack-plugin](https://github.com/webpack/minimizer-webpack-plugin). These dependencies need to be updated together.


Removes `serialize-javascript`

Updates `@openedx/frontend-build` from 14.6.6 to 14.6.13
- [Release notes](https://github.com/openedx/frontend-build/releases)
- [Commits](openedx/frontend-build@v14.6.6...v14.6.13)

Updates `terser-webpack-plugin` from 5.3.16 to 5.6.1
- [Release notes](https://github.com/webpack/minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/minimizer-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/minimizer-webpack-plugin@v5.3.16...v5.6.1)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-version:
  dependency-type: indirect
- dependency-name: "@openedx/frontend-build"
  dependency-version: 14.6.13
  dependency-type: direct:development
- dependency-name: terser-webpack-plugin
  dependency-version: 5.6.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 26, 2026
@codecov

codecov Bot commented Jul 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.06%. Comparing base (734c342) to head (8eea311).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #596   +/-   ##
=======================================
  Coverage   95.06%   95.06%           
=======================================
  Files         139      139           
  Lines        1357     1357           
  Branches      266      265    -1     
=======================================
  Hits         1290     1290           
  Misses         59       59           
  Partials        8        8           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants