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 minor-updates group with 5 updates #645

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2024

Bumps the minor-updates group with 5 updates:

Package From To
@types/graphql-relay 0.6.0 0.7.0
@tanstack/react-query 5.28.9 5.28.14
@types/react 18.2.73 18.2.74
@graphiql/react 0.20.3 0.20.4
graphiql 3.1.1 3.1.2

Updates @types/graphql-relay from 0.6.0 to 0.7.0

Commits

Updates @tanstack/react-query from 5.28.9 to 5.28.14

Release notes

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

v5.28.14

Version 5.28.14 - 4/2/2024, 3:24 PM

Changes

Fix

  • react-query: useSuspenseQueries type not compatible with queryOption (#7194) (f585bfea) by Andrew Kogut

Docs

  • gcTime max value (#7190) (0123c809) by Gioele Vuaran

Packages

  • @​tanstack/react-query@​5.28.14
  • @​tanstack/react-query-devtools@​5.28.14
  • @​tanstack/react-query-persist-client@​5.28.14
  • @​tanstack/react-query-next-experimental@​5.28.14

v5.28.13

Version 5.28.13 - 4/2/2024, 3:03 PM

Changes

Fix

  • core: do not invoke combine in constructor (#7215) (53cdfcea) by Dominik Dorfmeister

Packages

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

... (truncated)

Commits
  • 0a2b1ba release: v5.28.14
  • f585bfe fix(react-query): useSuspenseQueries type not compatible with queryOption (#7...
  • 9e70983 release: v5.28.13
  • 53cdfce fix(core): do not invoke combine in constructor (#7215)
  • a4d843a release: v5.28.12
  • e5bfbbe fix(types): add pageParam and direction as optional to "normal" queryFn (#7212)
  • See full diff in compare view

Updates @types/react from 18.2.73 to 18.2.74

Commits

Updates @graphiql/react from 0.20.3 to 0.20.4

Release notes

Sourced from @​graphiql/react's releases.

@​graphiql/react@​0.20.4

Patch Changes

  • Updated dependencies [fc7de5a7]:
    • codemirror-graphql@2.0.11
Changelog

Sourced from @​graphiql/react's changelog.

0.20.4

Patch Changes

  • Updated dependencies [fc7de5a7]:
    • codemirror-graphql@2.0.11
Commits

Updates graphiql from 3.1.1 to 3.1.2

Release notes

Sourced from graphiql's releases.

graphiql@3.1.2

Patch Changes

  • Updated dependencies []:
    • @​graphiql/react@​0.20.4
Changelog

Sourced from graphiql's changelog.

3.1.2

Patch Changes

  • Updated dependencies []:
    • @​graphiql/react@​0.20.4
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 minor-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/graphql-relay](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/graphql-relay) | `0.6.0` | `0.7.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.28.9` | `5.28.14` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.73` | `18.2.74` |
| [@graphiql/react](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql-react) | `0.20.3` | `0.20.4` |
| [graphiql](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql) | `3.1.1` | `3.1.2` |


Updates `@types/graphql-relay` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/graphql-relay)

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

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

Updates `@graphiql/react` from 0.20.3 to 0.20.4
- [Release notes](https://github.com/graphql/graphiql/releases)
- [Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql-react/CHANGELOG.md)
- [Commits](https://github.com/graphql/graphiql/commits/@graphiql/react@0.20.4/packages/graphiql-react)

Updates `graphiql` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/graphql/graphiql/releases)
- [Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql/CHANGELOG.md)
- [Commits](https://github.com/graphql/graphiql/commits/graphiql@3.1.2/packages/graphiql)

---
updated-dependencies:
- dependency-name: "@types/graphql-relay"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@graphiql/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: graphiql
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 2, 2024
Copy link

sonarcloud bot commented Apr 2, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@mike-marcacci mike-marcacci merged commit abb3821 into main Apr 3, 2024
4 checks passed
@mike-marcacci mike-marcacci deleted the dependabot/npm_and_yarn/minor-updates-0d3de5130b branch April 3, 2024 01:43
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