chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.36.0 to 8.39.0 #600
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps @typescript-eslint/eslint-plugin from 8.36.0 to 8.39.0.
Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.Commits
c98d513chore(release): publish 8.39.0a8def4bfix(eslint-plugin): [no-unsafe-assignment] add anunsafeObjectPatternmessa...422e3e2feat(eslint-plugin): [only-throw-error] support yield/await expressions (#11417)e901ad8fix(eslint-plugin): revert #11127 (#11447)8dc8340feat(eslint-plugin): add no-unnecessary-type-conversion to strict-type-checke...2112d58feat: update to TypeScript 5.9.2 (#11445)b872e2bfeat(eslint-plugin): [naming-convention] add enumMember PascalCase default op...757f9eefix(eslint-plugin): [prefer-optional-chain] ignorecheckoption for most RH...5b24864chore: fix dangling reference to generate:configs in comments (#11431)d11e79echore(release): publish 8.38.0You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Important
Bump
@typescript-eslint/eslint-pluginfrom 8.36.0 to 8.39.0 with new features and fixes.@typescript-eslint/eslint-pluginfrom 8.36.0 to 8.39.0 inpackage.json.only-throw-errorrule.no-unnecessary-type-conversionto strict-type-checked ruleset.unsafeObjectPatternmessage tono-unsafe-assignmentrule.checkoption for most RHS of a chain inprefer-optional-chainrule.This description was created by
for c8ec996. You can customize this summary. It will automatically update as commits are pushed.
Disclaimer: Experimental PR review
Greptile Summary
This PR updates the
@typescript-eslint/eslint-plugindependency from version 8.36.0 to 8.39.0 in the root package.json file. This is a routine dependency maintenance update that brings the eslint plugin in sync with the already-updated@typescript-eslint/parserversion (8.39.0) that exists in the same devDependencies section.The update introduces several new features and improvements including support for TypeScript 5.9.2, enhanced enum member PascalCase naming convention defaults, improved error handling for unsafe assignments, and better support for yield/await expressions in the
only-throw-errorrule. The plugin also adds theno-unnecessary-type-conversionrule to the strict-type-checked ruleset.This change fits naturally within the langfuse-js monorepo's development workflow, which relies heavily on TypeScript ESLint for code quality enforcement across all packages. The project's lint scripts in package.json target TypeScript files across all packages (
"packages/*/src/**/*.ts"), so keeping these tools current ensures consistent and optimal type checking throughout the codebase. The update maintains version alignment between the parser and plugin components of the TypeScript ESLint toolchain, which is important for compatibility and feature consistency.Confidence score: 5/5