Closed greenkeeper[bot] closed 5 years ago
After pinning to 3.9.0 your tests are passing again. Downgrade this dependency π.
devDependency
tsutils was updated from 3.9.1
to 3.10.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
Features:
isCompilerOptionEnabled
: incremental
is implicitly enabled by composite
Bugfixes:
collectVariableUsage
/getUsageDomain
: no longer treat as const
as type usagedevDependency
tsutils was updated from 3.10.0
to 3.11.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
Features:
isNumericOrStringLikeLiteral
, isTupleTypeReference
intersectionTypeParts
as counterpart to unionTypeParts
someTypePart
to execute a callback for each union or intersection constituent until the callback returns truegetPropertyOfType
looks up a property by its escaped nameisPropertyReadonlyInType
determines whether a property in a given type cannot be written tosymbolHasReadonlyDeclaration
determines if a Symbol has any readonly or constant declarationisNumericPropertyName
determines whether a property name would match an index signatureisBindableObjectDefinePropertyCall
returns true for statically analyzable forms of Object.defineProperty(o, 'p', {value, writable})
isReadonlyAssignmentDeclaration
determines whether an Object.defineProperty
call is known to result in a readonly propertygetLateBoundPropertyNames
returns all known property names of an expressiongetPropertyNameFromType
extracts the property name of literal typesisWellKnownSymbolLiterally
to recognize expressions in the form of Symbol.<name>
getPropertyNameOfWellKnownSymbol
returns the escaped name for a well known symbol literalunwrapParentheses
returns the first child expression that is not a ParenthesizedExpression
The new version differs by 20 commits.
4c186be
v3.11.0
e091463
micro optimization
966ea76
cleanup utilities
198367e
add missing file
cfcd2d6
rename imported module
cab93db
remove leftover debugger statement
c43a690
update typescript
6c01ac5
tests + handle index signatures in union types + enum members
7275f72
export function
f637851
detect readonly symbols
4526bcd
add isBooleanLiteralType utility
49d0d31
allow typescript@3.5 nightly builds
e4020d5
v3.10.0
816fae9
Update nyc
81f6883
Update mocha
There are 20 commits in total.
See the full diff
devDependency
tsutils was updated from 3.11.0
to 3.12.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
Features:
getLateBoundPropertyNamesOfPropertyName
returns all statically analyzable names of a property, method, ...getSingleLateBoundPropertyNameOfPropertyName
returns the literal name of a property, method, ... if statically analyzableBugfixes:
The new version differs by 15 commits.
1151630
v3.12.0
5bd211f
add utilities to get late bound names from property name
0167ec8
fix circular import
bdd34de
v3.11.0
e263f86
add utilities to detect readonly-ness of symbols (#102)
4526bcd
add isBooleanLiteralType utility
49d0d31
allow typescript@3.5 nightly builds
e4020d5
v3.10.0
816fae9
Update nyc
81f6883
Update mocha
6ecfb1c
Update @types/node
c2f6668
getUsageDomain: don't treat 'const' assertion as use
b983e08
fix build
22eca32
add tests
097bfbf
handle incremental compiler option
See the full diff
devDependency
tsutils was updated from 3.12.0
to 3.13.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
Features:
getAccessKind
determines whether an expression is read from, written to or bothgetPropertyOfType
for unambiguous property names to partially work around microsoft/TypeScript#31565Bugfixes:
isReassignmentTarget
no longer returns true
for DeleteExpression
as it doesn't assign a value to the operandThe new version differs by 19 commits.
16ed984
3.13.0
d0ca733
remove DeleteExpresson from isReassignmentTarget
be93147
add getAccessKind utility
d9fa6d7
optimize getPropertyOfType for unambiguous names
1151630
v3.12.0
5bd211f
add utilities to get late bound names from property name
0167ec8
fix circular import
bdd34de
v3.11.0
e263f86
add utilities to detect readonly-ness of symbols (#102)
4526bcd
add isBooleanLiteralType utility
49d0d31
allow typescript@3.5 nightly builds
e4020d5
v3.10.0
816fae9
Update nyc
81f6883
Update mocha
6ecfb1c
Update @types/node
There are 19 commits in total.
See the full diff
devDependency
tsutils was updated from 3.13.0
to 3.14.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
Features:
getInstanceTypeOfClassLikeDeclaration
and getConstructorTypeOfClassLikeDeclaration
AccessKind.Delete
to getAccessKind
: getAccessKind(node) & AccessKind.Modification
can now be used to restore the old behavior of isReassignmentTarget(node)
The new version differs by 22 commits.
eae53d0
v3.14.0
959a0b3
add AccessKind.Delete
68e18f7
get{Constructor,Instance}TypeOfClassLikeDeclaration
16ed984
3.13.0
d0ca733
remove DeleteExpresson from isReassignmentTarget
be93147
add getAccessKind utility
d9fa6d7
optimize getPropertyOfType for unambiguous names
1151630
v3.12.0
5bd211f
add utilities to get late bound names from property name
0167ec8
fix circular import
bdd34de
v3.11.0
e263f86
add utilities to detect readonly-ness of symbols (#102)
4526bcd
add isBooleanLiteralType utility
49d0d31
allow typescript@3.5 nightly builds
e4020d5
v3.10.0
There are 22 commits in total.
See the full diff
devDependency
tsutils was updated from 3.14.0
to 3.14.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
Bugfixes:
findImports
: fixed crash on nested namespacesThe new version differs by 24 commits.
5ee2bd9
v3.14.1
1a472b7
findImports: fix crash on nested namespaces
eae53d0
v3.14.0
959a0b3
add AccessKind.Delete
68e18f7
get{Constructor,Instance}TypeOfClassLikeDeclaration
16ed984
3.13.0
d0ca733
remove DeleteExpresson from isReassignmentTarget
be93147
add getAccessKind utility
d9fa6d7
optimize getPropertyOfType for unambiguous names
1151630
v3.12.0
5bd211f
add utilities to get late bound names from property name
0167ec8
fix circular import
bdd34de
v3.11.0
e263f86
add utilities to detect readonly-ness of symbols (#102)
4526bcd
add isBooleanLiteralType utility
There are 24 commits in total.
See the full diff
devDependency
tsutils was updated from 3.14.1
to 3.15.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
Features:
isValidIdentifier
, isValidPropertyName
, isValidPropertyAccess
, isValidNumericLiteral
added an optional parameter to specify the target ECMAScript versionBugfixes:
isValidPropertyName
, isValidPropertyAccess
now handle astral plane charactersThe new version differs by 26 commits.
10f2a2b
v3.15.0
b066f4b
handle astral plane characters
5ee2bd9
v3.14.1
1a472b7
findImports: fix crash on nested namespaces
eae53d0
v3.14.0
959a0b3
add AccessKind.Delete
68e18f7
get{Constructor,Instance}TypeOfClassLikeDeclaration
16ed984
3.13.0
d0ca733
remove DeleteExpresson from isReassignmentTarget
be93147
add getAccessKind utility
d9fa6d7
optimize getPropertyOfType for unambiguous names
1151630
v3.12.0
5bd211f
add utilities to get late bound names from property name
0167ec8
fix circular import
bdd34de
v3.11.0
There are 26 commits in total.
See the full diff
devDependency
tsutils was updated from 3.15.0
to 3.16.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
Features:
getIteratorYieldResultFromIteratorResult
to extract the yield
ed type from IteratorResult<TYield, TReturn, TNext>
The new version differs by 28 commits.
9f88a36
v3.16.0
ffc3c3e
add getIteratorYieldResultFromIteratorResult
10f2a2b
v3.15.0
b066f4b
handle astral plane characters
5ee2bd9
v3.14.1
1a472b7
findImports: fix crash on nested namespaces
eae53d0
v3.14.0
959a0b3
add AccessKind.Delete
68e18f7
get{Constructor,Instance}TypeOfClassLikeDeclaration
16ed984
3.13.0
d0ca733
remove DeleteExpresson from isReassignmentTarget
be93147
add getAccessKind utility
d9fa6d7
optimize getPropertyOfType for unambiguous names
1151630
v3.12.0
5bd211f
add utilities to get late bound names from property name
There are 28 commits in total.
See the full diff
devDependency
tsutils was updated from 3.17.0
to 3.17.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
Bugfixes:
isValidJsxIdentifier
, isValidPropertyAccess
, isValidPropertyName
: fix unicode character width handlingThe new version differs by 32 commits.
2fd9b35
v3.17.1
720e8d3
fix unicode character width handling
b020bd1
v3.17.0
18cc830
allow astral plane characters in isValidJsxIdentifier
9f88a36
v3.16.0
ffc3c3e
add getIteratorYieldResultFromIteratorResult
10f2a2b
v3.15.0
b066f4b
handle astral plane characters
5ee2bd9
v3.14.1
1a472b7
findImports: fix crash on nested namespaces
eae53d0
v3.14.0
959a0b3
add AccessKind.Delete
68e18f7
get{Constructor,Instance}TypeOfClassLikeDeclaration
16ed984
3.13.0
d0ca733
remove DeleteExpresson from isReassignmentTarget
There are 32 commits in total.
See the full diff
The devDependency tsutils was updated from
3.9.0
to3.9.1
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
tsutils is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/FullScreenShenanigans/MenuGraphr/builds/505522512?utm_source=github_status&utm_medium=notification)).Release Notes for v3.9.1
Bugfixes:
canHaveJsdoc
parseJsdocOfNode
Commits
The new version differs by 1 commits.
f14d5ad
v3.9.1
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: