[PR #89] [MERGED] Bump @typescript-eslint/parser from 4.8.2 to 4.9.0 #5434

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 3035940 Bump @typescript-eslint/parser from 4.8.2 to 4.9.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 4.8.2 to 4.9.0.

Release notes

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

v4.9.0

4.9.0 (2020-11-30)

Bug Fixes

  • eslint-plugin: [consistent-indexed-object-style] convert readonly index signature to readonly record (#2798) (29428a4)
  • eslint-plugin: [consistent-type-imports] crash when using both default and namespace in one import (#2778) (c816b84)
  • eslint-plugin: [explicit-module-boundary-types] ignore functions exported within typed object/array literals (#2805) (73a63ee)
  • eslint-plugin: [no-use-before-define] allow class references if they're within a class decorator (#2827) (050023a), closes #2842
  • eslint-plugin: [triple-slash-reference] fix crash with external module reference (#2788) (32b1b68)
  • scope-manager: fix assertion assignments not being marked as write references (#2809) (fa68492), closes #2804
  • typescript-estree: add default value for parserOptions.projectFolderIgnoreList and deduplicate resolved projects (#2819) (bf904ec), closes #2418 #2814

Features

  • eslint-plugin: [naming-convention] add requireDouble, allowDouble, allowSingleOrDouble options for underscores (#2812) (dd0576a)
  • eslint-plugin: [naming-convention] add requiresQuotes modifier (#2813) (6fc8409), closes #2761 #1483
  • eslint-plugin: [naming-convention] add modifier unused (#2810) (6a06944)
  • eslint-plugin: [naming-convention] add modifiers exported, global, and destructured (#2808) (fb254a1), closes #2239 #2512 #2318 #2802
  • eslint-plugin: [naming-convention] allow destructured modifier for parameter selector (#2829) (525d2ff), closes #2828
  • eslint-plugin: [naming-convention] split property and method selectors into more granular classXXX, objectLiteralXXX, typeXXX (#2807) (665b6d4), closes #1477 #2802
  • eslint-plugin: [no-unused-vars] fork the base rule (#2768) (a8227a6), closes #2782 #2714 #2648
  • eslint-plugin: [unbound-method] add support for methods with a this: void parameter (#2796) (878dd4a)
Changelog

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

4.9.0 (2020-11-30)

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/89 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/1/2020 **Status:** ✅ Merged **Merged:** 12/1/2020 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/typescript-eslint/parser-4.9.0` --- ### 📝 Commits (1) - [`3035940`](https://github.com/joelwmale/webhook-action/commit/30359406cc9f42750d229221d69ee65e67560251) Bump @typescript-eslint/parser from 4.8.2 to 4.9.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 4.8.2 to 4.9.0. <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.9.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.2...v4.9.0">4.9.0</a> (2020-11-30)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [consistent-indexed-object-style] convert readonly index signature to readonly record (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2798">#2798</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/29428a4dbef133563f2ee54b22908a01ab9a9472">29428a4</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-imports] crash when using both default and namespace in one import (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2778">#2778</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c816b84814214f7504a0d89a5cd3b08c595bfb50">c816b84</a>)</li> <li><strong>eslint-plugin:</strong> [explicit-module-boundary-types] ignore functions exported within typed object/array literals (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2805">#2805</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/73a63ee9ea00b2db0a29f148d7863c3778e4a483">73a63ee</a>)</li> <li><strong>eslint-plugin:</strong> [no-use-before-define] allow class references if they're within a class decorator (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2827">#2827</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/050023aa7bd791d0be7b5788a9dcd8e61a00ce79">050023a</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2842">#2842</a></li> <li><strong>eslint-plugin:</strong> [triple-slash-reference] fix crash with external module reference (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2788">#2788</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/32b1b6839fb32d93b7faa8fec74c9cb68ea587bb">32b1b68</a>)</li> <li><strong>scope-manager:</strong> fix assertion assignments not being marked as write references (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2809">#2809</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/fa6849245ca55ca407dc031afbad456f2925a8e9">fa68492</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2804">#2804</a></li> <li><strong>typescript-estree:</strong> add default value for <code>parserOptions.projectFolderIgnoreList</code> and deduplicate resolved projects (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2819">#2819</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/bf904ec72db57174fec531f61e9427230662553e">bf904ec</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2418">#2418</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2814">#2814</a></li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [naming-convention] add <code>requireDouble</code>, <code>allowDouble</code>, <code>allowSingleOrDouble</code> options for underscores (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2812">#2812</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/dd0576a66c34810bc60e0958948c9a8104a3f1a3">dd0576a</a>)</li> <li><strong>eslint-plugin:</strong> [naming-convention] add <code>requiresQuotes</code> modifier (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2813">#2813</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6fc84094928c3645a0e04c31bd4d759fdfbdcb74">6fc8409</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2761">#2761</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1483">#1483</a></li> <li><strong>eslint-plugin:</strong> [naming-convention] add modifier <code>unused</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2810">#2810</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6a06944e60677a402e7ab432e6ac1209737a7027">6a06944</a>)</li> <li><strong>eslint-plugin:</strong> [naming-convention] add modifiers <code>exported</code>, <code>global</code>, and <code>destructured</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2808">#2808</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/fb254a1036b89f9b78f927d607358e65e81a2250">fb254a1</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2239">#2239</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2512">#2512</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2318">#2318</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2802">#2802</a></li> <li><strong>eslint-plugin:</strong> [naming-convention] allow <code>destructured</code> modifier for <code>parameter</code> selector (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2829">#2829</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/525d2ff9292d89e1445b273b5378159bca323a1e">525d2ff</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2828">#2828</a></li> <li><strong>eslint-plugin:</strong> [naming-convention] split <code>property</code> and <code>method</code> selectors into more granular <code>classXXX</code>, <code>objectLiteralXXX</code>, <code>typeXXX</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2807">#2807</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/665b6d4023fb9d821f348c39aefff0d7571a98bf">665b6d4</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1477">#1477</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2802">#2802</a></li> <li><strong>eslint-plugin:</strong> [no-unused-vars] fork the base rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2768">#2768</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a8227a6185dd24de4bfc7d766931643871155021">a8227a6</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2782">#2782</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2714">#2714</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2648">#2648</a></li> <li><strong>eslint-plugin:</strong> [unbound-method] add support for methods with a <code>this: void</code> parameter (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2796">#2796</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/878dd4ae8c408f1eb42790a8fac37f85040b7f3c">878dd4a</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> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.8.2...v4.9.0">4.9.0</a> (2020-11-30)</h1> <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/f714911944b95dd4495166b35ff7784aedac1451"><code>f714911</code></a> chore: publish v4.9.0</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.9.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=4.8.2&new-version=4.9.0)](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:22:12 -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#5434