[PR #38] [MERGED] Bump @typescript-eslint/parser from 3.10.1 to 4.1.1 #5383

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

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/38
Author: @dependabot[bot]
Created: 9/15/2020
Status: Merged
Merged: 9/17/2020
Merged by: @mergify[bot]

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


📝 Commits (1)

  • e01e48a Bump @typescript-eslint/parser from 3.10.1 to 4.1.1

📊 Changes

2 files changed (+179 additions, -17 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+178 -16)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps @typescript-eslint/parser from 3.10.1 to 4.1.1.

Release notes

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

v4.1.1

4.1.1 (2020-09-14)

Bug Fixes

  • eslint-plugin: [naming-convention] allow an array of selectors with types and modifiers (#2415) (7ca54c3)
  • eslint-plugin: [no-implied-eval] handle the Function type (#2435) (e1401dc)
  • eslint-plugin: [no-unused-vars] better handling for declared modules (#2553) (02d72d4), closes #2523
  • eslint-plugin: [no-use-before-define] false positive for function type arguments (#2554) (189162d), closes #2527
  • eslint-plugin: [prefer-function-type] handle this return (#2437) (7c6fcee)
  • eslint-plugin: [return-await] don't error for in-try-catch if the return is in a catch without a finally (#2356) (efdd521)
  • types: artificial fix needed to trigger release (b577daf)
  • types: artificial fix needed to trigger release (fc62ba8)

v4.1.0

4.1.0 (2020-09-07)

Bug Fixes

  • eslint-plugin: [explicit-module-boundary-types] cyclical reference infinite recursion crash (#2482) (8693653)
  • eslint-plugin: [no-unused-vars] correct detection of unused vars in a declared module with export = (#2505) (3d07a99)
  • eslint-plugin: [no-unused-vars] properly handle ambient declaration exports (#2496) (4d3ce5f)
  • eslint-plugin: [no-use-before-define] false positive with jsx pragma reference (#2503) (5afeeab), closes #2502
  • eslint-plugin: [typedef] false positive for rest parameter with array destructuring (#2441) (2ada5af)
  • eslint-plugin: handle missing message IDs in eslint v5/v6 (#2461) (ffdfade)
  • scope-manager: add const as a global type variable (#2499) (eb3f6e3)
  • scope-manager: correctly handle inferred types in nested type scopes (#2497) (95f6bf4)
  • scope-manager: don't create references for intrinsic JSX elements (#2504) (cdb9807)
  • scope-manager: fallback to lib 'esnext' or 'es5' when ecma version is unsupported (#2474) (20a7dcc)
  • scope-manager: support rest function type parameters (#2491) (9d8b4c4), closes #2449
  • scope-manager: support tagged template string generic type parameters (#2492) (a2686c0)
  • scope-manager: support type predicates (#2493) (a40f54c), closes #2462
  • scope-manager: treat type imports as both values and types (#2494) (916e95a), closes #2453

Features

  • eslint-plugin: [no-shadow] add option ignoreFunctionTypeParameterNameValueShadow (#2470) (bfe255f)
  • eslint-plugin: add extension rule no-loop-func (#2490) (36305df)
  • scope-manager: add support for JSX scope analysis (#2498) (f887ab5), closes #2455 #2477

v4.0.1

4.0.1 (2020-08-31)

Bug Fixes

Changelog

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

4.1.1 (2020-09-14)

Note: Version bump only for package @typescript-eslint/parser

4.1.0 (2020-09-07)

Features

4.0.1 (2020-08-31)

Note: Version bump only for package @typescript-eslint/parser

4.0.0 (2020-08-31)

Please see the release notes for v4.0.0

Features

BREAKING CHANGES

  • typescript-estree: - removes the ability to supply a RegExp to projectFolderIgnoreList, and changes the meaning of the string value from a regex to a glob.
Commits
  • f785965 chore: publish v4.1.1
  • 00a2470 chore: publish v4.1.0
  • f887ab5 feat(scope-manager): add support for JSX scope analysis (#2498)
  • cee9be7 docs: add link to v4 release notes to the changelogs (#2487)
  • 46ad4d0 chore: publish v4.0.1
  • c51e3f0 chore: publish v4.0.0
  • c3a6c2a chore: add downlevel-dts to all packages with type declarations
  • ac0defc chore: update dependencies
  • 3a7ec9b feat(typescript-estree): switch to globby (#2418)
  • 3be125d feat: consume new scope analysis package (#2039)
  • Additional commits viewable 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/38 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/15/2020 **Status:** ✅ Merged **Merged:** 9/17/2020 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/typescript-eslint/parser-4.1.1` --- ### 📝 Commits (1) - [`e01e48a`](https://github.com/joelwmale/webhook-action/commit/e01e48a070d5ae1c4faa2b298db81663fff4c51a) Bump @typescript-eslint/parser from 3.10.1 to 4.1.1 ### 📊 Changes **2 files changed** (+179 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+178 -16) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ If you make any changes to it yourself then they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.10.1 to 4.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">@typescript-eslint/parser's releases</a>.</em></p> <blockquote> <h2>v4.1.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.1.0...v4.1.1">4.1.1</a> (2020-09-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [naming-convention] allow an array of selectors with types and modifiers (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2415">#2415</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7ca54c3e4601ad07db5b882a67965cd67a18c4b3">7ca54c3</a>)</li> <li><strong>eslint-plugin:</strong> [no-implied-eval] handle the <code>Function</code> type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2435">#2435</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/e1401dc5897d01da516802cfb2333cf4bc6d0e93">e1401dc</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] better handling for declared modules (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2553">#2553</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/02d72d480be7a8f7ddc66a028338cfb996886f3c">02d72d4</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2523">#2523</a></li> <li><strong>eslint-plugin:</strong> [no-use-before-define] false positive for function type arguments (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2554">#2554</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/189162d46ecb116c420232937a7f86df913f4e79">189162d</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2527">#2527</a></li> <li><strong>eslint-plugin:</strong> [prefer-function-type] handle <code>this</code> return (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2437">#2437</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7c6fcee657dffd041e389e0aeaa4f3e278e92986">7c6fcee</a>)</li> <li><strong>eslint-plugin:</strong> [return-await] don't error for <code>in-try-catch</code> if the return is in a <code>catch</code> without a <code>finally</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2356">#2356</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/efdd5213ceaef332cf0b2c26573176f844d22a09">efdd521</a>)</li> <li><strong>types:</strong> artificial fix needed to trigger release (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/b577daf27cd87870b6e095e4e995519f96d321dd">b577daf</a>)</li> <li><strong>types:</strong> artificial fix needed to trigger release (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/fc62ba8622ed634e4c2d8399a4e880f983747181">fc62ba8</a>)</li> </ul> <h2>v4.1.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.1...v4.1.0">4.1.0</a> (2020-09-07)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [explicit-module-boundary-types] cyclical reference infinite recursion crash (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2482">#2482</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/86936537bd6f1075cbceeb8d2d4e254d75188409">8693653</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] correct detection of unused vars in a declared module with <code>export =</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2505">#2505</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3d07a99faa0a5fc1b44acdb43ddbfc90a5105833">3d07a99</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] properly handle ambient declaration exports (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2496">#2496</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/4d3ce5f696985389bf53a31d62766041c703c70c">4d3ce5f</a>)</li> <li><strong>eslint-plugin:</strong> [no-use-before-define] false positive with jsx pragma reference (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2503">#2503</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/5afeeab24ad013142f2431750f24e6085d0a6f3a">5afeeab</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2502">#2502</a></li> <li><strong>eslint-plugin:</strong> [typedef] false positive for rest parameter with array destructuring (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2441">#2441</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/2ada5aff1ef37bc260d7a0eaafe9ff04f8a08fe4">2ada5af</a>)</li> <li><strong>eslint-plugin:</strong> handle missing message IDs in eslint v5/v6 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2461">#2461</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/ffdfade106d602bcc12b074bdfa489e9f661491e">ffdfade</a>)</li> <li><strong>scope-manager:</strong> add <code>const</code> as a global type variable (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2499">#2499</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/eb3f6e39391d62ac424baa305a15e61806b2fd65">eb3f6e3</a>)</li> <li><strong>scope-manager:</strong> correctly handle inferred types in nested type scopes (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2497">#2497</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/95f6bf4818cdec48a0583bf82f928c598af22736">95f6bf4</a>)</li> <li><strong>scope-manager:</strong> don't create references for intrinsic JSX elements (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2504">#2504</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/cdb9807a5a368a136856cd03048b68e0f2dfb405">cdb9807</a>)</li> <li><strong>scope-manager:</strong> fallback to lib 'esnext' or 'es5' when ecma version is unsupported (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2474">#2474</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/20a7dcc808a39cd447d6e52fc5a1e1373d7122e9">20a7dcc</a>)</li> <li><strong>scope-manager:</strong> support rest function type parameters (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2491">#2491</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/9d8b4c479c98623e4198aa07639321929a8a876f">9d8b4c4</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2449">#2449</a></li> <li><strong>scope-manager:</strong> support tagged template string generic type parameters (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2492">#2492</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a2686c04293ab9070c1500a0dab7e205bd1fa9d2">a2686c0</a>)</li> <li><strong>scope-manager:</strong> support type predicates (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2493">#2493</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a40f54c39d59096a0d12a492807dcd52fbcdc384">a40f54c</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2462">#2462</a></li> <li><strong>scope-manager:</strong> treat type imports as both values and types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2494">#2494</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/916e95a505689746dda38a67148c95cc7d207d9f">916e95a</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2453">#2453</a></li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-shadow] add option <code>ignoreFunctionTypeParameterNameValueShadow</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2470">#2470</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/bfe255fde0cb5fe5e32c02eb5ba35d27fb23d9ea">bfe255f</a>)</li> <li><strong>eslint-plugin:</strong> add extension rule <code>no-loop-func</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2490">#2490</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/36305df74b3c26b60364f7ec13390be492b4b2ec">36305df</a>)</li> <li><strong>scope-manager:</strong> add support for JSX scope analysis (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2498">#2498</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f887ab51f58c1b3571f9a14832864bc0ca59623f">f887ab5</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2455">#2455</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2477">#2477</a></li> </ul> <h2>v4.0.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1">4.0.1</a> (2020-08-31)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> update parser dependency range (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2445">#2445</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/2cb66205de797479d9b2d362652c42fe032e913b">2cb6620</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2444">#2444</a></li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md">@typescript-eslint/parser's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.1.0...v4.1.1">4.1.1</a> (2020-09-14)</h2> <p><strong>Note:</strong> Version bump only for package @typescript-eslint/parser</p> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.1...v4.1.0">4.1.0</a> (2020-09-07)</h1> <h3>Features</h3> <ul> <li><strong>scope-manager:</strong> add support for JSX scope analysis (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2498">#2498</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f887ab51f58c1b3571f9a14832864bc0ca59623f">f887ab5</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2455">#2455</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2477">#2477</a></li> </ul> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1">4.0.1</a> (2020-08-31)</h2> <p><strong>Note:</strong> Version bump only for package @typescript-eslint/parser</p> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.1...v4.0.0">4.0.0</a> (2020-08-31)</h1> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0">Please see the release notes for v4.0.0</a></h2> <h3>Features</h3> <ul> <li>consume new scope analysis package (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2039">#2039</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3be125d9bdbee1984ac6037874edf619213bd3d0">3be125d</a>)</li> <li>support ESTree optional chaining representation (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2308">#2308</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/e9d2ab638b6767700b52797e74b814ea059beaae">e9d2ab6</a>)</li> <li><strong>typescript-estree:</strong> switch to globby (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2418">#2418</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3a7ec9bcf1873a99c6da2f19ade8ab4763b4793c">3a7ec9b</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2398">#2398</a></li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><strong>typescript-estree:</strong> - removes the ability to supply a <code>RegExp</code> to <code>projectFolderIgnoreList</code>, and changes the meaning of the string value from a regex to a glob.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f785965a12e20e82de1c7f3d039023c225115eb1"><code>f785965</code></a> chore: publish v4.1.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/00a24706222254774121ee62038e67d0efa993e7"><code>00a2470</code></a> chore: publish v4.1.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f887ab51f58c1b3571f9a14832864bc0ca59623f"><code>f887ab5</code></a> feat(scope-manager): add support for JSX scope analysis (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/2498">#2498</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/cee9be708f1b19cefc4eea5af2a6a88eb4f9186b"><code>cee9be7</code></a> docs: add link to v4 release notes to the changelogs (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/2487">#2487</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/46ad4d051d8b58e003cb70f7f449218b5d354391"><code>46ad4d0</code></a> chore: publish v4.0.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c51e3f0c7450481813348847c6d28b7589b0a92d"><code>c51e3f0</code></a> chore: publish v4.0.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c3a6c2aa7c8afaf07bb4d3eb5565943ea613fb61"><code>c3a6c2a</code></a> chore: add downlevel-dts to all packages with type declarations</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ac0defca4101bfa39921db6b9c11ded8d907eeec"><code>ac0defc</code></a> chore: update dependencies</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3a7ec9bcf1873a99c6da2f19ade8ab4763b4793c"><code>3a7ec9b</code></a> feat(typescript-estree): switch to globby (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/2418">#2418</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3be125d9bdbee1984ac6037874edf619213bd3d0"><code>3be125d</code></a> feat: consume new scope analysis package (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/2039">#2039</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.1.1/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=3.10.1&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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:19:43 -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#5383