-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): october update #439
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
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.0.6 to 7.1.7. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.1.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.1.7 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Summary by CodeRabbit
WalkthroughDependency versions updated in package.json. Zod-based validation implementation migrated to Zod v4 APIs and core types, adjusting builder methods and internal type signatures accordingly. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant Caller
participant Validator as ZodValidator (v4)
participant Zod as zod/v4
Caller->>Validator: validate(value, schema)
Validator->>Zod: build schema (z.uuid()/z.email()/z.url()/z.iso.datetime())
Zod-->>Validator: parse result or $ZodIssue[]
alt success
Validator-->>Caller: OK (validated value)
else validation errors
Validator->>Validator: map $ZodIssue(s) incl. unrecognized keys
Validator-->>Caller: error messages map
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
🧰 Additional context used🧠 Learnings (2)📓 Common learnings
📚 Learning: 2025-07-22T20:50:22.336Z
Applied to files:
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Removed a lot of specific typing, as the $ZodType doesn't support .optional() anymore, and it became a mess to get all the new types correctly and working.
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
Bumps vite from 7.0.6 to 7.1.7.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
693d255
release: v7.1.798a3484
fix(hmr): wait forimport.meta.hot.prune
callbacks to complete before runni...9f32b1d
fix(hmr): trigger prune event when import is removed from non hmr module (#20...9f2247c
fix(deps): update all non-major dependencies (#20811)105abe8
fix(glob): handle glob imports from folders starting with dot (#20800)4c4583c
fix(build): fix ssr environmentemitAssets: true
when `sharedConfigBuild: t...9bc9d12
fix(client): use CSP nonce when rendering error overlay (#20791)54377f7
release: v7.1.688af2ae
fix(deps): update all non-major dependencies (#20773)d785e72
chore(deps): update rolldown-related dependencies (#20772)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vite since your current version.
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)