Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

[Snyk] Upgrade io-ts from 2.0.0 to 2.2.16 #16

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 io-ts from 2.0.0 to 2.2.16.

ℹ️ 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 27 versions ahead of your current version.
  • The recommended version was released 4 months ago, on 2021-03-08.
Release notes
Package name: io-ts
  • 2.2.16 - 2021-03-08

    Experimental modules require fp-ts@^2.5.0.

    • Experimental
      • Codec
      • Encoder
  • 2.2.15 - 2021-02-22
    • Experimental
      • Schemable
      • deprecate type in favour of struct (@ gcanti)
      • deprecate fromType in favour of fromStruct (@ gcanti)

    (*) breaking change

  • 2.2.14 - 2021-02-03
  • 2.2.13 - 2020-11-20
    • Bug Fix
      • improve internal mergeAll function, closes #532 (@ gcanti)
  • 2.2.12 - 2020-10-28

    (*) breaking change

    In case of non-string tag values, the respective key must be enclosed in brackets

    export const MySum: D.Decoder<
      unknown,
      | {
          type: 1 // non-`string` tag value
          a: string
        }
      | {
          type: 2 // non-`string` tag value
          b: number
        }
    > = D.sum('type')({
      [1]: D.type({ type: D.literal(1), a: D.string }),
      [2]: D.type({ type: D.literal(2), b: D.number })
    })
  • 2.2.11 - 2020-10-05
  • 2.2.10 - 2020-08-19
    • Polish
  • 2.2.9 - 2020-07-16
    • Polish
    • Experimental
      • DecodeError
      • Decoder
      • TaskDecoder
  • 2.2.8 - 2020-07-13
    Read more
  • 2.2.7 - 2020-06-29
    • Experimental
      • add DecodeError module (@ gcanti)
      • add FreeSemigroup module (@ gcanti)
      • add TaskDecoder module (@ gcanti)
      • add Kleisli module (@ gcanti)
      • add KleisliDecoder module (@ gcanti)
      • add KleisliTaskDecoder module (@ gcanti)
      • (*) remove NaN from number instances (@ gcanti)
      • (*) remove Tree module (@ gcanti)
      • (*) make Json type immutable (@ gcanti)
      • Decoder
        • (*) remove never (@ gcanti)
        • (*) make parse pipeable and change its parser argument (@ gcanti)
        • (*) change DecoderError (@ gcanti)
        • (*) remove withExpected in favour of mapLeftWithInput (@ gcanti)
      • Guard
      • Schemable
        • (*) better literal signature (@ gcanti)
        • (*) better union signature (@ gcanti)
        • (*) make intersections pipeables (@ gcanti)
        • (*) make refinements pipeables (@ gcanti)

    (*) breaking change

  • 2.2.6 - 2020-06-16
  • 2.2.5 - 2020-06-14
  • 2.2.4 - 2020-05-27
  • 2.2.3 - 2020-05-21
  • 2.2.2 - 2020-05-04
  • 2.2.1 - 2020-04-20
  • 2.2.0 - 2020-04-16
  • 2.1.3 - 2020-04-03
  • 2.1.2 - 2020-02-24
  • 2.1.1 - 2020-02-17
  • 2.1.0 - 2020-02-10
  • 2.0.6 - 2020-01-22
  • 2.0.5 - 2020-01-16
  • 2.0.4 - 2020-01-07
  • 2.0.3 - 2019-12-20
  • 2.0.2 - 2019-12-16
  • 2.0.1 - 2019-08-06
  • 2.0.0 - 2019-07-02
from io-ts GitHub release notes

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

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant