#119397b09c62 Thanks @bholmesdev! - Adds support for Zod discriminated unions on Action form inputs. This allows forms with different inputs to be submitted to the same action, using a given input to decide which object should be used for validation.
This example accepts either a create or update form submission, and uses the type field to determine which object to validate against.
import { defineAction } from 'astro:actions';
import { z } from 'astro:schema';
#119397b09c62 Thanks @bholmesdev! - Adds support for Zod discriminated unions on Action form inputs. This allows forms with different inputs to be submitted to the same action, using a given input to decide which object should be used for validation.
This example accepts either a create or update form submission, and uses the type field to determine which object to validate against.
import { defineAction } from 'astro:actions';
import { z } from 'astro:schema';
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the all group with 7 updates:
3.1.5
3.1.6
5.0.20
5.1.0
5.0.21
5.1.0
5.0.17
5.1.0
4.15.4
4.15.6
3.4.10
3.4.11
1.2.1
1.2.2
Updates
@astrojs/mdx
from 3.1.5 to 3.1.6Release notes
Sourced from
@astrojs/mdx
's releases.Changelog
Sourced from
@astrojs/mdx
's changelog.Commits
490eed1
[ci] release (#11940)c9ae7b1
Handle MDX optimize for root hast node (#11975)b9394fa
chore(deps): update all non-major dependencies (#11948)645f4e2
fix(deps): update all non-major dependencies (#11896)Updates
@fontsource-variable/fira-code
from 5.0.20 to 5.1.0Commits
Updates
@fontsource-variable/overpass
from 5.0.21 to 5.1.0Commits
Updates
@fontsource-variable/roboto-flex
from 5.0.17 to 5.1.0Commits
Updates
astro
from 4.15.4 to 4.15.6Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
27d19f6
[ci] release (#11986)ec15210
[ci] formatffba5d7
Fix getStaticPaths regression (#11993)2d016d4
[ci] format06eff60
Add copy support for Wayland via wl-copy (#11964)490eed1
[ci] release (#11940)878f7f6
[ci] format633eeaa
Remove dependency on path-to-regexp (#11983)86ad1fd
Fixes typo. (#11968)1c64ae3
[ci] formatUpdates
tailwindcss
from 3.4.10 to 3.4.11Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
818d10a
3.4.118dd9246
update changelog6d9ae82
Allowanchor-size(…)
in arbitrary values (#14393)Updates
@iconify-json/simple-icons
from 1.2.1 to 1.2.2Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show