Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ts-jest from 26.4.4 to 26.5.1.

Changelog

Sourced from ts-jest's changelog.

26.5.1 (2021-02-09)

Features

  • config: support typed config options for jest config typescript (#2336) (f4f5d32)
  • presets: add typing for presets entry point (#2341) (e12b004), closes #2325

27.0.0-next.5 (2021-02-04)

Features

  • compiler: allow custom transformers to access internal Program (#2299) (387964f)

BREAKING CHANGES

ts-jest custom AST transformer function signature has changed to

import type { TsCompilerInstance } from 'ts-jest/dist/types'

export function factory(compilerInstance: TsCompilerInstance) { //... }

Commits
  • 1965e20 chore(release): 26.5.1 (#2342)
  • e12b004 feat(presets): add typing for presets entry point (#2341)
  • f4f5d32 feat(config): support typed config options for jest config typescript (#2336)
  • b8d5d20 fix: reduce size of node_modules when adding ts-jest (#2309)
  • 0c555c2 feat(config): introduce exclude to exclude files from diagnostics (#2308)
  • See full diff 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 recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
  • 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)

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.4.4 to 26.5.1.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v26.4.4...v26.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Improvements or additions to documentation skip-changelog The PR will not appear in the release changelogs labels Feb 15, 2021
Copy link
Member

@curquiza curquiza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

bors bot added a commit that referenced this pull request Feb 15, 2021
262: Bump ts-jest from 26.4.4 to 26.5.1 r=curquiza a=dependabot-preview[bot]

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.4.4 to 26.5.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md">ts-jest's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/kulshekhar/ts-jest/compare/v26.5.0...v26.5.1">26.5.1</a> (2021-02-09)</h2>
<h3>Features</h3>
<ul>
<li><strong>config:</strong> support typed config options for jest config typescript (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2336">#2336</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/f4f5d3205d1c80e545a32c02c6a66e7e91386f7f">f4f5d32</a>)</li>
<li><strong>presets:</strong> add typing for <code>presets</code> entry point (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2341">#2341</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/e12b004dcc5848d5ae0638e885147c54e11cc72b">e12b004</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2325">#2325</a></li>
</ul>
<h1><a href="https://github.com/kulshekhar/ts-jest/compare/v27.0.0-next.4...v27.0.0-next.5">27.0.0-next.5</a> (2021-02-04)</h1>
<h3>Features</h3>
<ul>
<li><strong>compiler:</strong> allow custom transformers to access internal <code>Program</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2299">#2299</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/387964faed14ce24d2cf8170a04eee244d69b8b9">387964f</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<p><code>ts-jest</code> custom AST transformer function signature has changed to</p>
<pre><code>import type { TsCompilerInstance } from 'ts-jest/dist/types'
<p>export function factory(compilerInstance: TsCompilerInstance) {
//...
}
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/1965e205908f818d4f2f2e8f074c8ff271af5dd3"><code>1965e20</code></a> chore(release): 26.5.1 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2342">#2342</a>)</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/e12b004dcc5848d5ae0638e885147c54e11cc72b"><code>e12b004</code></a> feat(presets): add typing for <code>presets</code> entry point (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2341">#2341</a>)</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/f4f5d3205d1c80e545a32c02c6a66e7e91386f7f"><code>f4f5d32</code></a> feat(config): support typed config options for jest config typescript (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2336">#2336</a>)</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/b8d5d2090567f23947d9efd87f5f869b16bf2e8a"><code>b8d5d20</code></a> fix: reduce size of <code>node_modules</code> when adding <code>ts-jest</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2309">#2309</a>)</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/0c555c250774a7fd9e356cf20a3d8b693cd82fd3"><code>0c555c2</code></a> feat(config): introduce <code>exclude</code> to exclude files from diagnostics (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2308">#2308</a>)</li>
<li>See full diff in <a href="https://github.com/kulshekhar/ts-jest/compare/v26.4.4...v26.5.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ts-jest&package-manager=npm_and_yarn&previous-version=26.4.4&new-version=26.5.1)](https://dependabot.com/compatibility-score/?dependency-name=ts-jest&package-manager=npm_and_yarn&previous-version=26.4.4&new-version=26.5.1)

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

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- 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)



</details>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Feb 15, 2021

Build failed:

@curquiza
Copy link
Member

bors merge

@curquiza
Copy link
Member

bors merge-

@bors
Copy link
Contributor

bors bot commented Feb 15, 2021

Canceled.

@bidoubiwa
Copy link
Contributor

bors try

@bors
Copy link
Contributor

bors bot commented Feb 15, 2021

try

Merge conflict.

@bidoubiwa
Copy link
Contributor

@dependabot close

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ts-jest-26.5.1 branch February 15, 2021 17:56
bors bot added a commit that referenced this pull request Feb 15, 2021
272: Update ts-jest to 26.5.1 r=curquiza a=bidoubiwa

to avoid merge conflict in #262 

Co-authored-by: Charlotte Vermandel <charlottevermandel@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Improvements or additions to documentation skip-changelog The PR will not appear in the release changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants