build(deps-dev): Bump zod from 3.25.76 to 4.0.0
Closed
Number: #2302
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Contributor
Comments: 2
Association: Contributor
Comments: 2
Created:
July 09, 2025 at 09:41 PM UTC
(12 months ago)
(12 months ago)
Updated:
July 10, 2025 at 02:01 AM UTC
(11 months ago)
(11 months ago)
Closed:
July 10, 2025 at 02:01 AM UTC
(11 months ago)
(11 months ago)
Time to Close:
about 4 hours
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps zod from 3.25.76 to 4.0.0.
Release notes
Sourced from zod's releases.
v4.0.0-beta
Zod 4 is now in beta.
The repo now contains three separate packages:
zod@zod/mini: a tree-shakable variant of Zod.@zod/core: a library that implements logic/parsers shared betweenzodand@zod/mini.During the beta period:
zod— published continuously tozod@next, e.g.zod@4.0.0-beta.20250410T214751@zod/mini— published continuously to@zod/mini@next, e.g.@zod/mini@4.0.0-beta.20250410T214751@zod/core— published tolatestin thev.0xversion range (initial development in semver)To install/upgrade:
npm upgrade zod@next npm install @zod/mini@next npm install @zod/coreA note on versioning
For simplicity, additional beta will be continuously released as additional commits are made to the
v4branch.After the beta:
- stable versions of
zodand@zod/miniwill be released as4.0.0. They will remain version-locked moving forward. They will be pinned to a specific@zod/coreversion.@zod/corewill be released as1.0.0. It will not be version-locked tozodand@zod/mini. This gives those libraries the freedom to evolve their APIs independent of@zod/core. Moreover,@zod/corewill likely serve as the underpinning for additional libraries in the future, so it may implement/modify code that isn't used by eitherzodor@zod/mini.
Commits
- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Package Dependencies
Technical Details
| ID: | 3046264 |
| UUID: | 3217229574 |
| Node ID: | PR_kwDOKKyu2M6eMcae |
| Host: | GitHub |
| Repository: | AtCoder-NoviSteps/AtCoderNoviSteps |