Skip to content

Commit

Permalink
Build(deps-dev): Bump the development group with 6 updates (#143)
Browse files Browse the repository at this point in the history
Bumps the development group with 6 updates:

| Package | From | To |
| --- | --- | --- |
|
[@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash)
| `4.17.6` | `4.17.7` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `20.14.10` | `20.14.11` |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
| `7.16.1` | `7.17.0` |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
| `7.16.1` | `7.17.0` |
|
[eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
| `5.1.3` | `5.2.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.2` | `29.2.3`
|

Updates `@types/lodash` from 4.17.6 to 4.17.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/node` from 20.14.10 to 20.14.11
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />

Updates `@typescript-eslint/eslint-plugin` from 7.16.1 to 7.17.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.17.0</h2>
<h2>7.17.0 (2024-07-22)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> backport no-unsafe-function type,
no-wrapper-object-types from v8 to v7 (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/9507">#9507</a>)</li>
<li><strong>eslint-plugin:</strong> [return-await] add option to report
in error-handling scenarios only, and deprecate &quot;never&quot; (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/9364">#9364</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-floating-promises] check
top-level type assertions (and more) (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/9043">#9043</a>)</li>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions]
consider assertion function argument a boolean context (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/9074">#9074</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] false
positive on optional private field (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/9602">#9602</a>)</li>
<li><strong>typescript-estree:</strong> don't infer single-run when
--fix is in proces.argv (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/9577">#9577</a>)</li>
<li><strong>typescript-estree:</strong> disable single-run inference
with extraFileExtensions (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/9580">#9580</a>)</li>
<li><strong>website:</strong> expose ATA types to eslint instance (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/9598">#9598</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Armano <a
href="https://github.com/armano2"><code>@​armano2</code></a></li>
<li>Josh Goldberg ✨</li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>StyleShit <a
href="https://github.com/StyleShit"><code>@​StyleShit</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.17.0 (2024-07-22)</h2>
<h3>🚀 Features</h3>
<ul>
<li>
<p><strong>eslint-plugin:</strong> backport no-unsafe-function type,
no-wrapper-object-types from v8 to v7</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [return-await] add option to report
in error-handling scenarios only, and deprecate &quot;never&quot;</p>
</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>
<p><strong>eslint-plugin:</strong> [no-floating-promises] check
top-level type assertions (and more)</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [strict-boolean-expressions] consider
assertion function argument a boolean context</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [no-unnecessary-condition] false
positive on optional private field</p>
</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Armano</li>
<li>Josh Goldberg ✨</li>
<li>Kirk Waiblinger</li>
<li>StyleShit</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/05c9cb8d03e5b78360d4475066d431aacfbb6891"><code>05c9cb8</code></a>
chore(release): publish 7.17.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/f6c719f923c5393fe3cff9be03d30809714013e4"><code>f6c719f</code></a>
fix(eslint-plugin): [no-unnecessary-condition] false positive on
optional pri...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/6647f7e85200770a4a567499bd74bd22866574c0"><code>6647f7e</code></a>
chore: enable no-unreachable-loop (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9540">#9540</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/58be99fd21e37d6af629c9b38548c6e46a438d77"><code>58be99f</code></a>
chore: enable prefer-object-spread (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9541">#9541</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/5d895b77bc0982acabd082533fde570f7b4c66ee"><code>5d895b7</code></a>
chore: enable <code>@​typescript-eslint/no-unused-expressions</code> (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9542">#9542</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d8c539d9b180903ce67437641c6320492d43ad22"><code>d8c539d</code></a>
chore: enable no-useless-concat (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9550">#9550</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/f043f30689adbec35c2dc382293cb185d3f49aac"><code>f043f30</code></a>
fix(eslint-plugin): [strict-boolean-expressions] consider assertion
function ...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/0108e9c70bf1e4c2855e9b4bf60af83cd891ac59"><code>0108e9c</code></a>
chore: enable no-lonely-if (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9547">#9547</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/970f3f1780919bc30e824356d4b3583abe26e415"><code>970f3f1</code></a>
feat(eslint-plugin): [return-await] add option to report in
error-handling sc...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/dd965a447148e36f84ed8d18bab416ba96635e2a"><code>dd965a4</code></a>
feat(eslint-plugin): backport no-unsafe-function type,
no-wrapper-object-type...</li>
<li>Additional commits viewable in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.17.0/packages/eslint-plugin">compare
view</a></li>
</ul>
</details>
<br />

Updates `@typescript-eslint/parser` from 7.16.1 to 7.17.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.17.0</h2>
<h2>7.17.0 (2024-07-22)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> backport no-unsafe-function type,
no-wrapper-object-types from v8 to v7 (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/9507">#9507</a>)</li>
<li><strong>eslint-plugin:</strong> [return-await] add option to report
in error-handling scenarios only, and deprecate &quot;never&quot; (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/9364">#9364</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-floating-promises] check
top-level type assertions (and more) (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/9043">#9043</a>)</li>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions]
consider assertion function argument a boolean context (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/9074">#9074</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] false
positive on optional private field (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/9602">#9602</a>)</li>
<li><strong>typescript-estree:</strong> don't infer single-run when
--fix is in proces.argv (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/9577">#9577</a>)</li>
<li><strong>typescript-estree:</strong> disable single-run inference
with extraFileExtensions (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/9580">#9580</a>)</li>
<li><strong>website:</strong> expose ATA types to eslint instance (<a
href="https://github.com/typescript-eslint/typescript-eslint/pull/9598">#9598</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Armano <a
href="https://github.com/armano2"><code>@​armano2</code></a></li>
<li>Josh Goldberg ✨</li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>StyleShit <a
href="https://github.com/StyleShit"><code>@​StyleShit</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.17.0 (2024-07-22)</h2>
<p>This was a version bump only for parser to align it with other
projects, there were no code changes.</p>
<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/05c9cb8d03e5b78360d4475066d431aacfbb6891"><code>05c9cb8</code></a>
chore(release): publish 7.17.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/58be99fd21e37d6af629c9b38548c6e46a438d77"><code>58be99f</code></a>
chore: enable prefer-object-spread (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/9541">#9541</a>)</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.17.0/packages/parser">compare
view</a></li>
</ul>
</details>
<br />

Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/eslint-plugin-prettier/releases">eslint-plugin-prettier's
releases</a>.</em></p>
<blockquote>
<h2>v5.2.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/pull/668">#668</a>
<a
href="https://github.com/prettier/eslint-plugin-prettier/commit/ac036cca2bed4ceb6ee5b63c945426308e36c586"><code>ac036cc</code></a>
Thanks <a
href="https://github.com/OrlovAlexei"><code>@​OrlovAlexei</code></a>! -
build(deps): Bump synckit from 0.8.6 to 0.9.1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md">eslint-plugin-prettier's
changelog</a>.</em></p>
<blockquote>
<h2>5.2.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/pull/668">#668</a>
<a
href="https://github.com/prettier/eslint-plugin-prettier/commit/ac036cca2bed4ceb6ee5b63c945426308e36c586"><code>ac036cc</code></a>
Thanks <a
href="https://github.com/OrlovAlexei"><code>@​OrlovAlexei</code></a>! -
build(deps): Bump synckit from 0.8.6 to 0.9.1</li>
</ul>
<h2>5.2.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/pull/652">#652</a>
<a
href="https://github.com/prettier/eslint-plugin-prettier/commit/f1700110b4c50f43bbda8dba51ce9e22248939fa"><code>f170011</code></a>
Thanks <a
href="https://github.com/Logicer16"><code>@​Logicer16</code></a>! -
feat: support parsing <code>html</code> via
<code>@html-eslint/parser</code> natively</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/51324d9cdf8b883e2a392904d0f73da9eca6a808"><code>51324d9</code></a>
chore: fix CHANGELOG.md formatting issue</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/24288c7960abf8f603a0efa111a1cd46fb89001c"><code>24288c7</code></a>
chore: release eslint-plugin-prettier (<a
href="https://github.com/prettier/eslint-plugin-prettier/issues/669">#669</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/ac036cca2bed4ceb6ee5b63c945426308e36c586"><code>ac036cc</code></a>
build(deps): Bump synckit from 0.8.6 to 0.9.1 (<a
href="https://github.com/prettier/eslint-plugin-prettier/issues/668">#668</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/a1e6f4afaf9d0913c597d575f1e579f108a81e8c"><code>a1e6f4a</code></a>
build(deps): Bump braces from 3.0.2 to 3.0.3 (<a
href="https://github.com/prettier/eslint-plugin-prettier/issues/665">#665</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/de9751c85d059678904035322501bfce120f61b7"><code>de9751c</code></a>
build(deps): Bump pnpm/action-setup from 2 to 4 in the actions group (<a
href="https://github.com/prettier/eslint-plugin-prettier/issues/661">#661</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/02c21a5e7a9d86d0a156dcc04e28a6efd7343a7b"><code>02c21a5</code></a>
chore: release eslint-plugin-prettier (<a
href="https://github.com/prettier/eslint-plugin-prettier/issues/653">#653</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/f1700110b4c50f43bbda8dba51ce9e22248939fa"><code>f170011</code></a>
feat: support parsing <code>html</code> via
<code>@html-eslint/parser</code> natively (<a
href="https://github.com/prettier/eslint-plugin-prettier/issues/652">#652</a>)</li>
<li>See full diff in <a
href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.3...v5.2.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `ts-jest` from 29.2.2 to 29.2.3
<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.3</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.2...v29.2.3">29.2.3</a>
(2024-07-18)</h3>
<h3>Security Fixes</h3>
<ul>
<li>build(deps): Update dependency ejs to ^3.1.10 (<a
href="https://github.com/kulshekhar/ts-jest/commit/de94a56">de94a56</a>)</li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>refactor(presets): maintain preset codes inside <code>src</code> (<a
href="https://github.com/kulshekhar/ts-jest/commit/8474fc2">8474fc2</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/275b9318d70a33a45288c2ee3fccb04ebee55325"><code>275b931</code></a>
chore(release): 29.2.3</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/de94a560a0f1cfb016657e0c2f852d759cf42ce8"><code>de94a56</code></a>
build(deps): Update dependency ejs to ^3.1.10</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/4d2e8d6d212ce2f17a58e570730ac914311eb0d9"><code>4d2e8d6</code></a>
build(deps): Update dependency semver to v7.6.3</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/a45f4519947f37558953d5dc6eda7dfe53b44cc3"><code>a45f451</code></a>
build(deps): Update dependency <code>@​types/node</code> to
v20.14.11</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/27699c0fccbe4417f76a5ccd6f6cebce2c88ed55"><code>27699c0</code></a>
build(deps): Update dependency vite to ^5.3.4</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/8780053c37e319c914bdaf4b5ff976c8df2903f2"><code>8780053</code></a>
build(deps): Update ESLint packages to ^7.16.1</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/8936a39eea86de085bc0c08fb65e3b3538617ad2"><code>8936a39</code></a>
build(deps-dev): bump braces from 3.0.2 to 3.0.3 in
/examples/ts-only</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/1fe200a55f8387db1e2aecdc110d0ddc14d96ba0"><code>1fe200a</code></a>
build(deps): Update dependency <code>@​babel/core</code> to ^7.24.9</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/71d1ec3e394a8ee67a463f73602af5a0507b6d01"><code>71d1ec3</code></a>
build(deps): Update dependency <code>@​testing-library/dom</code> to
^10.3.2</li>
<li><a
href="https://github.com/kulshekhar/ts-jest/commit/06567f2aa40e5b8a7441e038e2f366e0f8a9071c"><code>06567f2</code></a>
build(deps-dev): bump braces from 3.0.2 to 3.0.3 in
/e2e/native-esm-ts</li>
<li>Additional commits viewable in <a
href="https://github.com/kulshekhar/ts-jest/compare/v29.2.2...v29.2.3">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>
  • Loading branch information
ncalteen authored Jul 26, 2024
2 parents 083a4fb + 692915c commit 437e4ab
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 479 deletions.
Loading

0 comments on commit 437e4ab

Please sign in to comment.