[PR #377] [MERGED] Bump @typescript-eslint/parser from 5.9.1 to 5.10.0 #5719

Closed
opened 2026-06-11 02:34:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/377
Author: @dependabot[bot]
Created: 1/18/2022
Status: Merged
Merged: 1/18/2022
Merged by: @mergify[bot]

Base: developHead: dependabot/npm_and_yarn/typescript-eslint/parser-5.10.0


📝 Commits (1)

  • f83afe9 Bump @typescript-eslint/parser from 5.9.1 to 5.10.0

📊 Changes

2 files changed (+39 additions, -39 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+38 -38)

📄 Description

Bumps @typescript-eslint/parser from 5.9.1 to 5.10.0.

Release notes

Sourced from @​typescript-eslint/parser's releases.

v5.10.0

5.10.0 (2022-01-17)

Bug Fixes

  • eslint-plugin: [explicit-function-return-type] support AllowTypedFunctionExpression within AllowHigherOrderFunction (#4250) (d053cde)
  • eslint-plugin: [no-extra-semi] false negatives when used with eslint 8.3.0 (#4458) (f4016c2)
  • eslint-plugin: [no-invalid-this] crash when used with eslint 8.7.0 (#4448) (e56f1e5)
  • eslint-plugin: [no-magic-numbers] handle bigint in class props (#4411) (c8e650f)
  • type-utils: check IndexSignature internals when checking isTypeReadonly (#4417) (ef3147c), closes #4410 #3714
  • type-utils: intersection types involving readonly arrays are now handled in most cases (#4429) (5046882)
  • type-utils: isTypeReadonly now handles conditional types (#4421) (39a6806)
  • type-utils: union types always being marked as readonly (#4419) (99ab193)

Features

  • rename experimental-utils to utils and make experimental-utils an alias to the new package (#4172) (1d55a75)
  • type-utils: make isTypeReadonly's options param optional (#4415) (3a07a56)
Changelog

Sourced from @​typescript-eslint/parser's changelog.

5.10.0 (2022-01-17)

Features

  • rename experimental-utils to utils and make experimental-utils an alias to the new package (#4172) (1d55a75)
Commits
  • 8894106 chore: publish v5.10.0
  • 1d55a75 feat: rename experimental-utils to utils and make experimental-utils an...
  • See full diff in compare view

Dependabot compatibility score

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/joelwmale/webhook-action/pull/377 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/18/2022 **Status:** ✅ Merged **Merged:** 1/18/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/typescript-eslint/parser-5.10.0` --- ### 📝 Commits (1) - [`f83afe9`](https://github.com/joelwmale/webhook-action/commit/f83afe923d77b12ee9d08fd955a41a58b3cb6ba8) Bump @typescript-eslint/parser from 5.9.1 to 5.10.0 ### 📊 Changes **2 files changed** (+39 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+38 -38) </details> ### 📄 Description Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.9.1 to 5.10.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>v5.10.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.9.1...v5.10.0">5.10.0</a> (2022-01-17)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [explicit-function-return-type] support AllowTypedFunctionExpression within AllowHigherOrderFunction (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4250">#4250</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d053cde3e8b5bf9ba1c22fd64a7456d672ef77ca">d053cde</a>)</li> <li><strong>eslint-plugin:</strong> [no-extra-semi] false negatives when used with eslint 8.3.0 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4458">#4458</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f4016c24f9023e8a42def9501b68c4a908cbfede">f4016c2</a>)</li> <li><strong>eslint-plugin:</strong> [no-invalid-this] crash when used with eslint 8.7.0 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4448">#4448</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/e56f1e5d52fcbf3caae43034872e0b3181871689">e56f1e5</a>)</li> <li><strong>eslint-plugin:</strong> [no-magic-numbers] handle bigint in class props (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4411">#4411</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c8e650f0c124d24b24beaeb376eaf61ee8d9e6fb">c8e650f</a>)</li> <li><strong>type-utils:</strong> check IndexSignature internals when checking isTypeReadonly (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4417">#4417</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/ef3147cf73767ddece91ce57f6028a83ce074b60">ef3147c</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4410">#4410</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3714">#3714</a></li> <li><strong>type-utils:</strong> intersection types involving readonly arrays are now handled in most cases (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4429">#4429</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/5046882025e3bc8cb122ecef703aebd0b5e79017">5046882</a>)</li> <li><strong>type-utils:</strong> isTypeReadonly now handles conditional types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4421">#4421</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/39a6806c61a48bbca93f9ffb965dd8b3fe0575b3">39a6806</a>)</li> <li><strong>type-utils:</strong> union types always being marked as readonly (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4419">#4419</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/99ab193bb02f181bed4ed917b1d121ed189d3fe4">99ab193</a>)</li> </ul> <h3>Features</h3> <ul> <li>rename <code>experimental-utils</code> to <code>utils</code> and make <code>experimental-utils</code> an alias to the new package (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4172">#4172</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/1d55a7511b38d8e2b2eabe59f639e0a865e6c93f">1d55a75</a>)</li> <li><strong>type-utils:</strong> make isTypeReadonly's options param optional (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4415">#4415</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3a07a563c987ff25f6cd8925eeeb2ede47cc19e8">3a07a56</a>)</li> </ul> </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> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.9.1...v5.10.0">5.10.0</a> (2022-01-17)</h1> <h3>Features</h3> <ul> <li>rename <code>experimental-utils</code> to <code>utils</code> and make <code>experimental-utils</code> an alias to the new package (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4172">#4172</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/1d55a7511b38d8e2b2eabe59f639e0a865e6c93f">1d55a75</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/88941065097ce71a0e385cb2e00c1b263dbc69ab"><code>8894106</code></a> chore: publish v5.10.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1d55a7511b38d8e2b2eabe59f639e0a865e6c93f"><code>1d55a75</code></a> feat: rename <code>experimental-utils</code> to <code>utils</code> and make <code>experimental-utils</code> an...</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.0/packages/parser">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=5.9.1&new-version=5.10.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-11 02:34:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/webhook-action#5719