Update ts-jest to the latest version π
Version 23.0.0 of ts-jest was just published.
| Dependency | ts-jest |
|---|---|
| Current Version | 22.4.6 |
| Type | devDependency |
The version 23.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.
Commits
The new version differs by 133 commits.
5000506Merge pull request #600 from kulshekhar/jest-upgrade4729733upgrade version8136977Merge pull request #599 from kulshekhar/combine-prs2bfa1fcupdate yarn.lock57a09eeMerge branch 'greenkeeper/yargs-12.0.1' into combine-prs5d2115aresolve conflict909f072Merge branch 'greenkeeper/@types/react-16.4.6' into combine-prsf660121Merge branch 'js-um/fix-to-work-with-jest-projects-root-path' into combine-prs6ff8b2cMerge branch 'catch-syntax-errors' into combine-prs72c4b21chore(package): update @types/react to version 16.4.6390ffcdfix(package): update yargs to version 12.0.1e6bcff0chore(package): update @types/node to version 10.5.167659c4Update @types/node to the latest version π (#592)56c3714Adds test for intentially failing transpilation of TS syntax errorsfbb8c50Better error message
There are 133 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 :palm_tree:
Version 23.0.1 just got published.
Update to this version instead π
Commits
The new version differs by 17 commits.
6741e63Merge pull request #620 from kulshekhar/version-bump201194abump version patch5083902Merge pull request #607 from kulshekhar/greenkeeper/@types/node-10.5.2c48b36bMerge branch 'master' into greenkeeper/@types/node-10.5.2566fb3cMerge pull request #608 from kulshekhar/greenkeeper/@types/fs-extra-5.0.44974737Merge branch 'master' into greenkeeper/@types/fs-extra-5.0.49fc2912Merge pull request #602 from kulshekhar/greenkeeper/ts-jest-23.0.0cdbcf0fMerge branch 'master' into greenkeeper/ts-jest-23.0.0beacd95Merge pull request #613 from chyzwar/disable-declarationMap9953863Merge branch 'master' into disable-declarationMap51c292efixed declaration test8f461b9Merge pull request #616 from huafu/feature/fix-tsconfig-cache-key-resolverd63cf11fixes cache key resolver for getTSConfigc28e304make sure that declaration is disabledef76d7fchore(package): update @types/fs-extra to version 5.0.4
There are 17 commits in total.
See the full diff
Version 23.1.0 just got published.
Update to this version instead π
Commits
The new version differs by 39 commits.
6916e7bMerge pull request #650 from kulshekhar/kulshekhar-patch-154a30ebBump the version (minor)9e61969Merge pull request #626 from huafu/feature/upgrade-babel-and-fix-tsconfigef21f50Merge branch 'master' into feature/upgrade-babel-and-fix-tsconfigc67ba4dMerge pull request #649 from kulshekhar/greenkeeper/monorepo.react-16.4.29a6904fMerge branch 'master' of https://github.com/kulshekhar/ts-jest into feature/upgrade-babel-and-fix-tsconfig8a94008chore(package): update react-test-renderer to version 16.4.26e73fb9chore(package): update react to version 16.4.2c947791chore(package): update @types/node to version 10.5.5 (#646)fd24ae6Merge pull request #640 from jmheik/to-dev-depse2028daMerge branch 'master' into to-dev-deps4396ddeMerge pull request #641 from jeznag/patch-17d78123Merge branch 'master' into patch-1b38e4caAdd TypeScript ^3.0.0 as supported peer dependencies (#644)1e287f3Add more details on using module name mapper
There are 39 commits in total.
See the full diff
Version 23.1.1 just got published.
Update to this version instead π
Commits
The new version differs by 9 commits.
125d06bMerge pull request #652 from huafu/hotfix/babel-and-preprocess-bridges3068e73fix snapshotff260d6bump version patch to 23.1.15368bb4typo8a6a8f7fix: test rootDir to handle preset-angular98b2410fix: gracefully load @babel/core or babel-corea65079ffix: allow (but deprecate) use of old preprocessor.jsb895cb4chore: addsenginesection, we support node >= 6f17f952chore: removes package-lock, we use yarn
See the full diff
Version 23.1.2 just got published.
Version 23.1.3 just got published.
Update to this version instead π
Commits
The new version differs by 5 commits.
7748787Bump version patch7338f07Merge pull request #660 from huafu/feature/fix-debug-breakpoint90c74effix: hack for babel < 6 so that breakpoints do worke4c430fMerge pull request #655 from kulshekhar/greenkeeper/@types/node-10.5.691e636dchore(package): update @types/node to version 10.5.6
See the full diff
Version 23.1.4 just got published.
Update to this version instead π
Commits
The new version differs by 19 commits.
240649bMerge pull request #683 from lyy011lyy/master4c804c8Merge branch 'master' into mastere415dd0Bump version to 23.1.4cc12c9bMake diagnostics only on test files (#679)7198a5bMerge branch 'master' into master3a8a3c6Support JSON5 format for parsing .babelrc configuration file (#665)3377741Merge branch 'master' into master76df7e5Fix test failure due to the auto indent change5882591Add test for the previous changecaea66bMake diagnostics configuarable16f2e54Remove duplicated diagnostics39f9f7aMake diagnostics configuarable3090729chore(package): update @types/node to version 10.7.0 (#675)e318166chore(package): update @types/react to version 16.4.10 (#676)bd68ec5chore(package): update @types/node to version 10.5.8 (#672)
There are 19 commits in total.
See the full diff
- The
devDependencyts-jest was updated from22.4.6to23.10.0.
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-jestSlack community where you can find some instant help - end-to-end isolated testing over multiple
jest,typescriptandbabelversions
Commits
The new version differs by 293 commits.
0e5ffedchore(release): 23.10.03665609Merge pull request #734 from huafu/appveyor-optimizations45d44d1Merge branch 'master' into appveyor-optimizations76e2fe5ci(appveyor): cache npm versions as well191c464ci(appveyor): try to improve appveyor's config0f31b42Merge pull request #733 from huafu/fix-test-snap661853aMerge branch 'master' into fix-test-snapaa7458aMerge pull request #731 from kulshekhar/dependabot/npm_and_yarn/tslint-plugin-prettier-2.0.070775f1ci(lint): run lint scripts in series instead of parallela18e919style(fix): exclude package.json from tslint rules011b580test(config): stop using snapshots for pkg versions7e5a3a1build(deps-dev): bump tslint-plugin-prettier from 1.3.0 to 2.0.0fbe90a9Merge pull request #730 from kulshekhar/dependabot/npm_and_yarn/@types/node-10.10.1a88456ebuild(deps-dev): bump @types/node from 10.9.4 to 10.10.154fd239Merge pull request #729 from kulshekhar/dependabot/npm_and_yarn/prettier-1.14.3
There are 250 commits in total.
See the full diff
- The
devDependencyts-jest was updated from22.4.6to23.10.1.
Update to this version instead π
Commits
The new version differs by 13 commits.
d9c5b45Merge pull request #743 from huafu/release/23.10.1e4a3a09chore(release): 23.10.1ab94359Merge pull request #742 from huafu/fix-740-no-js-compilation-with-allow-jsa844fd4Merge branch 'master' into fix-740-no-js-compilation-with-allow-js18dced1Merge pull request #741 from huafu/e2e-weird-deep-paths9e7d6a0test(config): adds test related to allowJs374dca1fix(compile): js files were never transpiled thru TS70fd9afci(cache): removes some paths from the cachingc12dffffix(windows): normalize paths0141098test(e2e): deep paths and coverage6ccbff3Merge pull request #736 from huafu/detect-import-and-throw-if-nonea2a4be2fix(config): warn instead of forcing ESM interoperability21644daMerge pull request #735 from huafu/master
See the full diff
- The
devDependencyts-jest was updated from22.4.6to23.10.2.
Update to this version instead π
Commits
The new version differs by 44 commits.
13cb48dMerge pull request #764 from huafu/release/23.10.2aa3e5f7chore(release): 23.10.29db3337Merge pull request #763 from huafu/wrong-error-if-import-failse0d6c57fix(import): wrong error message when a module exists but failse765875Merge pull request #757 from huafu/testMatch-and-testRegexa4bbdcddocs(preset): typosddc2f79docs(preset): usage of all presets + note about testMatch6985e07Merge branch 'testMatch-and-testRegex' of github.com:huafu/ts-jest into testMatch-and-testRegex6a72a87test(cli): test migrate preset detectionfebd8d3feat(cli): CLI 'config:migrate' now detects best presetf55d895feat(preset): adds presets typings and export all presetse409653Merge branch 'master' into testMatch-and-testRegex0534889Merge pull request #759 from kulshekhar/dependabot/npm_and_yarn/@types/node-10.11.0e23e0bebuild(deps-dev): bump @types/node from 10.10.3 to 10.11.07890162Merge branch 'master' into testMatch-and-testRegex
There are 44 commits in total.
See the full diff
- The
devDependencyts-jest was updated from22.4.6to23.10.3.
Update to this version instead π
Commits
The new version differs by 26 commits.
9fb9a74Merge pull request #779 from huafu/release/23.10.39a0f23dchore(release): 23.10.3134d4a6Merge pull request #776 from kulshekhar/kulshekhar-patch-1d8c4a98Merge branch 'master' into kulshekhar-patch-17b31bbdMerge pull request #772 from kulshekhar/dependabot/npm_and_yarn/typescript-3.1.187f3273Update jekyll from 3.7.3 to 3.7.4 (security)4e42fb8test(compiler): before TS 3.1 type info comment had extra space1601d5bbuild(deps-dev): bump typescript from 3.0.3 to 3.1.1b1b1930Merge pull request #775 from airato/airato/semver-version-fixba0816echore(package): use semver >= v5.5.0 so semver.coerce is there70b61c1Merge pull request #774 from huafu/test-helpersba3b1d0refactor(types): removes 2 unused typesdae4809Merge branch 'master' into test-helpers18f51cbdocs(test-helpers): adds a page for test helpersf976135feat(helpers): adds a mocked test helper for mock typings
There are 26 commits in total.
See the full diff
- The
devDependencyts-jest was updated from22.4.6to23.10.4.
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.
ef89ee6Merge pull request #795 from huafu/release/23.10.482a930bchore(release): 23.10.469b80adMerge pull request #794 from huafu/fix-preset-typings94dc4e7fix(typings): wrong import in preset typings + test53767abfix(typings): typo in presets definition file90beca8Merge pull request #787 from huafu/fix-testing-utils89ad06astyle(cli): more readable code when setting defaults for initb1eed98docs(install): includes @types/jest in install scriptb837acdtest(typings): repalce jest.SpyInstance with MockInstance6cacbeafix(cache): adds project's dep versions to cache key7b2dd01test(preset): fixes tests, doc and cli for presetsec78757docs(utils): updates docs related to moved helpers8d5a60atest(preset): updates tests related to presets68abcfbfix(cli): change options to better reflect the new presets33ff29ffix(helpers): deprecate import from ts-jest, now ts-jest/utils
There are 22 commits in total.
See the full diff
- The
devDependencyts-jest was updated from22.4.6to23.10.5.
Update to this version instead π
Commits
The new version differs by 48 commits.
8cd933bMerge pull request #874 from kulshekhar/release/23.10.58742886chore(release): 23.10.51892e1bbuild(deps-dev): bump @types/babel__core from 7.0.1 to 7.0.2 (#872)10ff3fdbuild(deps-dev): bump @types/node from 10.12.0 to 10.12.10 (#883)0445500More safely resolve 'jest-config'. (#853)87ef5b8Merge pull request #862 from huafu/upgrade-packages0150319build(packages): upgrade bs-logger794b2f2build(packages): updates e2e test cases dependenciesd325bcebuild(packages): re-lock semver version above wanted0abd4d4build(packages): upgrades external dependencies04a5ebfFix security vulnerability (#850)89269d5Fix wrong value in package.json example (#849)0a59b42Merge pull request #848 from orta/patch-19162ebbUpdate README.md44948c3build(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
- The
devDependencyts-jest was updated from22.4.6to24.0.0.
Update to this version instead π
Commits
The new version differs by 30 commits.
1ac501achore: changelog61d31b4Merge pull request #957 from thymikee/feat/jest240a2f533chore: remove jest-config-resolvereb2fc8afix: test path for windows (attempt 2)6824ac4fix: test path for windows (attempt 1)108b08bfix: remove unused snapshots16fd6b5chore: merge masterfb53685Merge pull request #978 from kulshekhar/fix-updates9ff4f88chore(deps): updated major dependenciesa0da54cchore(deps): updated major dependencies6092020chore(deps): update more dependenciesd8f0de0chore(deps): make the build work on windows999f889fix: module tests and some snapshots8372b5efix: test command1d67101fix: cli test
There are 30 commits in total.
See the full diff
- The
devDependencyts-jest was updated from22.4.6to24.0.1.
Update to this version instead π
Commits
The new version differs by 23 commits.
b43b3c1chore(release): 24.0.12d91a37chore: update package-lock485d3f7build(deps): bump semver from 5.6.0 to 5.7.0 (#1043)2bd2534build(deps-dev): bump @types/node from 10.14.3 to 10.14.4 (#1041)bdba560build(deps-dev): bump @types/node from 10.14.2 to 10.14.3 (#1038)08766bfbuild(deps-dev): bump @types/node from 10.14.1 to 10.14.2 (#1036)5f92fd2build(deps-dev): bump js-yaml from 3.12.2 to 3.13.0 (#1034)a9c79e9build(deps-dev): bump @types/yargs from 12.0.9 to 12.0.10 (#1032)245ab29build(deps-dev): bump eslint from 5.15.2 to 5.15.3 (#1031)4e72e59build(deps-dev): bump eslint from 5.15.1 to 5.15.2 (#1030)fb7dd55feat(config): specify package.json location (#823) (#1013)279edcdbuild(deps-dev): bump tslint from 5.13.1 to 5.14.0 (#1028)8b93228build(deps-dev): bump @types/node from 10.12.30 to 10.14.1 (#1027)b825c7fbuild(deps-dev): bump @types/lodash.memoize from 4.1.4 to 4.1.6 (#1014)6f0ab80build(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
π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
- The
devDependencyts-jest was updated from22.4.6to25.5.0.
π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
- The
devDependencyts-jest was updated from22.4.6to25.5.1.