Skip to content

Commit

Permalink
chore(deps): update dependency react-day-picker to v9.0.7 (#875)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-day-picker](https://daypicker.dev) ([source](https://togithub.com/gpbl/react-day-picker)) | [`9.0.6` -> `9.0.7`](https://renovatebot.com/diffs/npm/react-day-picker/9.0.6/9.0.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-day-picker/9.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-day-picker/9.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-day-picker/9.0.6/9.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-day-picker/9.0.6/9.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>gpbl/react-day-picker (react-day-picker)</summary>

### [`v9.0.7`](https://togithub.com/gpbl/react-day-picker/releases/tag/v9.0.7)

[Compare Source](https://togithub.com/gpbl/react-day-picker/compare/v9.0.6...v9.0.7)

This release improves compatibility with v8 and fix an issue with the calendar navigation.

#### What's Changed

-   fix: update calendar state when `startMonth` or `endMonth` change by [@&#8203;gpbl](https://togithub.com/gpbl) in [https://github.com/gpbl/react-day-picker/pull/2343](https://togithub.com/gpbl/react-day-picker/pull/2343)
-   feat: allow partial locales, export `defaultLocale` by [@&#8203;gpbl](https://togithub.com/gpbl) in [https://github.com/gpbl/react-day-picker/pull/2348](https://togithub.com/gpbl/react-day-picker/pull/2348)
-   feat: allow `undefined` as initially selected value, as it was in v8 by [@&#8203;gpbl](https://togithub.com/gpbl) in [https://github.com/gpbl/react-day-picker/pull/2341](https://togithub.com/gpbl/react-day-picker/pull/2341)
-   docs: changed class name `calendar` to  `root` in the examples by [@&#8203;gpbl](https://togithub.com/gpbl) in [https://github.com/gpbl/react-day-picker/pull/2347](https://togithub.com/gpbl/react-day-picker/pull/2347)
-   docs: replaced deprecated props by [@&#8203;josephmarkus](https://togithub.com/josephmarkus) in [https://github.com/gpbl/react-day-picker/pull/2336](https://togithub.com/gpbl/react-day-picker/pull/2336)\*

#### New Contributors

-   [@&#8203;josephmarkus](https://togithub.com/josephmarkus) made their first contribution in [https://github.com/gpbl/react-day-picker/pull/2336](https://togithub.com/gpbl/react-day-picker/pull/2336)

**Full Changelog**: gpbl/react-day-picker@v9.0.6...v9.0.7

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

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

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/technifit/tasker).
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent d347b4b commit 15380e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
"eslint": "8.57.0",
"postcss": "8.4.40",
"react": "18.3.1",
"react-day-picker": "9.0.6",
"react-day-picker": "9.0.7",
"react-dom": "18.3.1",
"react-hook-form": "7.52.2",
"tailwindcss": "3.4.7",
Expand All @@ -385,7 +385,7 @@
"peerDependencies": {
"@tanstack/react-table": "8.20.1",
"react": "18.3.1",
"react-day-picker": "9.0.6",
"react-day-picker": "9.0.7",
"react-dom": "18.3.1",
"react-hook-form": "7.52.2",
"tailwindcss": "3.4.7",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15380e4

Please sign in to comment.