Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ts-loader to the latest version 馃殌 #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Oct 16, 2017

Version 3.0.0 of ts-loader was just published.

Dependency ts-loader
Current Version 2.3.7
Type devDependency

The version 3.0.0 is not covered by your current version range.

If you don鈥檛 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鈥檛 have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.0.0

All changes were made with this PR - thanks @johnnyreilly

  • drop support for typescript < 2.0 (no-one seems to be using it and we can simplify the code) BREAKING CHANGE
  • remove entryFileIsJs option; it can be inferred from whether the allowJs TypeScript compiler option has been set.
  • move to webpack 3.0 for test harness
  • drop configFileName support (replaced by configFile) BREAKING CHANGE
  • add support for a custom formatter for output - drop visual studio format (this can be added back if there's clamour for it and people can supply their own formatters in the interim) BREAKING CHANGE
  • make loglevel warn by default (stop outputting typescript version number by default). Fixes #488
  • fix tsc has "module" default to "es2015"when targetting es2015+, but ts-loader does not - thanks @Venryx for the suggestion!
  • switch to build ts-loader / run tests with yarn because of this
  • allow controlling whether the output can contain colours
FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

greenkeeper bot added a commit that referenced this pull request Oct 16, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 16, 2017

Version 3.0.1 just got published.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Oct 16, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 16, 2017

Version 3.0.2 just got published.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Oct 18, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 18, 2017

Version 3.0.3 just got published.

Update to this version instead 馃殌

Release Notes v3.0.3

This fix resolves the issue for TypeScript 2.4+ (which is likely 95% of users). For those people stuck on 2.3 or below and impacted by this issue, you should be able to workaround this by setting entryFileCannotBeJs: true in your ts-loader options. This option should be considered deprecated as of this release. The option will likely disappear with the next major version of ts-loader which will drop support for TypeScript 2.3 and below, thus removing the need for this option.

Commits

The new version differs by 11 commits.

  • 81d02db Merge pull request #658 from johnnyreilly/master
  • 2aaba6e Deprecate entryFileCannotBeJs
  • 173bd4c Change getCurrentDirectory behaviour for TypeScript 2.3 and below
  • a91a8b4 make nodeResolutionAllowJs run in 2.4+ only
  • a2b613a try strategy approach splitting 2.4 and above and 2.3 and below behaviour
  • e576c92 check old strategy behaviour
  • cb303f5 drop resolveTypeReferenceDirectives for a moment
  • 9f4cc4f Add back support for TypeScript < 2.4
  • f832bb6 Fix allowJs import @types issue
  • a504b11 added nodeResolutionAllowJs test (will fail initially)
  • b182a65 republish as 3.0.2

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 20, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 20, 2017

Version 3.0.4 just got published.

Update to this version instead 馃殌

Release Notes v3.0.4
Commits

The new version differs by 19 commits.

  • bb0b09d Prepare for 3.0.4 release
  • 2e2f29a Add hot example
  • cb33f9d Merge pull request #662 from johnnyreilly/master
  • f7e500c Upgrade examples to ts-loader 3 and webpack 3 (and react 16 where applicable)
  • 8972715 removed webpack 1 example
  • 93dd166 Made happypack a dependency of the test rather than ts-loader
  • a2b9cc3 Added licenses to package.jsons
  • 239bf5a upgrade chalk and webpack
  • 8bad811 ignore debug.log files
  • ac273ea delete debug.log
  • ea39a87 Removed typings usage
  • 107fb8f instance still seems to be flaky
  • e0c56aa fx-extra upgrade
  • a5aa51b fix tsconfigInvalidFile
  • ef1f8d6 Fix instance test

There are 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 20, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 20, 2017

Version 3.0.5 just got published.

Update to this version instead 馃殌

Release Notes v3.0.5
Commits

The new version differs by 1 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 26, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 26, 2017

Version 3.1.0 just got published.

Update to this version instead 馃殌

Release Notes v3.1.0
Commits

The new version differs by 17 commits.

  • 605727d Prepare for 3.1.0 release
  • d946cb6 Update CHANGELOG.md
  • 32fa70c Merge pull request #671 from maier49/compile-bundled-files-and-typing-files
  • 705741e Resolve PR feedback
  • 73af60c Fix indentation
  • 4ad8846 Add option to compile bundled files and .d.ts files only
  • cc1c037 Merge pull request #670 from ORESoftware/patch-1
  • 9136ec4 demonstrated usability with watchers such as webpack -w
  • 3fcb7e9 Merge pull request #669 from johnnyreilly/master
  • e50d5cd Fix chalk 2.3 incompatibility
  • d3cb684 Fix HMR examples
  • 433c7d8 rename hot to core-js
  • c19c945 simplify hot
  • e620352 updated deps
  • 300da75 Add react-hot-boilerplate based on @gaearon's example

There are 17 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 30, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 30, 2017

Version 3.1.1 just got published.

Update to this version instead 馃殌

Release Notes v3.1.1

Fix error importing buildt ts files with allowJs (#667) - thanks @Pajn!

Commits

The new version differs by 6 commits.

  • 8a5de24 prepare for 3.1.1 release
  • 59ca674 Update CHANGELOG.md
  • 5e1b477 Merge pull request #674 from Pajn/fix-667
  • e78c31b Merge pull request #675 from FLGMwt/patch-1
  • 5e434e2 typo: s/will generated/will generate
  • bc926d0 Fix none-node_module imports of built ts files

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 29, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 29, 2017

Version 3.2.0 just got published.

Update to this version instead 馃殌

Release Notes v3.2.0
Commits

The new version differs by 18 commits.

  • e5b2f51 Prepare 3.2.0 release
  • ba72dfc Merge pull request #681 from christiantinauer/master
  • c95bdfe Merge pull request #673 from trodrigues/master
  • f37e438 Update browserMocks.js
  • 2d09770 Add description of option "contextAsConfigBasePath" to README.
  • 02fe053 Fixed comparison test "validateLoaderOptionNames".
  • 4c713e0 Add execution-test for option "contextAsConfigBasePath".
  • ebd2bb5 Add new loader option "contextAsConfigBasePath", which when set to true, parses to tsconfig file with respect to webpack context path (https://webpack.js.org/configuration/entry-context/#context) instead of the location of the config file. So all relative paths in config file are treated relative to webpack context This makes configurations possible, where the tsconfig file is located in a npm package or elsewhere in the project structure.
  • 88809f9 Update README with explanation
  • 5a32a07 Update example to actually include some typed code
  • 013bac9 Merge pull request #678 from johnnyreilly/master
  • 0951587 regenerate output for 2.6 and add 2.6 to test matrix
  • 512c9e6 create ts 2.6 comparison-test results
  • 4d4b8aa upgraded to building with ts 2.6
  • e4cbeb8 Merge pull request #676 from gsteacy/master

There are 18 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 21, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 21, 2018

Version 3.3.0 just got published.

Update to this version instead 馃殌

Release Notes v3.3.0
Commits

The new version differs by 42 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 42 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 23, 2018

Version 3.3.1 just got published.

Update to this version instead 馃殌

Release Notes v3.3.1
Commits

The new version differs by 4 commits.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants