Update all non-major dependencies#1699
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
|
Visit the preview URL for this PR (updated for commit f1e9ed7): https://ent-ror-abzu-dev--pr1699-renovate-all-minor-p-7o97sky6.web.app (expires Thu, 07 May 2026 11:48:36 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 062563fce35e36a421ef531ddfc5db6c937ea3b1 |
e9beb41 to
04e1fbe
Compare
8e622ae to
0a9aa42
Compare
d37db32 to
10bd1e6
Compare
5135ec9 to
85b5788
Compare
f3a5979 to
41e9ec4
Compare
41e9ec4 to
f1e9ed7
Compare
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



This PR contains the following updates:
4.1.6→4.1.97.3.9→7.3.107.3.9→7.3.108.27.2→8.28.410.46.0→10.51.024.12.0→24.12.21.15.0→1.15.21.16.01.0.30001782→1.0.3000179124.14.1→24.15.03.8.1→3.8.319.2.4→19.2.519.2.4→19.2.57.13.2→7.14.21.98.0→1.99.0v7.0.0→v7.2.1Release Notes
apollographql/apollo-client (@apollo/client)
v4.1.9Compare Source
Patch Changes
099954bThanks @copilot-swe-agent! - Remove theworkspacesfield from the publishedpackage.jsonindistto avoid Yarn v1 warnings about workspaces requiring private packages.v4.1.8Compare Source
Patch Changes
8a51ea6Thanks @phryneas! - Ship agent skill for usage with @tanstack/intent — the skill is now bundled in the npm package underskills/apollo-client/and discoverable byintent list.For more context, see the TanStack Intent QuickStart.
v4.1.7Compare Source
mui/material-ui (@mui/icons-material)
v7.3.10Compare Source
A big thanks to the 15 contributors who made this release possible. A few highlights ✨:
@mui/material@7.3.10rootslot (#47916) @GerardasBnativeColoris used (#48144) @ZeeshanTamboliDocs
styledAPI docs for easier understanding (#47969) @olivier-lxoCore
All contributors of this release in alphabetical order: @Ahmad-Alaziz, @aman44444, @anchmelev, @arminmeh, @cherniavskii, @DanailH, @dav-is, @GerardasB, @mj12albert, @olivier-lxo, @pcorpet, @sai6855, @silviuaavram, @siriwatknp, @ZeeshanTamboli
mui/mui-x (@mui/x-date-pickers)
v8.28.4Compare Source
We'd like to extend a big thank you to the 3 contributors who made this release possible. Here are some highlights ✨:
Special thanks go out to these community members for their valuable contributions:
@supunsathsara
The following team members contributed to this release:
@LukasTy, @michelengelen
Date and Time Pickers
@mui/x-date-pickers@8.28.4DateRangeCalendardrag withAdapterDayjsplain-constructor values (#22170) @LukasTyconvertToMeridiemutility intransferDateSectionValue(#22132) @michelengelen@mui/x-date-pickers-pro@8.28.4Same changes as in
@mui/x-date-pickers@8.28.4.Docs
dayOfWeekFormatter(#22120) @LukasTyv8.28.3Compare Source
We'd like to extend a big thank you to the 6 contributors who made this release possible. Here are some highlights ✨:
Special thanks go out to this community member for their valuable contribution:
@nk10nikhil
The following team members contributed to this release:
@flaviendelangle, @LukasTy, @MBilalShafi, @michelengelen, @sai6855
Data Grid
@mui/x-data-grid@8.28.2Internal changes.
@mui/x-data-grid-pro@8.28.2Same changes as in
@mui/x-data-grid@8.28.2, plus:@mui/x-data-grid-premium@8.28.2Same changes as in
@mui/x-data-grid-pro@8.28.2.Date and Time Pickers
@mui/x-date-pickers@8.28.3displayproperty on Day component (#21980) @LukasTy@mui/x-date-pickers-pro@8.28.3Same changes as in
@mui/x-date-pickers@8.28.3.Charts
@mui/x-charts@8.28.2ChartsBrushOverlay(#21993) (#22008) @nk10nikhil@mui/x-charts-pro@8.28.2Same changes as in
@mui/x-charts@8.28.2.@mui/x-charts-premium@8.28.2Same changes as in
@mui/x-charts-pro@8.28.2.Tree View
@mui/x-tree-view@8.28.3lazyLoadedItemsinitialization to state initializer (#22087) @michelengelen@mui/x-tree-view-pro@8.28.3Same changes as in
@mui/x-tree-view@8.28.3, plus:Docs
TreeDataFullExampledata grid demo crash (#22007) @sai6855Miscellaneous
getsentry/sentry-javascript (@sentry/react)
v10.51.0Compare Source
Important Changes
feat(cloudflare): Add trace propagation for RPC method calls (#20343)
Trace context is now propagated across Cloudflare Workers RPC calls, connecting traces between Workers and Durable Objects.
This feature is opt-in and requires setting
enableRpcTracePropagation: truein your SDK configuration:feat(hono)!: Change setup for
@sentry/hono/node(initin external file) (#20497)To improve Node.js instrumentation, the
sentry()middleware exported from@sentry/hono/nodeno longer accepts configuration options.Instead, you must configure the SDK by calling
Sentry.init()in a dedicated instrumentation file that runs before your application code (read more in the Hono SDK readme:feat(nitro): Add
@sentry/nitroSDK (#19224)A new
@sentry/nitropackage provides first-class Sentry support for Nitro applications, with HTTP handler and error instrumentation, middleware tracing, request isolation, and build-time source map uploading viawithSentryConfig.Read more in the Nitro SDK docs and the Nitro SDK readme.
Other Changes
brace-expansionpeer-dep (#20198)binscripts (#20570)ignoreSpans(#20513)SENTRY_DSN(#20528)ingest_settingsto span v2 envelope payload (#20411)httpContextIntegration(#20464)ignoreSpans(#20512)*http.route attribute on segment spans (#20471)ignoreSpans(#20514)svelteKitSpansEnhancementintegration (#20496)isSentryRequesthandles subdomains properly (#20530).use()middleware in sub-apps from.all()handlers (#20554)maskAttributesworks withmaskAllText=false(#20491)sendDefaultPiifor supabase integration (#20490)Internal Changes
idleTimeouttest config (#20467)safeSetSpanJSONAttributesin cultureContext integration (#20481)eslint-config-nextpackage to major (#20552)Bundle size 📦
v10.50.0Compare Source
v10.49.0Compare Source
Important Changes
feat(browser): Add View Hierarchy integration (#14981)
A new
viewHierarchyIntegrationcaptures the DOM structure when an error occurs, providing a snapshot of the page state for debugging. Enable it in your Sentry configuration:feat(cloudflare): Split alarms into multiple traces and link them (#19373)
Durable Object alarms now create separate traces for each alarm invocation, with proper linking between related alarms for better observability.
feat(cloudflare): Enable RPC trace propagation with
enableRpcTracePropagation(#19991, #20345)A new
enableRpcTracePropagationoption enables automatic trace propagation for Cloudflare RPC calls via.fetch(), ensuring distributed traces flow correctly across service bindings.feat(core): Add
enableTruncationoption to AI integrations (#20167, #20181, #20182, #20183, #20184)All AI integrations (OpenAI, Anthropic, Google GenAI, LangChain, LangGraph) now support an
enableTruncationoption to control whether large AI inputs/outputs are truncated.feat(opentelemetry): Vendor
AsyncLocalStorageContextManager(#20243)The OpenTelemetry context manager is now vendored internally, reducing external dependencies and ensuring consistent behavior across environments.
Other Changes
rewriteSourcestop level option (#20142)eventLoopBlockIntegration(#20108)conversation_idonly ongen_aispans (#20274)ai.operationIdfor Vercel AI V6 operation name mapping (#20285)reader.closedrejection fromreleaseLock()in streaming (#20187)Internal Changes
findInjectionIndexAfterDirectivesfor better readability (#20310)@opentelemetry/resourceswith inlinegetSentryResource()(#20327)Bundle size 📦
v10.48.0Compare Source
v10.47.0Compare Source
Important Changes
feat(node-core): Add OTLP integration for node-core/light (#19729)
Added
otlpIntegrationat@sentry/node-core/light/otlpfor users who managetheir own OpenTelemetry setup and want to send trace data to Sentry without
adopting the full
@sentry/nodeSDK.The integration links Sentry errors to OTel traces and exports spans to Sentry via OTLP.
feat(node, bun): Add runtime metrics integrations for Node.js and Bun (#19923, #19979)
New
nodeRuntimeMetricsIntegrationandbunRuntimeMetricsIntegrationautomatically collect runtime health metrics and send themConfiguration
📅 Schedule: (in timezone Europe/Oslo)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.