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 fp-ts from 2.5.1 to 2.5.3 #40

Merged
merged 2 commits into from Apr 9, 2020

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Apr 1, 2020

Snyk has created this PR to upgrade fp-ts from 2.5.1 to 2.5.3.

ℹ️ 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 2 versions ahead of your current version.
  • The recommended version was released a month ago, on 2020-02-28.
Release notes
Package name: fp-ts
  • 2.5.3 - 2020-02-28
    • Polish
      • Either
        • add missing instances to getValidation (@gcanti)
      • IOEither
        • relax Bifunctor2C to Bifunctor2 in getIOValidation (@gcanti)
      • ReaderEither
        • relax Bifunctor3C to Bifunctor3 in getReaderValidation (@gcanti)
      • ReaderTaskEither
        • relax Bifunctor3C to Bifunctor3 in getReaderTaskValidation (@gcanti)
      • TaskEither
        • relax Bifunctor2C to Bifunctor2 in getTaskValidation (@gcanti)
  • 2.5.2 - 2020-02-27

    update docs

  • 2.5.1 - 2020-02-20
    • New Feature
      • Eq
      • NonEmptyArray
      • Semigroup
        • add getIntercalateSemigroup (@gcanti)
      • Set
      • TaskEither
      • These
        • add missing MonadThrow instance (@gcanti)
      • ReaderTaskEither
        • add missing leftReaderTask, rightReaderTask functions (@gcanti)
      • StateReaderTaskEither
        • add missing Bifunctor, Alt instances (@gcanti)
    • Experimental
      • add ReadonlyArray module (@gcanti)
      • add ReadonlyNonEmptyArray module (@gcanti)
      • add ReadonlySet module (@gcanti)
      • add ReadonlyMap module (@gcanti)
      • add ReadonlyRecord module (@gcanti)
      • add ReadonlyTuple module (@gcanti)
from fp-ts GitHub release notes
Commit messages
Package name: fp-ts
  • 87c7c36 version 2.5.3
  • 0b6a742 Remove redundant URI in spreads
  • c357a52 update docs
  • 52ce154 relax Bifunctor2C to Bifunctor2 in TaskEither.getTaskValidation
  • 80baf40 relax Bifunctor3C to Bifunctor3 in ReaderEither.getReaderValidation
  • 9ea6023 relax Bifunctor2C to Bifunctor2 in IOEither.getIOValidation
  • fc9f59b add missing instances to Either.getValidation
  • 8cd4a92 Update learning-resources.md
  • a80128b upgrade to typescript@3.8

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

@ghost
Copy link

ghost commented Apr 1, 2020

Congratulations 🎉. DeepCode analyzed your code in 0.002 seconds and we found no issues. Enjoy a moment of no bugs ☀️.

👉 View analysis in DeepCode’s Dashboard

@github-actions
Copy link

github-actions bot commented Apr 1, 2020

Coverage Report

Totals Coverage
Statements: 87.69% ( 57 / 65 )
Methods: 83.33% ( 25 / 30 )

@codecov
Copy link

codecov bot commented Apr 1, 2020

Codecov Report

Merging #40 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #40   +/-   ##
=======================================
  Coverage   78.46%   78.46%           
=======================================
  Files           6        6           
  Lines          65       65           
  Branches        7        7           
=======================================
  Hits           51       51           
  Misses          8        8           
  Partials        6        6           
Flag Coverage Δ
#unittests 78.46% <ø> (ø)

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 b560383...c182f34. Read the comment docs.

@jianhan jianhan merged commit eaccc9a into master Apr 9, 2020
@github-actions
Copy link

github-actions bot commented Apr 9, 2020

Coverage Report

Totals Coverage
Statements: 87.69% ( 57 / 65 )
Methods: 83.33% ( 25 / 30 )

@github-actions
Copy link

github-actions bot commented Apr 9, 2020

🎉 This PR is included in version 1.2.30 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Overload for zip for NonEmptyArray? export eqStrict
2 participants