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

Update dependency @0no-co/graphqlsp to ^1.12.5 #410

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@0no-co/graphqlsp ^1.10.1 -> ^1.12.5 age adoption passing confidence

Release Notes

0no-co/GraphQLSP (@​0no-co/graphqlsp)

v1.12.5

Compare Source

Patch Changes

v1.12.4

Compare Source

Patch Changes
  • ⚠️ Fix fragments not being resolved when they're assigned to a property on an arbitrary identifier as an identifier
    Submitted by @​kitten (See #​322)

v1.12.3

Compare Source

Patch Changes

v1.12.2

Compare Source

Patch Changes
  • Update graphql to variably support ^15.5.0 and include future support for v17. The graphql package is now marked as a peer dependency in addition to a regular dependency
    Submitted by @​kitten (See #​314)

v1.12.1

Compare Source

Patch Changes
  • ⚠️ Fix schema name being determined incorrectly when calling graphql from namespace/property-access
    Submitted by @​kitten (See #​312)

v1.12.0

Compare Source

Minor Changes
  • Add support for defining multiple indepenent schemas through a new config property called schemas, you can
    pass a config like the following:
    {
      "name": "@​0no-co/graphqlsp",
      "schemas": [
        {
          "name": "pokemons",
          "schema": "./pokemons.graphql",
          "tadaOutputLocation": "./pokemons-introspection.d.ts"
        },
        {
          "name": "weather",
          "schema": "./weather.graphql",
          "tadaOutputLocation": "./weather-introspection.d.ts"
        }
      ]
    }
    The LSP will depending on what graphql() template you use figure out what API you are reaching out to.
    Submitted by @​JoviDeCroock (See #​303)
  • Expose findAllCallExpressions on @0no-co/graphqlsp/api
    Submitted by @​kitten (See #​308)
  • Expand support for gql.tada API. GraphQLSP will now recognize graphql()/graphql.persisted() calls regardless of variable naming and support more obscure usage patterns
    Submitted by @​kitten (See #​309)

v1.11.0

Compare Source

Minor Changes
  • Add validation step to check that the persisted-operations hash has been updated when the document changes
    Submitted by @​JoviDeCroock (See #​301)

v1.10.3

Compare Source

Patch Changes
  • Correctly identify unused fields on a fragment-definition, these have no parent to group by so we display them as unused leaves
    Submitted by @​JoviDeCroock (See #​299)

v1.10.2

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

vercel bot commented Apr 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
emily-calder-performing-arts ❌ Failed (Inspect) Jun 3, 2024 8:05am
emily-calder-performing-arts-admin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 3, 2024 8:05am

@renovate renovate bot changed the title Update dependency @0no-co/graphqlsp to ^1.11.0 Update dependency @0no-co/graphqlsp to ^1.12.0 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/0no-co-graphqlsp-1.x branch from c5114dc to d51a977 Compare April 26, 2024 10:54
@renovate renovate bot changed the title Update dependency @0no-co/graphqlsp to ^1.12.0 Update dependency @0no-co/graphqlsp to ^1.12.1 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/0no-co-graphqlsp-1.x branch from d51a977 to 614726b Compare April 26, 2024 15:06
@renovate renovate bot changed the title Update dependency @0no-co/graphqlsp to ^1.12.1 Update dependency @0no-co/graphqlsp to ^1.12.2 May 3, 2024
@renovate renovate bot force-pushed the renovate/0no-co-graphqlsp-1.x branch from 614726b to 905a399 Compare May 3, 2024 07:55
@renovate renovate bot force-pushed the renovate/0no-co-graphqlsp-1.x branch from 905a399 to 491532f Compare May 9, 2024 10:25
@renovate renovate bot force-pushed the renovate/0no-co-graphqlsp-1.x branch 2 times, most recently from 1fd0a3f to d77dfee Compare May 9, 2024 11:14
@renovate renovate bot force-pushed the renovate/0no-co-graphqlsp-1.x branch from d77dfee to 8558104 Compare May 13, 2024 19:46
@renovate renovate bot changed the title Update dependency @0no-co/graphqlsp to ^1.12.2 Update dependency @0no-co/graphqlsp to ^1.12.3 May 13, 2024
@renovate renovate bot force-pushed the renovate/0no-co-graphqlsp-1.x branch from 8558104 to 652dd81 Compare May 27, 2024 09:43
@renovate renovate bot changed the title Update dependency @0no-co/graphqlsp to ^1.12.3 Update dependency @0no-co/graphqlsp to ^1.12.4 May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants