Raigen / guild-calendar

MIT License
0 stars 0 forks source link

Update tsutils to the latest version šŸš€ #65

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

ā˜ļø Greenkeeperā€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.25.0 of tsutils was just published.

Dependency tsutils
Current Version 2.24.0
Type devDependency

The version 2.25.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of tsutils.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donā€™t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v2.25.0

Features:

  • added utilities: isStatementInAmbientContext and isAmbientModuleBlock
Commits

The new version differs by 6 commits.

  • 299a3cc v2.25.0
  • e746a86 Actually fail the build if mocha tests fail
  • 1133fc2 Fix tests
  • e7b8344 isStatementInAmbientContext: add tests, fix bug
  • 994cd9f usage: Add tests for ImportEquals with export modifier
  • c1edcda Add function to detect ambient statements

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 6 years ago

Version 2.25.1 just got published.

Update to this version instead šŸš€

Release Notes v2.25.1

Bugfixes:

Commits

The new version differs by 3 commits.

  • 45d37c1 v2.25.1
  • a3550cd usage: spec compliant name lookup of uses in parameter initializer
  • 0f408a7 optimize convertAst

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.26.0 just got published.

Update to this version instead šŸš€

Release Notes v2.26.0

Features:

  • added typeguard isLiteralTypeNode
  • added support for type imports (type T = import('foo')) to findImports via ImportKind.ImportType
Commits

The new version differs by 5 commits.

  • 7dae73b v2.26.0
  • 16ac7e2 findImports: add support for type imports
  • 1f9d5a8 Add isLiteralTypeNode typeguard
  • 62fab80 Add isImportTypeNode typeguard
  • 9c1b3e0 Update VSCode settings

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.26.1 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 5 commits.

  • 6203140 v2.16.1
  • c5ca605 some more test cases
  • 8fc4098 add some tests for hasSideEffects
  • e5110b6 hasSideEffects: don't crash on tagged template without substitution
  • 6a5be72 Update changed name of ImportTypeNode

See the full diff