Open greenkeeper[bot] opened 4 years ago
After pinning to 2.0.1 your tests are passing again. Downgrade this dependency π.
dependency
io-ts was updated from 2.0.2
to 2.0.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
dependency
io-ts was updated from 2.0.3
to 2.0.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
dependency
io-ts was updated from 2.0.4
to 2.0.5
.Your tests are passing again with this update. Explicitly upgrade to this version π
dependency
io-ts was updated from 2.0.6
to 2.1.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
bigint
codec (@mixedCase)The new version differs by 13 commits.
ed26ab5
version 2.1.0
8b0b214
Add tests and documentation for bigint codec
e7b23a1
Fix version tag for bigint codec
41aa6dd
Ignore incorrect linter rule
c576427
Add codec for bigint primitive
3ac954a
upgrade to latest docs-ts
9a4c6fa
whitelist window in UnknownRecord, fix #413
231b9f5
partial shouldn't allow arrays, fix #407
18e6437
version 2.0.4
d2cb5c3
remove getters, fix #404
ed86dac
Update README community package io-ts versions
6eb98a6
rewrite es6 imports
b967a5e
fix inconsistent naming, closes #399
See the full diff
dependency
io-ts was updated from 2.1.0
to 2.1.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 14 commits.
c8a6c15
fix record
domain handling, closes #391
ed26ab5
version 2.1.0
8b0b214
Add tests and documentation for bigint codec
e7b23a1
Fix version tag for bigint codec
41aa6dd
Ignore incorrect linter rule
c576427
Add codec for bigint primitive
3ac954a
upgrade to latest docs-ts
9a4c6fa
whitelist window in UnknownRecord, fix #413
231b9f5
partial shouldn't allow arrays, fix #407
18e6437
version 2.0.4
d2cb5c3
remove getters, fix #404
ed86dac
Update README community package io-ts versions
6eb98a6
rewrite es6 imports
b967a5e
fix inconsistent naming, closes #399
See the full diff
dependency
io-ts was updated from 2.1.1
to 2.1.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 15 commits.
dc25290
remove useless hasOwnProperty calls, closes #423
c8a6c15
fix record
domain handling, closes #391
ed26ab5
version 2.1.0
8b0b214
Add tests and documentation for bigint codec
e7b23a1
Fix version tag for bigint codec
41aa6dd
Ignore incorrect linter rule
c576427
Add codec for bigint primitive
3ac954a
upgrade to latest docs-ts
9a4c6fa
whitelist window in UnknownRecord, fix #413
231b9f5
partial shouldn't allow arrays, fix #407
18e6437
version 2.0.4
d2cb5c3
remove getters, fix #404
ed86dac
Update README community package io-ts versions
6eb98a6
rewrite es6 imports
b967a5e
fix inconsistent naming, closes #399
See the full diff
dependency
io-ts was updated from 2.1.2
to 2.1.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 16 commits.
2813cc5
fix regression in v2.1.2
dc25290
remove useless hasOwnProperty calls, closes #423
c8a6c15
fix record
domain handling, closes #391
ed26ab5
version 2.1.0
8b0b214
Add tests and documentation for bigint codec
e7b23a1
Fix version tag for bigint codec
41aa6dd
Ignore incorrect linter rule
c576427
Add codec for bigint primitive
3ac954a
upgrade to latest docs-ts
9a4c6fa
whitelist window in UnknownRecord, fix #413
231b9f5
partial shouldn't allow arrays, fix #407
18e6437
version 2.0.4
d2cb5c3
remove getters, fix #404
ed86dac
Update README community package io-ts versions
6eb98a6
rewrite es6 imports
There are 16 commits in total.
See the full diff
dependency
io-ts was updated from 2.1.3
to 2.2.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
Codec
, Decoder
, Encoder
, Guard
, Schema
, Schemable
, Tree
modules (@gcanti)The new version differs by 21 commits.
3b285f5
version 2.2.0
af239bd
split Type into Decoder / Encoder, closes #336
e4291df
downgrade to prettier@2.0.2
4a0413c
switch to node 12, closes #437
047316f
upgrade to latest: docs-ts, prettier, typescript
2813cc5
fix regression in v2.1.2
dc25290
remove useless hasOwnProperty calls, closes #423
c8a6c15
fix record
domain handling, closes #391
ed26ab5
version 2.1.0
8b0b214
Add tests and documentation for bigint codec
e7b23a1
Fix version tag for bigint codec
41aa6dd
Ignore incorrect linter rule
c576427
Add codec for bigint primitive
3ac954a
upgrade to latest docs-ts
9a4c6fa
whitelist window in UnknownRecord, fix #413
There are 21 commits in total.
See the full diff
dependency
io-ts was updated from 2.2.0
to 2.2.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 24 commits.
052d2b6
collect all errors while decoding, closes #449
f74d235
Fix broken link in README
8cb18ae
Docs: remove Type from index
3b285f5
version 2.2.0
af239bd
split Type into Decoder / Encoder, closes #336
e4291df
downgrade to prettier@2.0.2
4a0413c
switch to node 12, closes #437
047316f
upgrade to latest: docs-ts, prettier, typescript
2813cc5
fix regression in v2.1.2
dc25290
remove useless hasOwnProperty calls, closes #423
c8a6c15
fix record
domain handling, closes #391
ed26ab5
version 2.1.0
8b0b214
Add tests and documentation for bigint codec
e7b23a1
Fix version tag for bigint codec
41aa6dd
Ignore incorrect linter rule
There are 24 commits in total.
See the full diff
dependency
io-ts was updated from 2.2.1
to 2.2.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 34 commits.
e9a608e
add TypeOf
operator to Codec, Encoder, Eq and Guard, closes #462
42a1000
Update test/Eq.ts
9fde17c
add Eq
experimental module
4ece661
add property based tests
478118b
move 2.1.x tests to its own folder
163d9ce
add tests about getters
8721bc9
add DecodeError
interface
4ec6b6c
Add closing parenthesis to codec law
20a6718
Fix spelling error
970d2ca
Docs: add link to 2.2 issues
052d2b6
collect all errors while decoding, closes #449
f74d235
Fix broken link in README
8cb18ae
Docs: remove Type from index
3b285f5
version 2.2.0
af239bd
split Type into Decoder / Encoder, closes #336
There are 34 commits in total.
See the full diff
dependency
io-ts was updated from 2.2.2
to 2.2.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
Type
experimental module, #464 (@gcanti)O
type parameter to Encoder
, #469 (@gcanti)O
type parameter to Codec
(@gcanti)JsonCodec
experimental module (@gcanti)JsonEncoder
experimental module (@gcanti)Schemable
Schemable
interface to Schemable1
(@gcanti)WithUnion
interface to WithUnion1
(@gcanti)Schemable
interface (@gcanti)WithUnion
interface (@gcanti)WithRefinement
/ WithRefinement1
interfaces (@gcanti)WithUnknownContainers
/ WithUnknownContainers1
interfaces (@gcanti)
UnknownArray
and UnknownRecord
to WithUnknownContainers
(@gcanti)Schema
typescript@3.9.3
(@gcanti)The new version differs by 56 commits.
4a6543b
make Decoder module more tree shaking friendly and remove applicative instance
73d92a0
use the built-in Readonly
type in readonly
combinator, closes #472
61cd392
split instances
496ad67
add top level of
6edd727
add pipeables
f9ff107
update docs
c59dc2f
remove useless constraint
77ea096
ts 3.9.3
ef969be
- rename Encoder to JsonEncoder and change its fixed output type to Json
051e7af
refactor documentation
bce5a4a
add JsonEncoder
experimental module
2305368
simplify interpreter
cfe1817
add namespaces to io-ts URIs
fea04a0
implement Encoder via PEncoder
a1238e5
add PEncoder
experimental module
There are 56 commits in total.
See the full diff
dependency
io-ts was updated from 2.2.3
to 2.2.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
either
instance as a mean of improving tree shaking (@gcanti)The new version differs by 58 commits.
a1e46b4
remove the dependency on the either
instance as a mean of improving tree shaking
32fb329
Docs: add missing TypeOf info
4a6543b
make Decoder module more tree shaking friendly and remove applicative instance
73d92a0
use the built-in Readonly
type in readonly
combinator, closes #472
61cd392
split instances
496ad67
add top level of
6edd727
add pipeables
f9ff107
update docs
c59dc2f
remove useless constraint
77ea096
ts 3.9.3
ef969be
- rename Encoder to JsonEncoder and change its fixed output type to Json
051e7af
refactor documentation
bce5a4a
add JsonEncoder
experimental module
2305368
simplify interpreter
cfe1817
add namespaces to io-ts URIs
There are 58 commits in total.
See the full diff
The dependency io-ts was updated from
2.0.1
to2.0.2
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
io-ts is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/vieiralucas/jwt-fp/builds/625633208?utm_source=github_status&utm_medium=notification)).Release Notes for 2.0.2
Commits
The new version differs by 6 commits.
c90949b
fix #397
c3d53fd
upgrade to latest docs-ts
03aa922
Mark interface as deprecated
fec4c47
upgrade prettier
352bd1b
upgrade to typescript@3.7
d8382e6
fix typos
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: