zola-check-manager.meta

Issues/PRs archive for MTRNord/zola-check-manager
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.meta.git
Log | Files | Refs

119.md (8914B)


      1 # PR #119 Bump ts-jest from 29.1.1 to 29.2.6
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2025-02-24T07:13:09Z
      6 - **Branch:** dependabot/npm_and_yarn/ts-jest-29.2.6 → main
      7 - **Closed:** 2025-03-24T07:53:57Z
      8 - **Labels:** dependencies, javascript
      9 - **Diff:** [119.diff](./119.diff)
     10 
     11 ---
     12 
     13 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.1 to 29.2.6.
     14 <details>
     15 <summary>Release notes</summary>
     16 <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/releases">ts-jest's releases</a>.</em></p>
     17 <blockquote>
     18 <h2>v29.2.6</h2>
     19 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
     20 <h2>v29.2.5</h2>
     21 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
     22 <h2>v29.2.4</h2>
     23 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
     24 <h2>v29.2.3</h2>
     25 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
     26 <h2>v29.2.2</h2>
     27 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
     28 <h2>v29.2.1</h2>
     29 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
     30 <h2>v29.2.0</h2>
     31 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
     32 <h2>v29.1.5</h2>
     33 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
     34 <h2>v29.1.4</h2>
     35 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
     36 <h2>v29.1.3</h2>
     37 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
     38 <h2>v29.1.2</h2>
     39 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
     40 </blockquote>
     41 </details>
     42 <details>
     43 <summary>Changelog</summary>
     44 <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">ts-jest's changelog</a>.</em></p>
     45 <blockquote>
     46 <h3><a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.5...v29.2.6">29.2.6</a> (2025-02-22)</h3>
     47 <h3>Bug Fixes</h3>
     48 <ul>
     49 <li>fix: escape dot for <code>JS_TRANSFORM_PATTERN</code> regex (<a href="https://github.com/kulshekhar/ts-jest/commit/8c91c60">8c91c60</a>)</li>
     50 <li>fix: escape dot for <code>TS_JS_TRANSFORM_PATTERN</code> regex (<a href="https://github.com/kulshekhar/ts-jest/commit/3eea850">3eea850</a>)</li>
     51 <li>fix: escape dot for <code>TS_TRANSFORM_PATTERN</code> regex (<a href="https://github.com/kulshekhar/ts-jest/commit/80d3e4d">80d3e4d</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4579">#4579</a></li>
     52 </ul>
     53 <h3><a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.4...v29.2.5">29.2.5</a> (2024-08-23)</h3>
     54 <h3>Bug Fixes</h3>
     55 <ul>
     56 <li>build: build package with <code>NodeNext</code> module (<a href="https://github.com/kulshekhar/ts-jest/commit/9b3ade5">9b3ade5</a>)</li>
     57 <li>fix: set value <code>ts/tsx</code> <code>extensionsToTreatAsEsm</code> in default esm preset (<a href="https://github.com/kulshekhar/ts-jest/commit/d9ff362">d9ff362</a>)</li>
     58 <li>fix(compiler): fallback to <code>NodeJS</code> module resolution for ts 4.8 (<a href="https://github.com/kulshekhar/ts-jest/commit/b7d3409">b7d3409</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4499">#4499</a></li>
     59 </ul>
     60 <h3><a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.3...v29.2.4">29.2.4</a> (2024-08-01)</h3>
     61 <h3>Bug Fixes</h3>
     62 <ul>
     63 <li>fix: revert support implementation for <code>Node16/NodeNext</code> (<a href="https://github.com/kulshekhar/ts-jest/commit/70b9530">70b9530</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4468">#4468</a> <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4473">#4473</a></li>
     64 </ul>
     65 <h3><a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.2...v29.2.3">29.2.3</a> (2024-07-18)</h3>
     66 <h3>Security Fixes</h3>
     67 <ul>
     68 <li>build(deps): Update dependency ejs to ^3.1.10 (<a href="https://github.com/kulshekhar/ts-jest/commit/de94a56">de94a56</a>)</li>
     69 </ul>
     70 <h3>Code Refactoring</h3>
     71 <ul>
     72 <li>refactor(presets): maintain preset codes inside <code>src</code> (<a href="https://github.com/kulshekhar/ts-jest/commit/8474fc2">8474fc2</a>)</li>
     73 </ul>
     74 <h3><a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.1...v29.2.2">29.2.2</a> (2024-07-10)</h3>
     75 <h3>Bug Fixes</h3>
     76 <!-- raw HTML omitted -->
     77 </blockquote>
     78 <p>... (truncated)</p>
     79 </details>
     80 <details>
     81 <summary>Commits</summary>
     82 <ul>
     83 <li><a href="https://github.com/kulshekhar/ts-jest/commit/6a387675bf6b375dc02e700ae42a1f8584b111d7"><code>6a38767</code></a> chore(release): 29.2.6</li>
     84 <li><a href="https://github.com/kulshekhar/ts-jest/commit/36e50e4bc3e85bbf6b0c0685988979ed9bcde288"><code>36e50e4</code></a> docs: update transform regex</li>
     85 <li><a href="https://github.com/kulshekhar/ts-jest/commit/8c91c60b32f8e017bd9e6eda6a277d4e85a4b0dc"><code>8c91c60</code></a> fix: escape dot for <code>JS_TRANSFORM_PATTERN</code> regex</li>
     86 <li><a href="https://github.com/kulshekhar/ts-jest/commit/3eea850c43510b663dbf0592d98ef92a3c8670f2"><code>3eea850</code></a> fix: escape dot for <code>TS_JS_TRANSFORM_PATTERN</code> regex</li>
     87 <li><a href="https://github.com/kulshekhar/ts-jest/commit/80d3e4dc417f718ddf46bb5eaf9f88a712f2e767"><code>80d3e4d</code></a> fix: escape dot for <code>TS_TRANSFORM_PATTERN</code> regex</li>
     88 <li><a href="https://github.com/kulshekhar/ts-jest/commit/4811d4242ea2e64094c88228bcb70f8f231562ba"><code>4811d42</code></a> build(deps): Update JamesIves/github-pages-deploy-action action to v4.7.3</li>
     89 <li><a href="https://github.com/kulshekhar/ts-jest/commit/82d11169257d554e7d67770f4ec44ae70b3e4595"><code>82d1116</code></a> build(deps): Update babel monorepo to ^7.26.9</li>
     90 <li><a href="https://github.com/kulshekhar/ts-jest/commit/ab058a976240e6a0910c44fef1f54177a1456003"><code>ab058a9</code></a> build(deps): Update dependency <code>@​types/node</code> to v20.17.19</li>
     91 <li><a href="https://github.com/kulshekhar/ts-jest/commit/399e918ddf19193ea2b73187e39d66aa14a2d612"><code>399e918</code></a> build(deps): Update dependency <code>@​formatjs/ts-transformer</code> to ^3.13.32</li>
     92 <li><a href="https://github.com/kulshekhar/ts-jest/commit/54181f14685ad9393e9b3b1dca7b4c4d05ac95e5"><code>54181f1</code></a> build(deps): Update dependency <code>@​vitejs/plugin-react-swc</code> to ^3.8.0</li>
     93 <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.1.1...v29.2.6">compare view</a></li>
     94 </ul>
     95 </details>
     96 <br />
     97 
     98 
     99 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ts-jest&package-manager=npm_and_yarn&previous-version=29.1.1&new-version=29.2.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    100 
    101 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    102 
    103 [//]: # (dependabot-automerge-start)
    104 [//]: # (dependabot-automerge-end)
    105 
    106 ---
    107 
    108 <details>
    109 <summary>Dependabot commands and options</summary>
    110 <br />
    111 
    112 You can trigger Dependabot actions by commenting on this PR:
    113 - `@dependabot rebase` will rebase this PR
    114 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    115 - `@dependabot merge` will merge this PR after your CI passes on it
    116 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    117 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    118 - `@dependabot reopen` will reopen this PR if it is closed
    119 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    120 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    121 - `@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)
    122 - `@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)
    123 - `@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)
    124 
    125 
    126 </details>
    127 
    128 
    129 ## Comments
    130 
    131 ### @dependabot[bot] — 2025-03-24T07:53:57Z
    132 
    133 Superseded by #121.
    134