[PR #344] [MERGED] Bump @typescript-eslint/parser from 5.4.0 to 5.5.0 #4383

Closed
opened 2026-05-16 06:24:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/344
Author: @dependabot[bot]
Created: 11/30/2021
Status: Merged
Merged: 11/30/2021
Merged by: @mergify[bot]

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


📝 Commits (1)

  • 5a35f24 Bump @typescript-eslint/parser from 5.4.0 to 5.5.0

📊 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 5.4.0 to 5.5.0.

Release notes

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

v5.5.0

5.5.0 (2021-11-29)

Bug Fixes

  • eslint-plugin: [member-ordering] order literal names correctly in (#4054) (d57141a)
  • eslint-plugin: [no-duplicate-imports] remove unnecessary type checking for node.source (#4196) (637722a)
  • eslint-plugin: [no-var-requires] do not report require created from createRequire (#4221) (0040186)
  • eslint-plugin: [prefer-for-of] do nor error when iterating over this (#4176) (258ddb0)
  • eslint-plugin: [require-await] treat yield* asynciterable as an await (#4125) (5a4ce6a)
  • eslint-plugin: remove all whitespaces in comparison #4220 (#4223) (853d799)
  • experimental-utils: export RuleCreator interfaces (#4199) (7821e4c)
  • experimental-utils: fix types for eslint-utils (#4173) (7079de2)
  • scope-manager: support static class blocks (#4211) (f8e9125)
  • visitor-keys: add missing import assertion keys (#4178) (9c38b7f)

Features

  • eslint-plugin: [member-ordering] add option to sort case insensitive (#3896) (e3533d5)
  • eslint-plugin: array-type distinguish whether readonly or not (#4066) (314af44)
Changelog

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

5.5.0 (2021-11-29)

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/344 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/30/2021 **Status:** ✅ Merged **Merged:** 11/30/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/typescript-eslint/parser-5.5.0` --- ### 📝 Commits (1) - [`5a35f24`](https://github.com/joelwmale/webhook-action/commit/5a35f24cccb199c38fb9cee2411f0bab7cbe67e3) Bump @typescript-eslint/parser from 5.4.0 to 5.5.0 ### 📊 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 5.4.0 to 5.5.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.5.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.4.0...v5.5.0">5.5.0</a> (2021-11-29)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [member-ordering] order literal names correctly in (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4054">#4054</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d57141a3d13fad30a93ed99a6a15f4b0b369246a">d57141a</a>)</li> <li><strong>eslint-plugin:</strong> [no-duplicate-imports] remove unnecessary type checking for <code>node.source</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4196">#4196</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/637722a77667f6ed1e0cf1f0e752d61622ae8546">637722a</a>)</li> <li><strong>eslint-plugin:</strong> [no-var-requires] do not report require created from createRequire (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4221">#4221</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/0040186aa23692724986df22a71926e8a7ff9e02">0040186</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-for-of] do nor error when iterating over this (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4176">#4176</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/258ddb0708b7a44959bd3ac399cbde912c8021c8">258ddb0</a>)</li> <li><strong>eslint-plugin:</strong> [require-await] treat yield* asynciterable as an await (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4125">#4125</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/5a4ce6a241b1d6c6caad87cad85c3741f0953e39">5a4ce6a</a>)</li> <li><strong>eslint-plugin:</strong> remove all whitespaces in comparison <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4220">#4220</a> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4223">#4223</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/853d799428a061d9bf6a2e74b01dc49a1e4f3134">853d799</a>)</li> <li><strong>experimental-utils:</strong> export RuleCreator interfaces (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4199">#4199</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7821e4c515ca2f11a14dcfa94dc77370da0287c5">7821e4c</a>)</li> <li><strong>experimental-utils:</strong> fix types for eslint-utils (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4173">#4173</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7079de26877a2313a7019845d4c33d0fc4d4b4a9">7079de2</a>)</li> <li><strong>scope-manager:</strong> support static class blocks (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4211">#4211</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f8e91256e0a721aaa906a5c40a92784da9433b53">f8e9125</a>)</li> <li><strong>visitor-keys:</strong> add missing import assertion keys (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4178">#4178</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/9c38b7f7fc3ce471a8f720c4a2fbce01f3ee12a4">9c38b7f</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [member-ordering] add option to sort case insensitive (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3896">#3896</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/e3533d5a6293a358b5eb0a6ed17da961a09b0ed3">e3533d5</a>)</li> <li><strong>eslint-plugin:</strong> <code>array-type</code> distinguish whether readonly or not (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4066">#4066</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/314af44bde3ccbebc620625b2931d77688525976">314af44</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.4.0...v5.5.0">5.5.0</a> (2021-11-29)</h1> <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9f58eab17e55feb92fb53febe758612cc0f13128"><code>9f58eab</code></a> chore: publish v5.5.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/03ff45a2e6cc813611378a133d975ea347b86e88"><code>03ff45a</code></a> docs: fix links (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/4195">#4195</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2e2ff5d659160a40431b87af9f1b71eca61a5715"><code>2e2ff5d</code></a> chore: rename default branch to 'main' (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/4171">#4171</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.5.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.4.0&new-version=5.5.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-05-16 06:24: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#4383