Skip to content

Conversation

florian-lefebvre
Copy link
Member

@florian-lefebvre florian-lefebvre commented Oct 14, 2025

Changes

  • Extracted from feat: update actions to not use proxies #14484 and feat: zod v4 #14529
  • While working on actions recently, I found several things could be improved
    • Use a single vite plugin
    • We don't need codegen, I updated the implementation to be closer to virtual-modules/i18n.ts. Allowed to spot some runtime things that were incorrect
    • Things in actions/runtime/virtual were not only imported by the virtual module, so I moved them to actions/runtime
  • This will help by being more consistent with other features, and will make the Zod 4 PR diff smaller

Testing

Should pass

Docs

Technically doesn't need a changeset but I'll include one to be safe

@florian-lefebvre florian-lefebvre self-assigned this Oct 14, 2025
Copy link

changeset-bot bot commented Oct 14, 2025

🦋 Changeset detected

Latest commit: da1d710

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added the pkg: astro Related to the core `astro` package (scope) label Oct 14, 2025
@florian-lefebvre florian-lefebvre marked this pull request as ready for review October 14, 2025 13:31
Copy link

codspeed-hq bot commented Oct 14, 2025

CodSpeed Performance Report

Merging #14538 will not alter performance

Comparing feat/refactor-actions-plugin (da1d710) with main (62ec8ea)1

Summary

✅ 6 untouched

Footnotes

  1. No successful run was found on main (4632db3) during the generation of this report, so 62ec8ea was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

Copy link
Member

@ematipico ematipico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, that's a great refactor. Thank you @florian-lefebvre! I left some comments, but they are mostly open-ended

@florian-lefebvre florian-lefebvre merged commit 51ebe6a into main Oct 16, 2025
23 checks passed
@florian-lefebvre florian-lefebvre deleted the feat/refactor-actions-plugin branch October 16, 2025 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs pr pkg: astro Related to the core `astro` package (scope)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants