Skip to content

chore(deps): bump the patch-updates group with 10 updates#266

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/patch-updates-10ecc0794d
Open

chore(deps): bump the patch-updates group with 10 updates#266
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/patch-updates-10ecc0794d

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps the patch-updates group with 10 updates:

Package From To
hono 4.11.7 4.11.9
pino 10.3.0 10.3.1
turbo 2.8.3 2.8.7
ioredis 5.9.2 5.9.3
axios 1.13.4 1.13.5
fumadocs-docgen 3.0.5 3.0.6
fumadocs-mdx 14.2.6 14.2.7
fumadocs-twoslash 3.1.12 3.1.13
@types/react 19.2.10 19.2.14
@tanstack/react-query 5.90.20 5.90.21

Updates hono from 4.11.7 to 4.11.9

Release notes

Sourced from hono's releases.

v4.11.9

What's Changed

Full Changelog: honojs/hono@v4.11.8...v4.11.9

v4.11.8

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.11.7...v4.11.8

Commits
  • 69ad885 4.11.9
  • 3d536ff fix: determine if rendered or not by node.vC[0] instead of referring to `no...
  • 0c1d4c7 fix(url): ignore fragment identifiers in getPath() (#4627)
  • 5ca5c3e 4.11.8
  • 3aa2f9a fix(bearer-auth): make auth-scheme case-insensitive (#4659)
  • cea7b7b fix(jsx): preserve context when using await before html helper (#4662)
  • See full diff in compare view

Updates pino from 10.3.0 to 10.3.1

Release notes

Sourced from pino's releases.

v10.3.1

What's Changed

Full Changelog: pinojs/pino@v10.3.0...v10.3.1

Commits
  • 6b34498 Bumped v10.3.1
  • f1203e6 fix(transport): sanitize invalid NODE_OPTIONS preloads for workers (#2391)
  • 6a8e598 docs: clarify transport level filtering behavior (#2390)
  • 49a4807 Merge branch 'main' of github.com:pinojs/pino
  • 960bbbb build(deps-dev): bump eslint-plugin-n from 17.23.1 to 17.23.2 (#2386)
  • e2a5b4a build(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#2385)
  • 04859e2 chore: update gitignore for ai assistant files
  • See full diff in compare view

Updates turbo from 2.8.3 to 2.8.7

Release notes

Sourced from turbo's releases.

Turborepo v2.8.7

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.8.6...v2.8.7

Turborepo v2.8.7-canary.3

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.8.7-canary.2...v2.8.7-canary.3

Turborepo v2.8.7-canary.2

Full Changelog: vercel/turborepo@v2.8.2-canary.6...v2.8.7-canary.2

Turborepo v2.8.7-canary.1

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.8.6...v2.8.7-canary.1

Turborepo v2.8.6

What's Changed

Changelog

... (truncated)

Commits
  • e497e3c publish 2.8.7 to registry
  • 21152cf fix: Normalize bare LF to CRLF in TUI output to prevent garbled logs (#11804)
  • 1c2b0e2 release(turborepo): 2.8.7-canary.3 (#11803)
  • 1bb3575 ci: Make check-examples conditional and cacheable via Turborepo (#11801)
  • 63bc6f8 feat: Add dashboard with run tracking and live logs for agent sandboxes (#11802)
  • 5d1f9cf fix: Handle subpath package imports in turbo boundaries (#11798)
  • f09d944 chore: Add env vars (#11800)
  • 45be7be feat: Add internal agents app for repo automation (#11799)
  • 01733b7 release(turborepo): 2.8.7-canary.2 (#11796)
  • 93a1a7d perf: Replace git fetch --tags with git ls-remote in release pipeline (#1...
  • Additional commits viewable in compare view

Updates ioredis from 5.9.2 to 5.9.3

Release notes

Sourced from ioredis's releases.

v5.9.3

5.9.3 (2026-02-12)

Bug Fixes

  • autopipelining to route writes to masters with scaleReads (#2072) (8adb1ae)
  • fix issue with moved command for replicas (#2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#2066) (0a1a898)
Changelog

Sourced from ioredis's changelog.

5.9.3 (2026-02-12)

Bug Fixes

  • autopipelining to route writes to masters with scaleReads (#2072) (8adb1ae)
  • fix issue with moved command for replicas (#2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#2066) (0a1a898)

5.9.3 (2026-02-12)

Bug Fixes

  • autopipelining to route writes to masters with scaleReads (#2072) (8adb1ae)
  • fix issue with moved command for replicas (#2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#2066) (0a1a898)
Commits
  • cd19ab0 chore(release): 5.9.3 [skip ci]
  • 326528b chore(release): 5.9.3 [skip ci]
  • 0a1a898 fix(types): optional properties on RedisOptions allow explicit undefined (#2066)
  • 8adb1ae fix: autopipelining to route writes to masters with scaleReads (#2072)
  • de4eed4 fix: fix issue with moved command for replicas (#2064)
  • See full diff in compare view

Updates axios from 1.13.4 to 1.13.5

Release notes

Sourced from axios's releases.

v1.13.5

Release 1.13.5

Highlights

  • Security: Fixed a potential Denial of Service issue involving the __proto__ key in mergeConfig. (PR #7369)
  • Bug fix: Resolved an issue where AxiosError could be missing the status field on and after v1.13.3. (PR #7368)

Changes

Security

  • Fix Denial of Service via __proto__ key in mergeConfig. (PR #7369)

Fixes

  • Fix/5657. (PR #7313)
  • Ensure status is present in AxiosError on and after v1.13.3. (PR #7368)

Features / Improvements

  • Add input validation to isAbsoluteURL. (PR #7326)
  • Refactor: bump minor package versions. (PR #7356)

Documentation

  • Clarify object-check comment. (PR #7323)
  • Fix deprecated Buffer constructor usage and README formatting. (PR #7371)

CI / Maintenance

  • Chore: fix issues with YAML. (PR #7355)
  • CI: update workflow YAMLs. (PR #7372)
  • CI: fix run condition. (PR #7373)
  • Dev deps: bump karma-sourcemap-loader from 0.3.8 to 0.4.0. (PR #7360)
  • Chore(release): prepare release 1.13.5. (PR #7379)

New Contributors

Full Changelog: axios/axios@v1.13.4...v1.13.5

Commits
  • 29f7542 chore(release): prepare release 1.13.5 (#7379)
  • 431c3a3 ci: fix run condition (#7373)
  • 9ff3a78 ci: update ymls (#7372)
  • 265b712 docs: fix deprecated Buffer constructor and formatting issues in README (#7371)
  • 475e75a feat: add input validation to isAbsoluteURL (#7326)
  • 28c7215 fix: Denial of Service via proto Key in mergeConfig (#7369)
  • 04cf019 docs: clarify object check comment (#7323)
  • 696fa75 fix: status is missing in AxiosError on and after v1.13.3 (#7368)
  • 569f028 fix: added a option to choose between legacy and the new request/response int...
  • 44b7c9f chore(deps-dev): bump karma-sourcemap-loader (#7360)
  • Additional commits viewable in compare view

Updates fumadocs-docgen from 3.0.5 to 3.0.6

Commits

Updates fumadocs-mdx from 14.2.6 to 14.2.7

Commits

Updates fumadocs-twoslash from 3.1.12 to 3.1.13

Commits

Updates @types/react from 19.2.10 to 19.2.14

Commits

Updates @tanstack/react-query from 5.90.20 to 5.90.21

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-persist-client@​5.90.21

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.18
    • @​tanstack/react-query@​5.90.19

@​tanstack/react-query@​5.90.21

Patch Changes

  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#10082)
Changelog

Sourced from @​tanstack/react-query's changelog.

5.90.21

Patch Changes

  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#10082)
Commits
  • 08050cb ci: Version Packages (#10115)
  • c5def66 refactor(react-query/useQueries): remove unreachable 'willFetch' branch in su...
  • da2ff5a chore(vite.config): exclude 'tests' directory from coverage reports (#10084)
  • 2a592d2 test(react-query/suspense): add test cases for 'static' staleTime with number...
  • 7e3ea62 test(react-query/QueryResetErrorBoundary): relocate 'issue-9728' test and mig...
  • dee5d3e test(react-query/ssr): add 'useMutation' and 'useMutationState' tests for SSR...
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the patch-updates group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [hono](https://github.com/honojs/hono) | `4.11.7` | `4.11.9` |
| [pino](https://github.com/pinojs/pino) | `10.3.0` | `10.3.1` |
| [turbo](https://github.com/vercel/turborepo) | `2.8.3` | `2.8.7` |
| [ioredis](https://github.com/luin/ioredis) | `5.9.2` | `5.9.3` |
| [axios](https://github.com/axios/axios) | `1.13.4` | `1.13.5` |
| [fumadocs-docgen](https://github.com/fuma-nama/fumadocs) | `3.0.5` | `3.0.6` |
| [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `14.2.6` | `14.2.7` |
| [fumadocs-twoslash](https://github.com/fuma-nama/fumadocs) | `3.1.12` | `3.1.13` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.10` | `19.2.14` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.20` | `5.90.21` |


Updates `hono` from 4.11.7 to 4.11.9
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.11.7...v4.11.9)

Updates `pino` from 10.3.0 to 10.3.1
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v10.3.0...v10.3.1)

Updates `turbo` from 2.8.3 to 2.8.7
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.8.3...v2.8.7)

Updates `ioredis` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v5.9.2...v5.9.3)

Updates `axios` from 1.13.4 to 1.13.5
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.4...v1.13.5)

Updates `fumadocs-docgen` from 3.0.5 to 3.0.6
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/commits)

Updates `fumadocs-mdx` from 14.2.6 to 14.2.7
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/commits)

Updates `fumadocs-twoslash` from 3.1.12 to 3.1.13
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/commits)

Updates `@types/react` from 19.2.10 to 19.2.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@tanstack/react-query` from 5.90.20 to 5.90.21
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.21/packages/react-query)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.11.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: pino
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: turbo
  dependency-version: 2.8.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: ioredis
  dependency-version: 5.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: fumadocs-docgen
  dependency-version: 3.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: fumadocs-mdx
  dependency-version: 14.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: fumadocs-twoslash
  dependency-version: 3.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2026

Labels

The following labels could not be found: automated. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link

vercel bot commented Feb 13, 2026

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

Project Deployment Actions Updated (UTC)
objectos Ready Ready Preview, Comment Feb 13, 2026 9:23am
objectos-demo Error Error Feb 13, 2026 9:23am

Request Review

@github-actions
Copy link

⚠️ This PR is very large. Consider breaking it down into smaller, more focused changes for easier review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants