Skip to content

Release: Prerelease 10.5.0-alpha.3#34934

Closed
github-actions[bot] wants to merge 45 commits into
next-releasefrom
version-non-patch-from-10.5.0-alpha.2
Closed

Release: Prerelease 10.5.0-alpha.3#34934
github-actions[bot] wants to merge 45 commits into
next-releasefrom
version-non-patch-from-10.5.0-alpha.2

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This is an automated pull request that bumps the version from 10.5.0-alpha.2 to 10.5.0-alpha.3.
Once this pull request is merged, it will trigger a new release of version 10.5.0-alpha.3.
If you're not a core maintainer with permissions to release you can ignore this pull request.

To do

Before merging the PR, there are a few QA steps to go through:

  • Add the "freeze" label to this PR, to ensure it doesn't get automatically forced pushed by new changes.
  • Add the "ci:daily" label to this PR, to trigger the full test suite to run on this PR.

And for each change below:

  1. Ensure the change is appropriate for the version bump. E.g. patch release should only contain patches, not new or de-stabilizing features. If a change is not appropriate, revert the PR.
  2. Ensure the PR is labeled correctly with one of: "BREAKING CHANGE", "feature request", "bug", "maintenance", "dependencies", "documentation", "build", "unknown".
  3. Ensure the PR title is correct, and follows the format "[Area]: [Summary]", e.g. "React: Fix hooks in CSF3 render functions". If it is not correct, change the title in the PR.
    • Areas include: React, Vue, Core, Docs, Controls, etc.
    • First word of summary indicates the type: “Add”, “Fix”, “Upgrade”, etc.
    • The entire title should fit on a line

This is a list of all the PRs merged and commits pushed directly to next, that will be part of this release:

  • 🔧 Maintenance: Core: Add missing export to globals #34929
  • ✨ Feature Request: Controls: Improve ArgsTable empty state guidance #34857
  • ✨ Feature Request: Open-Service: Add schema-driven service runtime #34860
  • 🔧 Maintenance: Maintenance: Centralize supported file extension lists #34844
  • 🐛 Bug: CSF: Fix parsing of string literal export names #34901 (will also be patched)
  • 🐛 Bug: Controls: Add label to Object JSON control #34766
  • ✨ Feature Request: CLI: Respect BROWSER and BROWSER_ARGS #34513
  • 🐛 Bug: UI: Allow manager-head favicon override #34809
  • 🐛 Bug: Core: Fix EEXIST race condition in static file copying during build #34499
  • 🐛 Bug: Core: Incorrect package json handling #34515
  • 🐛 Bug: Addon-Docs: Resolve providerImportSource to a path instead of a file:// URL #34841
  • 🐛 Bug: Core: Improve ActionBar focus indicator in high contrast mode #34779
  • ✨ Feature Request: Core: Add runtime instance registry #34863
  • 🐛 Bug: Core: Categorize UniversalStore follower timeout error #34592
  • 📦 Dependencies: Add an optional TypeScript peer to react-vite #34627
  • 🐛 Bug: A11y-Addon: Preserve disabled a11y rules with runOnly #34649
  • ✨ Feature Request: CSF-Next: Add tags type support for #34819
  • 🐛 Bug: Addon-Docs: Resolve CSF4 module exports without a default export #34834
  • 📦 Dependencies: Build: Upgrade type-fest to latest version 5.6.0 #34791 (will also be patched)
  • 🏗️ Build: Build: Bump Node.js to 22.22.3 #34883
  • 🏗️ Build: Build: Automatically recompile on branch switch #34930
  • 🏗️ Build: Build: Persist root node_modules to the CI workspace #34886
  • 🏗️ Build: AgentScan: Move label map to agent-san parameters #34885
  • 🏗️ Build: Security: Implement stricter rules for CircleCI cache writes #34853
  • 📝 Documentation: Docs: Add Code Authoring Principles for agents #34835

If you've made any changes doing the above QA (change PR titles, revert PRs), manually trigger a re-generation of this PR with this workflow and wait for it to finish. It will wipe your progress in this to do, which is expected.

Feel free to manually commit any changes necessary to this branch after you've done the last re-generation, following the Make Manual Changes section in the docs, especially if you're making changes to the changelog.

When everything above is done:


Generated changelog

10.5.0-alpha.3

  • A11y-Addon: Preserve disabled a11y rules with runOnly - #34649, thanks cyphercodes!
  • Add an optional TypeScript peer to react-vite - #34627, thanks wojtekmaj!
  • Addon-Docs: Resolve CSF4 module exports without a default export - #34834, thanks TheSeydiCharyyev!
  • Addon-Docs: Resolve providerImportSource to a path instead of a file:// URL - #34841, thanks TheSeydiCharyyev!
  • Build: Upgrade type-fest to latest version 5.6.0 - #34791, thanks tobiasdiez!
  • CLI: Respect BROWSER and BROWSER_ARGS - #34513, thanks ianzone!
  • CSF-Next: Add tags type support for - #34819, thanks unional!
  • CSF: Fix parsing of string literal export names - #34901, thanks shilman!
  • Controls: Add label to Object JSON control - #34766, thanks Jaksenc!
  • Controls: Improve ArgsTable empty state guidance - #34857, thanks Aniketiitk21!
  • Core: Add missing export to globals - #34929, thanks Sidnioulz!
  • Core: Add runtime instance registry - #34863, thanks kasperpeulen!
  • Core: Categorize UniversalStore follower timeout error - #34592, thanks justismailmemon!
  • Core: Fix EEXIST race condition in static file copying during build - #34499, thanks flt3150sk!
  • Core: Improve ActionBar focus indicator in high contrast mode - #34779, thanks TheSeydiCharyyev!
  • Core: Incorrect package json handling - #34515, thanks lino-levan!
  • Maintenance: Centralize supported file extension lists - #34844, thanks valentinpalkovic!
  • Open-Service: Add schema-driven service runtime - #34860, thanks JReinhold!
  • UI: Allow manager-head favicon override - #34809, thanks MukundaKatta!

JReinhold and others added 30 commits May 19, 2026 12:29
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The Angular CLI now requires Node.js >= v22.22.3 (or v24.15.0 /
v26.0.0); v22.22.1 fails Angular prerelease sandbox generation.

Bump the pinned version in .nvmrc, the Angular sandbox node-version
CI step, the nx.yml workflow, and AGENTS.md. Angular sandboxes run on
22.22.3 via the node/install CI step, the established mechanism for
enforcing a minimum Node version regardless of the base image.

The CircleCI executor base image is intentionally left on
cimg/node:22.22.1 -- switching it to cimg/node:22.22.3 broke
oxc-parser resolution during sandbox creation across all CI jobs.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
JReinhold and others added 15 commits May 26, 2026 21:50
…tions

Open-Service: Add schema-driven service runtime
…te-guidance

Controls: Improve ArgsTable empty state guidance
Co-authored-by: Sidnioulz <5108577+Sidnioulz@users.noreply.github.com>
Co-authored-by: Sidnioulz <5108577+Sidnioulz@users.noreply.github.com>
…al-export

Core: Add missing export to globals
…tional-hook

Build: Automatically recompile on branch switch
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release For PRs that trigger new releases. Automated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants