garethcmurphy / ngrxtest

0 stars 0 forks source link

Update tsutils to the latest version ๐Ÿš€ #24

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency tsutils was updated from 3.0.0 to 3.1.0.

This version is not covered by your current version range.

If you donโ€™t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v3.1.0

Features:

  • added utilities: isKeywordKind and isValidJsxIdentifier
  • exposes typeguards for typescript@3.0 by default
Commits

The new version differs by 8 commits.

  • ba6c83b v3.1.0
  • ab31d24 update to typescript@3.1.3
  • e649ea1 add isValidJsxIdentifier utility
  • e631f6a add isKeywordKind utility
  • a4fb5ad usage: add test for extends clause of class
  • 33dcfca usage: add test for reference to parameter in function header
  • 442597c usage: add test for reference to parameter in function header
  • 4e95d94 expose latest typeguards for ts@3.0

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:

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Release Notes for v3.2.0

Features:

  • added utility findImportLikeNodes that works similar to findImports but returns the import statement or expression instead of the module specifier and doesn't filter non-string module specifiers
Commits

The new version differs by 4 commits.

  • 79382c7 v3.2.0
  • 552720a add utility to find all importlike nodes
  • a5e1fcc usage: add test for export as namespace
  • 328b4ff update fimbullinter

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Release Notes for v3.3.0

Features:

  • isCompilerOptionEnabled: recognizes strictBindCallApply
  • getTokenAtPosition: optionally includes JSDoc during lookup

Bugfixes:

  • isCompilerOptionEnabled: correctly implements logic for allowSyntheticDefaultImports
  • findImportLikeNodes: correctly finds imports in namespaces
  • findImportLikeNodes / findImports: finds import types in JSDoc of JS files
Commits

The new version differs by 6 commits.

  • 7551f24 isCompilerOptionEnabled: implement allowSyntheticDefaultImports default
  • d30acb4 isCompilerOptionEnabled: recognize strictBindCallApply
  • 42cf6a9 usage: additional tests with for-loop edge cases
  • 5e6d4a0 remove useless condition
  • f20e5e2 findImports: refactoring and bugfixing
  • 6f27729 getTokenAtPosition can optionally get tokens in JSDoc

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Release Notes for v3.3.1

Bugfixes:

  • findImports: fixed handling of ImportEqualsDeclaration
Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Release Notes for v3.4.0

Features:

  • added utility commentText to get the actual text content of a comment excluding the characters needed to start and end the comment
Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Release Notes for v3.5.0

Features:

  • correctly handle BigInt literals
    • added typeguard isBigIntLiteral
    • isLiteralType recognises BigInt
    • getPropertyName adds special handling for BigInt
Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Release Notes for v3.5.1

Bugfixes:

  • isThenableType allows Node instead of Expression as parameter
  • isBlockScopeBoundary and isScopeBoundary consider WithStatement as scope boundary
Commits

The new version differs by 4 commits.

  • 01d570d v3.5.1
  • d7c9750 build: no longer inline source maps
  • b4ee4dd isThenableType: allow any Node as input
  • a2e772c added WithStatement as BlockScopeBoundary

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Release Notes for v3.5.2

Bugfixes:

  • Published declaration files no longer contain const enum. They are now declared as regular enums instead.
Commits

The new version differs by 5 commits.

  • d6ecbef v3.5.2
  • d5e8593 convert 'const enum' to regular enum in declaration files
  • d7793d7 getDeclarationDomain: return undefined for 'this' parameter
  • ae9b57f isAmbientModule: add doc comment
  • 9a781aa added isAmbientModule

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Release Notes for v3.6.0

Features:

  • added getCheckJsDirective utility to parse // @ts-check and // @ts-nocheck pragmas
Commits

The new version differs by 4 commits.

See the full diff