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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade ts-jest from 22.0.1 to 22.4.6 #4

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Apr 1, 2020

Snyk has created this PR to upgrade ts-jest from 22.0.1 to 22.4.6.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 10 versions ahead of your current version.
  • The recommended version was released 2 years ago, on 2018-05-11.
Release notes
Package name: ts-jest
  • 22.4.6 - 2018-05-11

    Add realpath to language host

  • 22.4.5 - 2018-05-05
    • Add Date reflection bug test suite

    • Add array props test cases

    • test commit

    • working commit

    • ..

    • commmit

    • added flag

    • added reflect-metadata

    • removed logging

    • cleanup

    • bumped version

  • 22.4.4 - 2018-04-18

    fix for decorator coverage

  • 22.4.3 - 2018-04-14

    Use os separator instead of hard-coding it

  • 22.4.2 - 2018-03-18

    added a flag to allow disabling sourcemap support

    {
      "globals: {
        "ts-jest": {
          "disableSourceMapSupport": true
        }
      }
    }
    
  • 22.4.1 - 2018-03-02

    Fixed #455

  • 22.4.0 - 2018-02-25
    • provide an object containing the source and sourcemap to jest
    • remove dependency on source-map-support (provided by jest)
    • fix the logger
  • 22.0.4 - 2018-02-11

    Add support for jest multi-projects #438

  • 22.0.3 - 2018-02-03

    Add option to run TypeScript diagnostics #427

  • 22.0.2 - 2018-01-29

    adds logging to help when debugging issues

  • 22.0.1 - 2018-01-06
from ts-jest GitHub release notes
Commit messages
Package name: ts-jest
  • 0158be4 Merge pull request #513 from xbtsw/realpath
  • 2524a35 bump version to 22.4.6
  • a70001b Merge branch 'master' into realpath
  • efb4272 Update @types/es6-shim to the latest version 🚀 (#509)
  • 7d2f2f9 Add 'source-map-support' to package.json dependencies (#511)
  • 37ba58f Merge branch 'master' into realpath
  • 6709610 chore: use yarn cache (#514)
  • 93059f3 chore: clone last 5 commits (#516)
  • f77f663 add realpath to languageHost, so that typescript could follow symlinks
  • 970d4a8 Use language server to get proper reflection types (#505)
  • 7d5a9fb Better memoization & minor fixes (#501)
  • 719a547 Merge pull request #502 from kulshekhar/dependencies
  • 12820da cleanup
  • 2d21c4f now it works too. maybe
  • 586b791 updated all dependencies to newest & did a little spring cleaning
  • 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

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The "enableDiagnostics" option is broken in 22.4.0
1 participant