Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps ts-jest from 22.4.5 to 23.10.1.

Release notes

Sourced from ts-jest's releases.

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

23.10.0-beta.1

ts-jest revamp!

  • handles const enum
  • easier setup (make use of Jest preset)
  • stronger testing
  • improved warnings (easier self-fixing of common issues)
  • improved caching
  • opt-in, faster type-checking
  • native hoisting of jest.mock()
  • diagnostics filter

Install using [**next**](https://github.com/next) npm tag (npm i -D ts-jest@next) to try it

This is a pre-version, report bugs and ask questions in the new slack channel

23.0.1

No release notes provided.

23.0.0

No release notes provided.

Changelog

Sourced from ts-jest's changelog.

23.10.1 (2018-09-20)

Bug Fixes

  • compile: js files were never transpiled thru TS (374dca1), closes #740
  • config: warn instead of forcing ESM interoperability (a2a4be2)
  • windows: normalize paths (c12dfff)

23.10.0 (2018-09-19)

Bug Fixes

  • babel: fixes the babel 6 hack (c8d51cf)
  • config: jsx should also be considered as js files (6c32a93)

Features

  • hints: warns if transform matches js without allowJs (952cc87)

23.10.0-beta.6 (2018-09-13)

Bug Fixes

  • babel: instrumentation was done twice when using babel (659a7fb), closes #713
  • cache: includes all parameters in cache key computing (70e1867)
  • e2e: fixes the eval tool (not used yet) (939d13a)

23.10.0-beta.5 (2018-09-12)

Bug Fixes

  • package: fixes the outdated package-lock (c5a5b7a)

Features

... (truncated)
Commits
  • 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
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview
Copy link
Contributor Author

Superseded by #68.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ts-jest-23.10.1 branch February 18, 2019 04:42
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.

1 participant