Skip to content

[Snyk] Security upgrade @sentry/vite-plugin from 4.6.1 to 5.0.0#3791

Open
JanCizmar wants to merge 1 commit into
mainfrom
snyk-fix-114d633925f6430efe4659a0c1aa620d
Open

[Snyk] Security upgrade @sentry/vite-plugin from 4.6.1 to 5.0.0#3791
JanCizmar wants to merge 1 commit into
mainfrom
snyk-fix-114d633925f6430efe4659a0c1aa620d

Conversation

@JanCizmar

Copy link
Copy Markdown
Member

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • webapp/package.json

Vulnerabilities that will be fixed with an upgrade:

Issue
high severity Inefficient Algorithmic Complexity
SNYK-JS-BRACEEXPANSION-17706650

Breaking Change Risk

Merge Risk: High

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

@JanCizmar

Copy link
Copy Markdown
Member Author

Merge Risk: High

This is a major version upgrade for the Sentry Vite plugin. The underlying bundler plugins have been updated to version 5, which introduces significant breaking changes.

Breaking Changes:

  • Removed Configuration Options: Several deprecated options have been removed. If you are using any of the following options in your configuration, you must update your code:
    • deleteFilesAfterUpload (use filesToDeleteAfterUpload instead)
    • bundleSizeOptimizations.excludePerformanceMonitoring (use bundleSizeOptimizations.excludeTracing instead)
    • _experiments.moduleMetadata (use moduleMetadata instead)
    • cleanArtifacts (this option was non-functional and has been removed)
  • Minimum JavaScript Version: The plugin now requires a minimum of ES6 (ES2015) as it uses let in its injected code.

Recommendation:
Review your vite.config.js or vite.config.ts file and remove or replace any of the deprecated options listed above to avoid build failures.

Source: Sentry Bundler Plugins CHANGELOG

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Ignore keyword(s) in the title.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: f217a24f-50db-4821-a71b-eb8368bb9988

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch snyk-fix-114d633925f6430efe4659a0c1aa620d

Comment @coderabbitai help to get the list of available commands.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants