Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency cmdk to v1.0.4 (#142)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cmdk](https://redirect.github.com/pacocoursey/cmdk) ([source](https://redirect.github.com/pacocoursey/cmdk/tree/HEAD/cmdk)) | [`1.0.0` -> `1.0.4`](https://renovatebot.com/diffs/npm/cmdk/1.0.0/1.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cmdk/1.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cmdk/1.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cmdk/1.0.0/1.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cmdk/1.0.0/1.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pacocoursey/cmdk (cmdk)</summary> ### [`v1.0.4`](https://redirect.github.com/pacocoursey/cmdk/releases/tag/v1.0.4) [Compare Source](https://redirect.github.com/pacocoursey/cmdk/compare/v1.0.3...v1.0.4) #### What's Changed - Fix use-sync-external-store import for greater compatibility by [@​kachkaev](https://redirect.github.com/kachkaev) in [https://github.com/pacocoursey/cmdk/pull/328](https://redirect.github.com/pacocoursey/cmdk/pull/328) #### New Contributors - [@​kachkaev](https://redirect.github.com/kachkaev) made their first contribution in [https://github.com/pacocoursey/cmdk/pull/328](https://redirect.github.com/pacocoursey/cmdk/pull/328) **Full Changelog**: pacocoursey/cmdk@v1.0.3...v1.0.4 ### [`v1.0.3`](https://redirect.github.com/pacocoursey/cmdk/releases/tag/v1.0.3) [Compare Source](https://redirect.github.com/pacocoursey/cmdk/compare/v1.0.2...v1.0.3) - Fix `use-sync-external-store` shim for compatibility with Next.js 15 and React 19 RC ### [`v1.0.2`](https://redirect.github.com/pacocoursey/cmdk/releases/tag/v1.0.2) [Compare Source](https://redirect.github.com/pacocoursey/cmdk/compare/v1.0.1...v1.0.2) - Remove `use-sync-external-store` shim to support Next.js 15 and React 19 RC **Full Changelog**: pacocoursey/cmdk@v1.0.1...v1.0.2 ### [`v1.0.1`](https://redirect.github.com/pacocoursey/cmdk/releases/tag/v1.0.1) [Compare Source](https://redirect.github.com/pacocoursey/cmdk/compare/v1.0.0...v1.0.1) #### What's Changed - fix: docs mistake we are no longer lowercasing by [@​itsjoeoui](https://redirect.github.com/itsjoeoui) in [https://github.com/pacocoursey/cmdk/pull/227](https://redirect.github.com/pacocoursey/cmdk/pull/227) - feat: export defaultFilter by [@​evanob](https://redirect.github.com/evanob) in [https://github.com/pacocoursey/cmdk/pull/229](https://redirect.github.com/pacocoursey/cmdk/pull/229) - chore: add more details to package.json by [@​andipaetzold](https://redirect.github.com/andipaetzold) in [https://github.com/pacocoursey/cmdk/pull/228](https://redirect.github.com/pacocoursey/cmdk/pull/228) - chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pacocoursey/cmdk/pull/226](https://redirect.github.com/pacocoursey/cmdk/pull/226) - fix: controlled search change with hidden Command.List by [@​vltansky](https://redirect.github.com/vltansky) in [https://github.com/pacocoursey/cmdk/pull/217](https://redirect.github.com/pacocoursey/cmdk/pull/217) - fix: Framer example capitalization of values by [@​arihanv](https://redirect.github.com/arihanv) in [https://github.com/pacocoursey/cmdk/pull/231](https://redirect.github.com/pacocoursey/cmdk/pull/231) - fix: fix compiling code Array.from(void 0) by [@​nenya1840](https://redirect.github.com/nenya1840) in [https://github.com/pacocoursey/cmdk/pull/237](https://redirect.github.com/pacocoursey/cmdk/pull/237) - fix: useId backward compatibility by [@​phsantiago](https://redirect.github.com/phsantiago) in [https://github.com/pacocoursey/cmdk/pull/165](https://redirect.github.com/pacocoursey/cmdk/pull/165) - Relax dependencies on Radix-UI to SemVer MAJOR releases by [@​eps1lon](https://redirect.github.com/eps1lon) in [https://github.com/pacocoursey/cmdk/pull/278](https://redirect.github.com/pacocoursey/cmdk/pull/278) - feat: allow react v19 as peer dep by [@​Yonom](https://redirect.github.com/Yonom) in [https://github.com/pacocoursey/cmdk/pull/318](https://redirect.github.com/pacocoursey/cmdk/pull/318) - Upgrade [@​radix-ui/react-id](https://redirect.github.com/radix-ui/react-id) by [@​tmcw](https://redirect.github.com/tmcw) in [https://github.com/pacocoursey/cmdk/pull/297](https://redirect.github.com/pacocoursey/cmdk/pull/297) - fix: useSyncExternalStore backward compatibility by [@​MateoKruk](https://redirect.github.com/MateoKruk) in [https://github.com/pacocoursey/cmdk/pull/296](https://redirect.github.com/pacocoursey/cmdk/pull/296) - fix(context): read disablePointerSelection from propsRef by [@​f0rr0](https://redirect.github.com/f0rr0) in [https://github.com/pacocoursey/cmdk/pull/314](https://redirect.github.com/pacocoursey/cmdk/pull/314) #### New Contributors - [@​itsjoeoui](https://redirect.github.com/itsjoeoui) made their first contribution in [https://github.com/pacocoursey/cmdk/pull/227](https://redirect.github.com/pacocoursey/cmdk/pull/227) - [@​evanob](https://redirect.github.com/evanob) made their first contribution in [https://github.com/pacocoursey/cmdk/pull/229](https://redirect.github.com/pacocoursey/cmdk/pull/229) - [@​andipaetzold](https://redirect.github.com/andipaetzold) made their first contribution in [https://github.com/pacocoursey/cmdk/pull/228](https://redirect.github.com/pacocoursey/cmdk/pull/228) - [@​dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/pacocoursey/cmdk/pull/226](https://redirect.github.com/pacocoursey/cmdk/pull/226) - [@​vltansky](https://redirect.github.com/vltansky) made their first contribution in [https://github.com/pacocoursey/cmdk/pull/217](https://redirect.github.com/pacocoursey/cmdk/pull/217) - [@​arihanv](https://redirect.github.com/arihanv) made their first contribution in [https://github.com/pacocoursey/cmdk/pull/231](https://redirect.github.com/pacocoursey/cmdk/pull/231) - [@​nenya1840](https://redirect.github.com/nenya1840) made their first contribution in [https://github.com/pacocoursey/cmdk/pull/237](https://redirect.github.com/pacocoursey/cmdk/pull/237) - [@​phsantiago](https://redirect.github.com/phsantiago) made their first contribution in [https://github.com/pacocoursey/cmdk/pull/165](https://redirect.github.com/pacocoursey/cmdk/pull/165) - [@​eps1lon](https://redirect.github.com/eps1lon) made their first contribution in [https://github.com/pacocoursey/cmdk/pull/278](https://redirect.github.com/pacocoursey/cmdk/pull/278) - [@​Yonom](https://redirect.github.com/Yonom) made their first contribution in [https://github.com/pacocoursey/cmdk/pull/318](https://redirect.github.com/pacocoursey/cmdk/pull/318) - [@​tmcw](https://redirect.github.com/tmcw) made their first contribution in [https://github.com/pacocoursey/cmdk/pull/297](https://redirect.github.com/pacocoursey/cmdk/pull/297) - [@​MateoKruk](https://redirect.github.com/MateoKruk) made their first contribution in [https://github.com/pacocoursey/cmdk/pull/296](https://redirect.github.com/pacocoursey/cmdk/pull/296) - [@​f0rr0](https://redirect.github.com/f0rr0) made their first contribution in [https://github.com/pacocoursey/cmdk/pull/314](https://redirect.github.com/pacocoursey/cmdk/pull/314) **Full Changelog**: pacocoursey/cmdk@v1.0.0...v1.0.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "before 4am on Monday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->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/ToppleTheNun/mchammer). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjEiLCJ0YXJnZXRCcmFuY2giOiJkZXYiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information