Skip to content

Bump the requests group across 1 directory with 8 updates#937

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ui/requests-761399df0d
Open

Bump the requests group across 1 directory with 8 updates#937
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ui/requests-761399df0d

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the requests group with 8 updates in the /ui directory:

Package From To
@tanstack/react-query 5.59.15 5.87.1
graphql 16.9.0 16.11.0
@graphql-codegen/add 5.0.3 6.0.0
@graphql-codegen/cli 5.0.3 6.0.0
@graphql-codegen/typescript 4.1.0 5.0.0
@graphql-codegen/typescript-operations 4.3.0 5.0.0
@graphql-codegen/typescript-react-query 6.1.0 6.1.1
@tanstack/react-query-devtools 5.59.15 5.87.1

Updates @tanstack/react-query from 5.59.15 to 5.87.1

Release notes

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

v5.87.1

Version 5.87.1 - 9/5/25, 2:15 PM

Changes

Fix

  • query-core: update initialData when an observer mounts while a Query without data exists (#9620) (1c8a921) by Dominik Dorfmeister

Packages

  • @​tanstack/query-core@​5.87.1
  • @​tanstack/query-async-storage-persister@​5.87.1
  • @​tanstack/query-broadcast-client-experimental@​5.87.1
  • @​tanstack/query-persist-client-core@​5.87.1
  • @​tanstack/query-sync-storage-persister@​5.87.1
  • @​tanstack/react-query@​5.87.1
  • @​tanstack/react-query-devtools@​5.87.1
  • @​tanstack/react-query-persist-client@​5.87.1
  • @​tanstack/react-query-next-experimental@​5.87.1
  • @​tanstack/solid-query@​5.87.1
  • @​tanstack/solid-query-devtools@​5.87.1
  • @​tanstack/solid-query-persist-client@​5.87.1
  • @​tanstack/svelte-query@​5.87.1
  • @​tanstack/svelte-query-devtools@​5.87.1
  • @​tanstack/svelte-query-persist-client@​5.87.1
  • @​tanstack/vue-query@​5.87.1
  • @​tanstack/vue-query-devtools@​5.87.1
  • @​tanstack/angular-query-experimental@​5.87.1
  • @​tanstack/angular-query-devtools-experimental@​5.87.1

v5.87.0

Version 5.87.0 - 9/5/25, 11:55 AM

Changes

Feat

  • query-core: add timeoutManager to allow changing setTimeout/setInterval (#9612) (a0b96db) by @​justjake

Docs

  • angular-query: update Angular Zoneless doc (#9616) (2283633) by Arnoud

Packages

  • @​tanstack/query-async-storage-persister@​5.87.0
  • @​tanstack/query-core@​5.87.0
  • @​tanstack/query-persist-client-core@​5.87.0
  • @​tanstack/query-sync-storage-persister@​5.87.0

... (truncated)

Commits
  • bc2c87f release: v5.87.1
  • b43af57 release: v5.87.0
  • 1599bb4 release: v5.86.0
  • 43049c5 test(react-query/useMutationState): clarify assertions and improve code forma...
  • 7306474 chore(tsconfig.json): simplify 'include' patterns by consolidating file exten...
  • 0a35234 release: v5.85.9
  • 564a4f6 fix(query-core): ensure combine re-executes after cache restoration with memo...
  • 5221029 test(react-query/HydrationBoundary): add tests for 'non-object' state and mis...
  • aec19c9 release: v5.85.8
  • c44ca47 ci: apply automated fixes
  • Additional commits viewable in compare view

Updates graphql from 16.9.0 to 16.11.0

Release notes

Sourced from graphql's releases.

16.11.0

v16.11.0 (2025-04-26)

New Feature 🚀

Bug Fix 🐞

Docs 📝

Polish 💅

Internal 🏠

Committers: 8

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jdecroock, a new releaser for graphql since your current version.


Updates @graphql-codegen/add from 5.0.3 to 6.0.0

Release notes

Sourced from @​graphql-codegen/add's releases.

Release 2022-08-04T13:12:01.667Z

@​graphql-codegen/graphql-modules-preset@​2.5.0

Minor Changes

Release 2022-08-04T13:05:23.977Z

No release notes provided.

Release 2022-08-04T13:02:57.827Z

No release notes provided.

Changelog

Sourced from @​graphql-codegen/add's changelog.

6.0.0

Major Changes

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by theguild-bot, a new releaser for @​graphql-codegen/add since your current version.


Updates @graphql-codegen/cli from 5.0.3 to 6.0.0

Changelog

Sourced from @​graphql-codegen/cli's changelog.

6.0.0

Major Changes

Patch Changes

5.0.7

Patch Changes

  • #10150 e324382 Thanks @​ArminWiebigke! - Allow functions to be passed as valid values for UrlSchemaOptions.customFetch. This was already possible, but the type definitions did not reflect that correctly.

  • #10358 157c823 Thanks @​eddeee888! - Remove extraneous error stacktrace if fails to load @parcel/watcher

  • Updated dependencies [e324382, 98392fc]:

    • @​graphql-codegen/plugin-helpers@​5.1.1
    • @​graphql-codegen/client-preset@​4.8.2

5.0.6

Patch Changes

... (truncated)

Commits
  • c1a8fd4 chore(release): update monorepo packages versions (#10426)
  • 140298a Next major version feature branch (#10218)
  • 72e1d99 chore(release): update monorepo packages versions (#10364)
  • e324382 Allow function as valid type for UrlSchemaOptions.customFetch (#10150)
  • 157c823 CODEGEN-787 - Improve handling of missing @​parcel/watcher scenario (#10358)
  • d72bbac chore(release): update monorepo packages versions (#10334)
  • 5d1c4e1 CODEGEN-334 - Fix ignoreNoDocuments swallowing all errors, not just no docume...
  • 10ab58d CODEGEN-334 - Improve error logging (#10333)
  • 20164e0 chore(release): update monorepo packages versions (#10284)
  • 7d7760d fix: Don't treat schema URLs as relative file paths for the watcher (#10282)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by theguild-bot, a new releaser for @​graphql-codegen/cli since your current version.


Updates @graphql-codegen/typescript from 4.1.0 to 5.0.0

Changelog

Sourced from @​graphql-codegen/typescript's changelog.

5.0.0

Major Changes

Patch Changes

4.1.6

Patch Changes

  • Updated dependencies [f6909d1]:
    • @​graphql-codegen/visitor-plugin-common@​5.8.0

4.1.5

Patch Changes

  • Updated dependencies [d8566c0]:
    • @​graphql-codegen/visitor-plugin-common@​5.7.1

4.1.4

Patch Changes

  • Updated dependencies [6d7c1d7]:
    • @​graphql-codegen/visitor-plugin-common@​5.7.0

4.1.3

Patch Changes

  • Updated dependencies [60dd72f]:
    • @​graphql-codegen/visitor-plugin-common@​5.6.1

4.1.2

Patch Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by theguild-bot, a new releaser for @​graphql-codegen/typescript since your current version.


Updates @graphql-codegen/typescript-operations from 4.3.0 to 5.0.0

Release notes

Sourced from @​graphql-codegen/typescript-operations's releases.

Release 2022-08-04T13:12:01.667Z

@​graphql-codegen/graphql-modules-preset@​2.5.0

Minor Changes

Release 2022-08-04T13:05:23.977Z

No release notes provided.

Release 2022-08-04T13:02:57.827Z

No release notes provided.

Changelog

Sourced from @​graphql-codegen/typescript-operations's changelog.

5.0.0

Major Changes

Patch Changes

4.6.1

Patch Changes

4.6.0

Minor Changes

Patch Changes

  • Updated dependencies [f6909d1]:
    • @​graphql-codegen/visitor-plugin-common@​5.8.0
    • @​graphql-codegen/typescript@​4.1.6

4.5.1

Patch Changes

  • #10302 d8566c0 Thanks @​eddeee888! - Fix Apollo unmask directive incorrectly generating fragmentRefs

  • Updated dependencies [d8566c0]:

    • @​graphql-codegen/visitor-plugin-common@​5.7.1
    • @​graphql-codegen/typescript@​4.1.5

4.5.0

Minor Changes

Patch Changes

... (truncated)

Commits
  • c1a8fd4 chore(release): update monorepo packages versions (#10426)
  • 140298a Next major version feature branch (#10218)
  • 8111070 Fix up tests that don't rely on printFieldsOnNewlines (#10353)
  • 54eb2e3 Split large unions over multiple lines (#10219)
  • d72bbac chore(release): update monorepo packages versions (#10334)
  • c5efba3 Mark graphql-sock peer dependency as optional in typescript/operations plugin...
  • 0350d25 chore(release): update monorepo packages versions (#10322)
  • d6a0615 Crisp up the wording around error handling clients (#10326)
  • f3cf4df [operations][client-preset] CODEGEN-500 - Support semantic non-null for clien...
  • bd5772a chore(release): update monorepo packages versions (#10303)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by theguild-bot, a new releaser for @​graphql-codegen/typescript-operations since your current version.


Updates @graphql-codegen/typescript-react-query from 6.1.0 to 6.1.1

Changelog

Sourced from @​graphql-codegen/typescript-react-query's changelog.

6.1.1

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by theguild-bot, a new releaser for @​graphql-codegen/typescript-react-query since your current version.


Updates @tanstack/react-query-devtools from 5.59.15 to 5.87.1

Release notes

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

v5.87.1

Version 5.87.1 - 9/5/25, 2:15 PM

Changes

Fix

  • query-core: update initialData when an observer mounts while a Query without data exists (#9620) (1c8a921) by Dominik Dorfmeister

Packages

  • @​tanstack/query-core@​5.87.1
  • @​tanstack/query-async-storage-persister@​5.87.1
  • @​tanstack/query-broadcast-client-experimental@​5.87.1
  • @​tanstack/query-persist-client-core@​5.87.1
  • @​tanstack/query-sync-storage-persister@​5.87.1
  • @​tanstack/react-query@​5.87.1
  • @​tanstack/react-query-devtools@​5.87.1
  • @​tanstack/react-query-persist-client@​5.87.1
  • @​tanstack/react-query-next-experimental@​5.87.1
  • @​tanstack/solid-query@​5.87.1
  • @​tanstack/solid-query-devtools@​5.87.1
  • @​tanstack/solid-query-persist-client@​5.87.1
  • @​tanstack/svelte-query@​5.87.1
  • @​tanstack/svelte-query-devtools@​5.87.1
  • @​tanstack/svelte-query-persist-client@​5.87.1
  • @​tanstack/vue-query@​5.87.1
  • @​tanstack/vue-query-devtools@​5.87.1
  • @​tanstack/angular-query-experimental@​5.87.1
  • @​tanstack/angular-query-devtools-experimental@​5.87.1

v5.87.0

Version 5.87.0 - 9/5/25, 11:55 AM

Changes

Feat

  • query-core: add timeoutManager to allow changing setTimeout/setInterval (#9612) (a0b96db) by @​justjake

Docs

  • angular-query: update Angular Zoneless doc (#9616) (2283633) by Arnoud

Packages

  • @​tanstack/query-async-storage-persister@​5.87.0
  • @​tanstack/query-core@​5.87.0
  • @​tanstack/query-persist-client-core@​5.87.0
  • @​tanstack/query-sync-storage-persister@​5.87.0

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 8, 2025
@dependabot dependabot bot requested a review from paulcretu as a code owner September 8, 2025 12:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 8, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 8, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@paulcretu paulcretu temporarily deployed to orcasite-pr-937 September 8, 2025 12:34 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/requests-761399df0d branch 2 times, most recently from 76caf2e to 1cfc976 Compare September 22, 2025 12:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/requests-761399df0d branch from 1cfc976 to 06f710a Compare October 20, 2025 12:37
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/requests-761399df0d branch from 06f710a to 35331e8 Compare November 3, 2025 13:18
Bumps the requests group with 8 updates in the /ui directory:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.59.15` | `5.87.1` |
| [graphql](https://github.com/graphql/graphql-js) | `16.9.0` | `16.11.0` |
| [@graphql-codegen/add](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/other/add) | `5.0.3` | `6.0.0` |
| [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) | `5.0.3` | `6.0.0` |
| [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) | `4.1.0` | `5.0.0` |
| [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) | `4.3.0` | `5.0.0` |
| [@graphql-codegen/typescript-react-query](https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/react-query) | `6.1.0` | `6.1.1` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.59.15` | `5.87.1` |



Updates `@tanstack/react-query` from 5.59.15 to 5.87.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.87.1/packages/react-query)

Updates `graphql` from 16.9.0 to 16.11.0
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.9.0...v16.11.0)

Updates `@graphql-codegen/add` from 5.0.3 to 6.0.0
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/other/add/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/add@6.0.0/packages/plugins/other/add)

Updates `@graphql-codegen/cli` from 5.0.3 to 6.0.0
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@6.0.0/packages/graphql-codegen-cli)

Updates `@graphql-codegen/typescript` from 4.1.0 to 5.0.0
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@5.0.0/packages/plugins/typescript/typescript)

Updates `@graphql-codegen/typescript-operations` from 4.3.0 to 5.0.0
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-operations@5.0.0/packages/plugins/typescript/operations)

Updates `@graphql-codegen/typescript-react-query` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/dotansimha/graphql-code-generator-community/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator-community/blob/main/packages/plugins/typescript/react-query/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator-community/commits/@graphql-codegen/typescript-react-query@6.1.1/packages/plugins/typescript/react-query)

Updates `@tanstack/react-query-devtools` from 5.59.15 to 5.87.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.87.1/packages/react-query-devtools)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.87.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: requests
- dependency-name: graphql
  dependency-version: 16.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: requests
- dependency-name: "@graphql-codegen/add"
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: requests
- dependency-name: "@graphql-codegen/cli"
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: requests
- dependency-name: "@graphql-codegen/typescript"
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: requests
- dependency-name: "@graphql-codegen/typescript-operations"
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: requests
- dependency-name: "@graphql-codegen/typescript-react-query"
  dependency-version: 6.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: requests
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.87.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: requests
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/requests-761399df0d branch from 35331e8 to eb1cd41 Compare November 17, 2025 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant