Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

An in-range update of tsutils is breaking the build 🚨 #54

Closed
greenkeeper bot opened this issue Mar 27, 2018 · 6 comments
Closed

An in-range update of tsutils is breaking the build 🚨 #54

greenkeeper bot opened this issue Mar 27, 2018 · 6 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Mar 27, 2018

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.23.0 of tsutils was just published.

Branch Build failing 🚨
Dependency tsutils
Current Version 2.22.2
Type devDependency

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

Release Notes v2.23.0

Features:

  • added typeguard isForInOrOfStatement

Bugfixes:

  • correctly handle comments in generic JSX elements: <MyComponent<string>/*comment*/></MyComponent>
  • fixed a bug with false positive trailing comments at the end of JSX self closing element: <div><br/>/*no comment*/</div>
Commits

The new version differs by 9 commits.

  • 73be698 v2.23.0
  • 4400014 canHaveTrailingTrivia: optimize and add more tests
  • a8ad5b7 comments: correctly handle type arguments in JsxOpeningLikeElement
  • fc07283 allow typescript 2.10 nightly builds
  • dc26db8 chore(package): update @fimbul/wotan to version 0.6.0 (#46)
  • 0385820 chore(package): update @fimbul/valtyr to version 0.6.0 (#45)
  • 0a4e0e6 chore(package): update @types/mocha to version 5.0.0 (#43)
  • 5bc9de1 Use Wotan for linting
  • 076fc74 add isForInOrOfStatement typeguard

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 27, 2018

Version 2.24.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.24.0

Features:

  • added typeguards for typescript@2.8: isConditionalTypeNode, isInferTypeNode, isConditionalType, isInstantiableType, isSubstitutionType
Commits

The new version differs by 2 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 27, 2018

After pinning to 2.22.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 28, 2018

Version 2.25.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 1, 2018

Version 2.25.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v2.25.1

Bugfixes:

Commits

The new version differs by 9 commits.

  • 45d37c1 v2.25.1
  • a3550cd usage: spec compliant name lookup of uses in parameter initializer
  • 0f408a7 optimize convertAst
  • 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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 3, 2018

Version 2.26.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

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 14 commits.

  • 7dae73b v2.26.0
  • 16ac7e2 findImports: add support for type imports
  • 1f9d5a8 Add isLiteralTypeNode typeguard
  • 62fab80 Add isImportTypeNode typeguard
  • 9c1b3e0 Update VSCode settings
  • 45d37c1 v2.25.1
  • a3550cd usage: spec compliant name lookup of uses in parameter initializer
  • 0f408a7 optimize convertAst
  • 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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 5, 2018

Version 2.26.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v2.26.1

Bugfixes:

  • fixed crash in hasSideEffects with tagged template literal without substitution: tag`template`
Commits

The new version differs by 19 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
  • 7dae73b v2.26.0
  • 16ac7e2 findImports: add support for type imports
  • 1f9d5a8 Add isLiteralTypeNode typeguard
  • 62fab80 Add isImportTypeNode typeguard
  • 9c1b3e0 Update VSCode settings
  • 45d37c1 v2.25.1
  • a3550cd usage: spec compliant name lookup of uses in parameter initializer
  • 0f408a7 optimize convertAst
  • 299a3cc v2.25.0
  • e746a86 Actually fail the build if mocha tests fail

There are 19 commits in total.

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant