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-jest to the latest version 馃殌 #37

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Sep 26, 2018

The devDependency ts-jest was updated from 23.1.4 to 23.10.2.

This version 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.


Find out more about this release.

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 馃尨

@codecov
Copy link

codecov bot commented Sep 26, 2018

Codecov Report

Merging #37 into master will increase coverage by 85.91%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #37       +/-   ##
===========================================
+ Coverage       0%   85.91%   +85.91%     
===========================================
  Files           7        7               
  Lines         909      909               
  Branches       79       79               
===========================================
+ Hits            0      781      +781     
+ Misses        897      122      -775     
+ Partials       12        6        -6
Impacted Files Coverage 螖
src/BaseASTWalker.ts 4.49% <0%> (+4.49%) 猬嗭笍
src/BaseVisitor.ts 86.48% <0%> (+86.48%) 猬嗭笍
src/Parser.ts 93.94% <0%> (+93.94%) 猬嗭笍
src/ASTVisitor.ts 95.58% <0%> (+95.58%) 猬嗭笍
src/VisitorKeys.ts 100% <0%> (+100%) 猬嗭笍
src/main.ts 100% <0%> (+100%) 猬嗭笍
src/Tokens.ts 100% <0%> (+100%) 猬嗭笍

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update 8db30aa...a0e8201. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Sep 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 30, 2018

  • The devDependency ts-jest was updated from 23.1.4 to 23.10.3.

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 added a commit that referenced this pull request Oct 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 6, 2018

  • The devDependency ts-jest was updated from 23.1.4 to 23.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.

  • 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 added a commit that referenced this pull request Nov 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 22, 2018

  • The devDependency ts-jest was updated from 23.1.4 to 23.10.5.

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 added a commit that referenced this pull request Feb 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 18, 2019

  • The devDependency ts-jest was updated from 23.1.4 to 24.0.0.

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 added a commit that referenced this pull request Mar 30, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2019

  • The devDependency ts-jest was updated from 23.1.4 to 24.0.1.

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 added a commit that referenced this pull request Apr 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 5, 2019

  • The devDependency ts-jest was updated from 23.1.4 to 24.0.2.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Sep 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 12, 2019

  • The devDependency ts-jest was updated from 23.1.4 to 24.1.0.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Nov 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 22, 2019

  • The devDependency ts-jest was updated from 23.1.4 to 24.2.0.

Update to this version instead 馃殌

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 30, 2020

  • The devDependency ts-jest was updated from 23.1.4 to 25.1.0.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Jan 30, 2020
greenkeeper bot added a commit that referenced this pull request Feb 3, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 3, 2020

  • The devDependency ts-jest was updated from 23.1.4 to 25.2.0.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Feb 19, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 19, 2020

  • The devDependency ts-jest was updated from 23.1.4 to 25.2.1.

Update to this version instead 馃殌

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2020

  • The devDependency ts-jest was updated from 23.1.4 to 25.3.0.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Apr 3, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 3, 2020

  • The devDependency ts-jest was updated from 23.1.4 to 25.3.1.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Apr 17, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 17, 2020

  • The devDependency ts-jest was updated from 23.1.4 to 25.4.0.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request May 6, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 6, 2020


馃毃 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 devDependency ts-jest was updated from 23.1.4 to 25.5.0.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request May 9, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 9, 2020


馃毃 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 devDependency ts-jest was updated from 23.1.4 to 25.5.1.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request May 15, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 15, 2020


馃毃 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 devDependency ts-jest was updated from 23.1.4 to 26.0.0.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request May 30, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 30, 2020


馃毃 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 devDependency ts-jest was updated from 23.1.4 to 26.1.0.

Update to this version instead 馃殌

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