chore(deps): bump serialize-javascript and terser-webpack-plugin #12

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/multi-0d13b2d87f into main 2026-03-18 02:31:51 +00:00
dependabot[bot] commented 2026-03-18 02:07:01 +00:00 (Migrated from github.com)

Removes serialize-javascript. It's no longer used after updating ancestor dependency terser-webpack-plugin. These dependencies need to be updated together.

Removes serialize-javascript

Updates terser-webpack-plugin from 5.3.14 to 5.4.0

Release notes

Sourced from terser-webpack-plugin's releases.

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)

v5.3.16

5.3.16 (2025-12-11)

Bug Fixes

v5.3.15

5.3.15 (2025-12-05)

Bug Fixes

  • catch error when loading minimizers (#639) (586af0a)
  • respect errors and warnings from minimizer without code (8607f79)
Changelog

Sourced from terser-webpack-plugin's changelog.

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)

5.3.16 (2025-12-11)

Bug Fixes

5.3.15 (2025-12-05)

Bug Fixes

  • catch error when loading minimizers (#639) (586af0a)
  • respect errors and warnings from minimizer without code (8607f79)
Commits

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.
Removes [serialize-javascript](https://github.com/yahoo/serialize-javascript). It's no longer used after updating ancestor dependency [terser-webpack-plugin](https://github.com/webpack/terser-webpack-plugin). These dependencies need to be updated together. Removes `serialize-javascript` Updates `terser-webpack-plugin` from 5.3.14 to 5.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/terser-webpack-plugin/releases">terser-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v5.4.0</h2> <h2><a href="https://github.com/webpack/terser-webpack-plugin/compare/v5.3.17...v5.4.0">5.4.0</a> (2026-03-10)</h2> <h3>Features</h3> <ul> <li>added ability to minimize <code>JSON</code> using <code>jsonMinify</code> (<a href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/657">#657</a>) (<a href="https://github.com/webpack/terser-webpack-plugin/commit/29ac915e58ec2ff81346d936ee2cf63ac6e300b8">29ac915</a>)</li> </ul> <h2>v5.3.17</h2> <h3><a href="https://github.com/webpack/terser-webpack-plugin/compare/v5.3.16...v5.3.17">5.3.17</a> (2026-03-03)</h3> <h3>Bug Fixes</h3> <ul> <li>update <code>serialize-javascript</code> (<a href="https://github.com/webpack/terser-webpack-plugin/commit/37c490c326ffe3416b50028a91bfba5661e1344e">37c490c</a>)</li> </ul> <h2>v5.3.16</h2> <h3><a href="https://github.com/webpack/terser-webpack-plugin/compare/v5.3.15...v5.3.16">5.3.16</a> (2025-12-11)</h3> <h3>Bug Fixes</h3> <ul> <li>handle empty files (<a href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/643">#643</a>) (<a href="https://github.com/webpack/terser-webpack-plugin/commit/05012e969fed6f77e3155f618308bdc321f0806a">05012e9</a>)</li> </ul> <h2>v5.3.15</h2> <h3><a href="https://github.com/webpack/terser-webpack-plugin/compare/v5.3.14...v5.3.15">5.3.15</a> (2025-12-05)</h3> <h3>Bug Fixes</h3> <ul> <li>catch error when loading minimizers (<a href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/639">#639</a>) (<a href="https://github.com/webpack/terser-webpack-plugin/commit/586af0aa31859e8af37da455e0050c33b62bc645">586af0a</a>)</li> <li>respect errors and warnings from minimizer without code (<a href="https://github.com/webpack/terser-webpack-plugin/commit/8607f79c87bf07fc337631a6ccfb84415034afae">8607f79</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/terser-webpack-plugin/blob/main/CHANGELOG.md">terser-webpack-plugin's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/terser-webpack-plugin/compare/v5.3.17...v5.4.0">5.4.0</a> (2026-03-10)</h2> <h3>Features</h3> <ul> <li>added ability to minimizer <code>JSON</code> using <code>jsonMinify</code> (<a href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/657">#657</a>) (<a href="https://github.com/webpack/terser-webpack-plugin/commit/29ac915e58ec2ff81346d936ee2cf63ac6e300b8">29ac915</a>)</li> </ul> <h3><a href="https://github.com/webpack/terser-webpack-plugin/compare/v5.3.16...v5.3.17">5.3.17</a> (2026-03-03)</h3> <h3>Bug Fixes</h3> <ul> <li>update <code>serialize-javascript</code> (<a href="https://github.com/webpack/terser-webpack-plugin/commit/37c490c326ffe3416b50028a91bfba5661e1344e">37c490c</a>)</li> </ul> <h3><a href="https://github.com/webpack/terser-webpack-plugin/compare/v5.3.15...v5.3.16">5.3.16</a> (2025-12-11)</h3> <h3>Bug Fixes</h3> <ul> <li>handle empty files (<a href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/643">#643</a>) (<a href="https://github.com/webpack/terser-webpack-plugin/commit/05012e969fed6f77e3155f618308bdc321f0806a">05012e9</a>)</li> </ul> <h3><a href="https://github.com/webpack/terser-webpack-plugin/compare/v5.3.14...v5.3.15">5.3.15</a> (2025-12-05)</h3> <h3>Bug Fixes</h3> <ul> <li>catch error when loading minimizers (<a href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/639">#639</a>) (<a href="https://github.com/webpack/terser-webpack-plugin/commit/586af0aa31859e8af37da455e0050c33b62bc645">586af0a</a>)</li> <li>respect errors and warnings from minimizer without code (<a href="https://github.com/webpack/terser-webpack-plugin/commit/8607f79c87bf07fc337631a6ccfb84415034afae">8607f79</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/terser-webpack-plugin/commit/543da6e282d654d804c8d9d86acdd5fde23d80bf"><code>543da6e</code></a> chore(release): 5.4.0</li> <li><a href="https://github.com/webpack/terser-webpack-plugin/commit/29ac915e58ec2ff81346d936ee2cf63ac6e300b8"><code>29ac915</code></a> feat: added ability to minimizer <code>JSON</code> using <code>jsonMinify</code> (<a href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/657">#657</a>)</li> <li><a href="https://github.com/webpack/terser-webpack-plugin/commit/e505deecb9230357b77532b88eda9392a682ba9e"><code>e505dee</code></a> fix: align with code</li> <li><a href="https://github.com/webpack/terser-webpack-plugin/commit/6f911ffba16ccd2bcfa99cd0bd7e956cab53d147"><code>6f911ff</code></a> chore(release): 5.3.17</li> <li><a href="https://github.com/webpack/terser-webpack-plugin/commit/37c490c326ffe3416b50028a91bfba5661e1344e"><code>37c490c</code></a> fix: update <code>serialize-javascript</code></li> <li><a href="https://github.com/webpack/terser-webpack-plugin/commit/207764f3ccbab62130b30a97d2df2780faf1bccd"><code>207764f</code></a> chore: deps update (<a href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/652">#652</a>)</li> <li><a href="https://github.com/webpack/terser-webpack-plugin/commit/a85ab47e575f8ce5e750dad714f2a98382de1774"><code>a85ab47</code></a> chore(deps-dev): bump ajv from 6.12.6 to 6.14.0 (<a href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/648">#648</a>)</li> <li><a href="https://github.com/webpack/terser-webpack-plugin/commit/51ac072ea0607e0a16e06cc7e117f9528196870c"><code>51ac072</code></a> chore(release): 5.3.16</li> <li><a href="https://github.com/webpack/terser-webpack-plugin/commit/05012e969fed6f77e3155f618308bdc321f0806a"><code>05012e9</code></a> fix: handle empty files (<a href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/643">#643</a>)</li> <li><a href="https://github.com/webpack/terser-webpack-plugin/commit/f337cee16d01d5983f524821af34424e32e8f6a0"><code>f337cee</code></a> chore(release): 5.3.15</li> <li>Additional commits viewable in <a href="https://github.com/webpack/terser-webpack-plugin/compare/v5.3.14...v5.4.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/network/alerts). </details>
Chris Farhood approved these changes 2026-03-18 02:31:49 +00:00
Chris Farhood left a comment

CI green, dev dependency bump. Approved.

CI green, dev dependency bump. Approved.
Sign in to join this conversation.