Skip to content

Commit

Permalink
chore(deps): update dependency react-day-picker to v9.0.9 (#980)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare Source](https://github.com/gpbl/react-day-picker/compare/v9.0.8...v9.0.9)

This release fixes a regression causing the calendar to reset when selecting the days, improves compatibility with the previous version and fixes some other bugs.

#### What's Changed

-   feat: added back more properties to the value returned by `useDayPicker` by [@&#8203;gpbl](https://github.com/gpbl) in [gpbl/react-day-picker#2427
-   fix: calendar is reset after selecting a day by [@&#8203;gpbl](https://github.com/gpbl) in [gpbl/react-day-picker#2429
-   fix(style): remove unnecessary styles to buttons in footer in DayPicker by [@&#8203;hsnaydd](https://github.com/hsnaydd) in [gpbl/react-day-picker#2383
-   fix(style): missing class names for months and years dropdowns [@&#8203;hsnaydd](https://github.com/hsnaydd) in [gpbl/react-day-picker#2394
-   fix(utilities): `dateMatchModifiers` to use `defaultDateLib` by [@&#8203;gpbl](https://github.com/gpbl) in [gpbl/react-day-picker#2413
-   fix(types): add `formatWeekNumberHeader` to `Formatters` by [@&#8203;gpbl](https://github.com/gpbl) in [gpbl/react-day-picker#2412
-   fix(types): add missing `ChevronProps` export by [@&#8203;rishabh-ink](https://github.com/rishabh-ink) in [gpbl/react-day-picker#2363

#### New Contributors

-   [@&#8203;mahata](https://github.com/mahata) made their first contribution in [gpbl/react-day-picker#2388
-   [@&#8203;1eeminhyeong](https://github.com/1eeminhyeong) made their first contribution in [gpbl/react-day-picker#2391
-   [@&#8203;hsnaydd](https://github.com/hsnaydd) made their first contribution in [gpbl/react-day-picker#2383

**Full Changelog**: gpbl/react-day-picker@v9.0.8...v9.0.9

</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://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/technifit/tasker).
  • Loading branch information
renovate[bot] committed Sep 8, 2024
1 parent 3a2c739 commit bf587a3
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.45",
"react": "18.3.1",
"react-day-picker": "9.0.8",
"react-day-picker": "9.0.9",
"react-dom": "18.3.1",
"react-hook-form": "7.53.0",
"tailwindcss": "3.4.10",
Expand All @@ -385,7 +385,7 @@
"peerDependencies": {
"@tanstack/react-table": "8.20.5",
"react": "18.3.1",
"react-day-picker": "9.0.8",
"react-day-picker": "9.0.9",
"react-dom": "18.3.1",
"react-hook-form": "7.53.0",
"tailwindcss": "3.4.10",
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 bf587a3

Please sign in to comment.