Tallyb / loopback-graphql

Adding graphql to loopback, based on Apollo Server
MIT License
201 stars 18 forks source link

Update ts-jest to the latest version πŸš€ #102

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 22.0.0 of ts-jest was just published.

Dependency ts-jest
Current Version 21.2.4
Type devDependency

The version 22.0.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-jest.

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 22.0.0
  • Remove support for __TS_CONFIG__. Use tsConfigFile as described in the readme.
  • Upgrade to Jest 22
Commits

The new version differs by 50 commits.

  • c610c13 Merge pull request #351 from kulshekhar/cleanup
  • 59af832 Restore tests to their original state
  • a13e232 update jest version
  • 43008fa Bump version
  • bce665f Fix test errors. Skip hoisting test
  • 540ad1b revert last change
  • efc8dbc Run tests from the command line
  • ee71dce Add 'yarn test' to travis commands
  • c945603 Drop node v4 support
  • 80ceefe Update jest/related deps to 22
  • 0f4b56b disable greenkeeper-lockfile
  • ac1d987 Merge branch 'master' into cleanup
  • fac86e3 Merge pull request #391 from kulshekhar/kulshekhar-patch-1
  • a1eabcf Merge branch 'master' into kulshekhar-patch-1
  • 24e87ac Merge pull request #392 from kulshekhar/pin-fs-extra

There are 50 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:

greenkeeper[bot] commented 6 years ago

Version 22.0.1 just got published.

Update to this version instead πŸš€

Release Notes 22.0.1

Improves performance by preventing the same file from being compiled twice. #410

Commits

The new version differs by 12 commits.

  • 9eef99a Merge pull request #410 from lijunle/ts-once
  • a594d6e Removing internal caching altogether
  • d8565af Merge branch 'master' into ts-once
  • 31315fe Merge pull request #408 from kulshekhar/caching-cleanup
  • 0775a3b Small refinement.
  • 0f48246 Bump version patch
  • e6b9b22 Add @lijunle to the author list
  • 4aa48c0 Remove unused code/file
  • 532ad4c Fix indentation
  • 0982e22 Why the formatter behavior strange?
  • bbc00cb Avoid transpile the TypeScript code twice.
  • 84996d0 Disable internal caching

See the full diff

greenkeeper[bot] commented 6 years ago

Version 22.0.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 25 commits.

  • 17c2862 Merge pull request #393 from kulshekhar/logging
  • 19b2273 bumped version#
  • 74bb38f Merge branch 'master' into logging
  • 4c3aaac Merge pull request #421 from kulshekhar/greenkeeper/yargs-11.0.0
  • 23b7eba long path
  • 321a127 removed snapshot
  • 520cc6d added proper env handling
  • 5e5187a test this with travis
  • 632614a added file
  • 15f94ac added missing files
  • 134fcdf updated issue template
  • 64a3e57 added one extra line of logging
  • 4348cb2 removed debug folder
  • 432a3f8 added a snapshot
  • 97ed727 Merge remote-tracking branch 'origin/master' into logging

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 22.0.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 8350b4f Merge pull request #427 from alan-agius4/feature/emit-error
  • 32ac27c Move contributor list from package.json to AUTHORS
  • 16fad85 Move contributor list from package.json to AUTHORS
  • 057bc7d chore: bump for release
  • 13b77d9 feat: add option to run TypeScript diagnostics

See the full diff

greenkeeper[bot] commented 6 years ago

Version 22.0.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 14 commits.

  • ea5b0a5 Merge pull request #438 from kamijin-fanta/feat/multi-project
  • 36e93c6 Bump the version patch to 22.0.4
  • 0d7007f Add @kamijin-fanta to the author list
  • e3911de support for jest multi-projects
  • 63f95bb Merge pull request #435 from AhnpGit/feature/add-changelog
  • e6cba9f Merge branch 'feature/add-changelog' of https://github.com/AhnpGit/ts-jest into feature/add-changelog
  • 3174435 Adjust changelog and authors
  • 85ab66b Merge branch 'master' into feature/add-changelog
  • 910218d Merge pull request #437 from danilobuerger/patch-1
  • 240a4eb Include useBabelrc in react-native example
  • 15b777f Add CHANGELOG.md for documentation new changes every release
  • a0951a5 Merge pull request #429 from kulshekhar/readme-fix
  • 0da22f2 Update readme toc
  • d9ad63c Reorganize README.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 22.4.0 just got published.

Update to this version instead πŸš€

Release Notes 22.4.0
  • provide an object containing the source and sourcemap to jest
  • remove dependency on source-map-support (provided by jest)
  • fix the logger
Commits

The new version differs by 13 commits.

  • cb2d576 Merge pull request #449 from kulshekhar/upgrade
  • a8df89b Merge branch 'master' into upgrade
  • b791a43 Merge pull request #450 from kulshekhar/fix-logger
  • e086462 Create a new object when logging the initial config state
  • 60661da Update yarn
  • 8cd6b72 Remove all instances of mapCoverage
  • a81d1bb Return an object with code & sourcemap to jest
  • 05f76ae Bump version. Remove sourcemap dep. Upgrade jest dep
  • 12be6a7 Merge pull request #446 from kulshekhar/greenkeeper/lint-staged-7.0.0
  • 3b8e6e4 Merge branch 'master' into greenkeeper/lint-staged-7.0.0
  • 2088210 Merge pull request #441 from eteeselink/patch-1
  • e26123d chore(package): update lint-staged to version 7.0.0
  • 93f424c Update README.md to "fix" #355

See the full diff

greenkeeper[bot] commented 6 years ago

Version 22.4.1 just got published.

Update to this version instead πŸš€

Release Notes 22.4.1

Fixed #455

Commits

The new version differs by 10 commits.

  • 14f5949 Update README.md
  • d716b25 Merge pull request #457 from kulshekhar/sourcemap-revert
  • 586051d fix tests
  • f42635e continue relying on only inline sourcemaps
  • 41c0a91 Merge pull request #453 from kulshekhar/greenkeeper/@types/fs-extra-5.0.1
  • 7b7ffbc Merge branch 'master' into greenkeeper/@types/fs-extra-5.0.1
  • fddcf50 Merge pull request #456 from AhnpGit/fix/switch-to-yarn
  • ff1574e Revert changes
  • a4221c9 Switch scripts in package.json to use yarn for consistency
  • 5e512f8 chore(package): update @types/fs-extra to version 5.0.1

See the full diff

greenkeeper[bot] commented 6 years ago

Version 22.4.2 just got published.

Update to this version instead πŸš€

Release Notes 22.4.2

added a flag to allow disabling sourcemap support

{
  "globals: {
    "ts-jest": {
      "disableSourceMapSupport": true
    }
  }
}
Commits

The new version differs by 16 commits.

  • b4628f0 Merge pull request #470 from kulshekhar/sms-flag
  • e4bb8a9 allow disabling sourcemap support
  • 50e9be7 bump version patch
  • 17c6872 Long path (#461)
  • 4a338b0 Merge pull request #458 from AhnpGit/chore/update-dependencies
  • f114cbd Merge branch 'chore/update-dependencies' of https://github.com/AhnpGit/ts-jest into chore/update-dependencies
  • fb1e5e2 Keep dependencies independent from Jest
  • 54c84c2 Merge branch 'master' into chore/update-dependencies
  • e925491 Merge branch 'master' into chore/update-dependencies
  • 4a07d52 Merge pull request #459 from AhnpGit/fix/sync-types-with-jest
  • 8fc8215 Small adjustments for optional type
  • c394dcc Update types for FullJestConfig to be in sync with types in Jest
  • 2808a95 Remove jest-config because Jest already installed it
  • abedcbc Bring back babel-plugin-transform-es2015-modules-commonjs dependency
  • 63786af Fix tslint

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 22.4.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 6d24171 Merge pull request #491 from kulshekhar/fix
  • b6ea93d Use os separator instead of hard-coding it

See the full diff

greenkeeper[bot] commented 6 years ago

Version 22.4.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 15 commits.

  • 6434fc5 Merge pull request #488 from gstamac/master
  • 039cb69 Add @gstamac to the author list
  • 522385a Bump version to 22.4.4
  • 0253ac2 Add disclaimer for ignoring decorators
  • d8d096f Merge branch 'master' into master
  • 60dac3c Version bump
  • f92a728 added ignoreCoverageForDecorators config parameter
  • df6c825 Merge pull request #483 from trivikr/patch-1
  • 1da17ba Merge branch 'master' into patch-1
  • 21a2877 Merge pull request #487 from kulshekhar/greenkeeper/@types/fs-extra-5.0.2
  • 7c02780 Merge branch 'master' into greenkeeper/@types/fs-extra-5.0.2
  • dcd3432 added support for ignoreCoverageForAllDecorators setting
  • e4fd8d1 add /* istanbul ignore next / to decorators when / istanbul ignore decorate */ is added
  • 716ee5f chore(package): update @types/fs-extra to version 5.0.2
  • 7413c00 Add links for issues #112 and #281 in README.md

See the full diff

greenkeeper[bot] commented 6 years ago

Version 22.4.6 just got published.

Update to this version instead πŸš€

Commits

The new version differs by commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 23.0.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 133 commits.

  • 5000506 Merge pull request #600 from kulshekhar/jest-upgrade
  • 4729733 upgrade version
  • 8136977 Merge pull request #599 from kulshekhar/combine-prs
  • 2bfa1fc update yarn.lock
  • 57a09ee Merge branch 'greenkeeper/yargs-12.0.1' into combine-prs
  • 5d2115a resolve conflict
  • 909f072 Merge branch 'greenkeeper/@types/react-16.4.6' into combine-prs
  • f660121 Merge branch 'js-um/fix-to-work-with-jest-projects-root-path' into combine-prs
  • 6ff8b2c Merge branch 'catch-syntax-errors' into combine-prs
  • 72c4b21 chore(package): update @types/react to version 16.4.6
  • 390ffcd fix(package): update yargs to version 12.0.1
  • e6bcff0 chore(package): update @types/node to version 10.5.1
  • 67659c4 Update @types/node to the latest version πŸš€ (#592)
  • 56c3714 Adds test for intentially failing transpilation of TS syntax errors
  • fbb8c50 Better error message

There are 133 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 23.0.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 17 commits.

  • 6741e63 Merge pull request #620 from kulshekhar/version-bump
  • 201194a bump version patch
  • 5083902 Merge pull request #607 from kulshekhar/greenkeeper/@types/node-10.5.2
  • c48b36b Merge branch 'master' into greenkeeper/@types/node-10.5.2
  • 566fb3c Merge pull request #608 from kulshekhar/greenkeeper/@types/fs-extra-5.0.4
  • 4974737 Merge branch 'master' into greenkeeper/@types/fs-extra-5.0.4
  • 9fc2912 Merge pull request #602 from kulshekhar/greenkeeper/ts-jest-23.0.0
  • cdbcf0f Merge branch 'master' into greenkeeper/ts-jest-23.0.0
  • beacd95 Merge pull request #613 from chyzwar/disable-declarationMap
  • 9953863 Merge branch 'master' into disable-declarationMap
  • 51c292e fixed declaration test
  • 8f461b9 Merge pull request #616 from huafu/feature/fix-tsconfig-cache-key-resolver
  • d63cf11 fixes cache key resolver for getTSConfig
  • c28e304 make sure that declaration is disabled
  • ef76d7f chore(package): update @types/fs-extra to version 5.0.4

There are 17 commits in total.

See the full diff