Update ts-loader to the latest version 🚀 #557
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴