Skip to content

Commit 892183a

Browse files
fix(deps): update all dependencies (#54)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`^19.2.15` → `^19.2.16`](https://renovatebot.com/diffs/npm/@types%2freact/19.2.15/19.2.16) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/19.2.16?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/19.2.15/19.2.16?slim=true) | | [concurrently](https://redirect.github.com/open-cli-tools/concurrently) | [`^10.0.0` → `^10.0.1`](https://renovatebot.com/diffs/npm/concurrently/10.0.0/10.0.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/concurrently/10.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/concurrently/10.0.0/10.0.1?slim=true) | | [convex](https://convex.dev) ([source](https://redirect.github.com/get-convex/convex-backend/tree/HEAD/npm-packages/convex)) | [`^1.39.1` → `^1.40.0`](https://renovatebot.com/diffs/npm/convex/1.39.1/1.40.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/convex/1.40.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/convex/1.39.1/1.40.0?slim=true) | | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | [`16.2.6` → `16.2.7`](https://renovatebot.com/diffs/npm/next/16.2.6/16.2.7) | ![age](https://developer.mend.io/api/mc/badges/age/npm/next/16.2.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/16.2.6/16.2.7?slim=true) | | [react](https://react.dev/) ([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react)) | [`19.2.6` → `19.2.7`](https://renovatebot.com/diffs/npm/react/19.2.6/19.2.7) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react/19.2.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react/19.2.6/19.2.7?slim=true) | | [react-dom](https://react.dev/) ([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react-dom)) | [`19.2.6` → `19.2.7`](https://renovatebot.com/diffs/npm/react-dom/19.2.6/19.2.7) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react-dom/19.2.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-dom/19.2.6/19.2.7?slim=true) | | [react-hook-form](https://react-hook-form.com) ([source](https://redirect.github.com/react-hook-form/react-hook-form)) | [`^7.76.1` → `^7.77.0`](https://renovatebot.com/diffs/npm/react-hook-form/7.76.1/7.77.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react-hook-form/7.77.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-hook-form/7.76.1/7.77.0?slim=true) | | [vitest](https://vitest.dev) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`^4.1.7` → `^4.1.8`](https://renovatebot.com/diffs/npm/vitest/4.1.7/4.1.8) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/4.1.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/4.1.7/4.1.8?slim=true) | --- ### Release Notes <details> <summary>open-cli-tools/concurrently (concurrently)</summary> ### [`v10.0.1`](https://redirect.github.com/open-cli-tools/concurrently/releases/tag/v10.0.1) [Compare Source](https://redirect.github.com/open-cli-tools/concurrently/compare/v10.0.0...v10.0.1) - Ensure `FlowController` type is exported - [#&#8203;594](https://redirect.github.com/open-cli-tools/concurrently/issues/594) **Full Changelog**: <open-cli-tools/concurrently@v10.0.0...v10.0.1> </details> <details> <summary>get-convex/convex-backend (convex)</summary> ### [`v1.40.0`](https://redirect.github.com/get-convex/convex-backend/blob/HEAD/npm-packages/convex/CHANGELOG.md#1400) - You can now create a local deployment in a specific Convex cloud project with `npx convex deployment create team-slug:project-slug:local`. - You can now move a local deployment to another cloud project using `npx convex deployment select team-slug:project-slug:local`. This command warns when it moves the deployment to another project. - The CLI now shows more clearly which deployment is targeted when running commands such as `npx convex dev` and `npx convex deploy`. - Added a new `<AuthRefreshing />` helper component, used to show indicators when function calls are paused because the authentication token is refreshing. - Removed `--local` and `--cloud` flags from `npx convex dev`. The behavior of these flags was misleading when a deployment was already selected. Instead, use `npx convex deployment select local` to use a local deployment, and `npx convex deployment select dev` to use your personal cloud dev deployment. - The CLI now provides guidance when TypeScript type checking is taking too long. - Improved the CLI command documentation to include more details and examples. - `npx convex logs`: `--tail` is now accepted as an alias for the `--history` flag. - When creating a local deployment, the CLI now skips importing the default environment variables from the Convex cloud project if you don’t have permission to view the default environment variables instead of crashing. </details> <details> <summary>vercel/next.js (next)</summary> ### [`v16.2.7`](https://redirect.github.com/vercel/next.js/compare/v16.2.6...411c455dcdec630b9e2e83d24e27b0f9e05927b6) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v16.2.6...v16.2.7) </details> <details> <summary>facebook/react (react)</summary> ### [`v19.2.7`](https://redirect.github.com/facebook/react/compare/v19.2.6...6117d7cca4906492c51fe6a03381e35adfd86e7d) [Compare Source](https://redirect.github.com/facebook/react/compare/v19.2.6...v19.2.7) </details> <details> <summary>facebook/react (react-dom)</summary> ### [`v19.2.7`](https://redirect.github.com/facebook/react/compare/v19.2.6...6117d7cca4906492c51fe6a03381e35adfd86e7d) [Compare Source](https://redirect.github.com/facebook/react/compare/v19.2.6...v19.2.7) </details> <details> <summary>react-hook-form/react-hook-form (react-hook-form)</summary> ### [`v7.77.0`](https://redirect.github.com/react-hook-form/react-hook-form/blob/HEAD/CHANGELOG.md#7770---2026-05-31) [Compare Source](https://redirect.github.com/react-hook-form/react-hook-form/compare/v7.76.1...v7.77.0) ##### Added - `resetDefaultValues` API ##### Fixed - Stale `isDirty` in `subscribe` payload after `reset(..., { keepValues: true })` - Preserve values with `shouldUnregister` - Inconsistent `reset({})` behavior requiring double-call to take effect - `FieldArray` errors overriding nested fields ##### Security - Harden `get()` against prototype-path traversal (`__proto__` / `constructor` / `prototype`) ##### Performance - Bundle size reduction </details> <details> <summary>vitest-dev/vitest (vitest)</summary> ### [`v4.1.8`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v4.1.8) [Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v4.1.7...v4.1.8) #####    🐞 Bug Fixes - **browser**: - Disable client `cdp` API when `allowWrite/allowExec: false` \[backport to v4]  -  by [@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) and **Codex** in [#&#8203;10450](https://redirect.github.com/vitest-dev/vitest/issues/10450) [<samp>(e4067)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/e4067b3b1) - Remove orphaned Playwright route when same module is mocked via multiple ids \[backport to v4]  -  by [@&#8203;toxik](https://redirect.github.com/toxik) and [@&#8203;Zelys-DFKH](https://redirect.github.com/Zelys-DFKH) in [#&#8203;10474](https://redirect.github.com/vitest-dev/vitest/issues/10474) [<samp>(675b4)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/675b4343f) #####     [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v4.1.7...v4.1.8) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Only on Sunday and Saturday (`* * * * 0,6`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/giacomoguidotto/blueprint). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDIuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0177f54 commit 892183a

2 files changed

Lines changed: 39 additions & 39 deletions

File tree

0 commit comments

Comments
 (0)