[PR #2638] [CLOSED] chore(deps): bump @urql/core from 2.6.1 to 3.0.3 #3953

Closed
opened 2026-03-17 01:31:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2638
Author: @dependabot[bot]
Created: 9/5/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/urql/core-3.0.3


📝 Commits (1)

  • da118b8 chore(deps): bump @urql/core from 2.6.1 to 3.0.3

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+1 -1)

📄 Description

Bumps @urql/core from 2.6.1 to 3.0.3.

Release notes

Sourced from @​urql/core's releases.

@​urql/core@​3.0.3

Patch Changes

@​urql/core@​3.0.2

Patch Changes

  • ⚠️ Fix case where maskTypename would not traverse down when the root query-field does not contain a __typename, by @​mlecoq (See #2643)

@​urql/core@​3.0.1

Patch Changes

  • ⚠️ fix setting a client default requestPolicy, we set context.requestPolicy: undefined from our bindings which makes a spread override the client-set default, by @​JoviDeCroock (See #2634)

@​urql/core@​3.0.0

Major Changes

  • Goodbye IE11! 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will not be ES5-compatible anymore, by @​kitten (See #2504)
  • Remove support for options on the Client and Client.createOperationContext. We've noticed that there's no real need for createOperationContext or the options on the Client and that it actually encourages modifying properties on the Client that are really meant to be modified dynamically via exchanges, by @​kitten (See #2619)
  • Implement stricter variables types, which require variables to always be passed and match TypeScript types when the generic is set or inferred. This is a breaking change for TypeScript users potentially, unless all types are adhered to, by @​kitten (See #2607)
  • Upgrade to Wonka v6 (wonka@^6.0.0), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @​kitten (See #2504)

Minor Changes

  • Remove the babel-plugin-modular-graphql helper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments, by @​JoviDeCroock (See #2551)
Changelog

Sourced from @​urql/core's changelog.

3.0.3

Patch Changes

3.0.2

Patch Changes

  • ⚠️ Fix case where maskTypename would not traverse down when the root query-field does not contain a __typename, by @​mlecoq (See #2643)

3.0.1

Patch Changes

  • ⚠️ fix setting a client default requestPolicy, we set context.requestPolicy: undefined from our bindings which makes a spread override the client-set default, by @​JoviDeCroock (See #2634)

3.0.0

Major Changes

  • Goodbye IE11! 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will not be ES5-compatible anymore, by @​kitten (See #2504)
  • Remove support for options on the Client and Client.createOperationContext. We've noticed that there's no real need for createOperationContext or the options on the Client and that it actually encourages modifying properties on the Client that are really meant to be modified dynamically via exchanges, by @​kitten (See #2619)
  • Implement stricter variables types, which require variables to always be passed and match TypeScript types when the generic is set or inferred. This is a breaking change for TypeScript users potentially, unless all types are adhered to, by @​kitten (See #2607)
  • Upgrade to Wonka v6 (wonka@^6.0.0), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @​kitten (See #2504)

Minor Changes

  • Remove the babel-plugin-modular-graphql helper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments, by @​JoviDeCroock (See #2551)
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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2638 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/5/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/urql/core-3.0.3` --- ### 📝 Commits (1) - [`da118b8`](https://github.com/hoppscotch/hoppscotch/commit/da118b8f30743d7bfff2e1cbd852d5b885815ae2) chore(deps): bump @urql/core from 2.6.1 to 3.0.3 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+1 -1) </details> ### 📄 Description Bumps [@urql/core](https://github.com/FormidableLabs/urql/tree/HEAD/packages/core) from 2.6.1 to 3.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/FormidableLabs/urql/releases"><code>@​urql/core</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​urql/core</code><a href="https://github.com/3"><code>@​3</code></a>.0.3</h2> <h3>Patch Changes</h3> <ul> <li>⚠️ Fix variable types in core makeOperation, by <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a> (See <a href="https://github-redirect.dependabot.com/FormidableLabs/urql/pull/2665">#2665</a>)</li> </ul> <h2><code>@​urql/core</code><a href="https://github.com/3"><code>@​3</code></a>.0.2</h2> <h3>Patch Changes</h3> <ul> <li>⚠️ Fix case where <code>maskTypename</code> would not traverse down when the root query-field does not contain a <code>__typename</code>, by <a href="https://github.com/mlecoq"><code>@​mlecoq</code></a> (See <a href="https://github-redirect.dependabot.com/FormidableLabs/urql/pull/2643">#2643</a>)</li> </ul> <h2><code>@​urql/core</code><a href="https://github.com/3"><code>@​3</code></a>.0.1</h2> <h3>Patch Changes</h3> <ul> <li>⚠️ fix setting a client default requestPolicy, we set <code>context.requestPolicy: undefined</code> from our bindings which makes a spread override the client-set default, by <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a> (See <a href="https://github-redirect.dependabot.com/FormidableLabs/urql/pull/2634">#2634</a>)</li> </ul> <h2><code>@​urql/core</code><a href="https://github.com/3"><code>@​3</code></a>.0.0</h2> <h3>Major Changes</h3> <ul> <li><strong>Goodbye IE11!</strong> 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will <em>not</em> be ES5-compatible anymore, by <a href="https://github.com/kitten"><code>@​kitten</code></a> (See <a href="https://github-redirect.dependabot.com/FormidableLabs/urql/pull/2504">#2504</a>)</li> <li>Remove support for options on the <code>Client</code> and <code>Client.createOperationContext</code>. We've noticed that there's no real need for <code>createOperationContext</code> or the options on the <code>Client</code> and that it actually encourages modifying properties on the <code>Client</code> that are really meant to be modified dynamically via exchanges, by <a href="https://github.com/kitten"><code>@​kitten</code></a> (See <a href="https://github-redirect.dependabot.com/FormidableLabs/urql/pull/2619">#2619</a>)</li> <li>Implement stricter variables types, which require variables to always be passed and match TypeScript types when the generic is set or inferred. This is a breaking change for TypeScript users potentially, unless all types are adhered to, by <a href="https://github.com/kitten"><code>@​kitten</code></a> (See <a href="https://github-redirect.dependabot.com/FormidableLabs/urql/pull/2607">#2607</a>)</li> <li>Upgrade to <a href="https://github.com/0no-co/wonka">Wonka v6</a> (<code>wonka@^6.0.0</code>), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by <a href="https://github.com/kitten"><code>@​kitten</code></a> (See <a href="https://github-redirect.dependabot.com/FormidableLabs/urql/pull/2504">#2504</a>)</li> </ul> <h3>Minor Changes</h3> <ul> <li>Remove the <code>babel-plugin-modular-graphql</code> helper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments, by <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a> (See <a href="https://github-redirect.dependabot.com/FormidableLabs/urql/pull/2551">#2551</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/FormidableLabs/urql/blob/main/packages/core/CHANGELOG.md"><code>@​urql/core</code>'s changelog</a>.</em></p> <blockquote> <h2>3.0.3</h2> <h3>Patch Changes</h3> <ul> <li>⚠️ Fix variable types in core makeOperation, by <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a> (See <a href="https://github-redirect.dependabot.com/FormidableLabs/urql/pull/2665">#2665</a>)</li> </ul> <h2>3.0.2</h2> <h3>Patch Changes</h3> <ul> <li>⚠️ Fix case where <code>maskTypename</code> would not traverse down when the root query-field does not contain a <code>__typename</code>, by <a href="https://github.com/mlecoq"><code>@​mlecoq</code></a> (See <a href="https://github-redirect.dependabot.com/FormidableLabs/urql/pull/2643">#2643</a>)</li> </ul> <h2>3.0.1</h2> <h3>Patch Changes</h3> <ul> <li>⚠️ fix setting a client default requestPolicy, we set <code>context.requestPolicy: undefined</code> from our bindings which makes a spread override the client-set default, by <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a> (See <a href="https://github-redirect.dependabot.com/FormidableLabs/urql/pull/2634">#2634</a>)</li> </ul> <h2>3.0.0</h2> <h3>Major Changes</h3> <ul> <li><strong>Goodbye IE11!</strong> 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will <em>not</em> be ES5-compatible anymore, by <a href="https://github.com/kitten"><code>@​kitten</code></a> (See <a href="https://github-redirect.dependabot.com/FormidableLabs/urql/pull/2504">#2504</a>)</li> <li>Remove support for options on the <code>Client</code> and <code>Client.createOperationContext</code>. We've noticed that there's no real need for <code>createOperationContext</code> or the options on the <code>Client</code> and that it actually encourages modifying properties on the <code>Client</code> that are really meant to be modified dynamically via exchanges, by <a href="https://github.com/kitten"><code>@​kitten</code></a> (See <a href="https://github-redirect.dependabot.com/FormidableLabs/urql/pull/2619">#2619</a>)</li> <li>Implement stricter variables types, which require variables to always be passed and match TypeScript types when the generic is set or inferred. This is a breaking change for TypeScript users potentially, unless all types are adhered to, by <a href="https://github.com/kitten"><code>@​kitten</code></a> (See <a href="https://github-redirect.dependabot.com/FormidableLabs/urql/pull/2607">#2607</a>)</li> <li>Upgrade to <a href="https://github.com/0no-co/wonka">Wonka v6</a> (<code>wonka@^6.0.0</code>), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by <a href="https://github.com/kitten"><code>@​kitten</code></a> (See <a href="https://github-redirect.dependabot.com/FormidableLabs/urql/pull/2504">#2504</a>)</li> </ul> <h3>Minor Changes</h3> <ul> <li>Remove the <code>babel-plugin-modular-graphql</code> helper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments, by <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a> (See <a href="https://github-redirect.dependabot.com/FormidableLabs/urql/pull/2551">#2551</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FormidableLabs/urql/commit/50c39fca402f9c81a8b04e9d7e55740a84a6aa85"><code>50c39fc</code></a> Version Packages (<a href="https://github.com/FormidableLabs/urql/tree/HEAD/packages/core/issues/2664">#2664</a>)</li> <li><a href="https://github.com/FormidableLabs/urql/commit/275a23336d18af83856ac170a92cc5a2047c91f8"><code>275a233</code></a> fix core makeOperation types (<a href="https://github.com/FormidableLabs/urql/tree/HEAD/packages/core/issues/2665">#2665</a>)</li> <li><a href="https://github.com/FormidableLabs/urql/commit/843b415eb8a2eb700b6e9dca4a7e9c8ef3e6ea5b"><code>843b415</code></a> Version Packages (<a href="https://github.com/FormidableLabs/urql/tree/HEAD/packages/core/issues/2644">#2644</a>)</li> <li><a href="https://github.com/FormidableLabs/urql/commit/b1ac166b1df081e206a1a88f25315ce8333b09ff"><code>b1ac166</code></a> fix: <a href="https://github.com/FormidableLabs/urql/tree/HEAD/packages/core/issues/2642">#2642</a> root element have no __typename field (<a href="https://github.com/FormidableLabs/urql/tree/HEAD/packages/core/issues/2643">#2643</a>)</li> <li><a href="https://github.com/FormidableLabs/urql/commit/460f0aac3099983f5e616307dca3280e672b61a9"><code>460f0aa</code></a> Version Packages (<a href="https://github.com/FormidableLabs/urql/tree/HEAD/packages/core/issues/2635">#2635</a>)</li> <li><a href="https://github.com/FormidableLabs/urql/commit/a908c30cc979b4b5054633d2b2cacd5185640216"><code>a908c30</code></a> fix(core): prevent inputting undefined overriding defaults (<a href="https://github.com/FormidableLabs/urql/tree/HEAD/packages/core/issues/2634">#2634</a>)</li> <li><a href="https://github.com/FormidableLabs/urql/commit/fe2b92a6c79e1a2b88ad49a90b54abe055b09bdb"><code>fe2b92a</code></a> Version Packages (<a href="https://github.com/FormidableLabs/urql/tree/HEAD/packages/core/issues/2584">#2584</a>)</li> <li><a href="https://github.com/FormidableLabs/urql/commit/c5c6cf05f539cd92354cb98af26cbf37139b256a"><code>c5c6cf0</code></a> chore(core): Refactor core code and remove modifiable Client options (<a href="https://github.com/FormidableLabs/urql/tree/HEAD/packages/core/issues/2619">#2619</a>)</li> <li><a href="https://github.com/FormidableLabs/urql/commit/ce004409bca2944bbab2acdf297227a4a1a5613c"><code>ce00440</code></a> Reduce size of <code>@​urql/core</code> (*.min.mjs) to 6.1kB gzip'd (<a href="https://github.com/FormidableLabs/urql/tree/HEAD/packages/core/issues/2611">#2611</a>)</li> <li><a href="https://github.com/FormidableLabs/urql/commit/0af8d8baf2a55b3c630c34e4ce47e3e066f60960"><code>0af8d8b</code></a> fix(core): Implement stricter variable typings on generic (<a href="https://github.com/FormidableLabs/urql/tree/HEAD/packages/core/issues/2607">#2607</a>)</li> <li>Additional commits viewable in <a href="https://github.com/FormidableLabs/urql/commits/@urql/core@3.0.3/packages/core">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@urql/core&package-manager=npm_and_yarn&previous-version=2.6.1&new-version=3.0.3)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:31:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3953
No description provided.