graphql-bleeding-edge-playground icon indicating copy to clipboard operation
graphql-bleeding-edge-playground copied to clipboard

chore(deps): update dependency graphiql to v1.11.5

Open renovate[bot] opened this issue 4 years ago • 0 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphiql (source) 1.4.2 -> 1.11.5 age adoption passing confidence

Release Notes

graphql/graphiql (graphiql)

v1.11.5

Compare Source

Patch Changes

v1.11.4

Compare Source

Patch Changes

v1.11.3

Compare Source

Patch Changes

v1.11.2

Compare Source

Patch Changes

v1.11.1

Compare Source

Patch Changes

v1.11.0

Compare Source

Minor Changes
Patch Changes

v1.10.0

Compare Source

Minor Changes
Patch Changes

v1.9.13

Compare Source

Patch Changes

v1.9.12

Compare Source

Patch Changes

v1.9.11

Compare Source

Patch Changes

v1.9.10

Compare Source

Patch Changes

v1.9.9

Compare Source

Patch Changes

v1.9.8

Compare Source

Patch Changes

v1.9.7

Compare Source

Patch Changes

v1.9.6

Compare Source

Patch Changes

v1.9.5

Compare Source

Patch Changes

v1.9.4

Compare Source

Patch Changes
  • #​2435 89f0244f Thanks @​thomasheyenbrock! - Move the logic for deriving operation facts from the current query to @graphiql/react and store these facts as properties on the query editor instance
  • #​2436 3e5295f0 Thanks @​thomasheyenbrock! - Inline logic for clicking a reference to open the docs and remove the onClickReference and onHintInformationRender props of the editor components and hooks

v1.9.3

Compare Source

Patch Changes
  • #​2420 3467cd33 Thanks @​thomasheyenbrock! - Deprecate the autoCompleteLeafs method of the GraphiQL component in favor of the function provided by the EditorContext from @graphiql/react

v1.9.2

Compare Source

Patch Changes

v1.9.1

Compare Source

Patch Changes

v1.9.0

Compare Source

Minor Changes
  • #​2370 7f695b10 Thanks @​thomasheyenbrock! - Include the context provider for the explorer from @graphiql/react and replace the local state for the nav stack of the docs with methods provided by hooks from @graphiql/react.
  • #​2404 029ddf82 Thanks @​thomasheyenbrock! - Add a context provider for editors and move the logic of the headers editor from the graphiql package into a hook useHeaderEditor provided by @graphiql/react
Patch Changes

v1.8.10

Compare Source

Patch Changes

v1.8.9

Compare Source

Patch Changes

v1.8.8

Compare Source

Patch Changes

v1.8.7

Compare Source

Patch Changes

v1.8.6

Compare Source

Patch Changes

v1.8.5

Compare Source

Patch Changes

v1.8.4

Compare Source

Patch Changes

v1.8.3

Compare Source

Patch Changes
  • #​2265 9458e10b Thanks @​acao! - fix codemirror import bug for onHasCompletion for #​2263. for esm/cjs users on autocomplete (umd bundle users not impacted)

v1.8.2

Compare Source

Patch Changes

v1.8.1

Compare Source

Patch Changes

v1.8.0

Compare Source

Minor Changes
  • #​2197 3137a6c4 Thanks @​n1ru4l! - Now featuring: tabs! 🥳 🍾 just opt-in with new prop <GraphiQL tabs />. You can also both opt-in and provide a handler via <GraphiQL tabs={{ onTabsChange }} />!
Patch Changes
  • #​2249 1540fd3d Thanks @​acao! - Finally remove inline require() for codemirror addon imports, replace with modern dynamic import() (which enables esbuild, vite, etc).

    This change should allow your bundler to code split codemirror-graphql and the codemirror addons based on which you import. For SSR support, GraphiQL must load these modules dynamically.

    If you want to use other codemirror addons (vim, etc) for non-ssr you can just import them top level, or for SSR, you can just dynamically import them.

v1.7.2

Compare Source

Patch Changes

v1.7.1

Compare Source

Patch Changes

v1.7.0

Compare Source

Minor Changes
Patch Changes

v1.6.0

Compare Source

Minor Changes
  • #​2191 eb8af7b5 Thanks @​n1ru4l! - Allow inserting content before the topBar element via the beforeTopBarContent property.

    <GraphiQL beforeTopBarContent={<SomeComponent />} />
    
  • #​2189 96d47267 Thanks @​n1ru4l! - Apply variable editor title text styles via class variable-editor-title-text instead of using inline-styles. This allows better customization of styles. An active element also has the class active. This allows overriding the inactive state color using the selector .graphiql-container .variable-editor-title-text and overriding the active state color using the selector .graphiql-container .variable-editor-title-text.active.
  • #​2190 d5179899 Thanks @​n1ru4l! - New callback property onSchemaChange for GraphiQL.

    The callback is invoked with the successfully fetched schema from the remote.

    Usage example:

    <GraphiQL onSchemaChange={schema => console.log(schema)} />
    

v1.5.20

Compare Source

Patch Changes

v1.5.19

Compare Source

Patch Changes

v1.5.18

Compare Source

Patch Changes

v1.5.17

Compare Source

Patch Changes

v1.5.16

Compare Source

Patch Changes

v1.5.15

Compare Source

Patch Changes

v1.5.14

Compare Source

Patch Changes

v1.5.13

Compare Source

Patch Changes

v1.5.12

Compare Source

Patch Changes

v1.5.11

Compare Source

Patch Changes

v1.5.9

Compare Source

Patch Changes
  • #​2077 701ca13f Thanks @​acao! - Include schema description in DocExplorer for schema introspection requests. Enables the schemaDescription option for getIntrospectionQuery(). Also includes deprecationReason support in DocExplorer for arguments! Enables inputValueDeprecation in getIntrospectionQuery() and displays deprecation section on field doc view.
  • Updated dependencies [9df315b4]:

v1.5.8

Compare Source

Patch Changes

v1.5.7

Compare Source

Patch Changes

v1.5.6

Compare Source

Patch Changes

v1.5.5

Compare Source

Patch Changes

v1.5.4

Compare Source

Patch Changes

v1.5.3

Compare Source

Patch Changes

v1.5.2

Compare Source

Patch Changes

v1.5.1

Compare Source

Patch Changes

v1.5.0

Compare Source

Minor Changes
Patch Changes

v1.4.8

Compare Source

Patch Changes

v1.4.7

Compare Source

Patch Changes

v1.4.6

Compare Source

Patch Changes

v1.4.5

Compare Source

Patch Changes

v1.4.4

Compare Source

Patch Changes

v1.4.3

Compare Source

Patch Changes
  • 6a459f4c #​1968 Thanks @​acao! - Remove optionalDependencies entirely, remove subscriptions-transport-ws which introduces vulnerabilities, upgrade @n1ru4l/push-pull-async-iterable-iterator to 3.0.0, upgrade graphql-ws several minor versions - the [email protected] upgrade will come in a later minor release.
  • eb2d91fa #​1914 Thanks @​harshithpabbati! - fix: history can now be saved even when query history panel is not opened feat: create a new maxHistoryLength prop to allow more than 20 queries in history panel

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[bot] avatar Oct 28 '21 12:10 renovate[bot]