Bomret / funkster-http-headers-content

Adds combinators for parsing and setting the HTTP Content-* headers in Funkster.
0 stars 0 forks source link

An in-range update of gulp-typescript is breaking the build 🚨 #37

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.2.0 of gulp-typescript just got published.

Branch Build failing 🚨
Dependency gulp-typescript
Current Version 3.1.7
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As gulp-typescript is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/Bomret/funkster-http-headers-content/builds/250969836?utm_source=github_status&utm_medium=notification)

Release Notes v3.2.0 - TSConfig Extends Support

This release adds support for the extends key in tsconfig files. Furthermore it adds compatibility with TypeScript 2.5-dev.

Commits

The new version differs by 13 commits.

  • 574ac44 Update release
  • d6d3c9f Version 3.2.0
  • ae4a2f9 Remove unused git submodules
  • bc1afb4 Tsconfig-extends cleanup
  • 6559ded Merge pull request #522 from weswigham/patch-1
  • 22167ad Allow TS 2.5 dev builds as a peer dependency version
  • a81178e Merge pull request #494 from lddubeau/experiment/support-extends
  • f43e9f5 Update release.
  • b379858 Add test cases for "extends".
  • 85065f6 Use object spread to shallow copy.
  • 0b791d6 File name fix.
  • bd63614 Let TypeScript do the copy.
  • 978498e Initial work on getting support for "extends".

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

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

greenkeeper[bot] commented 7 years ago

Version 3.2.1 just got published.

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

Release Notes v3.2.1 - Fixes for regressions and updated infrastructure

This release fixes some regressions which were introduced in v3.2.0:

  • Fix reading of enum-based settings such as module and target (#526)
  • Files are resolved when calling tsProject.src() instead of createProject() (#525)
  • Don't show error if no files are resolved when calling createProject() (#527)

The test infrastructure has been updated too, the project is now tested with TypeScript 2.3, 2.4 and the master of their repository.

Commits

The new version differs by 17 commits.

  • 0f77e6b Update release
  • 4abb853 Handle case sensitive file systems
  • a5400d7 Fix submodule versions of TypeScript
  • 6af633b Version 3.2.1
  • 91786e1 Fix reading settings
  • c2fd6fe Update release
  • 1498428 Update baselines
  • 0ff2cb4 Update build and test infrastructure
  • f1522fd Improve deprecation message
  • 1880c27 Update release
  • c9cdff3 Don't resolve files on createProject, fix #527
  • cd1647e Fix TypeError for tsconfig without options object
  • 307d184 Improve performance of reading tsconfig
  • 7ef8631 Update release
  • c0bbd46 Don't resolve files in ts.createProject

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.2.2 just got published.

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

Commits

The new version differs by 5 commits.

  • 9960d23 Version 3.2.2
  • 0741fd4 Merge pull request #536 from amcasey/patch-1
  • e6b1b51 Accept typescript >=2.6.0-dev
  • d8e7b68 Merge pull request #530 from willpracht/patch-1
  • fadb714 Fixing spelling error

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.2.3 just got published.

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

Release Notes v3.2.3 - Support TS 2.7-dev

Adds support for 2.7-dev builds of TypeScript.

Commits

The new version differs by 3 commits.

  • 6914e22 Version 3.2.3
  • 74b69f6 Merge pull request #542 from Kingwl/master
  • 9244073 Accept typescript >=2.7.0-dev

See the full diff