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

chore(deps): bump cachios from 3.1.1 to 4.0.0 #215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps cachios from 3.1.1 to 4.0.0.

Release notes

Sourced from cachios's releases.

v4.0.0

Uses an object-hash replacer to transform FormData objects to key-value object maps before hashing.

This allows requests using FormData to be cached: AlbinoDrought/cachios#7

Applications that relied on exceptions being thrown when sending FormData requests through Cachios should be modified to expect the updated behaviour.

v3.1.2

AlbinoDrought/cachios#74

Changelog

Sourced from cachios's changelog.

4.0.0

Uses an object-hash replacer to transform FormData objects to key-value object maps before hashing.

This allows requests using FormData to be cached: AlbinoDrought/cachios#7

Applications that relied on exceptions being thrown when sending FormData requests through Cachios should be modified to expect the updated behaviour.

3.1.0

Adds initial Typescript support.

3.0.0

Adds support for asynchronous cache repositories like keyv: AlbinoDrought/cachios#61

  • If you use a synchronous cache store and have not modified getCachedValue or setCachedValue in your project, Cachios v3 will be backwards compatible for you.

  • If you modified Cachios to use an asynchronous cache store, or getCachedValue to return promises or undefined values, or setCachedValue to return promises, Cachios v3 may not be backwards compatible for you.

The full change can be viewed in 9ee35e125ee7c8dc08c80da0db9f972c222c0462 , human-readable changes summarized below:

Cache handling before 3.0.0

Results from getCachedValue were passed back to caller as-is.

Results from setCachedValue were ignored.

Cache handling after 3.0.0

Results from getCachedValue are resolved using Promise.resolve. If they are rejected or resolve to undefined, Cachios will assume no cached value exists and will send a fresh request using Axios.

Results from setCachedValue are passed up the promise chain.

2.2.5

Prevents issues with sharing cancelled promises: AlbinoDrought/cachios#55

2.2.4

Support Axios ^0.21.0 and ^0.20.0 in addition to ^0.18.0 and ^0.19.0

2.2.3

Support node-cache ^5.0.0 in addition to ^4.1.1

2.2.2

Bump object-hash to ^2.0.0

... (truncated)

Commits
  • 99dec3c 4.0.0
  • 4d30d20 Merge pull request #76 from AlbinoDrought/feature/7/formdata
  • fc5455e feat(7): replace FormData objects with k-v map in object-hash replacer
  • d113b65 chore: rebuild w/ typescript against axios@latest on Saturday mornings
  • 86c4759 chore: try building typescript project in CI
  • 878f033 chore: relock
  • 5c3f905 3.1.3
  • 32b7b46 feat: more versions
  • 25ef52e 3.1.2
  • c07f8a7 Merge pull request #74 from domdomegg/domdomegg/axios-24
  • Additional commits viewable 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [cachios](https://github.com/AlbinoDrought/cachios) from 3.1.1 to 4.0.0.
- [Release notes](https://github.com/AlbinoDrought/cachios/releases)
- [Changelog](https://github.com/AlbinoDrought/cachios/blob/master/CHANGELOG.md)
- [Commits](AlbinoDrought/cachios@v3.1.1...v4.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 18, 2024
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