Skip to content

feat(qwik-city): standardSchema$ validator - #8840

Open
nothendev wants to merge 3 commits into
QwikDev:v1from
nothendev:standardschema-validator
Open

feat(qwik-city): standardSchema$ validator#8840
nothendev wants to merge 3 commits into
QwikDev:v1from
nothendev:standardschema-validator

Conversation

@nothendev

Copy link
Copy Markdown

What is it?

  • Feature / enhancement

Description

First party Standard Schema data validator support for Qwik City

export const useLogin = routeAction$(async (data, ev) => {
  console.log(data)
}, standardSchema$(type({
  username: 'string',
  password: 'string > 8'
})))

Checklist

  • My code follows the developer guidelines of this project
  • I performed a self-review of my own code
  • I added a changeset with pnpm change
  • I made corresponding changes to the Qwik docs
  • I added new tests to cover the fix / functionality

@nothendev
nothendev requested review from a team as code owners July 16, 2026 13:25
@changeset-bot

changeset-bot Bot commented Jul 16, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 54b8cba

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

This PR includes changesets to release 4 packages
Name Type
@builder.io/qwik-city Minor
@builder.io/qwik Minor
eslint-plugin-qwik Minor
create-qwik Minor

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

@wmertens
wmertens changed the base branch from main to v1 July 16, 2026 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant