Skip to content

build(deps): bump @conform-to/react from 1.19.0 to 1.19.4#984

Merged
jona159 merged 2 commits into
devfrom
dependabot/npm_and_yarn/conform-to/react-1.19.4
Jun 17, 2026
Merged

build(deps): bump @conform-to/react from 1.19.0 to 1.19.4#984
jona159 merged 2 commits into
devfrom
dependabot/npm_and_yarn/conform-to/react-1.19.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps @conform-to/react from 1.19.0 to 1.19.4.

Release notes

Sourced from @​conform-to/react's releases.

v1.19.4

Security

Fixed a denial-of-service vulnerability in the future parseSubmission API, imported from @conform-to/react/future, where submissions with many repeated fields could cause excessive FormData processing.

Users who parse untrusted server-side form submissions with parseSubmission from @conform-to/react/future should upgrade to 1.19.4.

See GHSA-525m-7f82-2mf7 for details.

Full Changelog: edmundhung/conform@v1.19.3...v1.19.4

v1.19.3

What's Changed

Full Changelog: edmundhung/conform@v1.19.2...v1.19.3

v1.19.2

What's Changed

Full Changelog: edmundhung/conform@v1.19.1...v1.19.2

v1.19.1

What's Changed

  • getZodConstraint, getValibotConstraint, and the future getConstraints helpers can now derive HTML pattern constraints from Zod and Valibot schemas. When a field uses multiple regex validators, Conform combines them into a single pattern when possible. (#1188) Thanks @​transparent-citizen!

    Pattern generation is best-effort. Case-insensitive regexes and regexes that serialize to an invalid HTML pattern are skipped, and backreferences may behave differently when multiple regex validators are combined.

    import { getZodConstraint } from '@conform-to/zod/v4';
    import { z } from 'zod';
    const schema = z.object({
    password: z
    .string()
    .min(8)
    .regex(/[A-Z]/) // uppercase
    .regex(/[0-9]/) // digit
    .regex(/[!@#$%^&*]/), // special
    });
    const constraint = getZodConstraint(schema);
    console.log(constraint.password.pattern);
    // ^? '^(?=.(?:[A-Z]))(?=.(?:[0-9]))(?=.(?:[!@#$%^&])).*$'

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@conform-to/react](https://github.com/edmundhung/conform/tree/HEAD/packages/conform-react) from 1.19.0 to 1.19.4.
- [Release notes](https://github.com/edmundhung/conform/releases)
- [Commits](https://github.com/edmundhung/conform/commits/v1.19.4/packages/conform-react)

---
updated-dependencies:
- dependency-name: "@conform-to/react"
  dependency-version: 1.19.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 2026
@socket-security

socket-security Bot commented Jun 16, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​conform-to/​react@​1.19.0 ⏵ 1.19.4100 +11008595 +2100

View full report

@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 70.03% 2129 / 3040
🔵 Statements 68.55% 2198 / 3206
🔵 Functions 68.01% 419 / 616
🔵 Branches 53.71% 1013 / 1886
File CoverageNo changed files found.
Generated in workflow #2684 for commit 2d89c9e by the Vitest Coverage Report Action

@jona159 jona159 merged commit 794de01 into dev Jun 17, 2026
6 checks passed
@jona159 jona159 deleted the dependabot/npm_and_yarn/conform-to/react-1.19.4 branch June 17, 2026 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant