Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the requests group across 1 directory with 5 updates #679

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps the requests group with 3 updates in the /ui directory: @tanstack/react-query, @graphql-codegen/cli and @tanstack/react-query-devtools.

Updates @tanstack/react-query from 5.56.2 to 5.59.13

Release notes

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

v5.59.13

Version 5.59.13 - 10/12/24, 9:38 AM

Changes

Fix

  • query-core: don"t finalizeThenable of different queries (#8171) (5d69ad7) by Dominik Dorfmeister

Packages

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

v5.59.12

Version 5.59.12 - 10/12/24, 7:40 AM

Changes

Fix

  • query-core: move thenable-recreation into createResult (#8169) (4758303) by Dominik Dorfmeister

Types

Packages

  • @​tanstack/query-core@​5.59.12
  • @​tanstack/react-query@​5.59.12
  • @​tanstack/vue-query@​5.59.12
  • @​tanstack/query-broadcast-client-experimental@​5.59.12

... (truncated)

Commits
  • 2649e52 release: v5.59.13
  • 5d69ad7 fix(query-core): don't finalizeThenable of different queries (#8171)
  • 8e805fb release: v5.59.12
  • 4758303 fix(query-core): move thenable-recreation into createResult (#8169)
  • 4dfb0fc types(react-query): export QueryErrorResetBoundaryFunction (#8089)
  • babf66f release: v5.59.11
  • a991d92 refactor(types): throw type error when skipToken is present in suspense que...
  • c635194 release: v5.59.10
  • 5edd617 fix(core): correctly gc query when suspense is used when query unmounts while...
  • 931d98d fix(react-query): Allow optional initialData object in queryOptions (#8162)
  • Additional commits viewable in compare view

Updates @graphql-codegen/cli from 5.0.2 to 5.0.3

Changelog

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

5.0.3

Patch Changes

Commits
  • effc3bc chore(release): update monorepo packages versions (#10076)
  • afa2dd1 chore(deps): update dependency bob-the-bundler to v7 (#9431)
  • 8bb34e7 chore(deps): update dependency typescript to v5.5.4 (#10069)
  • 5fb302c fix(deps): update all non-major dependencies (#10070)
  • e0092b5 Bump whatwg-node and graphql-config
  • b9006ec Cleanup
  • f8b637a chore(deps): update dependency @​types/mkdirp to v2 (#9948)
  • 7e1e5ab chore(deps): update graphql-tools (#9965)
  • fcdefb6 Add ability to ignore tests to build example script, ignore failed example-re...
  • b830259 chore(deps): update dependency @​types/is-glob to v4.0.4 (#9859)
  • Additional commits viewable in compare view

Updates @graphql-codegen/typescript from 4.0.9 to 4.1.0

Changelog

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

4.1.0

Minor Changes

  • #10077 3f4f546 Thanks @​eddeee888! - Extend config.avoidOptions to support query, mutation and subscription

    Previously, config.avoidOptions.resolvers was being used to make query, mutation and subscription fields non-optional. Now, config.avoidOptions.query, config.avoidOptions.mutation and config.avoidOptions.subscription can be used to target the respective types.

Patch Changes

  • Updated dependencies [3f4f546]:
    • @​graphql-codegen/visitor-plugin-common@​5.4.0
Commits

Updates @graphql-codegen/typescript-operations from 4.2.3 to 4.3.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.

4.3.0

Minor Changes

  • #10077 3f4f546 Thanks @​eddeee888! - Extend config.avoidOptions to support query, mutation and subscription

    Previously, config.avoidOptions.resolvers was being used to make query, mutation and subscription fields non-optional. Now, config.avoidOptions.query, config.avoidOptions.mutation and config.avoidOptions.subscription can be used to target the respective types.

Patch Changes

  • Updated dependencies [3f4f546]:
    • @​graphql-codegen/visitor-plugin-common@​5.4.0
    • @​graphql-codegen/typescript@​4.1.0
Commits

Updates @tanstack/react-query-devtools from 5.56.2 to 5.59.13

Release notes

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

v5.59.13

Version 5.59.13 - 10/12/24, 9:38 AM

Changes

Fix

  • query-core: don"t finalizeThenable of different queries (#8171) (5d69ad7) by Dominik Dorfmeister

Packages

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

v5.59.12

Version 5.59.12 - 10/12/24, 7:40 AM

Changes

Fix

  • query-core: move thenable-recreation into createResult (#8169) (4758303) by Dominik Dorfmeister

Types

Packages

  • @​tanstack/query-core@​5.59.12
  • @​tanstack/react-query@​5.59.12
  • @​tanstack/vue-query@​5.59.12
  • @​tanstack/query-broadcast-client-experimental@​5.59.12

... (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

Bumps the requests group with 3 updates in the /ui directory: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query), [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) and [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools).


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

Updates `@graphql-codegen/cli` from 5.0.2 to 5.0.3
- [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/[email protected]/packages/graphql-codegen-cli)

Updates `@graphql-codegen/typescript` from 4.0.9 to 4.1.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/[email protected]/packages/plugins/typescript/typescript)

Updates `@graphql-codegen/typescript-operations` from 4.2.3 to 4.3.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/[email protected]/packages/plugins/typescript/operations)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from paulcretu as a code owner October 14, 2024 12:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 14, 2024
@paulcretu paulcretu temporarily deployed to orcasite-pr-679 October 14, 2024 12:22 Inactive
@paulcretu paulcretu enabled auto-merge (squash) October 16, 2024 14:40
@paulcretu paulcretu merged commit 764efa4 into main Oct 16, 2024
8 checks passed
@paulcretu paulcretu deleted the dependabot/npm_and_yarn/ui/requests-8b8709cc76 branch October 16, 2024 14:41
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