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.
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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
declaration: trueis set (#48, #128)target: es6andmodule: commonjsat the same time when using TS 1.7+ (#111, #132, #140).npm link(#134, #141)The new version differs by 22 commits .
46e79c0Publish v0.8.0e444bacMerge pull request #141 from TypeStrong/fix-symbolic-link0302c53Fix support fornpm linking dependencies57c813eMerge pull request #140 from TypeStrong/dont-force-module57732d1Fix broken test based on change in nightly0b6d9ddAdd support for specifying target: es6 and module: commonjs at the same time.7b4e18fMerge pull request #128 from TypeStrong/support-declaration-output25b82b9Add link to tutorials/examples from the README2eebe77Add support for emitting declaration filesf682178Update README to show compatibility with v1.7f21bb7cMerge pull request #127 from TypeStrong/document-npm-link51ad489Document usage ofnpm link typescript``1ec91c8Merge pull request #125 from TypeStrong/update-appveyer-badge823092cMerge pull request #124 from TypeStrong/fixup-tests-1.7-againf1af78bAdd TypeScript 1.6.2 to the test matrixThere are 22 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡It keeps your software, up to date, all the time.