Skip to content

Comments

Bump next-urql from 3.0.0 to 3.3.3#271

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/next-urql-3.3.3
Open

Bump next-urql from 3.0.0 to 3.3.3#271
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/next-urql-3.3.3

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 13, 2022

Bumps next-urql from 3.0.0 to 3.3.3.

Release notes

Sourced from next-urql's releases.

next-urql@3.3.3

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)

next-urql@3.3.2

Patch Changes

  • Extend peer dependency range of graphql to include ^16.0.0. As always when upgrading across many packages of urql, especially including @urql/core we recommend you to deduplicate dependencies after upgrading, using npm dedupe or npx yarn-deduplicate, by @​kitten (See #2133)

next-urql@3.3.1

Patch Changes

  • ⚠️ Fix bail when the getInitialProps call indicates we've finished the response, by @​JoviDeCroock (See #2101)

next-urql@3.3.0

Minor Changes

next-urql@3.2.1

Patch Changes

  • ⚠️ Fix issue where the renderToString pass would keep looping due to reexecuting operations on the server, by @​JoviDeCroock (See #1895)

next-urql@3.2.0

Minor Changes

  • Add new staleWhileRevalidate option from the ssrExchange addition to withUrqlClient's options. This is useful when Next.js is used in static site generation (SSG) mode, by @​kitten (See #1852)

Patch Changes

next-urql@3.1.1

Patch Changes

  • ⚠️ Fix resetUrqlClient not resetting the SSR cache itself and instead restoring data when all data related to this Client and session should've been deleted, by @​Biboswan (See #1715)
Changelog

Sourced from next-urql's changelog.

3.3.3

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)

3.3.2

Patch Changes

  • Extend peer dependency range of graphql to include ^16.0.0. As always when upgrading across many packages of urql, especially including @urql/core we recommend you to deduplicate dependencies after upgrading, using npm dedupe or npx yarn-deduplicate, by @​kitten (See #2133)

3.3.1

Patch Changes

  • ⚠️ Fix bail when the getInitialProps call indicates we've finished the response, by @​JoviDeCroock (See #2101)

3.3.0

Minor Changes

3.2.1

Patch Changes

  • ⚠️ Fix issue where the renderToString pass would keep looping due to reexecuting operations on the server, by @​JoviDeCroock (See #1895)

3.2.0

Minor Changes

  • Add new staleWhileRevalidate option from the ssrExchange addition to withUrqlClient's options. This is useful when Next.js is used in static site generation (SSG) mode, by @​kitten (See #1852)

Patch Changes

3.1.1

Patch Changes

  • ⚠️ Fix resetUrqlClient not resetting the SSR cache itself and instead restoring data when all data related to this Client and session should've been deleted, by @​Biboswan (See #1715)

3.1.0

Minor Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by npm-urql, a new releaser for next-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 [next-urql](https://github.com/FormidableLabs/urql/tree/HEAD/packages/next-urql) from 3.0.0 to 3.3.3.
- [Release notes](https://github.com/FormidableLabs/urql/releases)
- [Changelog](https://github.com/FormidableLabs/urql/blob/main/packages/next-urql/CHANGELOG.md)
- [Commits](https://github.com/FormidableLabs/urql/commits/next-urql@3.3.3/packages/next-urql)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants