Open greenkeeper[bot] opened 6 years ago
Update to this version instead 🚀
The new version differs by 4 commits.
dd60ed6
preparing for 3.3.1 release
21f4065
Merge pull request #715 from sheetalkamat/builderApiFixes
fdacf55
Fix the lib file detection
df9a387
Fixes to support builder api for compiling https://github.com/johnnyreilly/typescript-ts-loader-watch-api-illustration correctly
See the full diff
Version 3.3.0 of ts-loader was just published.
The version 3.3.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 ts-loader.
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.
Release Notes
v3.3.0reportFiles
option - thanks @freeman!contextAsConfigBasePath
withcontext
option. Strictly speaking a breaking change. However, given the original option was never able to fulfil its intended purpose I've decided to treat this as just a new feature; there seems no possibility that anyone can be usingcontextAsConfigBasePath
- thanks @christiantinauer!experimentalWatchApi
option until it has been thoroughly tested. All being well it is likely to become the default behaviour for ts-loader in future - thanks @sheetalkamat!Commits
The new version differs by 141 commits.
6444fa4
Fix up tests
e8a4bb0
Merge pull request #688 from christiantinauer/master
c6354c1
Merge branch 'master' into master
3d41633
Fix reportFile tests
ea8dfd7
Merge pull request #701 from freeman/reportFiles
92a73e2
Merge in watch fixes
27469c2
Add missing comma
64914e0
Merge branch 'master' into reportFiles
6d55769
Fixed believed issue with watch implementation cc @sheetalkamat
4a6b0da
Fix tests and place watchApi usage behind experimentalWatchApi option
7add160
Merge pull request #685 from sheetalkamat/builderApi
3015608
Merge pull request #714 from TypeStrong/feature/create_2_7_test_pack
72b1648
upgrade CI to run with 2.7 rc
9a63c78
include emit changes for 2.7 in test pack
44fa12b
create 2.7 test output
There are 141 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: