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

@s1gr1d s1gr1d commented May 13, 2026

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 mydea May 13, 2026 15:36
@s1gr1d s1gr1d enabled auto-merge (squash) May 13, 2026 15:38
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 13, 2026

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.

Path Size % Change Change
@sentry/browser 26.92 kB - -
@sentry/browser - with treeshaking flags 25.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 flags 74.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/react 28.67 kB - -
@sentry/react (incl. Tracing) 47.23 kB - -
@sentry/vue 31.84 kB - -
@sentry/vue (incl. Tracing) 46.83 kB - -
@sentry/svelte 26.94 kB - -
CDN Bundle 29.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 - uncompressed 86.47 kB - -
CDN Bundle (incl. Tracing) - uncompressed 142.29 kB - -
CDN Bundle (incl. Logs, Metrics) - uncompressed 90.67 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 145.75 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 215.54 kB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 261.05 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 264.49 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 274.75 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 278.18 kB - -
@sentry/nextjs (client) 49.74 kB - -
@sentry/sveltekit (client) 45.45 kB - -
@sentry/node-core 62.02 kB - -
@sentry/node 166.84 kB +0.01% +1 B 🔺
@sentry/node - without tracing 74.42 kB +0.01% +1 B 🔺
@sentry/aws-serverless 109.23 kB -0.01% -1 B 🔽
@sentry/cloudflare (withSentry) - minified 170.88 kB - -
@sentry/cloudflare (withSentry) 431.1 kB - -

View base workflow run

@s1gr1d s1gr1d force-pushed the sig/nitropack-bump branch from 06f6d14 to 6cf89c1 Compare May 18, 2026 08:08
Copy link
Copy Markdown

@cursor cursor Bot left a comment

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 thread yarn.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 Cursor Fix in Web

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

Copy link
Copy Markdown
Member Author

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 develop May 18, 2026
268 checks passed
@s1gr1d s1gr1d deleted the sig/nitropack-bump branch May 18, 2026 08:28
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