Skip to content

chore: Bump transitive dep nitropack from 2.13.1 to 2.13.4 - #20878

Merged
s1gr1d merged 1 commit into
developfrom
sig/nitropack-bump
May 18, 2026
Merged

chore: Bump transitive dep nitropack from 2.13.1 to 2.13.4#20878
s1gr1d merged 1 commit into
developfrom
sig/nitropack-bump

Conversation

@s1gr1d

Copy link
Copy Markdown
Member

As the previous PR only added the version override, this PR actually bumps the transitive dependency.

Previous PR: #20713

@s1gr1d
s1gr1d requested a review from mydeaMay 13, 2026 15:36
@s1gr1d
s1gr1d enabled auto-merge (squash) May 13, 2026 15:38
@github-actions

github-actionsBot commented May 13, 2026

Copy link
Copy Markdown
Contributor

size-limit report 📦

⚠️Warning: Base artifact is not the latest one, because the latest workflow run is not done yet. This may lead to incorrect results. Try to re-run all tests to get up to date results.

PathSize% ChangeChange
@sentry/browser26.92 kB--
@sentry/browser - with treeshaking flags25.35 kB--
@sentry/browser (incl. Tracing)44.97 kB--
@sentry/browser (incl. Tracing + Span Streaming)46.97 kB--
@sentry/browser (incl. Tracing, Profiling)49.97 kB--
@sentry/browser (incl. Tracing, Replay)84.59 kB--
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags74.06 kB--
@sentry/browser (incl. Tracing, Replay with Canvas)89.3 kB--
@sentry/browser (incl. Tracing, Replay, Feedback)101.91 kB--
@sentry/browser (incl. Feedback)44.11 kB--
@sentry/browser (incl. sendFeedback)31.73 kB--
@sentry/browser (incl. FeedbackAsync)36.84 kB--
@sentry/browser (incl. Metrics)28.01 kB--
@sentry/browser (incl. Logs)28.16 kB--
@sentry/browser (incl. Metrics & Logs)28.84 kB--
@sentry/react28.67 kB--
@sentry/react (incl. Tracing)47.23 kB--
@sentry/vue31.84 kB--
@sentry/vue (incl. Tracing)46.83 kB--
@sentry/svelte26.94 kB--
CDN Bundle29.34 kB--
CDN Bundle (incl. Tracing)47.26 kB--
CDN Bundle (incl. Logs, Metrics)30.71 kB--
CDN Bundle (incl. Tracing, Logs, Metrics)48.38 kB--
CDN Bundle (incl. Replay, Logs, Metrics)70.07 kB--
CDN Bundle (incl. Tracing, Replay)84.72 kB--
CDN Bundle (incl. Tracing, Replay, Logs, Metrics)85.77 kB--
CDN Bundle (incl. Tracing, Replay, Feedback)90.56 kB--
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics)91.66 kB--
CDN Bundle - uncompressed86.47 kB--
CDN Bundle (incl. Tracing) - uncompressed142.29 kB--
CDN Bundle (incl. Logs, Metrics) - uncompressed90.67 kB--
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed145.75 kB--
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed215.54 kB--
CDN Bundle (incl. Tracing, Replay) - uncompressed261.05 kB--
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed264.49 kB--
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed274.75 kB--
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed278.18 kB--
@sentry/nextjs (client)49.74 kB--
@sentry/sveltekit (client)45.45 kB--
@sentry/node-core62.02 kB--
@sentry/node166.84 kB+0.01%+1 B 🔺
@sentry/node - without tracing74.42 kB+0.01%+1 B 🔺
@sentry/aws-serverless109.23 kB-0.01%-1 B 🔽
@sentry/cloudflare (withSentry) - minified170.88 kB--
@sentry/cloudflare (withSentry)431.1 kB--

View base workflow run

@s1gr1d
s1gr1dforce-pushed the sig/nitropack-bump branch from 06f6d14 to 6cf89c1CompareMay 18, 2026 08:08

@cursorcursorBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 6cf89c1. Configure here.

Comment threadyarn.lock
source-map-resolve "^0.6.0"

rollup-plugin-visualizer@^6.0.3, rollup-plugin-visualizer@^6.0.5:
rollup-plugin-visualizer@^6.0.3, rollup-plugin-visualizer@^7.0.1:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lockfile resolves incompatible major version for rollup-plugin-visualizer

High Severity

The rollup-plugin-visualizer lockfile entry incorrectly merges ^6.0.3 and ^7.0.1 into a single resolution pointing to version 6.0.5. Version 6.0.5 cannot satisfy ^7.0.1 (which requires >=7.0.1 <8.0.0). Since nitropack@2.13.4 depends on ^7.0.1, it will receive the wrong major version, potentially causing runtime failures due to missing features or API differences between v6 and v7.

Additional Locations (1)
Fix in CursorFix in Web

Reviewed by Cursor Bugbot for commit 6cf89c1. Configure here.

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is correct, we have an override for that in package.json

@s1gr1d
s1gr1d merged commit 576fd81 into developMay 18, 2026
268 checks passed
@s1gr1d
s1gr1d deleted the sig/nitropack-bump branch May 18, 2026 08:28
Sign up for freeto 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

@s1gr1d@JPeer264