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

Update dependency io-ts to v2.2.22 #224

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io-ts 2.0.1 -> 2.2.22 age adoption passing confidence

Release Notes

gcanti/io-ts (io-ts)

v2.2.22

Compare Source

  • Bug Fix
    • Test for readonly type when optimizing tagged unions, #​719

v2.2.21

Compare Source

v2.2.20

Compare Source

  • undeprecate FunctionType, FunctionC, Function
  • undeprecate NeverType, NeverC, never
  • undeprecate AnyType, AnyC, any
  • undeprecate RefinementC, refinement, Integer
  • add refinement overload to allow custom branding, closes #​373

v2.2.19

Compare Source

v2.2.18

Compare Source

v2.2.17

Compare Source

  • Bug Fix

v2.2.16

Compare Source

Experimental modules require fp-ts@^2.5.0.

  • Experimental

v2.2.15

Compare Source

  • Experimental

(*) breaking change

v2.2.14

Compare Source

v2.2.13

Compare Source

v2.2.12

Compare Source

(*) 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 })
})

v2.2.11

Compare Source

v2.2.10

Compare Source

v2.2.9

Compare Source

v2.2.8

Compare Source

(*) breaking change

v2.2.7

Compare Source

(*) breaking change

v2.2.6

Compare Source

  • Experimental
    • Decoder

v2.2.5

Compare Source

v2.2.4

Compare Source

  • Polish
    • remove the dependency on the either instance as a mean of improving tree shaking (@​gcanti)

v2.2.3

Compare Source

v2.2.2

Compare Source

  • undeprecate FunctionType, FunctionC, Function
  • undeprecate NeverType, NeverC, never
  • undeprecate AnyType, AnyC, any
  • undeprecate RefinementC, refinement, Integer
  • add refinement overload to allow custom branding, closes #​373

v2.2.1

Compare Source

v2.2.0

Compare Source

  • Experimental
    • add Codec, Decoder, Encoder, Guard, Schema, Schemable, Tree modules (@​gcanti)

v2.1.3

Compare Source

v2.1.2

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

v2.0.6

Compare Source

v2.0.5

Compare Source

v2.0.4

Compare Source

v2.0.3

Compare Source

v2.0.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from 56742ff to 7dac376 Compare January 3, 2020 07:49
@renovate renovate bot changed the title Update dependency io-ts to v2.0.2 Update dependency io-ts to v2.0.3 Jan 3, 2020
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from 7dac376 to bb6da0e Compare January 7, 2020 09:09
@renovate renovate bot changed the title Update dependency io-ts to v2.0.3 Update dependency io-ts to v2.0.4 Jan 7, 2020
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from bb6da0e to 4ffb116 Compare January 16, 2020 08:14
@renovate renovate bot changed the title Update dependency io-ts to v2.0.4 Update dependency io-ts to v2.0.5 Jan 16, 2020
@renovate renovate bot changed the title Update dependency io-ts to v2.0.5 fix(deps): update dependency io-ts to v2.0.5 Jan 16, 2020
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from 4ffb116 to c6bcb6c Compare January 22, 2020 06:06
@renovate renovate bot changed the title fix(deps): update dependency io-ts to v2.0.5 fix(deps): update dependency io-ts to v2.0.6 Jan 22, 2020
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from c6bcb6c to 6b94405 Compare February 10, 2020 09:01
@renovate renovate bot changed the title fix(deps): update dependency io-ts to v2.0.6 fix(deps): update dependency io-ts to v2.1.0 Feb 10, 2020
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from 6b94405 to 9131992 Compare February 17, 2020 09:26
@renovate renovate bot changed the title fix(deps): update dependency io-ts to v2.1.0 fix(deps): update dependency io-ts to v2.1.1 Feb 17, 2020
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from 9131992 to d760f61 Compare February 24, 2020 11:14
@renovate renovate bot changed the title fix(deps): update dependency io-ts to v2.1.1 fix(deps): update dependency io-ts to v2.1.2 Feb 24, 2020
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from d760f61 to c4503e4 Compare April 26, 2020 22:00
@renovate renovate bot changed the title fix(deps): update dependency io-ts to v2.1.2 fix(deps): update dependency io-ts to v2.2.1 Apr 26, 2020
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from c4503e4 to 5a99c91 Compare May 8, 2020 05:02
@renovate renovate bot changed the title fix(deps): update dependency io-ts to v2.2.1 fix(deps): update dependency io-ts to v2.2.2 May 8, 2020
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from 5a99c91 to 7f6e840 Compare July 2, 2020 02:02
@renovate renovate bot changed the title fix(deps): update dependency io-ts to v2.2.2 fix(deps): update dependency io-ts to v2.2.7 Jul 2, 2020
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from 7f6e840 to af72b86 Compare August 27, 2020 09:57
@renovate renovate bot changed the title fix(deps): update dependency io-ts to v2.2.7 fix(deps): update dependency io-ts to v2.2.10 Aug 27, 2020
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from af72b86 to 3910d3a Compare October 28, 2020 02:55
@renovate renovate bot changed the title fix(deps): update dependency io-ts to v2.2.10 Update dependency io-ts to v2.2.11 Oct 28, 2020
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from 3910d3a to 7392e5d Compare November 27, 2020 11:58
@renovate renovate bot changed the title Update dependency io-ts to v2.2.11 Update dependency io-ts to v2.2.13 Nov 27, 2020
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from 7392e5d to c490590 Compare February 9, 2021 03:03
@renovate renovate bot changed the title Update dependency io-ts to v2.2.13 Update dependency io-ts to v2.2.14 Feb 9, 2021
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from c490590 to b4f6ba3 Compare April 26, 2021 17:17
@renovate renovate bot changed the title Update dependency io-ts to v2.2.14 Update dependency io-ts to v2.2.16 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from b4f6ba3 to 0d7a334 Compare September 25, 2022 11:33
@renovate renovate bot changed the title Update dependency io-ts to v2.2.16 Update dependency io-ts to v2.2.18 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from 0d7a334 to 47e1209 Compare November 20, 2022 13:41
@renovate renovate bot changed the title Update dependency io-ts to v2.2.18 Update dependency io-ts to v2.2.19 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from 47e1209 to 50f8913 Compare March 18, 2023 10:09
@renovate renovate bot changed the title Update dependency io-ts to v2.2.19 Update dependency io-ts to v2.2.20 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from 50f8913 to 08d0c9a Compare September 25, 2023 01:20
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from 08d0c9a to cb2d872 Compare December 3, 2023 22:21
@renovate renovate bot changed the title Update dependency io-ts to v2.2.20 Update dependency io-ts to v2.2.21 Dec 3, 2023
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from cb2d872 to 9e59a34 Compare November 8, 2024 04:32
@renovate renovate bot force-pushed the renovate/io-ts-2.x branch from 9e59a34 to 791dd98 Compare December 10, 2024 12:10
@renovate renovate bot changed the title Update dependency io-ts to v2.2.21 Update dependency io-ts to v2.2.22 Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants