JabRef / JabRefOnline

https://www.jabref.org
MIT License
32 stars 10 forks source link

chore: bump the graphql group across 1 directory with 8 updates #2448

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the graphql group with 8 updates in the / directory:

Package From To
@apollo/client 3.10.4 3.10.8
graphql 16.8.1 16.9.0
@graphql-codegen/add 5.0.2 5.0.3
@graphql-codegen/typed-document-node 5.0.7 5.0.9
@graphql-codegen/typescript-operations 4.2.1 4.2.3
@graphql-inspector/cli 5.0.5 5.0.6
@graphql-tools/utils 10.2.1 10.2.3
graphql-codegen-typescript-validation-schema 0.12.1 0.15.0

Updates @apollo/client from 3.10.4 to 3.10.8

Release notes

Sourced from @​apollo/client's releases.

v3.10.8

Patch Changes

  • #11911 1f0460a Thanks @​jerelmiller! - Allow undefined to be returned from a cache.modify modifier function when a generic type argument is used.

v3.10.7

Patch Changes

v3.10.6

Patch Changes

v3.10.5

Patch Changes

  • #11888 7fb7939 Thanks @​phryneas! - switch useRenderGuard to an approach not accessing React's internals

  • #11511 6536369 Thanks @​phryneas! - useLoadableQuery: ensure that loadQuery is updated if the ApolloClient instance changes

  • #11860 8740f19 Thanks @​alessbell! - Fixes #11849 by reevaluating window.fetch each time BatchHttpLink uses it, if not configured via options.fetch. Takes the same approach as PR #8603 which fixed the same issue in HttpLink.

  • #11852 d502a69 Thanks @​phryneas! - Fix a bug where calling the useMutation reset function would point the hook to an outdated client reference.

  • #11329 3d164ea Thanks @​PaLy! - Fix graphQLErrors in Error Link if networkError.result is an empty string

  • #11852 d502a69 Thanks @​phryneas! - Prevent writing to a ref in render in useMutation. As a result, you might encounter problems in the future if you call the mutation's execute function during render. Please note that this was never supported behavior, and we strongly recommend against it.

  • #11848 ad63924 Thanks @​phryneas! - Ensure covariant behavior: MockedResponse<X,Y> should be assignable to MockedResponse

  • #11851 45c47be Thanks @​phryneas! - Avoid usage of useRef in useInternalState to prevent ref access in render.

  • #11877 634d91a Thanks @​phryneas! - Add missing name to tuple member (fix TS5084)

  • #11851 45c47be Thanks @​phryneas! - Fix a bug where useLazyQuery would not pick up a client change.

Changelog

Sourced from @​apollo/client's changelog.

3.10.8

Patch Changes

  • #11911 1f0460a Thanks @​jerelmiller! - Allow undefined to be returned from a cache.modify modifier function when a generic type argument is used.

3.10.7

Patch Changes

3.10.6

Patch Changes

3.10.5

Patch Changes

  • #11888 7fb7939 Thanks @​phryneas! - switch useRenderGuard to an approach not accessing React's internals

  • #11511 6536369 Thanks @​phryneas! - useLoadableQuery: ensure that loadQuery is updated if the ApolloClient instance changes

  • #11860 8740f19 Thanks @​alessbell! - Fixes #11849 by reevaluating window.fetch each time BatchHttpLink uses it, if not configured via options.fetch. Takes the same approach as PR #8603 which fixed the same issue in HttpLink.

  • #11852 d502a69 Thanks @​phryneas! - Fix a bug where calling the useMutation reset function would point the hook to an outdated client reference.

  • #11329 3d164ea Thanks @​PaLy! - Fix graphQLErrors in Error Link if networkError.result is an empty string

  • #11852 d502a69 Thanks @​phryneas! - Prevent writing to a ref in render in useMutation. As a result, you might encounter problems in the future if you call the mutation's execute function during render. Please note that this was never supported behavior, and we strongly recommend against it.

  • #11848 ad63924 Thanks @​phryneas! - Ensure covariant behavior: MockedResponse<X,Y> should be assignable to MockedResponse

  • #11851 45c47be Thanks @​phryneas! - Avoid usage of useRef in useInternalState to prevent ref access in render.

  • #11877 634d91a Thanks @​phryneas! - Add missing name to tuple member (fix TS5084)

  • #11851 45c47be Thanks @​phryneas! - Fix a bug where useLazyQuery would not pick up a client change.

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/typed-document-node from 5.0.7 to 5.0.9

Release notes

Sourced from @​graphql-codegen/typed-document-node'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/typed-document-node's changelog.

5.0.9

Patch Changes

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

5.0.8

Patch Changes

Commits


Updates @graphql-codegen/typescript-operations from 4.2.1 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
Commits


Updates @graphql-inspector/cli from 5.0.5 to 5.0.6

Changelog

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

5.0.6

Patch Changes

  • Updated dependencies [8df7cd6, 8df7cd6, 8df7cd6, 8df7cd6, 0e40ebd]:
    • @​graphql-inspector/audit-command@​5.0.6
    • @​graphql-inspector/coverage-command@​6.1.0
    • @​graphql-inspector/loaders@​4.0.5
    • @​graphql-inspector/validate-command@​5.0.6
    • @​graphql-inspector/diff-command@​5.0.6
    • @​graphql-inspector/introspect-command@​5.0.6
    • @​graphql-inspector/similar-command@​5.0.6
Commits


Updates @graphql-tools/utils from 10.2.1 to 10.2.3

Changelog

Sourced from @​graphql-tools/utils's changelog.

10.2.3

Patch Changes

10.2.2

Patch Changes

  • #6238 0f7059b Thanks @​ardatan! - If the given objects are arrays with the same length, merge the elements.

    const a = [{ a: 1 }, { b: 2 }]
    const b = [{ c: 3 }, { d: 4 }]
    const result = mergeDeep(a, b) // [{ a: 1, c: 3 }, { b: 2, d: 4 }]
    
Commits
  • 0081f3e chore(release): update monorepo packages versions (#6309)
  • 66c99d9 Federation: Add tests with @defer (#6278)
  • 2d7402e chore(release): update monorepo packages versions (#6242)
  • 0f7059b fix(federation): merge the elements if the shared root field is a list (#6238)
  • See full diff in compare view


Updates graphql-codegen-typescript-validation-schema from 0.12.1 to 0.15.0

Release notes

Sourced from graphql-codegen-typescript-validation-schema's releases.

valibot support

What's Changed

... (truncated)

Commits
  • 15e6f39 0.15.0
  • b40d9c7 added valibot support in README
  • 9e19b58 Merge pull request #661 from MH4GF/improve-zod-test
  • 617fc42 fix(deps): update dependency @​graphql-tools/utils to v10.2.2
  • bb63d90 fix: fix format
  • 8d16f2b Merge remote-tracking branch 'upstream/main' into improve-zod-test
  • 02b4982 chore(deps): update pnpm to v9.3.0
  • 79c2d55 chore(deps): update dependency @​antfu/eslint-config to v2.21.0
  • 1be162a chore(deps): update dependency valibot to v0.31.1
  • e6b1c6e chore(deps): update dependency valibot to v0.31.0
  • Additional commits viewable 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 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
tobiasdiez commented 4 months ago

@dependabot rebase

github-actions[bot] commented 4 months ago

Deployed 82132b5d07cd353bae4dd0adacbd570df21f98e2 to https://gentle-forest-03418aa03-2448.westeurope.3.azurestaticapps.net