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 awesome-typescript-loader to the latest version 馃殌 #501

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Nov 1, 2017

Version 3.3.0 of awesome-typescript-loader was just published.

Dependency awesome-typescript-loader
Current Version 3.2.3
Type devDependency

The version 3.3.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 awesome-typescript-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.3.0
  • Add errorsAsWarnings option.
  • Add forceIsolatedModules option.
  • Write some docs about performance issues.
  • use enhancedResolve to resolve babel-core
  • performance issue on case-insensitive file systems #507
Commits

The new version differs by 9 commits.

  • e926dbe chore(release): 3.3.0
  • 3d68c74 style: lint issue
  • bc9b544 feat: add errorsAsWarnings option
  • 2975dec docs: more about performance issues
  • 7f74bba feat: add forceIsolatedModules
  • 83e0e83 docs: add a note about performance
  • 9f7e978 fix: use enhancedResolve to resolve babel-core
  • cda6cb2 docs: add info about .babelrc, fixes #510
  • fc04d29 fix: performance issue on case-insensitive file systems #507

See the full diff

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
Copy link
Author

greenkeeper bot commented Nov 18, 2017

Version 3.4.0 just got published.

Update to this version instead 馃殌

Release Notes Performance release

Fixes several big performance problems, info can be found in #517

Commits

The new version differs by 7 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 1, 2017

Version 3.4.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 5 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 24, 2018

Version 3.5.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 7 commits.

  • 9bbc065 chore(release): 3.5.0
  • c966685 refactor: update some deps
  • ad7cfad feat: allow setting getCustomTransformers as a path to a module (#531)
  • edc8ed9 Use Error for emitted warn (#532)
  • b9f17f3 Update README.md (#535)
  • d4e7398 cleanup dependencies (#536)
  • bec43a0 fix TSC compatible issues that prevent compilation (#537)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 6, 2018

Version 4.0.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 15 commits.

  • 5d2f808 chore(release): 4.0.0
  • 30795f7 chore(release): 4.0.0-1
  • ca86fef Remove husky postinstall from package.json, fixes #543 (#544)
  • 99c6a6a chore(release): 4.0.0-0
  • d11c9d0 chore: test on webpack 3
  • 50df5f5 refactor: extract some types
  • c82882d style: lint
  • 09ecabe refactor: integrate prettier
  • 38a772f Merge pull request #519 from sheetalkamat/builder
  • 93269b4 Use builder with createProgram api
  • 64364fe Update to BuilderProgram api
  • a6c7323 Fixed lint and build errors
  • e8ae9ea Update with reworked api
  • e0bc5dd Use builder to get semantic diagnostics
  • fe48f5a Builder state api consume

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 6, 2018

Version 5.0.0-0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits ahead by 3, behind by 1.

  • ee0bf3e chore(release): 5.0.0-0
  • 98b0ddc feat: support webpack4
  • 149ce3d Fixes for Webpack 4, contributes towards #534 (#546)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 8, 2018

Version 5.0.0-1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 2 commits.

  • 10653be chore(release): 5.0.0-1
  • c474f70 fix default library path discovery on Windows OS (#550)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 6, 2018

Version 5.0.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 1 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 17, 2018

Version 5.1.0 just got published.

Update to this version instead 馃殌

Release Notes Maintenance release

Merged:

  1. Fix deprecation notice of enhanced-resolve #589
  2. Use webpack to write declaration files, gives better reporting #588
  3. Assertion check for webpack version #584
  4. Pass Unix-style path to config parser #581
  5. Use webpack-log for nicer logging #568
Commits

The new version differs by 12 commits.

  • e0e11af chore(release): 5.1.0
  • 8ae7555 chore: add --exit flag to mocha
  • 035c0c0 refactor: update some deps
  • ee7bcf5 docs(README): use @babel/preset-env for Babel 7 (#555)
  • 1d4568a Use webpack to write declaration files, gives better reporting (#588)
  • ea03615 Fix deprecation notice of enhanced-resolve (#589)
  • 68cc01c chore: assertion check for webpack version (#584)
  • a7d91cb Update README.md
  • c006193 fix: pass Unix-style path to config parser (#581)
  • ed5d1a3 Update README.md (#573)
  • f7e77b7 feat: Use webpack-log for nicer logging (#568)
  • 118f91e chore: Ignore yarn-error.log (#569)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 19, 2018

Version 5.1.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 2 commits.

  • e1e95b1 chore(release): 5.1.1
  • 247730d fix(dependencies): make webpack-log a dependency (#593)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 21, 2018

Version 5.2.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 2 commits.

  • 0d39ed5 chore(release): 5.2.0
  • c0d10bf feat: pass ts.Program as an argument for getCustomTransformers (#594)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 6, 2018

Version 5.2.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 3 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