react-stream-libs / reactive-renderer

reactive renderer core
1 stars 0 forks source link

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

Closed greenkeeper[bot] closed 5 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

greenkeeper[bot] commented 6 years ago

Version 23.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 39 commits.

  • 6916e7b Merge pull request #650 from kulshekhar/kulshekhar-patch-1
  • 54a30eb Bump the version (minor)
  • 9e61969 Merge pull request #626 from huafu/feature/upgrade-babel-and-fix-tsconfig
  • ef21f50 Merge branch 'master' into feature/upgrade-babel-and-fix-tsconfig
  • c67ba4d Merge pull request #649 from kulshekhar/greenkeeper/monorepo.react-16.4.2
  • 9a6904f Merge branch 'master' of https://github.com/kulshekhar/ts-jest into feature/upgrade-babel-and-fix-tsconfig
  • 8a94008 chore(package): update react-test-renderer to version 16.4.2
  • 6e73fb9 chore(package): update react to version 16.4.2
  • c947791 chore(package): update @types/node to version 10.5.5 (#646)
  • fd24ae6 Merge pull request #640 from jmheik/to-dev-deps
  • e2028da Merge branch 'master' into to-dev-deps
  • 4396dde Merge pull request #641 from jeznag/patch-1
  • 7d78123 Merge branch 'master' into patch-1
  • b38e4ca Add TypeScript ^3.0.0 as supported peer dependencies (#644)
  • 1e287f3 Add more details on using module name mapper

There are 39 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 23.1.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • 125d06b Merge pull request #652 from huafu/hotfix/babel-and-preprocess-bridges
  • 3068e73 fix snapshot
  • ff260d6 bump version patch to 23.1.1
  • 5368bb4 typo
  • 8a6a8f7 fix: test rootDir to handle preset-angular
  • 98b2410 fix: gracefully load @babel/core or babel-core
  • a65079f fix: allow (but deprecate) use of old preprocessor.js
  • b895cb4 chore: adds engine section, we support node >= 6
  • f17f952 chore: removes package-lock, we use yarn

See the full diff

greenkeeper[bot] commented 6 years ago

Version 23.1.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • f2565d3 Merge pull request #653 from huafu/hotfix/error-code-test
  • f19f8eb chore: version bump
  • c955083 fix: wrong error message

See the full diff

greenkeeper[bot] commented 6 years ago

Version 23.1.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 7748787 Bump version patch
  • 7338f07 Merge pull request #660 from huafu/feature/fix-debug-breakpoint
  • 90c74ef fix: hack for babel < 6 so that breakpoints do work
  • e4c430f Merge pull request #655 from kulshekhar/greenkeeper/@types/node-10.5.6
  • 91e636d chore(package): update @types/node to version 10.5.6

See the full diff

greenkeeper[bot] commented 6 years ago

Version 23.1.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 19 commits.

  • 240649b Merge pull request #683 from lyy011lyy/master
  • 4c804c8 Merge branch 'master' into master
  • e415dd0 Bump version to 23.1.4
  • cc12c9b Make diagnostics only on test files (#679)
  • 7198a5b Merge branch 'master' into master
  • 3a8a3c6 Support JSON5 format for parsing .babelrc configuration file (#665)
  • 3377741 Merge branch 'master' into master
  • 76df7e5 Fix test failure due to the auto indent change
  • 5882591 Add test for the previous change
  • caea66b Make diagnostics configuarable
  • 16f2e54 Remove duplicated diagnostics
  • 39f9f7a Make diagnostics configuarable
  • 3090729 chore(package): update @types/node to version 10.7.0 (#675)
  • e318166 chore(package): update @types/react to version 16.4.10 (#676)
  • bd68ec5 chore(package): update @types/node to version 10.5.8 (#672)

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Release Notes for 23.10.0

ts-jest, reloaded!

  • lots of new features including full type-checking and internal cache (see changelog)
  • improved performances
  • Babel not required anymore
  • improved (and growing) documentation
  • a ts-jest Slack community where you can find some instant help
  • end-to-end isolated testing over multiple jest, typescript and babel versions
Commits

The new version differs by 293 commits.

  • 0e5ffed chore(release): 23.10.0
  • 3665609 Merge pull request #734 from huafu/appveyor-optimizations
  • 45d44d1 Merge branch 'master' into appveyor-optimizations
  • 76e2fe5 ci(appveyor): cache npm versions as well
  • 191c464 ci(appveyor): try to improve appveyor's config
  • 0f31b42 Merge pull request #733 from huafu/fix-test-snap
  • 661853a Merge branch 'master' into fix-test-snap
  • aa7458a Merge pull request #731 from kulshekhar/dependabot/npm_and_yarn/tslint-plugin-prettier-2.0.0
  • 70775f1 ci(lint): run lint scripts in series instead of parallel
  • a18e919 style(fix): exclude package.json from tslint rules
  • 011b580 test(config): stop using snapshots for pkg versions
  • 7e5a3a1 build(deps-dev): bump tslint-plugin-prettier from 1.3.0 to 2.0.0
  • fbe90a9 Merge pull request #730 from kulshekhar/dependabot/npm_and_yarn/@types/node-10.10.1
  • a88456e build(deps-dev): bump @types/node from 10.9.4 to 10.10.1
  • 54fd239 Merge pull request #729 from kulshekhar/dependabot/npm_and_yarn/prettier-1.14.3

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 13 commits.

  • d9c5b45 Merge pull request #743 from huafu/release/23.10.1
  • e4a3a09 chore(release): 23.10.1
  • ab94359 Merge pull request #742 from huafu/fix-740-no-js-compilation-with-allow-js
  • a844fd4 Merge branch 'master' into fix-740-no-js-compilation-with-allow-js
  • 18dced1 Merge pull request #741 from huafu/e2e-weird-deep-paths
  • 9e7d6a0 test(config): adds test related to allowJs
  • 374dca1 fix(compile): js files were never transpiled thru TS
  • 70fd9af ci(cache): removes some paths from the caching
  • c12dfff fix(windows): normalize paths
  • 0141098 test(e2e): deep paths and coverage
  • 6ccbff3 Merge pull request #736 from huafu/detect-import-and-throw-if-none
  • a2a4be2 fix(config): warn instead of forcing ESM interoperability
  • 21644da Merge pull request #735 from huafu/master

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 44 commits.

  • 13cb48d Merge pull request #764 from huafu/release/23.10.2
  • aa3e5f7 chore(release): 23.10.2
  • 9db3337 Merge pull request #763 from huafu/wrong-error-if-import-fails
  • e0d6c57 fix(import): wrong error message when a module exists but fails
  • e765875 Merge pull request #757 from huafu/testMatch-and-testRegex
  • a4bbdcd docs(preset): typos
  • ddc2f79 docs(preset): usage of all presets + note about testMatch
  • 6985e07 Merge branch 'testMatch-and-testRegex' of github.com:huafu/ts-jest into testMatch-and-testRegex
  • 6a72a87 test(cli): test migrate preset detection
  • febd8d3 feat(cli): CLI 'config:migrate' now detects best preset
  • f55d895 feat(preset): adds presets typings and export all presets
  • e409653 Merge branch 'master' into testMatch-and-testRegex
  • 0534889 Merge pull request #759 from kulshekhar/dependabot/npm_and_yarn/@types/node-10.11.0
  • e23e0be build(deps-dev): bump @types/node from 10.10.3 to 10.11.0
  • 7890162 Merge branch 'master' into testMatch-and-testRegex

There are 44 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 26 commits.

  • 9fb9a74 Merge pull request #779 from huafu/release/23.10.3
  • 9a0f23d chore(release): 23.10.3
  • 134d4a6 Merge pull request #776 from kulshekhar/kulshekhar-patch-1
  • d8c4a98 Merge branch 'master' into kulshekhar-patch-1
  • 7b31bbd Merge pull request #772 from kulshekhar/dependabot/npm_and_yarn/typescript-3.1.1
  • 87f3273 Update jekyll from 3.7.3 to 3.7.4 (security)
  • 4e42fb8 test(compiler): before TS 3.1 type info comment had extra space
  • 1601d5b build(deps-dev): bump typescript from 3.0.3 to 3.1.1
  • b1b1930 Merge pull request #775 from airato/airato/semver-version-fix
  • ba0816e chore(package): use semver >= v5.5.0 so semver.coerce is there
  • 70b61c1 Merge pull request #774 from huafu/test-helpers
  • ba3b1d0 refactor(types): removes 2 unused types
  • dae4809 Merge branch 'master' into test-helpers
  • 18f51cb docs(test-helpers): adds a page for test helpers
  • f976135 feat(helpers): adds a mocked test helper for mock typings

There are 26 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Release Notes for 23.10.4 (2018-10-06)

Bug Fixes

  • cache: adds project's dep versions to cache key (6cacbea), closes #785
  • cli: change options to better reflect the new presets (68abcfb)
  • helpers: deprecate import from ts-jest, now ts-jest/utils (33ff29f), closes #782
  • typings: typo in presets definition file (53767ab)
  • typings: wrong import in preset typings + test (94dc4e7)
Commits

The new version differs by 22 commits.

  • ef89ee6 Merge pull request #795 from huafu/release/23.10.4
  • 82a930b chore(release): 23.10.4
  • 69b80ad Merge pull request #794 from huafu/fix-preset-typings
  • 94dc4e7 fix(typings): wrong import in preset typings + test
  • 53767ab fix(typings): typo in presets definition file
  • 90beca8 Merge pull request #787 from huafu/fix-testing-utils
  • 89ad06a style(cli): more readable code when setting defaults for init
  • b1eed98 docs(install): includes @types/jest in install script
  • b837acd test(typings): repalce jest.SpyInstance with MockInstance
  • 6cacbea fix(cache): adds project's dep versions to cache key
  • 7b2dd01 test(preset): fixes tests, doc and cli for presets
  • ec78757 docs(utils): updates docs related to moved helpers
  • 8d5a60a test(preset): updates tests related to presets
  • 68abcfb fix(cli): change options to better reflect the new presets
  • 33ff29f fix(helpers): deprecate import from ts-jest, now ts-jest/utils

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 48 commits.

  • 8cd933b Merge pull request #874 from kulshekhar/release/23.10.5
  • 8742886 chore(release): 23.10.5
  • 1892e1b build(deps-dev): bump @types/babel__core from 7.0.1 to 7.0.2 (#872)
  • 10ff3fd build(deps-dev): bump @types/node from 10.12.0 to 10.12.10 (#883)
  • 0445500 More safely resolve 'jest-config'. (#853)
  • 87ef5b8 Merge pull request #862 from huafu/upgrade-packages
  • 0150319 build(packages): upgrade bs-logger
  • 794b2f2 build(packages): updates e2e test cases dependencies
  • d325bce build(packages): re-lock semver version above wanted
  • 0abd4d4 build(packages): upgrades external dependencies
  • 04a5ebf Fix security vulnerability (#850)
  • 89269d5 Fix wrong value in package.json example (#849)
  • 0a59b42 Merge pull request #848 from orta/patch-1
  • 9162ebb Update README.md
  • 44948c3 build(deps-dev): bump tslint-plugin-prettier from 2.0.0 to 2.0.1 (#832)

There are 48 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 30 commits.

  • 1ac501a chore: changelog
  • 61d31b4 Merge pull request #957 from thymikee/feat/jest24
  • 0a2f533 chore: remove jest-config-resolver
  • eb2fc8a fix: test path for windows (attempt 2)
  • 6824ac4 fix: test path for windows (attempt 1)
  • 108b08b fix: remove unused snapshots
  • 16fd6b5 chore: merge master
  • fb53685 Merge pull request #978 from kulshekhar/fix-updates
  • 9ff4f88 chore(deps): updated major dependencies
  • a0da54c chore(deps): updated major dependencies
  • 6092020 chore(deps): update more dependencies
  • d8f0de0 chore(deps): make the build work on windows
  • 999f889 fix: module tests and some snapshots
  • 8372b5e fix: test command
  • 1d67101 fix: cli test

There are 30 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 23 commits.

  • b43b3c1 chore(release): 24.0.1
  • 2d91a37 chore: update package-lock
  • 485d3f7 build(deps): bump semver from 5.6.0 to 5.7.0 (#1043)
  • 2bd2534 build(deps-dev): bump @types/node from 10.14.3 to 10.14.4 (#1041)
  • bdba560 build(deps-dev): bump @types/node from 10.14.2 to 10.14.3 (#1038)
  • 08766bf build(deps-dev): bump @types/node from 10.14.1 to 10.14.2 (#1036)
  • 5f92fd2 build(deps-dev): bump js-yaml from 3.12.2 to 3.13.0 (#1034)
  • a9c79e9 build(deps-dev): bump @types/yargs from 12.0.9 to 12.0.10 (#1032)
  • 245ab29 build(deps-dev): bump eslint from 5.15.2 to 5.15.3 (#1031)
  • 4e72e59 build(deps-dev): bump eslint from 5.15.1 to 5.15.2 (#1030)
  • fb7dd55 feat(config): specify package.json location (#823) (#1013)
  • 279edcd build(deps-dev): bump tslint from 5.13.1 to 5.14.0 (#1028)
  • 8b93228 build(deps-dev): bump @types/node from 10.12.30 to 10.14.1 (#1027)
  • b825c7f build(deps-dev): bump @types/lodash.memoize from 4.1.4 to 4.1.6 (#1014)
  • 6f0ab80 build(deps-dev): bump @types/lodash.merge from 4.6.5 to 4.6.6 (#1015)

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€