[PR #682] [CLOSED] build(deps-dev): bump @typescript-eslint/parser from 5.62.0 to 7.5.0 #678

Closed
opened 2026-03-29 18:17:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/682
Author: @dependabot[bot]
Created: 4/8/2024
Status: Closed

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


📝 Commits (1)

  • 6e9b0fc build(deps-dev): bump @typescript-eslint/parser from 5.62.0 to 7.5.0

📊 Changes

3 files changed (+163 additions, -177 deletions)

View changed files

📝 package-lock.json (+89 -116)
📝 package.json (+1 -1)
📝 yarn.lock (+73 -60)

📄 Description

Bumps @typescript-eslint/parser from 5.62.0 to 7.5.0.

Release notes

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

v7.5.0

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • typescript-eslint: improve support for legacy configs (#8812)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.4.0

7.4.0 (2024-03-25)

🚀 Features

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive (#8678)
  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false (#8685)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
  • typescript-eslint: declare peer dependency on utils to ensure npm correctly installs dependencies (#8738)
  • website: visual Editor is not scrolled (#8709)
  • website: make 404 page good again (#8750)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

... (truncated)

Changelog

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

7.5.0 (2024-04-01)

🩹 Fixes

  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues

❤️ Thank You

  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

You can read about our versioning strategy and releases on our website.

7.4.0 (2024-03-25)

🚀 Features

  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

❤️ Thank You

  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

You can read about our versioning strategy and releases on our website.

7.3.1 (2024-03-18)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.3.0 (2024-03-18)

🩹 Fixes

  • correct engines.node constraints in package.json

... (truncated)

Commits
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • d5615d7 fix(parser): disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • 5d24691 chore(release): publish 7.4.0
  • e408b93 feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...
  • 5995614 chore(release): publish 7.3.1
  • 4cf8ec7 chore(release): publish 7.3.0
  • 883f220 fix: correct engines.node constraints in package.json (#8671)
  • 95cf139 chore(release): publish 7.2.0
  • 88b7463 chore(release): publish 7.1.1
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/682 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/8/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/typescript-eslint/parser-7.5.0` --- ### 📝 Commits (1) - [`6e9b0fc`](https://github.com/joelwmale/webhook-action/commit/6e9b0fccac29889d6567ec96d6a51e7c1937c4ac) build(deps-dev): bump @typescript-eslint/parser from 5.62.0 to 7.5.0 ### 📊 Changes **3 files changed** (+163 additions, -177 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+89 -116) 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+73 -60) </details> ### 📄 Description Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.62.0 to 7.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>v7.5.0</h2> <h2>7.5.0 (2024-04-01)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-floating-promises] handle TaggedTemplateExpression (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8758">#8758</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8770">#8770</a>)</li> <li><strong>parser:</strong> disallow <code>errorOnTypeScriptSyntacticAndSemanticIssues</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8784">#8784</a>)</li> <li><strong>typescript-eslint:</strong> improve support for legacy configs (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8812">#8812</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li> <li>Mark de Dios <a href="https://github.com/peanutenthusiast"><code>@​peanutenthusiast</code></a></li> <li>Naru <a href="https://github.com/naruaway"><code>@​naruaway</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v7.4.0</h2> <h2>7.4.0 (2024-03-25)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8335">#8335</a>) <ul> <li>Check out our blog post on this change for more information! <a href="https://typescript-eslint.io/blog/changes-to-consistent-type-imports-with-decorators">https://typescript-eslint.io/blog/changes-to-consistent-type-imports-with-decorators</a></li> </ul> </li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-arguments] handle tagged templates (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8708">#8708</a>)</li> <li><strong>eslint-plugin:</strong> deprecate no-throw-literal and add a renamed only-throw-error (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8701">#8701</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] address multipart nullish checks false positive (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8678">#8678</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] properly disambiguate between <code>boolean</code> and <code>false</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8685">#8685</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8740">#8740</a>)</li> <li><strong>typescript-eslint:</strong> declare peer dependency on <code>utils</code> to ensure npm correctly installs dependencies (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8738">#8738</a>)</li> <li><strong>website:</strong> visual Editor is not scrolled (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8709">#8709</a>)</li> <li><strong>website:</strong> make 404 page good again (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8750">#8750</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li> <li>Josh Goldberg ✨</li> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@​developer-bandi</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>Marco Pasqualetti <a href="https://github.com/marcalexiei"><code>@​marcalexiei</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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> <h2>7.5.0 (2024-04-01)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>parser:</strong> disallow <code>errorOnTypeScriptSyntacticAndSemanticIssues</code></li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Brad Zacher</li> <li>Kim Sang Du</li> <li>Mark de Dios</li> <li>Naru</li> <li>YeonJuan</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>7.4.0 (2024-03-25)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Brad Zacher</li> <li>Josh Goldberg ✨</li> <li>Kim Sang Du</li> <li>Kirk Waiblinger</li> <li>Marco Pasqualetti</li> <li>YeonJuan</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>7.3.1 (2024-03-18)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>7.3.0 (2024-03-18)</h2> <h3>🩹 Fixes</h3> <ul> <li>correct <code>engines.node</code> constraints in <code>package.json</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a14ba9d45891958962163c90615a0ab270e15a38"><code>a14ba9d</code></a> chore(release): publish 7.5.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ecb6b55425fd48f68074c996f5d5672d4707c64d"><code>ecb6b55</code></a> docs: add homepage (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/8742">#8742</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d5615d72fbd899b0827b10a00192e6bce9f0c4eb"><code>d5615d7</code></a> fix(parser): disallow <code>errorOnTypeScriptSyntacticAndSemanticIssues</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/8784">#8784</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5d2469142262672e381db3b4a4e2bffa80984810"><code>5d24691</code></a> chore(release): publish 7.4.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e408b93e48e5199d83a8d99d1e27126d2dd8bc8f"><code>e408b93</code></a> feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5995614324a59f558190f6123be96857e324bcb2"><code>5995614</code></a> chore(release): publish 7.3.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4cf8ec7201a01141162f67da27c7bf7b886b712d"><code>4cf8ec7</code></a> chore(release): publish 7.3.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/883f22089df0846eab6d0c1443e5ea4cfcb9ed52"><code>883f220</code></a> fix: correct <code>engines.node</code> constraints in <code>package.json</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/8671">#8671</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/95cf1391bfd07f5c1929e798a85418b78f75f173"><code>95cf139</code></a> chore(release): publish 7.2.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/88b7463c89f22559facd5a00460bdc930e6eb1a2"><code>88b7463</code></a> chore(release): publish 7.1.1</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.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.62.0&new-version=7.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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-03-29 18:17:10 -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#678