Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump @typescript-eslint/parser from 6.7.5 to 8.32.0#594

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubMay 5, 2025

Bumps@typescript-eslint/parser from 6.7.5 to 8.32.0.

Release notes

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

v8.32.0

8.32.0 (2025-05-05)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
  • eslint-plugin: [only-throw-error] add optionallowRethrowing (#11075)

🩹 Fixes

  • deps: update dependency typedoc to ^0.28.0 (1fef33521)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
  • eslint-plugin: [unified-signatures] exemptthis from optional parameter overload check (#11005)
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
  • typescript-estree: ensure consistent TSMappedType AST shape (#11086)
  • typescript-estree: correctTSImportType property name whenassert (#11115)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

v8.31.1

8.31.1 (2025-04-28)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#11081)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

v8.31.0

8.31.0 (2025-04-21)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)

🩹 Fixes

... (truncated)

Changelog

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

8.32.0 (2025-05-05)

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

You can read about ourversioning strategy andreleases on our website.

8.31.1 (2025-04-28)

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

You can read about ourversioning strategy andreleases on our website.

8.31.0 (2025-04-21)

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

You can read about ourversioning strategy andreleases on our website.

8.30.1 (2025-04-14)

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

You can read about ourversioning strategy andreleases on our website.

8.30.0 (2025-04-14)

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

You can read about ourversioning strategy andreleases on our website.

8.29.1 (2025-04-07)

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

You can read about ourversioning strategy andreleases on our website.

8.29.0 (2025-03-31)

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

You can read about ourversioning strategy andreleases on our website.

8.28.0 (2025-03-24)

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

You can read about ourversioning strategy andreleases on our website.

8.27.0 (2025-03-17)

... (truncated)

Commits
  • 819a03f chore(release): publish 8.32.0
  • 172ab8a chore(eslint-plugin): resolve remaining issues fromvitest migration (#11100)
  • a9c9251 chore: revertvitest related changes intsconfig files (#11124)
  • f5c588c chore(release): publish 8.31.1
  • 2cc7656 chore(release): publish 8.31.0
  • 9531492 chore(release): publish 8.30.1
  • b3688be chore(release): publish 8.30.0
  • f1ceade chore: remove unused downlevel-dts (#11034)
  • 6e03f7c chore: corrected vitest.config.base compiler inclusion (#11067)
  • c438c50 chore(parser): migrate fromjest tovitest (#10775)
  • Additional commits viewable incompare 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)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.7.5 to 8.32.0.- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.0/packages/parser)---updated-dependencies:- dependency-name: "@typescript-eslint/parser"  dependency-version: 8.32.0  dependency-type: direct:development  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update Javascript code labelsMay 5, 2025
@dependabotdependabotbot requested a review froma team as acode ownerMay 5, 2025 18:32
@dependabotdependabotbothad a problem deploying to debug-integration-testMay 5, 2025 18:32 Error
@github-actionsGitHub Actions
Copy link

Hello from actions/github-script! (6c43ac3)

@dependabotDependabot
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubMay 12, 2025

Superseded by#601.

@dependabotdependabotbot closed thisMay 12, 2025
@dependabotdependabotbot deleted the dependabot/npm_and_yarn/typescript-eslint/parser-8.32.0 branchMay 12, 2025 18:04
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp