orcasound / orcasite

Live-listening web app -- http://live.orcasound.net :star:
http://live.orcasound.net
GNU Affero General Public License v3.0
50 stars 51 forks source link

Bump the requests group in /ui with 6 updates #532

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the requests group in /ui with 6 updates:

Package From To
@tanstack/react-query 5.32.0 5.51.1
graphql 16.8.1 16.9.0
@graphql-codegen/add 5.0.2 5.0.3
@graphql-codegen/typescript 4.0.6 4.0.9
@graphql-codegen/typescript-operations 4.2.0 4.2.3
@tanstack/react-query-devtools 5.32.0 5.51.1

Updates @tanstack/react-query from 5.32.0 to 5.51.1

Release notes

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

v5.51.1

Version 5.51.1 - 7/11/24, 4:56 AM (Manual Release)

Changes

Ci

  • enable npm provenance (#7716) (c6d68d8) by Lachlan Collins
  • Improve Nx inputs (#7702) (362f8e6) by Lachlan Collins

Docs

  • examples: Modernise Next.js examples (#7706) (b58da75) by Lachlan Collins
  • eslint-plugin-query: Fix rules links (#7705) (8d0ba7e) by twiddler
  • examples: Modernise React examples (#7704) (7fc9472) by Lachlan Collins
  • add Query Rewind to vue community projects (#7688) (14d9c49) by John Dunn

Packages

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

v5.51.0

Version 5.51.0 - 7/8/24, 8:05 AM

Changes

Feat

  • vue-query: add support for getters in query keys (#7608) (41009c9) by Suneet Tipirneni

... (truncated)

Commits


Updates graphql from 16.8.1 to 16.9.0

Release notes

Sourced from graphql's releases.

v16.9.0 (2024-06-21)

New Feature 🚀

  • #4119 backport[v16]: Introduce "recommended" validation rules (@​benjie)
  • #4122 backport[v16]: Enable passing values configuration to GraphQLEnumType as a thunk (@​benjie)
  • #4124 backport[v16]: Implement OneOf Input Objects via @oneOf directive (@​benjie)

Committers: 1

v16.8.2 (2024-06-12)

Bug Fix 🐞

Internal 🏠

Committers: 2

Commits
  • 556a01e 16.9.0
  • 6a1614c backport[v16]: Enable passing values configuration to GraphQLEnumType as a th...
  • 29144f7 backport[v16]: Implement OneOf Input Objects via @oneOf directive (#4124)
  • c35130e Revert error extension symbol (#4123)
  • 29c1bff feat: allow defining symbol error extensions (#3730)
  • c985c27 backport[v16]: Introduce "recommended" validation rules (#4119)
  • 08779a0 16.8.2
  • c82609e Fix publish scripts (#4104)
  • 0d12b06 fix: remove globalThis check and align with what bundlers can accept (#4022)
  • See full diff in compare view
Maintainer changes

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


Updates @graphql-codegen/add from 5.0.2 to 5.0.3

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.

5.0.3

Patch Changes

  • #9987 5501c62 Thanks @​taro-28! - Export configuration types (e.g. AddPluginConfig) from the entry point.

    import type { AddPluginConfig } from '@graphql-codegen/add';
    
Commits


Updates @graphql-codegen/typescript from 4.0.6 to 4.0.9

Changelog

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

4.0.9

Patch Changes

  • Updated dependencies [79fee3c]:
    • @​graphql-codegen/visitor-plugin-common@​5.3.1

4.0.8

Patch Changes

4.0.7

Patch Changes

Commits


Updates @graphql-codegen/typescript-operations from 4.2.0 to 4.2.3

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

Patch Changes

  • Updated dependencies [79fee3c]:
    • @​graphql-codegen/visitor-plugin-common@​5.3.1
    • @​graphql-codegen/typescript@​4.0.9

4.2.2

Patch Changes

  • Updated dependencies [808ada5, 14ce39e]:
    • @​graphql-codegen/visitor-plugin-common@​5.3.0
    • @​graphql-codegen/typescript@​4.0.8

4.2.1

Patch Changes

Commits


Updates @tanstack/react-query-devtools from 5.32.0 to 5.51.1

Release notes

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

v5.51.1

Version 5.51.1 - 7/11/24, 4:56 AM (Manual Release)

Changes

Ci

  • enable npm provenance (#7716) (c6d68d8) by Lachlan Collins
  • Improve Nx inputs (#7702) (362f8e6) by Lachlan Collins

Docs

  • examples: Modernise Next.js examples (#7706) (b58da75) by Lachlan Collins
  • eslint-plugin-query: Fix rules links (#7705) (8d0ba7e) by twiddler
  • examples: Modernise React examples (#7704) (7fc9472) by Lachlan Collins
  • add Query Rewind to vue community projects (#7688) (14d9c49) by John Dunn

Packages

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

v5.51.0

Version 5.51.0 - 7/8/24, 8:05 AM

Changes

Feat

  • vue-query: add support for getters in query keys (#7608) (41009c9) by Suneet Tipirneni

... (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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

Superseded by #548.