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

[Snyk] Upgrade jest-fetch-mock from 1.0.6 to 1.7.5 #46

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade jest-fetch-mock from 1.0.6 to 1.7.5.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 29 versions ahead of your current version.
  • The recommended version was released 3 years ago, on 2018-11-21.
Release notes
Package name: jest-fetch-mock
  • 1.7.5 - 2018-11-21
  • 1.7.4 - 2018-11-10

    This changes the internals to cross-fetch, which allows the use of blobs. isomorphic fetch did not support this so we have now moved over to cross-fetch.

    In addition to that, this packages also has a lot of users now, so I've added a test suite to try and ensure that it doesn't break with any additional changes. Moving forward I will only allow PRs that write some additional tests to ensure additional functionality is work correctly and also doesn't break current tests.

  • 1.7.3 - 2018-11-10
  • 1.7.2 - 2018-11-09
  • 1.7.1 - 2018-11-09
  • 1.7.0 - 2018-11-09
  • 1.6.6 - 2018-09-13
  • 1.6.5 - 2018-06-18
  • 1.6.4 - 2018-06-12
  • 1.6.3 - 2018-06-08
  • 1.6.2 - 2018-05-25
  • 1.6.1 - 2018-05-21
  • 1.6.0 - 2018-05-16

    Added support for Promise.finally and merged another PR for better Typescript types

  • 1.5.0 - 2018-03-21

    Clearly I haven't done a release here on github as I didn't know what I was doing when I first started this package. This release is mainly documentation clean up. I've added a simple example without redux and I've also added another example showing some of the underlying mock capabilities of Jest. I've also added the once alias for mockResponseOnce. With mockResponseOnce returning the mock function you can chain your responses and the syntax might be nicer than mockResponses:

    it('tests my api', () => {
      const s = JSON.stringify
      fetch
        .once(s({ data: '12345'}))
        .once(s({ data: '67890'}))
    }

    Other future plans will be to include more simple examples that do not require on redux as it seems to fallen out of favour recently!

  • 1.4.4 - 2018-03-20
  • 1.4.3 - 2018-03-20
  • 1.4.2 - 2018-02-21
  • 1.4.1 - 2018-01-22
  • 1.4.0 - 2017-12-11
  • 1.3.3 - 2017-11-01
  • 1.3.2 - 2017-11-01
  • 1.3.1 - 2017-11-01
  • 1.3.0 - 2017-11-01
  • 1.2.1 - 2017-07-26
  • 1.2.0 - 2017-07-05
  • 1.1.1 - 2017-04-22
  • 1.1.0 - 2017-04-22
  • 1.0.8 - 2017-02-22
  • 1.0.7 - 2017-02-01
  • 1.0.6 - 2016-09-30
from jest-fetch-mock GitHub release notes
Commit messages
Package name: jest-fetch-mock

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant