8000 Update all non-major dependencies by renovate[bot] · Pull Request #311 · successible/cleanslate · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update all non-major dependencies #311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Jun 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/react (source) 9.24.0 -> 9.27.0 age adoption passing confidence
@types/express (source) 5.0.2 -> 5.0.3 age adoption passing confidence
@types/node (source) 22.15.29 -> 22.15.30 age adoption passing confidence
firebase (source, changelog) 11.8.1 -> 11.9.0 age adoption passing confidence
firebase-tools 14.5.1 -> 14.6.0 age adoption passing confidence
pino-http 10.4.0 -> 10.5.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript (@​sentry/react)

v9.27.0

Compare Source

  • feat(node): Expand how vercel ai input/outputs can be set (#​16455)
  • feat(node): Switch to new semantic conventions for Vercel AI (#​16476)
  • feat(react-router): Add component annotation plugin (#​16472)
  • feat(react-router): Export wrappers for server loaders and actions (#​16481)
  • fix(browser): Ignore unrealistically long INP values (#​16484)
  • fix(react-router): Conditionally add ReactRouterServer integration (#​16470)

Bundle size 📦

Path Size
@​sentry/browser 23.43 KB
@​sentry/browser - with treeshaking flags 23.2 KB
@​sentry/browser (incl. Tracing) 37.46 KB
@​sentry/browser (incl. Tracing, Replay) 74.68 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.94 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 79.33 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91.13 KB
@​sentry/browser (incl. Feedback) 39.77 KB
@​sentry/browser (incl. sendFeedback) 28.03 KB
@​sentry/browser (incl. FeedbackAsync) 32.8 KB
@​sentry/react 25.15 KB
@​sentry/react (incl. Tracing) 39.41 KB
@​sentry/vue 27.69 KB
@​sentry/vue (incl. Tracing) 39.27 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.88 KB
CDN Bundle (incl. Tracing) 37.63 KB
CDN Bundle (incl. Tracing, Replay) 72.66 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.99 KB
CDN Bundle - uncompressed 72.67 KB
CDN Bundle (incl. Tracing) - uncompressed 111.42 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.72 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.25 KB
@​sentry/nextjs (client) 41.03 KB
@​sentry/sveltekit (client) 37.93 KB
@​sentry/node 146.75 KB
@​sentry/node - without tracing 96.03 KB
@​sentry/aws-serverless 121.19 KB

v9.26.0

Compare Source

  • feat(react-router): Re-export functions from @sentry/react (#​16465)
  • fix(nextjs): Skip re instrumentating on generate phase of experimental build mode (#​16410)
  • fix(node): Ensure adding sentry-trace and baggage headers via SentryHttpInstrumentation doesn't crash (#​16473)

v9.25.1

Compare Source

  • fix(otel): Don't ignore child spans after the root is sent (#​16416)

v9.25.0

Compare Source

Important Changes
  • feat(browser): Add option to ignore mark and measure spans (#​16443)

This release adds an option to browserTracingIntegration that lets you ignore
mark and measure spans created from the performance.mark(...) and performance.measure(...) browser APIs:

Sentry.init({
  integrations: [
    Sentry.browserTracingIntegration({
      ignorePerformanceApiSpans: ['measure-to-ignore', /mark-to-ignore/],
    }),
  ],
});
Other Changes
  • feat(browser): Export getTraceData from the browser sdks (#​16433)
  • feat(node): Add includeServerName option (#​16442)
  • fix(nuxt): Remove setting @sentry/nuxt external (#​16444)
Bundle size 📦
Path Size
@​sentry/browser 23.43 KB
@​sentry/browser - with treeshaking flags 23.2 KB
@​sentry/browser (incl. Tracing) 37.44 KB
@​sentry/browser (incl. Tracing, Replay) 74.69 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.96 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 79.33 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91.13 KB
@​sentry/browser (incl. Feedback) 39.77 KB
@​sentry/browser (incl. sendFeedback) 28.03 KB
@​sentry/browser (incl. FeedbackAsync) 32.8 KB
@​sentry/react 25.15 KB
@​sentry/react (incl. Tracing) 39.39 KB
@​sentry/vue 27.67 KB
@​sentry/vue (incl. Tracing) 39.24 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.88 KB
CDN Bundle (incl. Tracing) 37.62 KB
CDN Bundle (incl. Tracing, Replay) 72.64 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.93 KB
CDN Bundle - uncompressed 72.67 KB
CDN Bundle (incl. Tracing) - uncompressed 111.4 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.7 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.22 KB
@​sentry/nextjs (client) 41.02 KB
@​sentry/sveltekit (client) 37.93 KB
@​sentry/node 146.37 KB
@​sentry/node - without tracing 95.83 KB
@​sentry/aws-serverless 120.98 KB
firebase/firebase-js-sdk (firebase)

v11.9.0

Compare Source

firebase/firebase-tools (firebase-tools)

v14.6.0

Compare Source

  • Fixed issue where projects:create didn't correctly parse the projectId and displayName input. (#​8634)
  • Improved GetDatabase API call caching for Firestore function deployments. (#​8681)
  • Increased timeout for linking CloudSQL instances to Data Connect.
  • Fixed issue where firebase use --add didn't correctly set the active project. (#​8694)
  • Correctly support '--database' flag in firestore:delete. (#​6753)
  • Always setup Data Connect SDK when FDC_CONNECTOR env var is set.
  • firebase init now uses FIREBASE_PROJECT env var as the default project name.
  • Add emulator support to firestore MCP tools. (#​8700)
  • Increased npm timeout for web frameworks to 60s. (#​8702)
  • Fallback to reading web framework dependencies version directly from node_modules package.json when the npm timeout is reached. (#​8702)
  • Updated the Firebase Data Connect local toolkit to v2.6.3, which includes some cleanups and error message improvements. (#​8667)
pinojs/pino-http (pino-http)

v10.5.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 6:00am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from paulzakin as a code owner June 9, 2025 07:09
@renovate renovate bot added the enhancement You want to improve something label Jun 9, 2025
@renovate renovate bot merged commit b850cab into main Jun 9, 2025
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 9, 2025 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement You want to improve something
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0