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

fix(deps): update dependency codemirror-graphql to v2 #14

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

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Jun 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
codemirror-graphql (source) 1.2.5 -> 2.1.1 age adoption passing confidence

Release Notes

graphql/graphiql (codemirror-graphql)

v2.1.1

Compare Source

Patch Changes
  • #​3751 b8538d8 Thanks @​dimaMachina! - replace deprecated navigator.platform with navigator.userAgent

    fix placeholder ⌘ K in doc explorer search input for non mac devices, replace by Ctrl K

v2.1.0

Compare Source

Minor Changes
Patch Changes
  • Updated dependencies [6c9f0df]:
    • graphql-language-service@5.3.0

v2.0.13

Compare Source

Patch Changes

v2.0.12

Compare Source

Patch Changes
  • #​3521 aa6dbbb4 Thanks @​acao! - Fixes several issues with Type System (SDL) completion across the ecosystem:

    • restores completion for object and input type fields when the document context is not detectable or parseable
    • correct top-level completions for either of the unknown, type system or executable definitions. this leads to mixed top level completions when the document is unparseable, but now you are not seemingly restricted to only executable top level definitions
    • .graphqls ad-hoc standard functionality remains, but is not required, as it is not part of the official spec, and the spec also allows mixed mode documents in theory, and this concept is required when the type is unknown
  • Updated dependencies [aa6dbbb4]:

    • graphql-language-service@5.2.1

v2.0.11

Compare Source

Patch Changes

v2.0.10

Compare Source

Patch Changes

v2.0.9

Compare Source

Patch Changes

v2.0.8

Compare Source

Patch Changes
  • Updated dependencies [06007498]:
    • graphql-language-service@5.1.6

v2.0.7

Compare Source

Patch Changes
  • Updated dependencies [4d33b221]:
    • graphql-language-service@5.1.5

v2.0.6

Compare Source

Patch Changes

v2.0.5

Compare Source

Patch Changes

v2.0.4

Compare Source

Patch Changes

v2.0.3

Compare Source

Patch Changes

v2.0.2

Compare Source

Patch Changes

v2.0.1

Compare Source

Patch Changes

v2.0.0

Compare Source

Major Changes
  • #​2694 e59ec32e Thanks @​acao! - BREAKING: Change the implementation of the info popup when hovering items in the code editor:
    • For fields the type prefix was removed, i.e. MyType.myField -> myField
    • For args, the type and field was removed, i.e. MyType.myField(myArg: MyArgType) -> myArg: MyArgType
    • The DOM structure of the info tooltip changed to enable more flexible styling:
      • The first section (i.e. the clickable parts like type and field name) are wrapped in an additional div
      • The markdown content for deprecation reasons is wrapped in an additional div

v1.3.2

Compare Source

Patch Changes
  • Updated dependencies [cccefa70]:
    • graphql-language-service@5.0.6

v1.3.1

Compare Source

Patch Changes
  • Updated dependencies [c9c51b8a]:
    • graphql-language-service@5.0.5

v1.3.0

Compare Source

Minor Changes
Patch Changes
  • Updated dependencies [d22f6111]:
    • graphql-language-service@5.0.4

v1.2.17

Compare Source

Patch Changes
  • Updated dependencies [45cbc759]:
    • graphql-language-service@5.0.3

v1.2.16

Compare Source

Patch Changes
  • Updated dependencies [c36504a8]:
    • graphql-language-service@5.0.2

v1.2.15

Compare Source

Patch Changes

v1.2.14

Compare Source

Patch Changes

v1.2.13

Compare Source

Patch Changes
  • Updated dependencies [2502a364]:
    • graphql-language-service@5.0.0

v1.2.12

Compare Source

Patch Changes

v1.2.11

Compare Source

Patch Changes
  • Updated dependencies []:
    • graphql-language-service@4.1.4

v1.2.10

Compare Source

Patch Changes
  • Updated dependencies [a44772d6]:
    • graphql-language-service@4.1.3

v1.2.9

Compare Source

Patch Changes
  • Updated dependencies [e20760fb]:
    • graphql-language-service@4.1.2

v1.2.8

Compare Source

Patch Changes
  • #​2091 ff9cebe5 Thanks @​acao! - Fix graphql 15 related issues. Should now build & test interchangeably.

  • Updated dependencies []:

    • graphql-language-service@4.1.1

v1.2.7

Compare Source

Patch Changes
  • Updated dependencies [0f1f90ce]:
    • graphql-language-service@4.1.0

v1.2.6

Compare Source

Patch Changes
  • Updated dependencies [9df315b4]:
    • graphql-language-service@4.0.0

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

Copy link
Author

mend-for-github-com bot commented Jun 26, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @usebruno/app@0.3.0
npm ERR! Found: codemirror@5.65.2
npm ERR! node_modules/codemirror
npm ERR!   codemirror@"5.65.2" from @usebruno/app@0.3.0
npm ERR!   packages/bruno-app
npm ERR!     @usebruno/app@0.3.0
npm ERR!     node_modules/@usebruno/app
npm ERR!       workspace packages/bruno-app from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer codemirror@"^5.65.3" from codemirror-graphql@2.1.1
npm ERR! node_modules/codemirror-graphql
npm ERR!   codemirror-graphql@"2.1.1" from @usebruno/app@0.3.0
npm ERR!   packages/bruno-app
npm ERR!     @usebruno/app@0.3.0
npm ERR!     node_modules/@usebruno/app
npm ERR!       workspace packages/bruno-app from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-08-25T07_52_27_191Z-debug-0.log

@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/codemirror-graphql-2.x branch from 857a46c to 62b47de Compare August 2, 2024 08:54
@mend-for-github-com mend-for-github-com bot changed the title fix(deps): update dependency codemirror-graphql to v2 [NEUTRAL] Update dependency codemirror-graphql to v2 Aug 2, 2024
@mend-for-github-com mend-for-github-com bot changed the title [NEUTRAL] Update dependency codemirror-graphql to v2 fix(deps): update dependency codemirror-graphql to v2 Aug 6, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/codemirror-graphql-2.x branch from 62b47de to 77e22d7 Compare August 14, 2024 09:36
@mend-for-github-com mend-for-github-com bot changed the title fix(deps): update dependency codemirror-graphql to v2 [NEUTRAL] Update dependency codemirror-graphql to v2 Aug 14, 2024
@mend-for-github-com mend-for-github-com bot changed the title [NEUTRAL] Update dependency codemirror-graphql to v2 fix(deps): update dependency codemirror-graphql to v2 Aug 18, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/codemirror-graphql-2.x branch from 77e22d7 to 4265043 Compare August 25, 2024 07:52
@mend-for-github-com mend-for-github-com bot changed the title fix(deps): update dependency codemirror-graphql to v2 [NEUTRAL] Update dependency codemirror-graphql to v2 Aug 25, 2024
@mend-for-github-com mend-for-github-com bot changed the title [NEUTRAL] Update dependency codemirror-graphql to v2 fix(deps): update dependency codemirror-graphql to v2 Aug 29, 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.

0 participants