Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps zod from 3.25.28 to 3.25.36.

Release notes

Sourced from zod's releases.

v3.25.36

Commits:

  • c5d9e7ce3b2190ea8776a75dad35c445b99cf3b1 Allow arbitary strings for JWT alg
  • 99e232927bc40ce278052434170089545288131a 3.25.36

v3.25.35

Commits:

  • 5e31fd09c8131709288d4c980d45a92483a4b6e7 Update readme
  • fe75806cbb64683f237ed0e4ee93b67a2c5e976d Improve discriminated union implementation (#4556)
  • caee693225f51b3b895edc679a186901aefa6683 Tweak readme
  • 02f2389feeba7f3ab6715b11123865be5a508677 Fix lint
  • 056e3f81f5b2829ad9b3d0c47fa20f2af2e05029 Improve homepage
  • 33495d51f2c5ca48311e68fd25db331b81e7cf75 Fix isPlainObject
  • 3a424694a049014e13e735c97babb4bc2cca49d1 Remove defaults from JSON Schema for transforming schemas (#4557)
  • edc347785d87ae24c2c48e4cf3383fc8bb995cba 3.25.35

v3.25.34

Commits:

  • e8a84912926a497e0b95fbc7aef3697314a89ce6 docs: fix mini-v4 docs related to min/max validation (#4547)
  • fdb63da8cea1ecc9b055e18d3c067bcef858ee03 chore: fix typos (#4543)
  • 2437ec0af3e15af293ccfd90c432878cb70dc5c6 fix: basics.mdx typo (#4542)
  • 103f69becde4ae535b0e93449c07d74a24066eac Use output type for preprocess (#4552)
  • 3a8edd7470a550b55aeefa365c6d3ebbd6583910 Revert "Use output type for preprocess (#4552)"
  • 5bdeee4fee037f62f6b5f0d7f8b8f97ea2c17bed Abort further processing when transform is skipped (#4554)
  • 182dc4907b038d188be9d6c0f6d0f3ebce0f3cb8 Abort further processing when transform is skipped (#4555)
  • 7f5a76f0025d00cbfaf51ffc720be5539e0b90ec Use output type for preprocess (#4553)
  • 78f285ba83adab260b8cccc51a7a932c05c10a5d Remove usage of private fields in Zod 3
  • b4b3d6cb0a7dcb1ec980fedeb5bea8177f6e17ed Symlink README
  • 1a977573351797008422ffff7f4c935cd6c71383 3.25.34
  • 6cfead2a7ade64b09ec28921208b971c8dade6c1 Move symlink to outer
  • 151242a42ce4f295a048b6fb047a2ed40bd16488 Update readme

v3.25.33

Commits:

  • 80cfd3a14cb53471783c75f9e4b341ed7e569f0f Improve runtime error for non-schema values in shape
  • 741be37ef5e3c19410741efc50f183ee4d8b34b9 chore: fix comment for packages/docs/content/v4/index.mdx (#4533)
  • 74662e367cfda8267bd4053b7e9b3def5718986f chore: Update README to specify TypeScript syntax highlighting for schema example (#4443)
  • 3c5ffd24887e7ae2ffa9fb9fe12cd661cc40d873 Add Khmer locale support to Zod and update documentation (#4447)
  • 8e827b1517c6ba224bc63fed057d61959b91ddb8 docs: Add conform to the ecosystem page (#4415)
  • 7918973408e85767143a779c26044108f776350f add Swedish locale (#4451)
  • 33d3bb9bd73c7f5ce7336af72a290548ff9a9d59 Fix issue #4454: Updating the contribution.md file (#4455)
  • 4d8cb5d733b957a56546c8d2406cfdbc64aa691c Update bronze.tsx (#4472)
  • bc15379d0c92b9c6df94e4cbf1e5e45674e20b45 Fix typo in changelog (#4496)
  • 010bbe419f99da2da4c8a638d4c6f4b61fb44bcf type in error-customization.mdx (#4514)
  • f3b4630141c2eda74bf8f5852f44a8933fa66027 Add inheritance diagram to docs
  • b97e218c4dd3a0923db0a50f5161f3c89b5c0f8d fix: Add check for requiredKeys before assigning to json.required (#4525)

... (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 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 <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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 29, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/zod-3.25.36 branch from 3bd27c3 to e15c996 Compare May 29, 2025 22:00
JasonKrik and others added 2 commits May 30, 2025 11:01
- Added @fastify/cors plugin to backend for handling CORS requests.
- Updated backend Fastify plugin registration to include CORS configuration.
- Introduced a new Setup view for database configuration in the frontend.
- Implemented database service to check status and setup database.
- Created a Pinia store for managing database state and actions.
- Added form validation for database setup using VeeValidate and Zod.
- Integrated alert components for displaying success and error messages.
- Updated routing to include a setup route and navigation guards.
- Enhanced i18n support by adding setup localization.
- Updated dependencies for @vueuse/core, reka-ui, and others.
Bumps [zod](https://github.com/colinhacks/zod) from 3.25.28 to 3.25.36.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.25.28...v3.25.36)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 3.25.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/zod-3.25.36 branch from e15c996 to a301925 Compare May 30, 2025 09:21
@JasonKrik JasonKrik merged commit ed5634a into main May 30, 2025
1 check failed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/zod-3.25.36 branch May 30, 2025 10:18
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.

2 participants