Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 16, 2025

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

Release notes

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

v5.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.1.0

5.1.0 (2025-06-29)

Bug Fixes

  • correct rule name in disable-legacy (#849) (e63f1e4)
  • indent: correct handling of return type annotations (#853) (5259950)

Build Related

Chores

v5.0.0

   🚨 Breaking Changes

... (truncated)

Changelog

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

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)
  • no-extra-parens: support part of TS Nodes (#873) (7d4aa27)
  • object-curly-spacing: support ImportAttribute (#862) (000f2f4)
  • support AccessorProperty (#829) (2143f34)

Bug Fixes

  • disallow extra properties in rule options (#883) (bac5f3f)
  • indent: align first element when VariableDeclarator is first (#861) (ddd14c8)

Documentation

  • enhance readability (#880) (4a5fe59)
  • fix link of no-unexpected-multiline (#847) (0639099)
  • operator-linebreak: add description for "ignore" option earlier (#866) (46e43f5)

Chores

5.1.0 (2025-06-29)

Bug Fixes

  • correct rule name in disable-legacy (#849) (e63f1e4)
  • indent: correct handling of return type annotations (#853) (5259950)

Build Related

Chores

... (truncated)

Commits
  • 38232bd chore: release v5.2.0 (main) (#860)
  • f015822 feat: add warnOnce utility for deprecation warnings (#867)
  • 693941c chore: update deps (#885)
  • 7d4aa27 feat(no-extra-parens): support part of TS Nodes (#873)
  • b2ece9f feat(multiline-comment-style): add support for exclamation comments (#876)
  • bac5f3f fix: disallow extra properties in rule options (#883)
  • 2143f34 feat: support AccessorProperty (#829)
  • c0a09fb feat(indent): introduce returnType for FunctionDeclaration and `FunctionE...
  • 08d4193 feat(keyword-spacing): support ImportAttribute (#863)
  • 000f2f4 feat(object-curly-spacing): support ImportAttribute (#862)
  • 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)

Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 4.4.1 to 5.2.0.
- [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.0/packages/eslint-plugin)

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

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

dependabot bot commented on behalf of github Jul 16, 2025

Labels

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

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

@BinaryServ BinaryServ changed the title build(deps-dev): bump @stylistic/eslint-plugin from 4.4.1 to 5.2.0 PR 110: build(deps-dev): bump @stylistic/eslint-plugin from 4.4.1 to 5.2.0 Jul 16, 2025
@BinaryServ BinaryServ added the AC › Passed Ready to be reviewed label Jul 16, 2025
@BinaryServ
Copy link
Collaborator


Automatic Self-Check - #110

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title build(deps-dev): bump @stylistic/eslint-plugin from 4.4.1 to 5.2.0
Created 07.16.2025 9:10 AM UTC
ID #110
Author dependabot[bot]
Repo gh-action-delete-deploy-env
Branch dependabot/npm_and_yarn/stylistic/eslint-plugin-5.2.0 main
Added Files 0
Modified Files 2
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • package-lock.json
  • package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@BinaryServ BinaryServ added Type › Dependency Item is associated to dependency Type › Pull Request Normal pull request labels Jul 16, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2025

Superseded by #111.

@dependabot dependabot bot closed this Jul 22, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stylistic/eslint-plugin-5.2.0 branch July 22, 2025 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AC › Passed Ready to be reviewed Type › Dependency Item is associated to dependency Type › Pull Request Normal pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants