Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 13, 2025

Bumps @stylistic/eslint-plugin from 4.4.1 to 5.2.3.

Release notes

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

v5.2.3

   🐞 Bug Fixes

    View changes on GitHub

v5.2.2

   🐞 Bug Fixes

    View changes on GitHub

v5.2.1

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v5.2.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Changelog

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

5.2.3 (2025-08-08)

Bug Fixes

  • indent: correctly locate left paren in CallExpression with specific type arguments (#910) (f551685)
  • indent: prevent crashes during JSXFragment handling (#919) (5937be9)

5.2.2 (2025-07-22)

Bug Fixes

  • no-extra-parens: skip nested TSUnionType/TSIntersectionType when nestedBinaryExpressions: false (#905) (348f62f)
  • object-curly-spacing: prevent crash when encountering multiple non-ImportSpecifier nodes (#907) (9b77d02)

Chores

  • padding-line-between-statements: simplify options definition (#900) (ced7591)

5.2.1 (2025-07-21)

Bug Fixes

  • indent: ignore semicolon in TSTypeAliasDeclaration (#903) (71aaccc)
  • run update, correct schema (#887) (cc06d9a)

Chores

Performance

5.2.0 (2025-07-16)

Features

  • add warnOnce utility for deprecation warnings (#867) (f015822)
  • indent: introduce returnType for FunctionDeclaration and FunctionExpression (#884) (c0a09fb)
  • indent: support TSTypeAliasDeclaration (#796) (c62afea)
  • keyword-spacing: support ImportAttribute (#863) (08d4193)
  • multiline-comment-style: add support for exclamation comments (#876) (b2ece9f)

... (truncated)

Commits
  • 621b82a chore: release v5.2.3 (main) (#911)
  • 5937be9 fix(indent): prevent crashes during JSXFragment handling (#919)
  • f551685 fix(indent): correctly locate left paren in CallExpression with specific ty...
  • 7b45fc5 chore: release v5.2.2 (main) (#908)
  • ced7591 refactor(padding-line-between-statements): simplify options definition (#900)
  • 9b77d02 fix(object-curly-spacing): prevent crash when encountering multiple non-Impor...
  • 348f62f fix(no-extra-parens): skip nested TSUnionType/TSIntersectionType when `nest...
  • dee0582 chore: release v5.2.1 (main) (#888)
  • 71aaccc fix(indent): ignore semicolon in TSTypeAliasDeclaration (#903)
  • 5c1b8e9 refactor(object-curly-spacing): simplify import/export checks (#897)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 13, 2025
@dependabot dependabot bot requested a review from dscho as a code owner August 13, 2025 11:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 13, 2025
@dependabot dependabot bot had a problem deploying to git-for-windows-ci-push August 13, 2025 11:38 Failure
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylistic/eslint-plugin-5.2.3 branch from c222398 to 88169c7 Compare August 13, 2025 15:51
@dependabot dependabot bot had a problem deploying to git-for-windows-ci-push August 13, 2025 15:51 Failure
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylistic/eslint-plugin-5.2.3 branch from 88169c7 to 5629f26 Compare August 13, 2025 15:51
@dependabot dependabot bot had a problem deploying to git-for-windows-ci-push August 13, 2025 15:52 Failure
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylistic/eslint-plugin-5.2.3 branch from 5629f26 to 99bd7e1 Compare August 20, 2025 15:20
@dependabot dependabot bot had a problem deploying to git-for-windows-ci-push August 20, 2025 15:20 Failure
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylistic/eslint-plugin-5.2.3 branch from 99bd7e1 to f76e667 Compare August 21, 2025 15:52
@dependabot dependabot bot had a problem deploying to git-for-windows-ci-push August 21, 2025 15:52 Failure
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 4.4.1 to 5.2.3.
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.2.3/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
  dependency-version: 5.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylistic/eslint-plugin-5.2.3 branch from f76e667 to 186a2a3 Compare August 26, 2025 04:48
@dependabot dependabot bot had a problem deploying to git-for-windows-ci-push August 26, 2025 04:48 Failure
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2025

Superseded by #1249.

@dependabot dependabot bot closed this Sep 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stylistic/eslint-plugin-5.2.3 branch September 1, 2025 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants