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

build(deps-dev): bump react-query from 3.7.1 to 3.8.2 #664

Merged
merged 1 commit into from
Feb 7, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2021

Bumps react-query from 3.7.1 to 3.8.2.

Release notes

Sourced from react-query's releases.

v3.8.2

3.8.2 (2021-02-07)

Bug Fixes

  • stop fetching pages when an infinite query unmounts (#1761) (3d2806e)

v3.8.1

3.8.1 (2021-02-06)

Bug Fixes

  • single query methods should be exact by default (#1756) (0b8c55c)

v3.8.0

3.8.0 (2021-02-06)

Bug Fixes

  • check if the navigator global is available before usage (#1755) (7c08f33)
  • make sure state is not updated when unmounted (#1758) (5bd3fa9)
  • update synchronously to make sure observers always have the latest state (#1757) (2da342c)

Features

  • run selector if reference changes to enable use of dependencies (#1751) (bd6c2b5)
Commits
  • 3d2806e fix: stop fetching pages when an infinite query unmounts (#1761)
  • 0b8c55c fix: single query methods should be exact by default (#1756)
  • 2da342c fix: update synchronously to make sure observers always have the latest state...
  • bd6c2b5 feat: run selector if reference changes to enable use of dependencies (#1751)
  • 7c08f33 fix: check if the navigator global is available before usage (#1755)
  • 5bd3fa9 fix: make sure state is not updated when unmounted (#1758)
  • 79e1c17 test: add infinite query with initial data test
  • See full diff in compare view

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 Pull requests that update a dependency file label Feb 7, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2021

==== Benchmark result ====

Node.js version: 15
Total benchmarks: 15
          Passed: 15
          Failed: 0
-----------
router - github static path              200000  iterations    8578  ns/op
router - github path params              100000  iterations   10094  ns/op
compas validator simple                 5000000  iterations     257  ns/op
yup validator simple                     100000  iterations   12876  ns/op
fastest-validator validator simple     10000000  iterations     155  ns/op
compas validator nested                 1000000  iterations    1580  ns/op
yup validator nested                      50000  iterations   41333  ns/op
fastest-validator validator nested      2000000  iterations     564  ns/op
logger - strings                         500000  iterations    2680  ns/op
logger - objects                         500000  iterations    3302  ns/op
logger - deep objects                    500000  iterations    5888  ns/op
uuid                                    5000000  iterations     391  ns/op
uuid.isValid                           10000000  iterations     167  ns/op
isNil                                 500000000  iterations       0  ns/op
isPlainObject                          50000000  iterations      21  ns/op

@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2021

==== Benchmark result ====

Node.js version: 14
Total benchmarks: 15
          Passed: 15
          Failed: 0
-----------
router - github static path              200000  iterations    7881  ns/op
router - github path params              200000  iterations    8828  ns/op
compas validator simple                 5000000  iterations     258  ns/op
yup validator simple                     100000  iterations   11182  ns/op
fastest-validator validator simple     10000000  iterations     117  ns/op
compas validator nested                 1000000  iterations    1456  ns/op
yup validator nested                      50000  iterations   36383  ns/op
fastest-validator validator nested      2000000  iterations     510  ns/op
logger - strings                         500000  iterations    2495  ns/op
logger - objects                         500000  iterations    3076  ns/op
logger - deep objects                    500000  iterations    5586  ns/op
uuid                                    5000000  iterations     457  ns/op
uuid.isValid                           10000000  iterations     150  ns/op
isNil                                 500000000  iterations       0  ns/op
isPlainObject                         100000000  iterations      18  ns/op

@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2021

==== C8 test coverage ====
Statements: 65.96% ( 24802/37604 )
Branches : 65.12% ( 2754 /4229 )
Functions : 66.96% ( 827 /1235 )
Lines : 65.96% ( 24802 /37604 )

@github-actions github-actions bot merged commit f59dba6 into main Feb 7, 2021
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/react-query-3.8.2 branch February 7, 2021 18:22
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants