Skip to content

Comments

chore(deps): bump @typescript-eslint/eslint-plugin from 8.54.0 to 8.55.0 in /docs#195

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/docs/typescript-eslint/eslint-plugin-8.55.0
Closed

chore(deps): bump @typescript-eslint/eslint-plugin from 8.54.0 to 8.55.0 in /docs#195
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/docs/typescript-eslint/eslint-plugin-8.55.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps @typescript-eslint/eslint-plugin from 8.54.0 to 8.55.0.

Release notes

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

v8.55.0

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • typescript-estree: forbid invalid modifier in object expression (#11931)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)

❤️ Thank You

See GitHub Releases for more information.

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

Commits
  • fedfe86 chore(release): publish 8.55.0
  • 8a95834 fix(eslint-plugin): [no-useless-default-assignment] reduce param index to ts ...
  • 4ba1e72 fix(eslint-plugin): [no-useless-default-assignment] report unnecessary defaul...
  • a1f8617 feat(utils): deprecate defaultOptions in favor of meta.defaultOptions (#11992)
  • 3f0ce54 fix(eslint-plugin): [no-useless-default-assignment] require strictNullChecks ...
  • 3df0002 fix(eslint-plugin): [no-unused-vars] remove trailing newline when removing en...
  • b931f8c chore: use workspace refs for workspace deps (#12018)
  • 1f17a79 chore: migrate to pnpm (#11248)
  • See full diff 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 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/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.54.0 to 8.55.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2026

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@github-actions github-actions bot added the chore label Feb 16, 2026
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 16, 2026

Greptile Summary

Routine Dependabot minor version bump of @typescript-eslint/eslint-plugin from 8.54.0 to 8.55.0 in the docs/ workspace. This aligns the plugin version specifier (^8.55.0) with the already-updated @typescript-eslint/parser (^8.55.0), ensuring peer dependency compatibility. The lockfile also picks up minor transitive updates (@types/react, caniuse-lite).

  • @typescript-eslint/eslint-plugin bumped from 8.54.0 → 8.55.0 (bug fixes for no-unused-vars, no-useless-default-assignment rules; deprecation of defaultOptions in utils)
  • Version specifier in package.json tightened from ^8.0.0 to ^8.55.0, matching @typescript-eslint/parser
  • No configuration changes needed — existing .eslintrc.cjs is compatible with 8.55.0

Confidence Score: 5/5

  • This PR is safe to merge — it is a minor version bump of a dev dependency with no configuration or source code changes.
  • This is an automated Dependabot patch updating a devDependency (ESLint plugin) by one minor version. The plugin and parser versions are now properly aligned. No source code, configuration, or build changes are involved. The upstream release contains only bug fixes and a deprecation notice.
  • No files require special attention.

Important Files Changed

Filename Overview
docs/package.json Bumps @typescript-eslint/eslint-plugin specifier from ^8.0.0 to ^8.55.0, now aligned with @typescript-eslint/parser at ^8.55.0.
docs/pnpm-lock.yaml Lockfile updated to resolve @typescript-eslint/eslint-plugin 8.55.0 and its sub-dependencies. Also includes minor transitive updates (@types/react 19.2.13→19.2.14, caniuse-lite patch bump).

Flowchart

flowchart TD
    A["docs/package.json"] -->|specifier ^8.55.0| B["@typescript-eslint/eslint-plugin 8.55.0"]
    A -->|specifier ^8.55.0| C["@typescript-eslint/parser 8.55.0"]
    B -->|peerDependency| C
    B --> D["@typescript-eslint/utils 8.55.0"]
    B --> E["@typescript-eslint/type-utils 8.55.0"]
    D --> F["@typescript-eslint/scope-manager 8.55.0"]
    D --> G["@typescript-eslint/types 8.55.0"]
    C --> H["@typescript-eslint/typescript-estree 8.55.0"]
    H --> I["@typescript-eslint/visitor-keys 8.55.0"]
Loading

Last reviewed commit: f388920

@rubenmarcus
Copy link
Member

Closing stale dependabot PR — docs dependency will be updated in next sweep.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 23, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docs/typescript-eslint/eslint-plugin-8.55.0 branch February 23, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant