Skip to content

Update dependency react-day-picker to v9.14.0#6

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-day-picker-9.x
Open

Update dependency react-day-picker to v9.14.0#6
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-day-picker-9.x

Conversation

@renovate

@renovate renovate Bot commented Aug 8, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
react-day-picker (source) 9.8.09.14.0 age confidence

Release Notes

gpbl/react-day-picker (react-day-picker)

v9.14.0

Compare Source

Release date: 2026-02-26

This release introduces a new resetOnSelect prop and adds support for the Hijri calendar.

Resetting Selections in Range Mode

When in range selection mode, use the resetOnSelect prop to start a new range when a full range is already selected.

Hijri Calendar

To use the Hijri (Umm al-Qura) calendar, import DayPicker from react-day-picker/hijri:

import { DayPicker } from "react-day-picker/hijri";

export function HijriCalendar() {
  return <DayPicker />;
}

Read more in the documentation and play with it in playground.

What's Changed

v9.13.2

Compare Source

Release date: 2026-02-10

This release fixes the style.css type declaration export and corrects labels for Northern Sami (se) and Japanese Hiragana (ja-Hira) locales.

What's Changed
  • fix(build): add correct type declaration for style.css export by @​NotNestor in #​2897
  • fix(locale): correct Northern Sami (se) and Japanese Hiragana (ja-Hira) labels by @​gpbl in #​2898

v9.13.1

Compare Source

Persian calendar improvements.

What's Changed

New Contributors

Full Changelog: gpbl/react-day-picker@v9.13.0...v9.13.1

v9.13.0

Compare Source

Release date: 2025-12-18

This release introduces an experimental noonSafe prop to help deal with historical time zones with second offsets. See /localization/setting-time-zone#noonsafe for more details.

What's Changed
  • feat: add experimental noonSafe prop for timezone offsets by @​gpbl in #​2879

v9.12.0

Compare Source

Release date: 2025-12-06

This release adds translated labels to built-in locales and fixes issues with array modifiers and the Hebrew calendar.

Translated Locales

DayPicker locales now ship with localized labels (e.g., “Go to next month”, “Today”), so you no longer need to supply them via labels. To use a locale:

import { es } from "react-day-picker/locale";
<DayPicker locale={es} />; // Use Spanish locale, now with translated labels.

If you previously set the labels prop for translations, you can remove it. For details on switching locales, see the localization guide.

What's Changed

v9.11.3

Compare Source

Release date: 2025-11-29

Rendered HTML now includes empty cells in grids when endMonth is set, and fixes the v9.11.2 regression where JSDOM tests could fail when focusing disabled days.

Possible low impact breaking change: The grid markup changed, so brittle snapshot tests or custom CSS that depended on the old structure may need updates. Adjust snapshots/CSS accordingly.

What's Changed

v9.11.2

Compare Source

Release date: 2025-11-23

What's Changed
  • fix: ensure modifiers honor the timeZone prop by @​gpbl in #​2849
  • fix: allow focused disabled days to remain focusable by @​gpbl in #​2851
  • chore(performance): cache resolved today across helpers for better performance by @​gpbl in #​2848
  • chore(performance): memoize calendar and reuse ISO date ids in day rendering by @​gpbl in #​2850

v9.11.1

Compare Source

Release date: 2025-10-08

What's Changed

v9.11.0

Compare Source

Release date: 2025-09-20

This release adds support for Buddhist and Hebrew calendars, introduces new Southeast Asian numeral systems, adds the aria-labelledby prop, and improves month/year formatting for specific locales. It also includes fixes for the recently added Ethiopic calendar.

Buddhist Calendar

To use the Buddhist calendar, import DayPicker from react-day-picker/buddhist.

import { DayPicker } from "react-day-picker/buddhist";

export function BuddhistCalendar() {
  return <DayPicker />;
}

Read more in the documentation and play with it in playground.

Hebrew Calendar

To switch to the Hebrew calendar, import DayPicker from react-day-picker/hebrew.

import { DayPicker } from "react-day-picker/hebrew";

export function HebrewCalendar() {
  return <DayPicker />;
}

Read more in the documentation and play with it in playground.

What's Changed

v9.10.0

Compare Source

Release date: 2025-09-14

This release adds support for the Ethiopic calendar.

Ethiopic calendar

To use the Ethiopic calendar, import DayPicker from react-day-picker/ethiopic.

import { DayPicker } from "react-day-picker/ethiopic";

export function EthiopicCalendar() {
  return <DayPicker />;
}

Read more in the documentation and play with it in playground.

What's Changed

v9.9.0

Compare Source

Release date: 2025-08-17

This release includes a new reverseYears prop, a range selection fix, and a build update to fix issues with source maps.

Reversing the Years in the Dropdown

When using captionLayout='dropdown', set reverseYears to reverse the years listed in the dropdown: the most recent year will appear first.

<DayPicker captionLayout="dropdown" reverseYears />

See it in action in the playground.

What's Changed

v9.8.1

Compare Source

Release date: 2025-07-26

Improved captionLayout documentation and build process.

What's Changed

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel

vercel Bot commented Aug 8, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
v0-portfolio Error Error Jun 11, 2026 3:08pm
whale-manager Error Error Jun 11, 2026 3:08pm

@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from 8ddb222 to e4e157a Compare August 10, 2025 14:48
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch 2 times, most recently from 9526662 to d9a258d Compare August 10, 2025 19:55
@socket-security

socket-security Bot commented Aug 10, 2025

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm @libsql/client-wasm is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: package.jsonnpm/@libsql/client-wasm@0.17.3

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@libsql/client-wasm@0.17.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @prisma/client is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: package.jsonnpm/@prisma/client@7.8.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@prisma/client@7.8.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: npm bcryptjs under BSD-3-Clause-HP

License: BSD-3-Clause-HP - The applicable license policy does not permit this license (5) (package/LICENSE)

From: package.jsonnpm/bcryptjs@3.0.3

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/bcryptjs@3.0.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm better-sqlite3 is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: package.jsonnpm/better-sqlite3@12.10.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/better-sqlite3@12.10.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm drizzle-orm is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: package.jsonnpm/drizzle-orm@0.45.2

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/drizzle-orm@0.45.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from d9a258d to 9626d19 Compare August 10, 2025 22:05
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from 9626d19 to fbec9ca Compare August 13, 2025 15:30
@renovate renovate Bot changed the title fix(deps): update dependency react-day-picker to v9.8.1 fix(deps): update dependency react-day-picker to v9.9.0 Aug 18, 2025
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from fbec9ca to 450b6c3 Compare August 18, 2025 00:21
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from 450b6c3 to 96188aa Compare August 19, 2025 18:42
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from 96188aa to 097dc92 Compare August 31, 2025 09:40
@renovate renovate Bot changed the title fix(deps): update dependency react-day-picker to v9.9.0 fix(deps): update dependency react-day-picker to v9.10.0 Sep 15, 2025
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from 097dc92 to 17808ee Compare September 15, 2025 00:33
@renovate renovate Bot changed the title fix(deps): update dependency react-day-picker to v9.10.0 fix(deps): update dependency react-day-picker to v9.11.0 Sep 21, 2025
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from 17808ee to 44db253 Compare September 21, 2025 00:32
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from 44db253 to 12ca45e Compare September 25, 2025 21:36
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from 12ca45e to 8cfece9 Compare October 8, 2025 12:55
@renovate renovate Bot changed the title fix(deps): update dependency react-day-picker to v9.11.0 fix(deps): update dependency react-day-picker to v9.11.1 Oct 8, 2025
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from 95f6c37 to a232a34 Compare December 6, 2025 20:40
@renovate renovate Bot changed the title fix(deps): update dependency react-day-picker to v9.11.3 fix(deps): update dependency react-day-picker to v9.12.0 Dec 6, 2025
@renovate renovate Bot changed the title fix(deps): update dependency react-day-picker to v9.12.0 fix(deps): update dependency react-day-picker to v9.13.0 Dec 18, 2025
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from a232a34 to 4f94de1 Compare December 18, 2025 14:46
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from 4f94de1 to 318fc5a Compare December 31, 2025 15:00
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from 318fc5a to 5e0714a Compare January 8, 2026 17:08
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from 5e0714a to 3fdda24 Compare January 19, 2026 15:33
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from 3fdda24 to 5ebf72b Compare January 23, 2026 20:41
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from 5ebf72b to ef30041 Compare February 2, 2026 19:59
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from ef30041 to 849a5ad Compare February 7, 2026 01:06
@renovate renovate Bot changed the title fix(deps): update dependency react-day-picker to v9.13.0 fix(deps): update dependency react-day-picker to v9.13.1 Feb 7, 2026
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from 849a5ad to eeb12d2 Compare February 10, 2026 01:34
@renovate renovate Bot changed the title fix(deps): update dependency react-day-picker to v9.13.1 fix(deps): update dependency react-day-picker to v9.13.2 Feb 10, 2026
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from eeb12d2 to d63e79c Compare February 12, 2026 11:55
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from d63e79c to 969454c Compare February 17, 2026 17:38
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x branch from 969454c to 9fac043 Compare February 26, 2026 18:53
@renovate renovate Bot changed the title fix(deps): update dependency react-day-picker to v9.13.2 fix(deps): update dependency react-day-picker to v9.14.0 Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants