[PR #59] [MERGED] Bump @typescript-eslint/parser from 4.4.0 to 4.4.1 #5404

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

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/59
Author: @dependabot[bot]
Created: 10/13/2020
Status: Merged
Merged: 10/13/2020
Merged by: @mergify[bot]

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


📝 Commits (1)

  • 7d508a0 Bump @typescript-eslint/parser from 4.4.0 to 4.4.1

📊 Changes

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

View changed files

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

📄 Description

Bumps @typescript-eslint/parser from 4.4.0 to 4.4.1.

Release notes

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

v4.4.1

4.4.1 (2020-10-12)

Bug Fixes

  • eslint-plugin: [ban-ts-comment] support block comments (#2644) (9c3c686)
  • eslint-plugin: [ban-types] allow banning types with specific parameters (#2662) (77732a2)
  • eslint-plugin: [consistent-type-assertions] check type assertion in jsx props (#2653) (393e925)
  • eslint-plugin: [no-duplicate-imports] distinguish member, default (#2637) (c71f423)
  • eslint-plugin: [no-throw-literal] false positive with logical expressions (#2645) (57aa6c7)
  • eslint-plugin: [no-unused-vars] fix false positives for duplicated names in namespaces (#2659) (0d696c7)
  • eslint-plugin: [no-use-before-define] correctly handle typeof type references (#2623) (8e44c78)
  • scope-manager: don't create a variable for global augmentation (#2639) (6bc9325)
Changelog

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

4.4.1 (2020-10-12)

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

Commits

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/59 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/13/2020 **Status:** ✅ Merged **Merged:** 10/13/2020 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/typescript-eslint/parser-4.4.1` --- ### 📝 Commits (1) - [`7d508a0`](https://github.com/joelwmale/webhook-action/commit/7d508a049213a5cef5b870e352798ac4c706235a) Bump @typescript-eslint/parser from 4.4.0 to 4.4.1 ### 📊 Changes **2 files changed** (+30 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+29 -29) </details> ### 📄 Description Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.4.0 to 4.4.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.4.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.0...v4.4.1">4.4.1</a> (2020-10-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [ban-ts-comment] support block comments (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2644">#2644</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/9c3c686b59b4b8fd02c479a534b5ca9b33c5ff40">9c3c686</a>)</li> <li><strong>eslint-plugin:</strong> [ban-types] allow banning types with specific parameters (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2662">#2662</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/77732a2f3979f638e471b6de327b2ea0e976d568">77732a2</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-assertions] check type assertion in jsx props (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2653">#2653</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/393e92573fbde849369af1d10b9f25299ec92eaf">393e925</a>)</li> <li><strong>eslint-plugin:</strong> [no-duplicate-imports] distinguish member, default (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2637">#2637</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c71f423b89bf034caf2a4f1bb3ed0389b72f3aa9">c71f423</a>)</li> <li><strong>eslint-plugin:</strong> [no-throw-literal] false positive with logical expressions (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2645">#2645</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/57aa6c7642320074ed2b6a15e7f38e66a2fb13d1">57aa6c7</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] fix false positives for duplicated names in namespaces (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2659">#2659</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/0d696c72c5c9c3446902a63509d499ee95483e81">0d696c7</a>)</li> <li><strong>eslint-plugin:</strong> [no-use-before-define] correctly handle typeof type references (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2623">#2623</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/8e44c78a20410457851e5b7fe9a24777876c0aaf">8e44c78</a>)</li> <li><strong>scope-manager:</strong> don't create a variable for global augmentation (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2639">#2639</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6bc93257ec876214743a165093b6666d713379f6">6bc9325</a>)</li> </ul> </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.4.0...v4.4.1">4.4.1</a> (2020-10-12)</h2> <p><strong>Note:</strong> Version bump only for package @typescript-eslint/parser</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c41dbe56e0514846e4d21fc5fcd8847da50e92c6"><code>c41dbe5</code></a> chore: publish v4.4.1</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.4.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=4.4.0&new-version=4.4.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:20:46 -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#5404