chore(deps): bump Astryx core to 0.5.0 - #3755
Conversation
|
Hi, Could you include the tools used in the commit? |
|
Also CI need fixing. |
Astro-Han
left a comment
There was a problem hiding this comment.
I reviewed this head and found no blocking issues.
The bump to Astryx 0.5.0 correctly converges the two upstream-absorbed hunks and regenerates the remaining 5 hunks against the new dist, with THIRD_PARTY_NOTICES in sync. No new business logic.
Minor note: patch still carries 5 hunks (+36/-71 net reduction) — a maintained holding cost to be re-checked on next upstream bump (already documented).
No P0-P2.
简体中文
该头未发现阻断,剩余补丁持有成本可接受。1217e55 to
1174414
Compare
Generated-by: OpenAI Codex
1174414 to
26b5365
Compare
Astro-Han
left a comment
There was a problem hiding this comment.
I verified this rebased head.
The only change vs 11744146 is a LICENSE line updating the patch filename to 0.5.0.patch, matching the prior patch rename. No runtime changes beyond the previously reviewed Astryx 0.5.0 convergence. Previous P3 holding-cost note remains.
No P0-P2.
简体中文
该头为 LICENSE 同步重整,无新增阻断。|
Got a CI error need fixing: |
Generated-by: OpenAI Codex
Astro-Han
left a comment
There was a problem hiding this comment.
Update on cd90e76d07:
Only astryx-theme/maka.{css,js} refreshed vs 26b5365. No runtime changes beyond prior Astryx convergence.
No P0-P2.
简体中文
该头为主题产物刷新,无新增阻断。Generated-by: OpenAI Codex
Astro-Han
left a comment
There was a problem hiding this comment.
Update on 30d55520b4:
Only aria-current="page" → "true" test sync vs cd90e76d. No runtime changes beyond prior Astryx convergence.
No P0-P2.
简体中文
该头为测试断言同步,无新增阻断。Generated-by: OpenAI Codex
|
Follow-up fix pushed in Astryx 0.5.0 no longer exposed the nested Local verification: Storybook build plus all 194 Storybook smoke stories pass; repository typecheck, format check, and lint pass. The Windows release check also passes on the new head. 简体中文为远程项目目录对话框增加显式 aria-label,修复 Astryx 0.5.0 下 Storybook 无障碍审计找不到 Build Host 对话框名称的问题。Generated-by: OpenAI Codex |
Summary
@astryxdesign/corefrom 0.4.5 to 0.5.0 across the root, UI, and Desktop packages.@astryxdesign/theme-neutralto 0.5.0 so its strict peer dependency matches the new core version.patch-packagepatch as@astryxdesign/core@0.5.0.Kbd.jsanduseHotkeys.js).Fixes #3753
Verification
npm ciapplies the 0.5.0 patch successfully.@maka/uitests: 227 passed.npm run format:checkpassed.npm run lintpassed.npm run check:third-party-noticespassed.npm run check:stalepassed.Manual CJK IME interaction was not run in the automated environment; the affected UI package and Desktop suites pass.
简体中文摘要
本 PR 将
@astryxdesign/core从 0.4.5 升级到 0.5.0,并同步升级具有严格 peer 依赖的theme-neutral。重新生成了 0.5.0 版本 patch,删除已经被上游吸收的Kbd.js和useHotkeys.js两个 hunk,同时更新 lockfile、许可证清单和 patch 文档。干净安装、UI 测试、Desktop 类型检查、Desktop 主进程测试、构建、lint、format 和 stale/许可证检查均已通过。
AI use
Tool(s) and scope: OpenAI Codex assisted with the dependency-upgrade analysis, patch regeneration, affected-file updates, regression verification, and PR preparation. The commit includes the
Generated-by: OpenAI Codextrailer; the human contributor remains responsible for review and submission.