You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Low Risk
Dev-only bundler upgrade with no runtime or application code changes; main practical risk is a rollup build failing if output paths would escape the output directory.
Overview
Updates the devDependencyrollup from 3.20.6 to ^3.30.0 in package.json, with the matching lockfile entry for node_modules/rollup.
This is a dependency-only change—no app or build config edits. The jump includes rollup fixes (tree-shaking, static analysis) and 3.29.5’s CVE-2024-43788 security fix, plus 3.30.0’s stricter check that bundle output paths stay inside the output directory.
Reviewed by Cursor Bugbot for commit d69c1a5. Bugbot is set up for automated code reviews on this repo. Configure here.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code
0 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps rollup from 3.20.6 to 3.30.0.
Release notes
Sourced from rollup's releases.
Changelog
Sourced from rollup's changelog.
... (truncated)
Commits
d91d5e13.30.09677409Update release script for backportsc8cf1f9Validate bundle stays within output dir (#6276)dfd233d3.29.52ef77c0Fix DOM Clobbering CVEa6448b93.29.44e92d60Deoptimize all parameters when losing track of a function (#5158)801ffd13.29.3353e462Fully deoptimize first level path when deoptimizing nested parameter paths (#...a1a89e7chore(deps): update dependency@vue/eslint-config-typescriptto v12 (#5148)Note
Low Risk
Dev-only bundler upgrade with no runtime or application code changes; main practical risk is a rollup build failing if output paths would escape the output directory.
Overview
Updates the devDependency
rollupfrom 3.20.6 to ^3.30.0 inpackage.json, with the matching lockfile entry fornode_modules/rollup.This is a dependency-only change—no app or build config edits. The jump includes rollup fixes (tree-shaking, static analysis) and 3.29.5’s CVE-2024-43788 security fix, plus 3.30.0’s stricter check that bundle output paths stay inside the output directory.
Reviewed by Cursor Bugbot for commit d69c1a5. Bugbot is set up for automated code reviews on this repo. Configure here.