Skip to content

Commit

Permalink
Bump typescript-eslint from 8.17.0 to 8.19.0 (#26)
Browse files Browse the repository at this point in the history
Bumps
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
from 8.17.0 to 8.19.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>v8.19.0</h2>
<h2>8.19.0 (2024-12-30)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] check
array predicate functions' return statements (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10106">#10106</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> add getConstraintInfo to handle
generic constraints better (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10496">#10496</a>)</li>
<li><strong>eslint-plugin:</strong> [array-type] autofix with
conditional types needs parentheses (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10522">#10522</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-indexed-object-style]
don't report on indirect circular references (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10537">#10537</a>)</li>
<li><strong>eslint-plugin:</strong> [member-ordering] ignore method
overloading (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10536">#10536</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Karl Werner</li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>Ronen Amiel</li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</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>
<h2>v8.18.2</h2>
<h2>8.18.2 (2024-12-23)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-deprecated] not reporting usages
of deprecated declared constants as object value (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10498">#10498</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-reduce-type-parameter] don't
report cases in which the fix results in a type error (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10494">#10494</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] don't
flag values of an unconstrained or valid type parameter (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10473">#10473</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-indexed-object-style]
use a suggestion over an auto-fix if can't reliably determine that
produced index signature is valid (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10490">#10490</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unsafe-type-assertion] fix for
unsafe assertion to a constrained type parameter (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10461">#10461</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-arguments]
handle type/value context (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10503">#10503</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-type-assertions] allow
default assertionStyle option (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10512">#10512</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] handle
noUncheckedIndexedAccess true (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10514">#10514</a>)</li>
<li><strong>typescript-eslint:</strong> export types so that
declarations can be named for dts files (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10513">#10513</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Brad Zacher <a
href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li>
<li>Luke Deen Taylor <a
href="https://github.com/controversial"><code>@​controversial</code></a></li>
<li>Ronen Amiel</li>
<li>Scott O'Hara</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>
<h2>v8.18.1</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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>8.19.0 (2024-12-30)</h2>
<p>This was a version bump only for typescript-eslint 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>
<h2>8.18.2 (2024-12-23)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>typescript-eslint:</strong> export types so that
declarations can be named for dts files (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10513">#10513</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Brad Zacher <a
href="https://github.com/bradzacher"><code>@​bradzacher</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>
<h2>8.18.1 (2024-12-16)</h2>
<p>This was a version bump only for typescript-eslint 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>
<h2>8.18.0 (2024-12-09)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li>typescript peer dependency (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10373">#10373</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>rtritto</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/e19f30f1867e0ea2cd39401a46bd334a1f5c1dd7"><code>e19f30f</code></a>
chore(release): publish 8.19.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/157b781f2b59c7e9c0d2558ce302cf5c886fddff"><code>157b781</code></a>
chore(release): publish 8.18.2</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d24a82854d06089cbd2a8801f2982fd4781f3701"><code>d24a828</code></a>
fix(typescript-eslint): export types so that declarations can be named
for dt...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/b2ce15840934fb5bf1ad4b1136658be9578ab82c"><code>b2ce158</code></a>
chore(release): publish 8.18.1</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/c60dbabd8a93e001543de64ec479f62e9725978a"><code>c60dbab</code></a>
chore(release): publish 8.18.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/4cb2cf86c3d011fca667c745d43fd8dcd6c9e652"><code>4cb2cf8</code></a>
fix: typescript peer dependency (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10373">#10373</a>)</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript-eslint&package-manager=npm_and_yarn&previous-version=8.17.0&new-version=8.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent cb85a39 commit ea97b87
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prettier": "3.4.2",
"ts-jest": "29.2.5",
"typescript": "5.7.2",
"typescript-eslint": "8.17.0"
"typescript-eslint": "8.19.0"
},
"dependencies": {
"@foxglove/rosmsg-msgs-common": "^3.2.1",
Expand Down
130 changes: 128 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ __metadata:
prettier: "npm:3.4.2"
ts-jest: "npm:29.2.5"
typescript: "npm:5.7.2"
typescript-eslint: "npm:8.17.0"
typescript-eslint: "npm:8.19.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1157,6 +1157,27 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:8.19.0":
version: 8.19.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.19.0"
dependencies:
"@eslint-community/regexpp": "npm:^4.10.0"
"@typescript-eslint/scope-manager": "npm:8.19.0"
"@typescript-eslint/type-utils": "npm:8.19.0"
"@typescript-eslint/utils": "npm:8.19.0"
"@typescript-eslint/visitor-keys": "npm:8.19.0"
graphemer: "npm:^1.4.0"
ignore: "npm:^5.3.1"
natural-compare: "npm:^1.4.0"
ts-api-utils: "npm:^1.3.0"
peerDependencies:
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/ceaa5063b68684b5608950b5e69f0caf1eadfc356cba82625240d6aae55f769faff599c38d35252dcb77a40d92e6fbf6d6264bc0c577d5c549da25061c3bd796
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:8.17.0":
version: 8.17.0
resolution: "@typescript-eslint/parser@npm:8.17.0"
Expand All @@ -1175,6 +1196,22 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:8.19.0":
version: 8.19.0
resolution: "@typescript-eslint/parser@npm:8.19.0"
dependencies:
"@typescript-eslint/scope-manager": "npm:8.19.0"
"@typescript-eslint/types": "npm:8.19.0"
"@typescript-eslint/typescript-estree": "npm:8.19.0"
"@typescript-eslint/visitor-keys": "npm:8.19.0"
debug: "npm:^4.3.4"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/064b0997963060490fc3f92c90cebc7c694f47a7657f7882ce9eb314786e0cf3e917bfccfad614d23038439d84e69a978bdc7054515b23201001dd427e524e64
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:8.17.0":
version: 8.17.0
resolution: "@typescript-eslint/scope-manager@npm:8.17.0"
Expand All @@ -1185,6 +1222,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:8.19.0":
version: 8.19.0
resolution: "@typescript-eslint/scope-manager@npm:8.19.0"
dependencies:
"@typescript-eslint/types": "npm:8.19.0"
"@typescript-eslint/visitor-keys": "npm:8.19.0"
checksum: 10c0/5052863d00db7ae939de27e91dc6c92df3c37a877e1ff44015ae9aa754d419b44d97d98b25fbb30a80dc58cf92606dad599e27f32b86d20c13b77ac12b4f2abc
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.17.0":
version: 8.17.0
resolution: "@typescript-eslint/type-utils@npm:8.17.0"
Expand All @@ -1202,13 +1249,35 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.19.0":
version: 8.19.0
resolution: "@typescript-eslint/type-utils@npm:8.19.0"
dependencies:
"@typescript-eslint/typescript-estree": "npm:8.19.0"
"@typescript-eslint/utils": "npm:8.19.0"
debug: "npm:^4.3.4"
ts-api-utils: "npm:^1.3.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/5a460b4d26fd68ded3567390cbac310500e94e9c69583fda3fb9930877663719e6831699bb6d85de6b940bcb7951a51ab1ef67c5fea8b76a13ea3a3783bbae28
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.17.0":
version: 8.17.0
resolution: "@typescript-eslint/types@npm:8.17.0"
checksum: 10c0/26b1bf9dfc3ee783c85c6f354b84c28706d5689d777f3ff2de2cb496e45f9d0189c0d561c03ccbc8b24712438be17cf63dd0871ff3ca2083e7f48749770d1893
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.19.0":
version: 8.19.0
resolution: "@typescript-eslint/types@npm:8.19.0"
checksum: 10c0/0062e7dce5f374e293c97f1f50fe450187f6b0eaf4971c818e18ef2f6baf4e9aa4e8605fba8d8fc464a504ee1130527b71ecb39d31687c31825942b9f569d902
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.17.0":
version: 8.17.0
resolution: "@typescript-eslint/typescript-estree@npm:8.17.0"
Expand All @@ -1228,6 +1297,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.19.0":
version: 8.19.0
resolution: "@typescript-eslint/typescript-estree@npm:8.19.0"
dependencies:
"@typescript-eslint/types": "npm:8.19.0"
"@typescript-eslint/visitor-keys": "npm:8.19.0"
debug: "npm:^4.3.4"
fast-glob: "npm:^3.3.2"
is-glob: "npm:^4.0.3"
minimatch: "npm:^9.0.4"
semver: "npm:^7.6.0"
ts-api-utils: "npm:^1.3.0"
peerDependencies:
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/ff47004588e8ff585af740b3e0bda07dc52310dbfeb2317eb4a723935740cf0c1953fc9ba57f14cf192bcfe373c46be833ba29d3303df8b501181bb852c7b822
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.17.0, @typescript-eslint/utils@npm:^6.0.0 || ^7.0.0 || ^8.0.0, @typescript-eslint/utils@npm:^8":
version: 8.17.0
resolution: "@typescript-eslint/utils@npm:8.17.0"
Expand All @@ -1245,6 +1332,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.19.0":
version: 8.19.0
resolution: "@typescript-eslint/utils@npm:8.19.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
"@typescript-eslint/scope-manager": "npm:8.19.0"
"@typescript-eslint/types": "npm:8.19.0"
"@typescript-eslint/typescript-estree": "npm:8.19.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/7731f7fb66d54491769ca68fd04728138ceb6b785778ad491f8e9b2147802fa0ff480e520f6ea5fb73c8484d13a2ed3e35d44635f5bf4cfbdb04c313154097a9
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.17.0":
version: 8.17.0
resolution: "@typescript-eslint/visitor-keys@npm:8.17.0"
Expand All @@ -1255,6 +1357,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.19.0":
version: 8.19.0
resolution: "@typescript-eslint/visitor-keys@npm:8.19.0"
dependencies:
"@typescript-eslint/types": "npm:8.19.0"
eslint-visitor-keys: "npm:^4.2.0"
checksum: 10c0/a293def05018bb2259506e23cd8f14349f4386d0e51231893fbddf96ef73c219d5f9fe17b82e3c104f5c23956dbd9b87af3cff5e84b887af243139a3b4bbbe0d
languageName: node
linkType: hard

"abbrev@npm:^2.0.0":
version: 2.0.0
resolution: "abbrev@npm:2.0.0"
Expand Down Expand Up @@ -5557,7 +5669,21 @@ __metadata:
languageName: node
linkType: hard

"typescript-eslint@npm:8.17.0, typescript-eslint@npm:^8":
"typescript-eslint@npm:8.19.0":
version: 8.19.0
resolution: "typescript-eslint@npm:8.19.0"
dependencies:
"@typescript-eslint/eslint-plugin": "npm:8.19.0"
"@typescript-eslint/parser": "npm:8.19.0"
"@typescript-eslint/utils": "npm:8.19.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/87da630f50025b3ae943eac521809fef41ba4013b5c4206865c115b728684caa7b4c36ee561dd95af7eb4dc18ec1265b165b49d2db54e3d8fba0152bcb6c82f8
languageName: node
linkType: hard

"typescript-eslint@npm:^8":
version: 8.17.0
resolution: "typescript-eslint@npm:8.17.0"
dependencies:
Expand Down

0 comments on commit ea97b87

Please sign in to comment.