Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: escape square brackets in field name regex pattern #752

Merged
merged 1 commit into from
Mar 3, 2025
Merged

Conversation

jorisre
Copy link
Member

@jorisre jorisre commented Feb 26, 2025

Fixes #750

@jorisre jorisre requested a review from bluebill1049 February 26, 2025 20:02
@jorisre jorisre changed the base branch from dev to master February 26, 2025 20:04
Copy link
Contributor

Size Change: +119 B (+0.22%)

Total Size: 54.2 kB

Filename Size Change
dist/resolvers.js 475 B +31 B (+6.98%) 🔍
dist/resolvers.mjs 485 B +31 B (+6.83%) 🔍
dist/resolvers.module.js 485 B +31 B (+6.83%) 🔍
dist/resolvers.umd.js 564 B +26 B (+4.83%) 🔍
ℹ️ View Unchanged
Filename Size
ajv/dist/ajv.js 692 B
ajv/dist/ajv.mjs 646 B
ajv/dist/ajv.modern.mjs 604 B
ajv/dist/ajv.module.js 646 B
ajv/dist/ajv.umd.js 803 B
arktype/dist/arktype.js 365 B
arktype/dist/arktype.mjs 379 B
arktype/dist/arktype.modern.mjs 366 B
arktype/dist/arktype.module.js 379 B
arktype/dist/arktype.umd.js 463 B
class-validator/dist/class-validator.js 538 B
class-validator/dist/class-validator.mjs 559 B
class-validator/dist/class-validator.modern.mjs 511 B
class-validator/dist/class-validator.module.js 559 B
class-validator/dist/class-validator.umd.js 637 B
computed-types/dist/computed-types.js 385 B
computed-types/dist/computed-types.mjs 400 B
computed-types/dist/computed-types.modern.mjs 340 B
computed-types/dist/computed-types.module.js 400 B
computed-types/dist/computed-types.umd.js 476 B
effect-ts/dist/effect-ts.js 536 B
effect-ts/dist/effect-ts.mjs 554 B
effect-ts/dist/effect-ts.modern.mjs 537 B
effect-ts/dist/effect-ts.module.js 554 B
effect-ts/dist/effect-ts.umd.js 652 B
fluentvalidation-ts/dist/fluentvalidation-ts.js 487 B
fluentvalidation-ts/dist/fluentvalidation-ts.mjs 505 B
fluentvalidation-ts/dist/fluentvalidation-ts.modern.mjs 434 B
fluentvalidation-ts/dist/fluentvalidation-ts.module.js 505 B
fluentvalidation-ts/dist/fluentvalidation-ts.umd.js 575 B
io-ts/dist/io-ts.js 1.27 kB
io-ts/dist/io-ts.mjs 1.15 kB
io-ts/dist/io-ts.modern.mjs 1.12 kB
io-ts/dist/io-ts.module.js 1.15 kB
io-ts/dist/io-ts.umd.js 1.39 kB
joi/dist/joi.js 590 B
joi/dist/joi.mjs 606 B
joi/dist/joi.modern.mjs 490 B
joi/dist/joi.module.js 606 B
joi/dist/joi.umd.js 694 B
nope/dist/nope.js 346 B
nope/dist/nope.mjs 363 B
nope/dist/nope.modern.mjs 330 B
nope/dist/nope.module.js 363 B
nope/dist/nope.umd.js 432 B
standard-schema/dist/standard-schema.js 607 B
standard-schema/dist/standard-schema.mjs 625 B
standard-schema/dist/standard-schema.modern.mjs 568 B
standard-schema/dist/standard-schema.module.js 625 B
standard-schema/dist/standard-schema.umd.js 705 B
superstruct/dist/superstruct.js 339 B
superstruct/dist/superstruct.mjs 353 B
superstruct/dist/superstruct.modern.mjs 342 B
superstruct/dist/superstruct.module.js 353 B
superstruct/dist/superstruct.umd.js 437 B
typanion/dist/typanion.js 329 B
typanion/dist/typanion.mjs 345 B
typanion/dist/typanion.modern.mjs 325 B
typanion/dist/typanion.module.js 345 B
typanion/dist/typanion.umd.js 425 B
typebox/dist/typebox.js 501 B
typebox/dist/typebox.mjs 517 B
typebox/dist/typebox.modern.mjs 494 B
typebox/dist/typebox.module.js 517 B
typebox/dist/typebox.umd.js 618 B
typeschema/dist/typeschema.js 479 B
typeschema/dist/typeschema.mjs 491 B
typeschema/dist/typeschema.modern.mjs 460 B
typeschema/dist/typeschema.module.js 491 B
typeschema/dist/typeschema.umd.js 586 B
valibot/dist/valibot.js 477 B
valibot/dist/valibot.mjs 492 B
valibot/dist/valibot.modern.mjs 452 B
valibot/dist/valibot.module.js 492 B
valibot/dist/valibot.umd.js 586 B
vest/dist/vest.js 479 B
vest/dist/vest.mjs 443 B
vest/dist/vest.modern.mjs 390 B
vest/dist/vest.module.js 443 B
vest/dist/vest.umd.js 568 B
vine/dist/vine.js 543 B
vine/dist/vine.mjs 553 B
vine/dist/vine.modern.mjs 484 B
vine/dist/vine.module.js 553 B
vine/dist/vine.umd.js 650 B
yup/dist/yup.js 626 B
yup/dist/yup.mjs 641 B
yup/dist/yup.modern.mjs 574 B
yup/dist/yup.module.js 641 B
yup/dist/yup.umd.js 730 B
zod/dist/zod.js 611 B
zod/dist/zod.mjs 629 B
zod/dist/zod.modern.mjs 565 B
zod/dist/zod.module.js 629 B
zod/dist/zod.umd.js 717 B

compressed-size-action

@jorisre jorisre merged commit 50dd4ad into master Mar 3, 2025
4 checks passed
@jorisre jorisre deleted the fix/750 branch March 3, 2025 06:39
Copy link
Contributor

github-actions bot commented Mar 3, 2025

🎉 This PR is included in version 4.1.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validation error when field's name contains special characters since v4.0.0
2 participants