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 @graphiql/react to ^0.22.2 #83

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphiql/react (source) ^0.17.1 -> ^0.22.2 age adoption passing confidence

Release Notes

graphql/graphiql (@​graphiql/react)

v0.22.2

Compare Source

Patch Changes

v0.22.1

Compare Source

Patch Changes

v0.22.0

Compare Source

Minor Changes

v0.21.0

Compare Source

Minor Changes

v0.20.4

Compare Source

Patch Changes
  • Updated dependencies [fc7de5a7]:
    • codemirror-graphql@2.0.11

v0.20.3

Compare Source

Patch Changes
  • #​3526 2b6ea316 Thanks @​benjie! - Add new useOptimisticState hook that can wrap a useState-like hook to perform optimistic caching of state changes, this helps to avoid losing characters when the user is typing rapidly. Example of usage: const [state, setState] = useOptimisticState(useOperationsEditorState());

v0.20.2

Compare Source

Patch Changes
  • #​3447 e89c432d Thanks @​acao! - Remove initialState for new hooks, add additionalComponent to toolbar to allow buttons to use context

v0.20.1

Compare Source

Patch Changes

v0.20.0

Compare Source

Minor Changes

v0.19.4

Compare Source

Patch Changes
  • Updated dependencies [7b00774a, 7b00774a]:
    • graphql-language-service@5.2.0
    • codemirror-graphql@2.0.10

v0.19.3

Compare Source

Patch Changes
  • #​3371 2348641c Thanks @​acao! - Solves #​2825, an old bug where new tabs were created on every refresh

    the bug occurred when:

    1. shouldPersistHeaders is not set to true
    2. headers or defaultHeaders are provided as props
    3. the user refreshes the browser

v0.19.2

Compare Source

Patch Changes

v0.19.1

Compare Source

Patch Changes

v0.19.0

Compare Source

Minor Changes
  • #​3130 9a38de29 Thanks @​lesleydreyer! - - Add a "clear history" button to clear all history as well as trash icons to clear individual history items

    • Change so item is in history items or history favorites, not both
    • Fix history label editing so if the same item is in the list more than once it edits the correct label
    • Pass the entire history item in history functions (addToHistory, editLabel, toggleFavorite, etc.) so users building their own HistoryContext.Provider will get any additional props they added to the item in their customized functions
    • Adds a "setActive" callback users can use to customize their UI when the history item is clicked

v0.18.0

Compare Source

Minor Changes
  • #​3181 9ac84bfc Thanks @​B2o5T! - remove initialTabs, use defaultTabs instead

  • #​3181 9ac84bfc Thanks @​B2o5T! - replace @reach/dialog by @radix-ui/react-dialog replace @reach/visually-hidden by @radix-ui/react-visually-hidden

  • #​3181 9ac84bfc Thanks @​B2o5T! - replace @reach/menu-button by @radix-ui/react-dropdown-menu remove @reach/listbox remove <ToolbarListbox /> and <Listbox /> components (use <Menu /> instead)

  • #​3181 9ac84bfc Thanks @​B2o5T! - fixed long list items in dropdown were hidden

    rename <Menu /> to <DropdownMenu /> rename <Menu.List /> to <DropdownMenu.Content /> rename <Menu.Item /> to <DropdownMenu.Item /> rename <Menu.Button /> to <DropdownMenu.Button />

  • #​3181 9ac84bfc Thanks @​B2o5T! - replace @reach/tooltip by @radix-ui/react-tooltip

  • #​3181 9ac84bfc Thanks @​B2o5T! - replace @reach/combobox with Combobox from @headlessui/react

  • #​3181 9ac84bfc Thanks @​B2o5T! - tabs could be reorderded

Patch Changes

v0.17.6

Compare Source

Patch Changes

v0.17.5

Compare Source

Patch Changes

v0.17.4

Compare Source

Patch Changes

v0.17.3

Compare Source

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

v0.17.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 is behind base branch, 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.

@changeset-bot
Copy link

changeset-bot bot commented May 3, 2023

⚠️ No Changeset found

Latest commit: 177b12c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented May 3, 2023

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

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 31, 2024 9:23pm

@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from 6b33556 to 1bfd3aa Compare May 8, 2023 13:33
@renovate renovate bot changed the title Update dependency @graphiql/react to ^0.17.2 Update dependency @graphiql/react to ^0.17.3 May 8, 2023
@renovate renovate bot changed the title Update dependency @graphiql/react to ^0.17.3 Update dependency @graphiql/react to ^0.17.4 May 11, 2023
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from 1bfd3aa to c06d6f5 Compare May 11, 2023 14:15
@renovate renovate bot changed the title Update dependency @graphiql/react to ^0.17.4 Update dependency @graphiql/react to ^0.17.5 May 23, 2023
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from c06d6f5 to 9149ca5 Compare May 23, 2023 19:10
@renovate renovate bot changed the title Update dependency @graphiql/react to ^0.17.5 Update dependency @graphiql/react to ^0.17.6 May 28, 2023
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from 9149ca5 to 648bbb5 Compare May 28, 2023 00:08
@renovate renovate bot changed the title Update dependency @graphiql/react to ^0.17.6 Update dependency @graphiql/react to ^0.18.0 Jun 24, 2023
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from 648bbb5 to 3253d8a Compare June 24, 2023 09:45
@renovate renovate bot changed the title Update dependency @graphiql/react to ^0.18.0 Update dependency @graphiql/react to ^0.19.0 Jul 12, 2023
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from 3253d8a to 1c49aec Compare July 12, 2023 16:24
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from 1c49aec to 28c840d Compare July 16, 2023 12:49
@renovate renovate bot changed the title Update dependency @graphiql/react to ^0.19.0 Update dependency @graphiql/react to ^0.19.1 Jul 16, 2023
@renovate renovate bot changed the title Update dependency @graphiql/react to ^0.19.1 Update dependency @graphiql/react to ^0.19.2 Jul 24, 2023
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from 28c840d to f9dc494 Compare July 24, 2023 16:54
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from f9dc494 to 2f27427 Compare July 30, 2023 13:36
@renovate renovate bot changed the title Update dependency @graphiql/react to ^0.19.2 Update dependency @graphiql/react to ^0.19.3 Jul 30, 2023
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from c8e10ab to 05e362c Compare January 25, 2024 15:33
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from 05e362c to f17113d Compare January 25, 2024 15:35
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from f17113d to 177b12c Compare February 2, 2024 00:18
@renovate renovate bot changed the title Update dependency @graphiql/react to ^0.20.2 Update dependency @graphiql/react to ^0.20.3 Feb 2, 2024
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from 177b12c to 23dd266 Compare February 26, 2024 17:23
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from 23dd266 to c29a07e Compare February 26, 2024 19:30
@renovate renovate bot changed the title Update dependency @graphiql/react to ^0.20.3 Update dependency @graphiql/react to ^0.20.4 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from c29a07e to a27ca2e Compare April 2, 2024 15:52
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from a27ca2e to b97528e Compare April 5, 2024 21:05
@renovate renovate bot changed the title Update dependency @graphiql/react to ^0.20.4 Update dependency @graphiql/react to ^0.21.0 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch 2 times, most recently from 5a2b24d to 675fbbb Compare April 10, 2024 18:43
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from 675fbbb to f135b45 Compare May 7, 2024 17:10
@renovate renovate bot changed the title Update dependency @graphiql/react to ^0.21.0 Update dependency @graphiql/react to ^0.22.0 May 7, 2024
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from f135b45 to c5d2b91 Compare May 12, 2024 21:48
@renovate renovate bot changed the title Update dependency @graphiql/react to ^0.22.0 Update dependency @graphiql/react to ^0.22.1 May 12, 2024
@renovate renovate bot force-pushed the renovate/graphiql-react-0.x branch from c5d2b91 to fe66af7 Compare May 31, 2024 21:22
@renovate renovate bot changed the title Update dependency @graphiql/react to ^0.22.1 Update dependency @graphiql/react to ^0.22.2 May 31, 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