Skip to content

chore(deps): bump urql from 2.0.4 to 3.0.1#607

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/urql-3.0.1
Closed

chore(deps): bump urql from 2.0.4 to 3.0.1#607
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/urql-3.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 22, 2022

Bumps urql from 2.0.4 to 3.0.1.

Release notes

Sourced from urql's releases.

@​urql/preact@​3.0.1

Patch Changes

@​urql/svelte@​3.0.1

Patch Changes

urql@3.0.1

Patch Changes

@​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)

@​urql/preact@​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)
  • 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)

Patch Changes

@​urql/svelte@​3.0.0

Major Changes

... (truncated)

Changelog

Sourced from urql's changelog.

3.0.1

Patch Changes

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)
  • 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)

Patch Changes

2.2.3

Patch Changes

  • ⚠️ Fix missing React updates after an incoming response that schedules a mount. We now prevent dispatched operations from continuing to flush synchronously when the original source that runs the queue has terminated. This is important for the React bindings, because an update (e.g. setState) may recursively schedule a mount, which then disabled other setState updates from being processed. Previously we assumed that React used a trampoline scheduler for updates, however it appears that setState can recursively start more React work, by @​kitten (See #2556)
  • Updated dependencies (See #2556)

2.2.2

Patch Changes

  • ⚠️ Fix Node.js ESM re-export detection for @urql/core in urql package and CommonJS output for all other CommonJS-first packages. This ensures that Node.js' cjs-module-lexer can correctly identify re-exports and report them properly. Otherwise, this will lead to a runtime error, by @​kitten (See #2485)

2.2.1

Patch Changes

  • ⚠️ Fix issue where a paused subscription would execute with stale variables, by @​JoviDeCroock (See #2463)

2.2.0

Minor Changes

  • Revert to the previous useQuery implementation, use-sync-external-store seems to be causing some unexpected timing issues, by @​JoviDeCroock (See #2308)

Patch Changes

  • Updated dependencies (See #2295)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by npm-urql, a new releaser for urql since your current version.


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)

Bumps [urql](https://github.com/FormidableLabs/urql/tree/HEAD/packages/react-urql) from 2.0.4 to 3.0.1.
- [Release notes](https://github.com/FormidableLabs/urql/releases)
- [Changelog](https://github.com/FormidableLabs/urql/blob/main/packages/react-urql/CHANGELOG.md)
- [Commits](https://github.com/FormidableLabs/urql/commits/urql@3.0.1/packages/react-urql)

---
updated-dependencies:
- dependency-name: urql
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added topic: dependencies Upgrades & changes to dependencies type: maintenance Some chores, dependencies, documentations labels Aug 22, 2022
@vercel
Copy link
Copy Markdown

vercel Bot commented Aug 22, 2022

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

Name Status Preview Updated
web ❌ Failed (Inspect) Aug 22, 2022 at 3:32AM (UTC)

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #607 (686684e) into main (049d270) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main    #607   +/-   ##
=====================================
  Coverage   0.29%   0.29%           
=====================================
  Files         80      80           
  Lines       1720    1720           
  Branches     543     554   +11     
=====================================
  Hits           5       5           
+ Misses      1715    1710    -5     
- Partials       0       5    +5     
Impacted Files Coverage Δ
components/Layout.tsx 0.00% <0.00%> (ø)
components/search/SearchFilters.tsx 0.00% <0.00%> (ø)
components/search/SearchComponent.tsx 0.00% <0.00%> (ø)
components/search/UserSearchResults.tsx 0.00% <0.00%> (ø)
components/search/BlockSearchResults.tsx 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Sep 5, 2022

Superseded by #610.

@dependabot dependabot Bot closed this Sep 5, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/urql-3.0.1 branch September 5, 2022 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: dependencies Upgrades & changes to dependencies type: maintenance Some chores, dependencies, documentations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant