Bump serialize-javascript and terser-webpack-plugin in /apps/functional_chat#53
Conversation
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/minimizer-webpack-plugin). These dependencies need to be updated together. Removes `serialize-javascript` Updates `terser-webpack-plugin` from 5.3.10 to 5.6.0 - [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.10...v5.6.0) --- updated-dependencies: - dependency-name: serialize-javascript dependency-version: dependency-type: indirect - dependency-name: terser-webpack-plugin dependency-version: 5.6.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ac97ac4. Configure here.
| "d3-node": "^3.0.0", | ||
| "eslint": "8.36.0", | ||
| "eslint-config-next": "latest", | ||
| "eslint-config-next": "*", |
There was a problem hiding this comment.
Lockfile mismatches package.json version specifiers for four dependencies
Low Severity
The packages[""] section in package-lock.json now uses "*" for eslint-config-next, next-auth, @types/react, and typescript, but package.json still specifies "latest" for all four. These are semantically different — "latest" resolves the npm dist-tag while "*" is a semver range matching any version. This mismatch between package.json and the lockfile could cause npm ci to fail with an "out of sync" error depending on the npm version used in CI.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit ac97ac4. Configure here.


Removes serialize-javascript. It's no longer used after updating ancestor dependency terser-webpack-plugin. These dependencies need to be updated together.
Removes
serialize-javascriptUpdates
terser-webpack-pluginfrom 5.3.10 to 5.6.0Release notes
Sourced from terser-webpack-plugin's releases.
... (truncated)
Changelog
Sourced from terser-webpack-plugin's changelog.
... (truncated)
Commits
57bdcfcchore(release): new release (#675)6feeda0chore: add changelog entry (#677)dd360bechore: rename other thingsd78b6bdci: dual-publish release as minimizer-webpack-plugin and terser-webpack-plugi...e06c526docs: add changesets for changes since v5.5.0 (#674)a875994chore: update codebase2bfd4f8ci: add changesets-driven release workflow (#672)9b82a77test: cover multi-asset minify and js-only minimizer fallback (#671)34610d9feat: added thefiltermethod to minimizers and allow to handle different a...1a34e62feat: add built-in CSS minimizers from css-minimizer-webpack-plugin (#669)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 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)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Build-time dependency updates (notably
terser-webpack-plugin/terser) can change bundling/minification output and potentially impact production builds, though runtime app code is unchanged.Overview
Updates
apps/functional_chatdependency resolution primarily by upgradingterser-webpack-plugin(andterser/acorn/schema validation deps) and removingserialize-javascriptfrom the resolved tree.The lockfile also loosens several previously
latestpins to*(e.g.,next-auth,eslint-config-next,@types/react,typescript) and prunes a number of now-unneeded optional/peer transitive packages as part of the refreshed install.Reviewed by Cursor Bugbot for commit ac97ac4. Bugbot is set up for automated code reviews on this repo. Configure here.