chore(deps)(deps): bump react-day-picker from 9.14.0 to 10.0.1#59
Merged
Merged
Conversation
Bumps [react-day-picker](https://github.com/gpbl/react-day-picker/tree/HEAD/packages/react-day-picker) from 9.14.0 to 10.0.1. - [Release notes](https://github.com/gpbl/react-day-picker/releases) - [Changelog](https://github.com/gpbl/react-day-picker/blob/main/packages/react-day-picker/CHANGELOG.md) - [Commits](https://github.com/gpbl/react-day-picker/commits/v10.0.1/packages/react-day-picker) --- updated-dependencies: - dependency-name: react-day-picker dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
Security review completed: no concrete issues found in the files changed by this PR.
Checked against the requested surfaces:
MCP endpoint auth: no MCP route or token-handling code changed.execute_querysandboxing: no query execution code changed.Admin auth (Better Auth): no session, cookie, CSRF, or startup config code changed.API input validation: no Hono route handlers or validation schemas changed.Environment secrets: no env files or secret-handling code changed.Dependency exposure: reviewedpackages/ui/package.jsonandpnpm-lock.yaml; the update movesreact-day-pickerfrom9.14.0to10.0.1, removes the prior@tabby_ai/hijri-converteranddate-fns-jalalitransitive entries, and only adds an optional@types/reactpeer reference that is already present in the workspace.pnpm audit --proddid not report advisories on the updatedreact-day-pickerdependency path.
Notes: pnpm audit --prod does report existing high advisories under unrelated paths (packages__core>markitdown-ts and apps__docs>astro>devalue), but they are not introduced by this PR. A focused UI typecheck could not be run because node_modules are not installed in the automation workspace.
Sent by Cursor Automation: archmax Security Review
Docker image readydocker pull ghcr.io/archmaxai/archmax:pr-59 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bumps react-day-picker from 9.14.0 to 10.0.1.
Release notes
Sourced from react-day-picker's releases.
... (truncated)
Changelog
Sourced from react-day-picker's changelog.
... (truncated)
Commits
6d3929dbuild: version packages (#2996)885ec9efix: add@types/reactas optional peer dependency (#2997)42c8436fix: apply inline styles to component slots (#2995)4cce3e2docs: remove next install references9af420cdocs: promote v10 website docs (#2990)2c5ba1fbuild: version packages (#2989)b55a878fix: correct dropdown navigation in multi-month calendars (#2977)6af9b1fdocs: fill type alias API descriptions (#2991)2907c64build: version packages (next) (#2965)cdc5a64docs: update v8 website referencesDependabot 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 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)Note
Medium Risk
Upgrades a date-picker dependency across a major version, which can introduce runtime/typing breakages in
Calendar/DateRangePickerusage if any removed v9 APIs were relied on. No application code changes are included, so risk is limited to dependency compatibility.Overview
Bumps
react-day-pickerin@archmax/uifrom^9.14.0to^10.0.1and updatespnpm-lock.yamlaccordingly.Lockfile changes reflect the new package metadata (e.g.,
@types/reactbecoming an optional peer) and removal of previously pulled-in non-Gregorian calendar deps.Reviewed by Cursor Bugbot for commit 00baf66. Bugbot is set up for automated code reviews on this repo. Configure here.