Update ts-loader to version 0.8.0 🚀 #28

Merged
greenkeeperio-bot merged 1 commits from greenkeeper-ts-loader-0.8.0 into master 2016-01-21 12:55:51 +00:00
greenkeeperio-bot commented 2016-01-20 04:23:13 +00:00 (Migrated from github.com)

Hello 👋

:rocket::rocket:🚀

ts-loader just published its new version 0.8.0, which is not covered by your current version range.

If this pull request passes your tests you can publish your software with the latest version of ts-loader – otherwise use this branch to work on adaptions and fixes.

Happy fixing and merging 🌴


GitHub Release

  • Add support for emitting declaration files when declaration: true is set (#48, #128)
  • Fix bug with specifying target: es6 and module: commonjs at the same time when using TS 1.7+ (#111, #132, #140).
  • Fix bug with resolving dependencies which are linked using npm link (#134, #141)

The new version differs by 22 commits .

  • 46e79c0 Publish v0.8.0
  • e444bac Merge pull request #141 from TypeStrong/fix-symbolic-link
  • 0302c53 Fix support fornpm linking dependencies
  • 57c813e Merge pull request #140 from TypeStrong/dont-force-module
  • 57732d1 Fix broken test based on change in nightly
  • 0b6d9dd Add support for specifying target: es6 and module: commonjs at the same time.
  • 7b4e18f Merge pull request #128 from TypeStrong/support-declaration-output
  • 25b82b9 Add link to tutorials/examples from the README
  • 2eebe77 Add support for emitting declaration files
  • f682178 Update README to show compatibility with v1.7
  • f21bb7c Merge pull request #127 from TypeStrong/document-npm-link
  • 51ad489 Document usage ofnpm link typescript``
  • 1ec91c8 Merge pull request #125 from TypeStrong/update-appveyer-badge
  • 823092c Merge pull request #124 from TypeStrong/fixup-tests-1.7-again
  • f1af78b Add TypeScript 1.6.2 to the test matrix

There are 22 commits in total. See the full diff.


This pull request was created by greenkeeper.io.
It keeps your software, up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster
Hello :wave: :rocket::rocket::rocket: [ts-loader](https://www.npmjs.com/package/ts-loader) just published its new version 0.8.0, which **is not covered by your current version range**. If this pull request passes your tests you can publish your software with the latest version of ts-loader – otherwise use this branch to work on adaptions and fixes. Happy fixing and merging :palm_tree: --- [GitHub Release](https://github.com/TypeStrong/ts-loader/releases/tag/v0.8.0) <ul> <li>Add support for emitting declaration files when <code>declaration: true</code> is set (<a href="http://urls.greenkeeper.io/TypeStrong/ts-loader/issues/48" class="issue-link js-issue-link" data-url="https://github.com/TypeStrong/ts-loader/issues/48" data-id="107935533" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#48</a>, <a href="http://urls.greenkeeper.io/TypeStrong/ts-loader/pull/128" class="issue-link js-issue-link" data-url="https://github.com/TypeStrong/ts-loader/issues/128" data-id="124300593" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#128</a>)</li> <li>Fix bug with specifying <code>target: es6</code> and <code>module: commonjs</code> at the same time when using TS 1.7+ (<a href="http://urls.greenkeeper.io/TypeStrong/ts-loader/issues/111" class="issue-link js-issue-link" data-url="https://github.com/TypeStrong/ts-loader/issues/111" data-id="119304669" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#111</a>, <a href="http://urls.greenkeeper.io/TypeStrong/ts-loader/issues/132" class="issue-link js-issue-link" data-url="https://github.com/TypeStrong/ts-loader/issues/132" data-id="125102809" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#132</a>, <a href="http://urls.greenkeeper.io/TypeStrong/ts-loader/pull/140" class="issue-link js-issue-link" data-url="https://github.com/TypeStrong/ts-loader/issues/140" data-id="127589448" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#140</a>).</li> <li>Fix bug with resolving dependencies which are linked using <code>npm link</code> (<a href="http://urls.greenkeeper.io/TypeStrong/ts-loader/issues/134" class="issue-link js-issue-link" data-url="https://github.com/TypeStrong/ts-loader/issues/134" data-id="125438913" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#134</a>, <a href="http://urls.greenkeeper.io/TypeStrong/ts-loader/pull/141" class="issue-link js-issue-link" data-url="https://github.com/TypeStrong/ts-loader/issues/141" data-id="127598887" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#141</a>) </li> </ul> --- The new version differs by 22 commits . - [`46e79c0`](https://github.com/TypeStrong/ts-loader/commit/46e79c0e986422448c0a547cc308221f8cb8fe9c) `Publish v0.8.0` - [`e444bac`](https://github.com/TypeStrong/ts-loader/commit/e444bacea3e2480411eede723162fbc5fee99819) `Merge pull request #141 from TypeStrong/fix-symbolic-link` - [`0302c53`](https://github.com/TypeStrong/ts-loader/commit/0302c534005447127dcc49048e5e6d00a9c9cbc0) `Fix support for`npm link`ing dependencies` - [`57c813e`](https://github.com/TypeStrong/ts-loader/commit/57c813ebae33708e21163591e0bcb08b5a30bb6f) `Merge pull request #140 from TypeStrong/dont-force-module` - [`57732d1`](https://github.com/TypeStrong/ts-loader/commit/57732d14d079095ddce61d8a31c94bdb83ba1582) `Fix broken test based on change in nightly` - [`0b6d9dd`](https://github.com/TypeStrong/ts-loader/commit/0b6d9dde09c87ac3a44c598cf10a630a559b31a4) `Add support for specifying target: es6 and module: commonjs at the same time.` - [`7b4e18f`](https://github.com/TypeStrong/ts-loader/commit/7b4e18f589d5ba5a77de3766c1b70d15b6a41d3e) `Merge pull request #128 from TypeStrong/support-declaration-output` - [`25b82b9`](https://github.com/TypeStrong/ts-loader/commit/25b82b99fc14a8e0fff0a781eae7fd42fb087689) `Add link to tutorials/examples from the README` - [`2eebe77`](https://github.com/TypeStrong/ts-loader/commit/2eebe77166833cf88e1e95fc11c55eae76f07b00) `Add support for emitting declaration files` - [`f682178`](https://github.com/TypeStrong/ts-loader/commit/f682178c0b3303a5ac8b6567035d8a2c6dd06e79) `Update README to show compatibility with v1.7` - [`f21bb7c`](https://github.com/TypeStrong/ts-loader/commit/f21bb7c64335a3350da932433b86da43f5fb86c0) `Merge pull request #127 from TypeStrong/document-npm-link` - [`51ad489`](https://github.com/TypeStrong/ts-loader/commit/51ad4891304d6592300b248cbeb7a7d678e54e84) `Document usage of`npm link typescript`` - [`1ec91c8`](https://github.com/TypeStrong/ts-loader/commit/1ec91c8b14fb6094416389b9fbda1a6ccd78541d) `Merge pull request #125 from TypeStrong/update-appveyer-badge` - [`823092c`](https://github.com/TypeStrong/ts-loader/commit/823092ca021316ad3d56af2bd4891795a4dc7688) `Merge pull request #124 from TypeStrong/fixup-tests-1.7-again` - [`f1af78b`](https://github.com/TypeStrong/ts-loader/commit/f1af78b80cf5b4378ebf021d230830631b77fcfb) `Add TypeScript 1.6.2 to the test matrix` There are 22 commits in total. See the [full diff](https://github.com/TypeStrong/ts-loader/compare/6b9bbaca05bc4498de17aefa36dfa85aa3cca418...46e79c0e986422448c0a547cc308221f8cb8fe9c). --- This pull request was created by [greenkeeper.io](http://greenkeeper.io/). It keeps your software, up to date, all the time. <sub> Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster :zap: </sub>
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#28