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

chore(deps): update dependency @0no-co/graphqlsp to v1.12.13 - autoclosed #3348

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2024

This PR contains the following updates:

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

Release Notes

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

v1.12.13

Compare Source

Patch Changes
  • ⚠️ Fix wrong fileType diagnostic error when introspection is disabled
    Submitted by @​FyndetNeo (See #​348)

v1.12.12

Compare Source

Patch Changes
  • Bail on dots, when there's one or two dots we are leading up to a fragment-spread and should avoid giving suggestions
    Submitted by @​JoviDeCroock (See #​344)

v1.12.11

Compare Source

Patch Changes
  • ⚠️ Fixed duplicate fragments in persisted document hash generator
    Submitted by @​felamaslen (See #​342)

v1.12.10

Compare Source

Patch Changes
  • ⚠️ Fix unexpected case of persisted calls resolving to undefined AST nodes
    Submitted by @​kitten (See #​337)

v1.12.9

Compare Source

Patch Changes
  • Address potential crashes on malformed TypeScript AST input (such as missing function arguments where they were previously assumed to be passed)
    Submitted by @​kitten (See #​335)

v1.12.8

Compare Source

Patch Changes
  • ⚠️ Fix schema derivation when using graphql.persisted, we used the wrong expression in the ast
    Submitted by @​felamaslen (See #​333)

v1.12.7

Compare Source

Patch Changes

v1.12.6

Compare Source

Patch Changes
  • Use resolved document text when generating the persisted hash
    Submitted by @​felamaslen (See #​327)

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added effort: 1 priority: 2day type: chore updating folder structure, initializing projects etc; no production code change labels Aug 30, 2024
@github-actions github-actions bot temporarily deployed to Preview - videos-admin August 30, 2024 06:30 Inactive
@github-actions github-actions bot temporarily deployed to Preview - journeys-admin August 30, 2024 06:30 Inactive
Copy link
Contributor

The latest updates on your projects.

Name Status Preview Updated (UTC)
docs ✅ Ready Visit Preview Fri Aug 30 06:31:54 UTC 2024

Copy link
Contributor

The latest updates on your projects.

Name Status Preview Updated (UTC)
arclight ✅ Ready Visit Preview Fri Aug 30 06:32:04 UTC 2024

Copy link
Contributor

The latest updates on your projects.

Name Status Preview Updated (UTC)
videos-admin ✅ Ready Visit Preview Fri Aug 30 06:32:35 UTC 2024

Copy link
Contributor

The latest updates on your projects.

Name Status Preview Updated (UTC)
watch ✅ Ready Visit Preview Fri Aug 30 06:33:06 UTC 2024

Copy link
Contributor

The latest updates on your projects.

Name Status Preview Updated (UTC)
journeys ✅ Ready Visit Preview Fri Aug 30 06:33:23 UTC 2024

Copy link
Contributor

The latest updates on your projects.

Name Status Preview Updated (UTC)
journeys-admin ✅ Ready Visit Preview Fri Aug 30 06:33:55 UTC 2024

@renovate renovate bot changed the title chore(deps): update dependency @0no-co/graphqlsp to v1.12.13 chore(deps): update dependency @0no-co/graphqlsp to v1.12.13 - autoclosed Sep 2, 2024
@renovate renovate bot closed this Sep 2, 2024
@renovate renovate bot deleted the 00-00-RB-chore-0no-co-graphqlsp-1.x-lockfile branch September 2, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: 1 priority: 2day type: chore updating folder structure, initializing projects etc; no production code change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants