marcobiedermann / spotify-clone

🎵 Simple Spotify clone using their Web API.
https://marcobiedermann-spotify-clone.netlify.com/
MIT License
4 stars 0 forks source link

chore(deps): bump swr from 0.5.7 to 1.0.1 #343

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps swr from 0.5.7 to 1.0.1.

Release notes

Sourced from swr's releases.

1.0.1

Pre-releases

1.0.1-beta.1

Minor Changes

  • Should treat key change as remount: #1430

Patches

  • Test: add tests for a global cache: #1421
  • Chore: always use config ref: #1397
  • Typing: use separated constants instead of enum: #1425

Credits

Huge thanks to @​koba04 and @​huozhi for helping!

1.0.1-beta.0

Minor Changes

  • Feat: add a warning for invalid arguments with suspense mode: #1402
  • Export KeyedMutator type from root export: #1406

Patches

  • Fix typo in test: #1393
  • Chore: remove isomorphic-unfetch from examples: #1389
  • Chore: bump swr to latest in examples: #1394
  • Fix: isValidating when an error occurred: #1396
  • Fix: useSWRConfig is exported as () => any type: #1409
  • Fix: isValidating cache inconsistence in mutatation: #1411
  • Refactor: use TestSWRConfig for error-test: #1404

Credits

Huge thanks to @​louisgv, @​willheslam, @​koba04, @​huozhi, and @​origin-master for helping!

1.0.0

Minor Changes & Breaking Changes

See full changes of this major & previous beta updates on the Releases page. Also read our blog post and migration guide: https://swr.vercel.app/blog/swr-v1.

Patches

  • Chore: add test to ensure the unserialized key is passed to middleware: #1384
  • Chore(examples): update all examples to use v1: #1385

... (truncated)

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)
codecov-commenter commented 2 years ago

Codecov Report

Merging #343 (3f7afbc) into main (4a655a3) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #343   +/-   ##
=======================================
  Coverage   94.73%   94.73%           
=======================================
  Files          34       34           
  Lines         114      114           
  Branches       21       21           
=======================================
  Hits          108      108           
  Misses          6        6           

Continue to review full report at Codecov.

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

dependabot[bot] commented 2 years ago

Superseded by #355.