Bomret / funkster-http-headers-content

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

Update gulp-typescript to the latest version ๐Ÿš€ #48

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 4.0.0 of gulp-typescript was just published.

Dependency gulp-typescript
Current Version 3.2.4
Type devDependency

The version 4.0.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 gulp-typescript.

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.


Commits

The new version differs by 35 commits ahead by 35, behind by 2.

There are 35 commits in total.

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 4.0.1 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 2 commits.

  • d799f19 Version 4.0.1
  • 36f346c Add vinyl to dependency list and prevent empty base string, fix #561

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.2 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 4 commits.

  • ff940bb Version 4.0.2
  • e0d483f Update release
  • 4c07690 Merge pull request #571 from j-oliveras/j-oliveras-ts-2.9
  • 79c57b7 Add suport for version 2.9

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.0-alpha.1 just got published.

Update to this version instead ๐Ÿš€

Release Notes v5.0.0-alpha.1 - Gulp 4 & TS 2.9
  • Added support for TS 2.9
  • Add source maps to .d.ts files (by @michaelaird in #575)
  • Crash the build on error (#295), aligns with new behavior of gulp
  • Updated dependencies

The behavior of compiler errors has changed. Outside of watch mode, the process will exit when a compiler error occurs. In watch mode, the process will continue to handle consequent builds. The current behavior is as follows:

  • gulp-typescript does not add a noop event listener to the error event. Errors will thus crash the build.
  • gulp-typescript emits only a single error. It appeared that the new watch behavior of gulp 4 only catches the first error. We thus emit a single error at the end of the compilation. To get notified of each separate error, one should use a reporter.
  • gulp 4 does not crash in watch mode.

To prevent crashing the build, even outside of watch mode, you can add .on('error', () => {}) to your stream, just after .pipe(tsProject()).

You can install the new version with npm install gulp-typescript@5.0.0-alpha.1

Commits

The new version differs by 14 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.0-alpha.2 just got published.

Update to this version instead ๐Ÿš€

Release Notes 5.0.0-alpha.2 - Project references

Added support for project references (#579, thanks to @rbuckton)

Commits

The new version differs by 6 commits.

  • 9ad1e84 Version 5.0.0-alpha.2
  • 95e9c2b Merge pull request #579 from rbuckton/projectReferences
  • 80ffc3d Fix failing test
  • 47febfd Add project reference test, update release
  • 77c8a91 Add support for TS3.0 projectReferences
  • 36ff1f5 Merge pull request #577 from ivogabe/declaration

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.0-alpha.3 just got published.

Update to this version instead ๐Ÿš€

Release Notes 5.0.0-alpha.3 - Fix fullReporter

Fixes the full reporter (#581)

Commits

The new version differs by 4 commits.

  • b39e93b Version 5.0.0-alpha.3
  • a0a0d4a Update release
  • ed1f19f Merge pull request #582 from chapterjason/master
  • 9bfa670 Fixed ansi-colors dependency

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Commits

The new version differs by 21 commits.

There are 21 commits in total.

See the full diff