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

bot: Bump graphiql from 3.0.4 to 3.0.5 in /playground #1730

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps graphiql from 3.0.4 to 3.0.5.

Release notes

Sourced from graphiql's releases.

graphiql@3.0.5

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
  • Updated dependencies [2348641c]:

    • @​graphiql/react@​0.19.3
Changelog

Sourced from graphiql's changelog.

3.0.5

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
  • Updated dependencies [2348641c]:

    • @​graphiql/react@​0.19.3
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Related to dependencies label Jul 31, 2023
@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.01% 🎉

Comparison is base (a88938c) 75.43% compared to head (5b01fb4) 75.45%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1730      +/-   ##
===========================================
+ Coverage    75.43%   75.45%   +0.01%     
===========================================
  Files          208      208              
  Lines        21801    21801              
===========================================
+ Hits         16445    16448       +3     
+ Misses        4208     4206       -2     
+ Partials      1148     1147       -1     
Flag Coverage Δ
all-tests 75.45% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 5 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a88938c...5b01fb4. Read the comment docs.

@shahzadlone
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playground/graphiql-3.0.5 branch from 6885abd to f7d4604 Compare July 31, 2023 10:36
@shahzadlone
Copy link
Member

@dependabot recreate

Bumps [graphiql](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/graphql/graphiql/releases)
- [Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql/CHANGELOG.md)
- [Commits](https://github.com/graphql/graphiql/commits/graphiql@3.0.5/packages/graphiql)

---
updated-dependencies:
- dependency-name: graphiql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playground/graphiql-3.0.5 branch from d473746 to 5b01fb4 Compare August 2, 2023 14:45
@shahzadlone shahzadlone merged commit 968ac7b into develop Aug 2, 2023
14 checks passed
@shahzadlone shahzadlone deleted the dependabot/npm_and_yarn/playground/graphiql-3.0.5 branch August 2, 2023 15:25
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
…1730)

Bumps
[graphiql](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql)
from 3.0.4 to 3.0.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/graphql/graphiql/releases">graphiql's
releases</a>.</em></p>
<blockquote>
<h2>graphiql@3.0.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/graphql/graphiql/pull/3371">#3371</a>
<a
href="https://github.com/graphql/graphiql/commit/2348641c07748691c478ac5f67032b7e9081f9cb"><code>2348641c</code></a>
Thanks <a href="https://github.com/acao"><code>@​acao</code></a>! -
Solves <a
href="https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql/issues/2825">#2825</a>,
an old bug where new tabs were created on every refresh</p>
<p>the bug occurred when:</p>
<ol>
<li><code>shouldPersistHeaders</code> is not set to true</li>
<li><code>headers</code> or <code>defaultHeaders</code> are provided as
props</li>
<li>the user refreshes the browser</li>
</ol>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/graphql/graphiql/commit/2348641c07748691c478ac5f67032b7e9081f9cb"><code>2348641c</code></a>]:</p>
<ul>
<li><code>@​graphiql/react</code><a
href="https://github.com/0"><code>@​0</code></a>.19.3</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/graphql/graphiql/blob/main/packages/graphiql/CHANGELOG.md">graphiql's
changelog</a>.</em></p>
<blockquote>
<h2>3.0.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/graphql/graphiql/pull/3371">#3371</a>
<a
href="https://github.com/graphql/graphiql/commit/2348641c07748691c478ac5f67032b7e9081f9cb"><code>2348641c</code></a>
Thanks <a href="https://github.com/acao"><code>@​acao</code></a>! -
Solves <a
href="https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql/issues/2825">#2825</a>,
an old bug where new tabs were created on every refresh</p>
<p>the bug occurred when:</p>
<ol>
<li><code>shouldPersistHeaders</code> is not set to true</li>
<li><code>headers</code> or <code>defaultHeaders</code> are provided as
props</li>
<li>the user refreshes the browser</li>
</ol>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/graphql/graphiql/commit/2348641c07748691c478ac5f67032b7e9081f9cb"><code>2348641c</code></a>]:</p>
<ul>
<li><code>@​graphiql/react</code><a
href="https://github.com/0"><code>@​0</code></a>.19.3</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/graphql/graphiql/commit/9049e79ff7531f34e4d2ddbcbc7fed7a444760fc"><code>9049e79</code></a>
Version Packages</li>
<li><a
href="https://github.com/graphql/graphiql/commit/4c93b8f55bef3da303a42147034adbdaf372beff"><code>4c93b8f</code></a>
leverage github actions cache for stepped job workflow (<a
href="https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql/issues/3365">#3365</a>)</li>
<li>See full diff in <a
href="https://github.com/graphql/graphiql/commits/graphiql@3.0.5/packages/graphiql">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=graphiql&package-manager=npm_and_yarn&previous-version=3.0.4&new-version=3.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant