Skip to content

Commit

Permalink
Bump the dependencies group with 5 updates (#825)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
| `7.15.0` | `7.16.0` |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
| `7.15.0` | `7.16.0` |
|
[eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x)
| `0.5.3` | `3.0.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.5` | `29.2.2`
|
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `7.15.0` | `7.16.0` |

Updates `@typescript-eslint/eslint-plugin` from 7.15.0 to 7.16.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.16.0</h2>
<h2>7.16.0 (2024-07-08)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>ast-spec:</strong> add parent property to AccessorProperty
node types (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9487">#9487</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters]
port from v8 to v7 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9473">#9473</a>)</li>
<li><strong>eslint-plugin:</strong>
[no-unnecessary-parameter-property-assignment] add new rule (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8903">#8903</a>)</li>
<li><strong>eslint-plugin:</strong> add support for nested namespaces to
unsafe-member-access (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9478">#9478</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] add
checkThenables option (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9263">#9263</a>)</li>
<li><strong>rule-tester:</strong> stricter rule test validations (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9086">#9086</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency
<code>@​eslint-community/regexpp</code> to v4.11.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9497">#9497</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] add
<code>suggestions</code> to tests from <a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9263">#9263</a>
<code>checkThenables</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9515">#9515</a>,
<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/9263">#9263</a>)</li>
<li><strong>eslint-plugin:</strong> [restrict-template-expressions]
don't report tuples if <code>allowArray</code> option is enabled (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9492">#9492</a>)</li>
<li><strong>utils:</strong> context.parserPath may be undefined (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9486">#9486</a>)</li>
<li><strong>website:</strong> react key error on internal pages of
website (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9506">#9506</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Josh Goldberg ✨</li>
<li>Juan Sanchez <a
href="https://github.com/JSanchezIO"><code>@​JSanchezIO</code></a></li>
<li>Vinccool96</li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
<li>Yukihiro Hasegawa <a
href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>7.16.0 (2024-07-08)</h2>
<h3>🚀 Features</h3>
<ul>
<li>
<p><strong>rule-tester:</strong> stricter rule test validations</p>
</li>
<li>
<p><strong>eslint-plugin:</strong>
[no-unnecessary-parameter-property-assignment] add new rule</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> add support for nested namespaces to
unsafe-member-access</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [no-floating-promises] add
checkThenables option</p>
</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>
<p><strong>deps:</strong> update dependency
<code>@​eslint-community/regexpp</code> to v4.11.0</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [no-floating-promises] add
<code>suggestions</code> to tests from <a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9263">#9263</a>
<code>checkThenables</code></p>
</li>
<li>
<p><strong>website:</strong> react key error on internal pages of
website</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [restrict-template-expressions] don't
report tuples if <code>allowArray</code> option is enabled</p>
</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>auvred</li>
<li>Josh Goldberg ✨</li>
<li>Juan Sanchez</li>
<li>Vinccool96</li>
<li>YeonJuan</li>
<li>Yukihiro Hasegawa</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/e803c500646ee94ec76238cb0a57d6172e090044"><code>e803c50</code></a>
chore(release): publish 7.16.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/7b13dae347075d467ea95d0f986b38c3048906a2"><code>7b13dae</code></a>
fix(eslint-plugin): [restrict-template-expressions] don't report tuples
if `a...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/3c6290d021b5c2ec4efbcadd42c66ff4d5bc47ea"><code>3c6290d</code></a>
fix(eslint-plugin): [no-floating-promises] add <code>suggestions</code>
to tests from <a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9">#9</a>...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/63d17dd9062dd33ff99641900bd62211f82ae4f7"><code>63d17dd</code></a>
feat(eslint-plugin): [no-floating-promises] add checkThenables option
(<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9263">#9263</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d6859487ba335baf38f8ed6adcd8a9245b0d8788"><code>d685948</code></a>
feat(eslint-plugin): add support for nested namespaces to
unsafe-member-acces...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/451e73853ca9cfca524290ab987f8530741ef2bc"><code>451e738</code></a>
feat(eslint-plugin): [no-unnecessary-parameter-property-assignment] add
new r...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/88dd82803d252be1aff4f440bea34e82d3a85d23"><code>88dd828</code></a>
feat(eslint-plugin): [no-unnecessary-type-parameters] port from v8 to v7
(<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9473">#9473</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/a1a9b09d6820764dd1a9374e347417f3d2bcf999"><code>a1a9b09</code></a>
chore(eslint-plugin): re-using logic from builtinSymbolLike in
no-implied-eva...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d3641602ee9e5f8417e826fe816bfd50b4529951"><code>d364160</code></a>
docs: [class-methods-use-this] fix typo (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9494">#9494</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/7e2b77d55d5cd6b70db88be5168acc0e52db4f59"><code>7e2b77d</code></a>
feat(rule-tester): stricter rule test validations (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9086">#9086</a>)</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/eslint-plugin">compare
view</a></li>
</ul>
</details>
<br />

Updates `@typescript-eslint/parser` from 7.15.0 to 7.16.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.16.0</h2>
<h2>7.16.0 (2024-07-08)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>ast-spec:</strong> add parent property to AccessorProperty
node types (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9487">#9487</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters]
port from v8 to v7 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9473">#9473</a>)</li>
<li><strong>eslint-plugin:</strong>
[no-unnecessary-parameter-property-assignment] add new rule (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8903">#8903</a>)</li>
<li><strong>eslint-plugin:</strong> add support for nested namespaces to
unsafe-member-access (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9478">#9478</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] add
checkThenables option (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9263">#9263</a>)</li>
<li><strong>rule-tester:</strong> stricter rule test validations (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9086">#9086</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency
<code>@​eslint-community/regexpp</code> to v4.11.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9497">#9497</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] add
<code>suggestions</code> to tests from <a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/9263">#9263</a>
<code>checkThenables</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9515">#9515</a>,
<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/9263">#9263</a>)</li>
<li><strong>eslint-plugin:</strong> [restrict-template-expressions]
don't report tuples if <code>allowArray</code> option is enabled (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9492">#9492</a>)</li>
<li><strong>utils:</strong> context.parserPath may be undefined (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9486">#9486</a>)</li>
<li><strong>website:</strong> react key error on internal pages of
website (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9506">#9506</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Josh Goldberg ✨</li>
<li>Juan Sanchez <a
href="https://github.com/JSanchezIO"><code>@​JSanchezIO</code></a></li>
<li>Vinccool96</li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
<li>Yukihiro Hasegawa <a
href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>7.16.0 (2024-07-08)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li>
<p><strong>deps:</strong> update dependency
<code>@​eslint-community/regexpp</code> to v4.11.0</p>
</li>
<li>
<p><strong>website:</strong> react key error on internal pages of
website</p>
</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>auvred</li>
<li>Josh Goldberg ✨</li>
<li>Juan Sanchez</li>
<li>Vinccool96</li>
<li>YeonJuan</li>
<li>Yukihiro Hasegawa</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/e803c500646ee94ec76238cb0a57d6172e090044"><code>e803c50</code></a>
chore(release): publish 7.16.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/parser">compare
view</a></li>
</ul>
</details>
<br />

Updates `eslint-plugin-import-x` from 0.5.3 to 3.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/un-ts/eslint-plugin-import-x/releases">eslint-plugin-import-x's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/109">#109</a>
<a
href="https://github.com/un-ts/eslint-plugin-import-x/commit/fe3121a2d74db1c2178d1ab189ef59b80c5b90c4"><code>fe3121a</code></a>
Thanks <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>! -
Make <code>eslint-plugin-import-x</code> overall faster by refactoring
the <code>ExportMap</code> util</p>
</li>
<li>
<p><a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/111">#111</a>
<a
href="https://github.com/un-ts/eslint-plugin-import-x/commit/5cce9461c2863c31af126afb7c59d67deb13a6e7"><code>5cce946</code></a>
Thanks <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>! -
Drastically improve <code>no-cycle</code>'s performance by skipping
unnecessary BFSes using <a
href="https://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm">Tarjan's
SCC</a>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/109">#109</a>
<a
href="https://github.com/un-ts/eslint-plugin-import-x/commit/fe3121a2d74db1c2178d1ab189ef59b80c5b90c4"><code>fe3121a</code></a>
Thanks <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>! -
Make <code>no-cycle</code> rule faster</p>
</li>
</ul>
<h2>v3.0.0</h2>
<h3>Major Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/106">#106</a>
<a
href="https://github.com/un-ts/eslint-plugin-import-x/commit/19f10aac038db3764d2e0af464d7db9821355ea4"><code>19f10aa</code></a>
Thanks <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>! -
<code>eslint-plugin-import-x</code> is a fork of
<code>eslint-plugin-import</code> that aims to provide a more performant
and more lightweight version of the original plugin.</p>
<p>Due to the nature of the fork, all
<code>eslint-plugin-import</code>'s git tags and releases have been
copied over to <code>eslint-plugin-import-x</code>. This causes version
conflicts when publishing new versions of
<code>eslint-plugin-import-x</code>.</p>
<p>To prevent this, we have decided to publish a new major version of
<code>eslint-plugin-import-x</code> that will not conflict with the
original <code>eslint-plugin-import</code>'s versions.</p>
<p>See also <a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/76">un-ts/eslint-plugin-import-x#76</a></p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/104">#104</a>
<a
href="https://github.com/un-ts/eslint-plugin-import-x/commit/2d458695949a3e02792c558dca3caeae7f760fc7"><code>2d45869</code></a>
Thanks <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>! -
Make <code>no-duplicates</code> way faster</li>
</ul>
<h2>v2.29.1</h2>
<h1>Change Log</h1>
<p>All notable changes to this project will be documented in this file.
This project adheres to <a href="https://semver.org/">Semantic
Versioning</a>.
This change log adheres to standards from <a
href="https://keepachangelog.com">Keep a CHANGELOG</a>.</p>
<h2>[Unreleased]</h2>
<h2>[2.29.1] - 2023-12-14</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>no-extraneous-dependencies</code>]: ignore <code>export type
{ ... } from '...'</code> when <code>includeTypes</code> is
<code>false</code> (<a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/2919">#2919</a>,
thanks [<a
href="https://github.com/Pandemic1617"><code>@​Pandemic1617</code></a>])</li>
<li>[<code>no-unused-modules</code>]: support export patterns with array
destructuring (<a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/2930">#2930</a>,
thanks [<a
href="https://github.com/ljharb"><code>@​ljharb</code></a>])</li>
<li>[Deps] update <code>tsconfig-paths</code> (<a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/2447">#2447</a>,
thanks [<a
href="https://github.com/domdomegg"><code>@​domdomegg</code></a>])</li>
</ul>
<h2>[2.29.0] - 2023-10-22</h2>
<h3>Added</h3>
<ul>
<li>TypeScript config: add .cts and .mts extensions (<a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/2851">#2851</a>,
thanks [<a
href="https://github.com/Zamiell"><code>@​Zamiell</code></a>])</li>
<li>[<code>newline-after-import</code>]: new option
<code>exactCount</code> and docs update (<a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/1933">#1933</a>,
thanks [<a
href="https://github.com/anikethsaha"><code>@​anikethsaha</code></a>]
and [<a
href="https://github.com/reosarevok"><code>@​reosarevok</code></a>])</li>
<li>[<code>newline-after-import</code>]: fix <code>exactCount</code>
with <code>considerComments</code> false positive, when there is a
leading comment (<a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/2884">#2884</a>,
thanks [<a
href="https://github.com/kinland"><code>@​kinland</code></a>])</li>
</ul>
<h2>[2.28.1] - 2023-08-18</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md">eslint-plugin-import-x's
changelog</a>.</em></p>
<blockquote>
<h2>3.0.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/109">#109</a>
<a
href="https://github.com/un-ts/eslint-plugin-import-x/commit/fe3121a2d74db1c2178d1ab189ef59b80c5b90c4"><code>fe3121a</code></a>
Thanks <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>! -
Make <code>eslint-plugin-import-x</code> overall faster by refactoring
the <code>ExportMap</code> util</p>
</li>
<li>
<p><a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/111">#111</a>
<a
href="https://github.com/un-ts/eslint-plugin-import-x/commit/5cce9461c2863c31af126afb7c59d67deb13a6e7"><code>5cce946</code></a>
Thanks <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>! -
Drastically improve <code>no-cycle</code>'s performance by skipping
unnecessary BFSes using <a
href="https://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm">Tarjan's
SCC</a>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/109">#109</a>
<a
href="https://github.com/un-ts/eslint-plugin-import-x/commit/fe3121a2d74db1c2178d1ab189ef59b80c5b90c4"><code>fe3121a</code></a>
Thanks <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>! -
Make <code>no-cycle</code> rule faster</p>
</li>
</ul>
<h2>3.0.0</h2>
<h3>Major Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/106">#106</a>
<a
href="https://github.com/un-ts/eslint-plugin-import-x/commit/19f10aac038db3764d2e0af464d7db9821355ea4"><code>19f10aa</code></a>
Thanks <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>! -
<code>eslint-plugin-import-x</code> is a fork of
<code>eslint-plugin-import</code> that aims to provide a more performant
and more lightweight version of the original plugin.</p>
<p>Due to the nature of the fork, all
<code>eslint-plugin-import</code>'s git tags and releases have been
copied over to <code>eslint-plugin-import-x</code>. This causes version
conflicts when publishing new versions of
<code>eslint-plugin-import-x</code>.</p>
<p>To prevent this, we have decided to publish a new major version of
<code>eslint-plugin-import-x</code> that will not conflict with the
original <code>eslint-plugin-import</code>'s versions.</p>
<p>See also <a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/76">un-ts/eslint-plugin-import-x#76</a></p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/104">#104</a>
<a
href="https://github.com/un-ts/eslint-plugin-import-x/commit/2d458695949a3e02792c558dca3caeae7f760fc7"><code>2d45869</code></a>
Thanks <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>! -
Make <code>no-duplicates</code> way faster</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/un-ts/eslint-plugin-import-x/commit/f2f6a48484a44fc36f1cb722fa223ead4fe3aab5"><code>f2f6a48</code></a>
chore: release eslint-plugin-import-x (<a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/110">#110</a>)</li>
<li><a
href="https://github.com/un-ts/eslint-plugin-import-x/commit/5cce9461c2863c31af126afb7c59d67deb13a6e7"><code>5cce946</code></a>
perf: improve rule <code>no-cycle</code> using strongly connected
components (<a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/111">#111</a>)</li>
<li><a
href="https://github.com/un-ts/eslint-plugin-import-x/commit/fe3121a2d74db1c2178d1ab189ef59b80c5b90c4"><code>fe3121a</code></a>
perf: make <code>ExportMap</code> util and <code>no-cycle</code> rule
faster (<a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/109">#109</a>)</li>
<li><a
href="https://github.com/un-ts/eslint-plugin-import-x/commit/e340575867735e59de46277c83e3f4e5bf0aad77"><code>e340575</code></a>
chore: release eslint-plugin-import-x (<a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/105">#105</a>)</li>
<li><a
href="https://github.com/un-ts/eslint-plugin-import-x/commit/19f10aac038db3764d2e0af464d7db9821355ea4"><code>19f10aa</code></a>
chore: an attempt to bump <code>eslint-plugin-import-x</code> into 3.x
(<a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/106">#106</a>)</li>
<li><a
href="https://github.com/un-ts/eslint-plugin-import-x/commit/eb5a673d4a77a9cd404afcb6bec27480a279f5aa"><code>eb5a673</code></a>
docs: update repository url (<a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/108">#108</a>)</li>
<li><a
href="https://github.com/un-ts/eslint-plugin-import-x/commit/2d458695949a3e02792c558dca3caeae7f760fc7"><code>2d45869</code></a>
perf(<a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/103">#103</a>):
make <code>no-duplicates</code> way faster (<a
href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/104">#104</a>)</li>
<li>See full diff in <a
href="https://github.com/un-ts/eslint-plugin-import-x/compare/v0.5.3...v3.0.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `ts-jest` from 29.1.5 to 29.2.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kulshekhar/ts-jest/releases">ts-jest's
releases</a>.</em></p>
<blockquote>
<h2>v29.2.2</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v29.2.1</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v29.2.0</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">ts-jest's
changelog</a>.</em></p>
<blockquote>
<h3><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.2.1...v29.2.2">29.2.2</a>
(2024-07-10)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>fix(compiler): update memory cache after changing
<code>module</code> value (<a
href="https://github.com/kulshekhar/ts-jest/commit/94db43f">94db43f</a>),
closes <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4439">#4439</a></li>
</ul>
<h3><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.2.0...v29.2.1">29.2.1</a>
(2024-07-10)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>fix: move <code>ejs</code> to <code>dep</code> instead of
<code>peerDep</code> (<a
href="https://github.com/kulshekhar/ts-jest/commit/26e31a7">26e31a7</a>)</li>
<li>fix: set <code>allowSyntheticDefaultImports</code> properly (<a
href="https://github.com/kulshekhar/ts-jest/commit/ff4b302">ff4b302</a>),
closes <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4156">#4156</a></li>
<li>fix(compiler): support <code>Node16/NodeNext</code> value for
<code>target</code> (<a
href="https://github.com/kulshekhar/ts-jest/commit/2f5cc0c">2f5cc0c</a>),
closes <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4198">#4198</a></li>
</ul>
<h2><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.1.5...v29.2.0">29.2.0</a>
(2024-07-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>fix: don't show warning message with Node16/NodeNext (<a
href="https://github.com/kulshekhar/ts-jest/commit/99c4f49">99c4f49</a>),
closes <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4266">#4266</a></li>
</ul>
<h3>Features</h3>
<ul>
<li>feat(cli): allow migrating cjs <code>presets</code> to
<code>transform</code> config (<a
href="https://github.com/kulshekhar/ts-jest/commit/22fb027">22fb027</a>)</li>
<li>feat(presets): add util functions to create ESM presets (<a
href="https://github.com/kulshekhar/ts-jest/commit/06f78ed">06f78ed</a>),
close <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4200">#4200</a></li>
<li>feat(presets): add util functions to create CJS presets (<a
href="https://github.com/kulshekhar/ts-jest/commit/f9cc3c0">f9cc3c0</a>),
close <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4200">#4200</a></li>
</ul>
<h3>Code refactoring</h3>
<ul>
<li>refactor: replace lodash deps with native js implementation (<a
href="https://github.com/kulshekhar/ts-jest/commit/40f1708">40f1708</a>)</li>
<li>refactor: use <code>TsJestTransformerOptions</code> type everywhere
possibly (<a
href="https://github.com/kulshekhar/ts-jest/commit/7d001be">7d001be</a>)</li>
<li>refactor(cli): use new preset util functions to initialize test
config (<a
href="https://github.com/kulshekhar/ts-jest/commit/c2b56ca">c2b56ca</a>)</li>
<li>refactor(presets): use create preset util functions for cjs presets
(<a
href="https://github.com/kulshekhar/ts-jest/commit/922d6d0">922d6d0</a>)</li>
<li>test: switch <code>react-app</code> to use Vite (<a
href="https://github.com/kulshekhar/ts-jest/commit/827c8ad">827c8ad</a>)</li>
</ul>
<h2>DEPRECATIONS</h2>
<ul>
<li>refactor(cli): deprecate cli option <code>babel</code> (<a
href="https://github.com/kulshekhar/ts-jest/commit/9617029">9617029</a>).
Please use CLI argument <code>--js babel</code> instead.</li>
<li><code>createJestPreset</code> is deprecated. Please check
documentation at <a
href="https://kulshekhar.github.io/ts-jest/docs/getting-started/presets">https://kulshekhar.github.io/ts-jest/docs/getting-started/presets</a>
to see alternative solutions.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/f94426236779455d127e8b52247de7ede3707d13"><code>f944262</code></a>
chore(release): 29.2.2</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/94db43f4d1c8d7b010d3ba78e6aa31af4aa25163"><code>94db43f</code></a>
fix(compiler): update memory cache after changing <code>module</code>
value</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/e80594d5d57a4589526afc257d76a5c7bf7ddd9a"><code>e80594d</code></a>
build(deps): Update dependency ts-jest to ^29.2.1</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/b669f23f3c1527b048ce0f8ab841cdc01590bef7"><code>b669f23</code></a>
chore(release): 29.2.1</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/ff4b302ae34320dfe9ef317af406f5693efc6c07"><code>ff4b302</code></a>
fix: set <code>allowSyntheticDefaultImports</code> properly</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/083cd893d7e6446c61d99f934ea9ec795126913b"><code>083cd89</code></a>
test(examples): use <code>module: Node16</code> for CJS tests where
possible</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/54b374a18200fa172612330567873375bd60d58f"><code>54b374a</code></a>
test(examples): replace <code>globals.d.ts</code> with
<code>@types/jest</code> for projects</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/2f5cc0ccad787202ee6fb76694487d661e1a0711"><code>2f5cc0c</code></a>
fix(compiler): support <code>Node16/NodeNext</code> value for
<code>target</code></li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/72013750be2bbb8722707f23d1689afe1a562f0f"><code>7201375</code></a>
test(examples): use preset util functions in all example projects</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/26e31a719dd26888e3b8b6c0f0528da7f12cbb19"><code>26e31a7</code></a>
fix: move <code>ejs</code> to <code>dep</code> instead of
<code>peerDep</code></li>
<li>Additional commits viewable in <a
href="https://github.com/kulshekhar/ts-jest/compare/v29.1.5...v29.2.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 7.15.0 to 7.16.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's
releases</a>.</em></p>
<blockquote>
<h2>v7.16.0</h2>
<h2>7.16.0 (2024-07-08)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>ast-spec:</strong> add parent property to AccessorProperty
node types (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9487">#9487</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters]
port from v8 to v7 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9473">#9473</a>)</li>
<li><strong>eslint-plugin:</strong>
[no-unnecessary-parameter-property-assignment] add new rule (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8903">#8903</a>)</li>
<li><strong>eslint-plugin:</strong> add support for nested namespaces to
unsafe-member-access (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9478">#9478</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] add
checkThenables option (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9263">#9263</a>)</li>
<li><strong>rule-tester:</strong> stricter rule test validations (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9086">#9086</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency
<code>@​eslint-community/regexpp</code> to v4.11.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9497">#9497</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] add
<code>suggestions</code> to tests from <a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9263">#9263</a>
<code>checkThenables</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9515">#9515</a>,
<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/9263">#9263</a>)</li>
<li><strong>eslint-plugin:</strong> [restrict-template-expressions]
don't report tuples if <code>allowArray</code> option is enabled (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9492">#9492</a>)</li>
<li><strong>utils:</strong> context.parserPath may be undefined (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9486">#9486</a>)</li>
<li><strong>website:</strong> react key error on internal pages of
website (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9506">#9506</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Josh Goldberg ✨</li>
<li>Juan Sanchez <a
href="https://github.com/JSanchezIO"><code>@​JSanchezIO</code></a></li>
<li>Vinccool96</li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
<li>Yukihiro Hasegawa <a
href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's
changelog</a>.</em></p>
<blockquote>
<h2>7.16.0 (2024-07-08)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong>
[no-unnecessary-parameter-property-assignment] add new rule</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>
<p><strong>deps:</strong> update dependency
<code>@​eslint-community/regexpp</code> to v4.11.0</p>
</li>
<li>
<p><strong>website:</strong> react key error on internal pages of
website</p>
</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>auvred</li>
<li>Josh Goldberg ✨</li>
<li>Juan Sanchez</li>
<li>Vinccool96</li>
<li>YeonJuan</li>
<li>Yukihiro Hasegawa</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/e803c500646ee94ec76238cb0a57d6172e090044"><code>e803c50</code></a>
chore(release): publish 7.16.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/451e73853ca9cfca524290ab987f8530741ef2bc"><code>451e738</code></a>
feat(eslint-plugin): [no-unnecessary-parameter-property-assignment] add
new r...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/88dd82803d252be1aff4f440bea34e82d3a85d23"><code>88dd828</code></a>
feat(eslint-plugin): [no-unnecessary-type-parameters] port from v8 to v7
(<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9473">#9473</a>)</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />


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`.

[//]: # (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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent c98acc1 commit 8cfdff4
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 64 deletions.
195 changes: 136 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@types/jest-specific-snapshot": "^0.5.9",
"@types/node": "^20.14.10",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"caller": "^1.1.0",
"debug": "^4.3.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-x": "^0.5.3",
"eslint-plugin-import-x": "^3.0.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prettier": "^5.1.3",
Expand All @@ -35,11 +35,11 @@
"jest-specific-snapshot": "^8.0.0",
"semver": "^7.6.2",
"simple-git": "^3.25.0",
"ts-jest": "^29.1.5",
"ts-jest": "^29.2.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.1.2",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0",
"typescript-eslint": "^7.16.0",
"yaml": "^2.4.5"
},
"bundleDependencies": [
Expand Down

0 comments on commit 8cfdff4

Please sign in to comment.