Update all dependencies#156
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
20696d5 to
9cc15d5
Compare
ee8d876 to
11ac47f
Compare
d516b27 to
fec5db6
Compare
cb814e5 to
7ce53f2
Compare
dfaf84d to
7c1638c
Compare
3024fa6 to
7409369
Compare
b37c827 to
3c89428
Compare
1f20cb2 to
273828a
Compare
1db959d to
9d73d2c
Compare
97a8634 to
baa60fa
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:
1.0.6→1.0.71.0.8→1.0.910.50.0→10.52.05.29.3→6.3.77.0.1→8.0.041.3.0→42.0.16.0.1→6.1.04.1.1→4.1.219.2.5→19.2.68.1.0→8.1.219.2.5→19.2.67.5.13→7.5.154.9.1→4.14.1Release Notes
2LTech/extract-json-from-string (@2ltech/extract-json-from-string)
v1.0.7Compare Source
2LTech/pg-format (@2ltech/pg-format)
v1.0.9Compare Source
getsentry/sentry-javascript (@sentry/nextjs)
v10.52.0Compare Source
Important Changes
Beta release of the official Hono Sentry SDK
This release marks the beta release of the
@sentry/honoSentry SDK. For details on how to use it, check out theSentry Hono SDK docs. Please reach out on
GitHub if you have any feedback or concerns.
feat(browser): Add
ingest_settingsto v2 log envelope payload (#20453)Inference of user data (e.g. IP address, browser name/version) on log events is now gated behind the
sendDefaultPiioption. Previously, this data was always inferred by default.Other Changes
ingest_settingsto v2 metrics envelope payload (#20454)ignoreSpans(#20595)processSegmentSpanto Deno context integration (#20613)processSegmentSpanto node context integration (#20678)Internal Changes
bundle-analyzer-scenariosdev packages (#20680)npmrcpointing to Verdaccio (#20611)Work in this release was contributed by @sbs44. Thank you for your contribution!
Bundle size 📦
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 📦
ant-design/ant-design (antd)
v6.3.7Compare Source
className,styles, etc. leaking into Popover and Popconfirm from ConfigProvider. #57731 @pikanohupclassName、styles等泄漏到 Popover 和 Popconfirm 的问题。#57731 @pikanohupv6.3.6Compare Source
colorBorderDisabledtoken. #57518 @Gdhanush-13rowSelectionto useselectionColumnWidthfrom Design Token as defaultcolumnWidth. #57621 @EmilyyyLiucolorBorderDisabledtoken 的问题。 #57518 @Gdhanush-13rowSelection默认未使用 Design Token 中selectionColumnWidth的问题。 #57621 @EmilyyyLiuv6.3.5Compare Source
v6.3.4Compare Source
@ant-design/cliofficial command-line tool for querying Ant Design component knowledge, analyzing project usage, and guiding migrations offline. #57413 @afc163onValuesChange. #57399 @zombieJscreenXXXLMininuseTokencausing incorrect antd.css to be generated. #57372 @sealye09classNamesandstylesfor supported components. #57396 @QDyanbingfetchPriorityprop not being passed through to the<img>element. #57392 @aojunhao123collapsedIconSize. #57360 @QDyanbingrenderprop returning JSX elements causing search to fail. #57133 @WustLCQswitcherIconmissingswitcher-line-iconclassName whenshowLineis enabled. #57303 @QDyanbingonRemoveis omitted. #57344 @QDyanbing@ant-design/cli,支持离线查询 Ant Design 组件知识、分析项目用法及提供迁移指导。#57413 @afc163onValuesChange时丢失同级字段值的问题。#57399 @zombieJuseToken缺少screenXXXLMin导致生成错误的 antd.css 的问题。#57372 @sealye09classNames和styles。#57396 @QDyanbingfetchPriority属性未正确透传到<img>元素的问题。#57392 @aojunhao123itemHoverColor时,SubMenu 父级菜单项 hover 状态颜色不生效的问题。#57374 @EmilyyyLiucollapsedIconSize后折叠图标看起来未居中的问题。#57360 @QDyanbingrender属性返回 JSX 元素时搜索功能失效的问题。#57133 @WustLCQshowLine时自定义switcherIcon缺少switcher-line-icon类名导致样式异常的问题。#57303 @QDyanbingonRemove时的 TypeScript 报错。#57344 @QDyanbingv6.3.3Compare Source
backdrop-filterto reduce flicker perception. #57299 @mango766movable={false}. #57288 @ug-hero:focus-visibleoutline to enhance keyboard accessibility. #57266 @ug-heroSimSunfont. #57273 @mavericusdevxxxlbreakpoint. #57246 @guoyunhebackdrop-filter过渡,减少闪烁感。#57299 @mango766movable={false}时仍显示 move 光标的问题。#57288 @ug-hero:focus-visible外框样式,提升键盘可访问性。#57266 @ug-heroSimSun字体的问题。#57273 @mavericusdevxxxl断点在媒体尺寸映射中的错误。#57246 @guoyunhe