Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the minor-and-patch group with 6 updates:

Package From To
@stylistic/eslint-plugin 5.2.3 5.3.1
@types/node 24.3.0 24.3.1
eslint 9.34.0 9.35.0
eslint-config-phun-ky 1.0.14 1.0.16
putout 40.6.1 40.8.0
typedoc 0.28.11 0.28.12

Updates @stylistic/eslint-plugin from 5.2.3 to 5.3.1

Release notes

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

v5.3.1

No significant changes

    View changes on GitHub

v5.3.0

5.3.0 (2025-09-01)

Features

  • indent: introduce assignmentOperator (#933) (0474f6b)
  • jsx-one-expression-per-line: enhance the fix result when allow is single-line (#922) (e0ce078)
  • no-extra-parens: deprecate some options in favor of ignoredNodes (#953) (8ccd980)
  • no-extra-parens: handle TSNonNullExpression and TSSatisfiesExpression as a TSAssertion (#954) (6aca363)
  • no-extra-parens: introduce ignoredNodes (#899) (d848423)
  • padding-line-between-statements: allow prefix multiline/singleline for return and type (#902) (6915135)
  • space-unary-ops: support non null assertion (#941) (fff2ae9)
  • update deps (#957) (5f97042)
  • update keyword list (#929) (3001449)

Bug Fixes

  • customize: remove specific nodes in ignoreNodes of the indent rule (#936) (1264cba)
  • deprecate jsx-props-no-multi-spaces rule in favor of no-multi-spaces (#925) (a3c39e6)
  • disable-legacy: add missing jsx-pascal-case (#942) (3eea6dd)
  • indent: align indent for AccessorProperty, TSAbstractPropertyDefinition and TSAbstractAccessorProperty with PropertyDefinition (#932) (2afb9a4)
  • indent: ensure the opening curly brace is align with enum (#938) (2007646)
  • remove nullThrow, use NonNullAssertion directly (#943) (9a78f70)
  • space-unary-ops: correct messageId (#948) (54bb446)
  • type-generic-spacing: allow spaces between class and generic (#927) (84fa86a)

Documentation

Chores

... (truncated)

Changelog

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

5.3.1 (2025-09-01)

Build Related

5.3.0 (2025-09-01)

Features

  • indent: introduce assignmentOperator (#933) (0474f6b)
  • jsx-one-expression-per-line: enhance the fix result when allow is single-line (#922) (e0ce078)
  • no-extra-parens: deprecate some options in favor of ignoredNodes (#953) (8ccd980)
  • no-extra-parens: handle TSNonNullExpression and TSSatisfiesExpression as a TSAssertion (#954) (6aca363)
  • no-extra-parens: introduce ignoredNodes (#899) (d848423)
  • padding-between-statements: support jsx-prop (#926) (86f332e)
  • padding-line-between-statements: allow prefix multiline/singleline for return and type (#902) (6915135)
  • space-unary-ops: support non null assertion (#941) (fff2ae9)
  • update deps (#957) (5f97042)
  • update keyword list (#929) (3001449)

Bug Fixes

  • customize: remove specific nodes in ignoreNodes of the indent rule (#936) (1264cba)
  • deprecate jsx-props-no-multi-spaces rule in favor of no-multi-spaces (#925) (a3c39e6)
  • disable-legacy: add missing jsx-pascal-case (#942) (3eea6dd)
  • indent: align indent for AccessorProperty, TSAbstractPropertyDefinition and TSAbstractAccessorProperty with PropertyDefinition (#932) (2afb9a4)
  • indent: ensure the opening curly brace is align with enum (#938) (2007646)
  • remove nullThrow, use NonNullAssertion directly (#943) (9a78f70)
  • revert #926 (#944) (f6e3b9a)
  • space-unary-ops: correct messageId (#948) (54bb446)
  • type-generic-spacing: allow spaces between class and generic (#927) (84fa86a)

Documentation

Chores

... (truncated)

Commits
  • c586735 chore: release v5.3.1 (main) (#962)
  • eb03848 chore: release v5.3.0 (main) (#930)
  • 8ccd980 feat(no-extra-parens): deprecate some options in favor of ignoredNodes (#953)
  • e0ce078 feat(jsx-one-expression-per-line): enhance the fix result when allow is `si...
  • 6aca363 feat(no-extra-parens): handle TSNonNullExpression and `TSSatisfiesExpressio...
  • c735a5c docs: display deep outline (#955)
  • 0a72592 docs: fix examples (#950)
  • 0474f6b feat(indent): introduce assignmentOperator (#933)
  • d848423 feat(no-extra-parens): introduce ignoredNodes (#899)
  • 2007646 fix(indent): ensure the opening curly brace is align with enum (#938)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​stylistic/eslint-plugin since your current version.


Updates @types/node from 24.3.0 to 24.3.1

Commits

Updates eslint from 9.34.0 to 9.35.0

Release notes

Sourced from eslint's releases.

v9.35.0

Features

  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)

Chores

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
Changelog

Sourced from eslint's changelog.

v9.35.0 - September 5, 2025

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
Commits

Updates eslint-config-phun-ky from 1.0.14 to 1.0.16

Release notes

Sourced from eslint-config-phun-ky's releases.

Release 1.0.16

1.0.16 (2025-09-02)

Tasks

  • 🤖 bump the minor-and-patch group with 2 updates (e5114b2)

Release 1.0.15

1.0.15 (2025-08-26)

Tasks

  • 🤖 bump the minor-and-patch group with 3 updates (c90052a)
Changelog

Sourced from eslint-config-phun-ky's changelog.

1.0.16 (2025-09-02)

Tasks

  • 🤖 bump the minor-and-patch group with 2 updates (e5114b2)

1.0.15 (2025-08-26)

Tasks

  • 🤖 bump the minor-and-patch group with 3 updates (c90052a)
Commits
  • 1a9b916 chore: 🤖 release v1.0.16
  • 34532c0 chore: 🤖 bump the minor-and-patch group with 2 updates (#39)
  • e5114b2 chore: 🤖 bump the minor-and-patch group with 2 updates
  • 84dd19a chore: 🤖 release v1.0.15
  • e931bb3 chore: 🤖 bump the minor-and-patch group with 3 updates (#38)
  • c90052a chore: 🤖 bump the minor-and-patch group with 3 updates
  • See full diff in compare view

Updates putout from 40.6.1 to 40.8.0

Release notes

Sourced from putout's releases.

putout v40.8.0

🐞 fix

  • 41b1b9d96 @​putout/eslint-plugin-putouteslint-stylistic/eslint-stylistice#965
  • 6176cc384 @​putout/eslint-configeslint-stylistic/eslint-stylistice#965

🔥 feature

  • 54150706b putout: @​putout/plugin-putout v27.0.0
  • 76433dc30 @​putout/plugin-putout: declare: operator: hasTagName: add
  • a149577b6 @​putout/operator-regexp: add
  • 78f050bdf @​putout/engine-loader: estrace v6.0.0
  • a8bd4d2ed @​putout/plugin-putout: replace-test-message: no report with options -> no report
  • 0dd6576ee @​putout/plugin-putout: replace-test-message: transform with options -> transform
  • 414251eff @​putout/plugin-putout: apply-transform-with-options: no options
  • 57e196f67 @​putout/plugin-extract-sequence-expressions: inside IfStatement (#236)
  • ad137217a @​putout/plugin-putout: apply-report: reportWithOptions
  • 03c944e2a @​putout/plugin-putout: apply-transform-with-options: add
  • a36488b1e @​putout/plugin-putout: apply-report: not Identifier inside ObjectExpression
  • 2756cd538 @​putout/processor-cssstylelint/stylelint#8567
  • cb39280cf @​putout/plugin-promises: convert-reject-to-throw: async body
  • d5832c3af @​putout/operate: setLiteralValue: no raw, no value

putout v40.7.1

🔥 feature

  • d4bccaa75 @​putout/plugin-convert-object-keys-to-object-entries: add
  • 8b62a1edc @​putout/plugin-apply-consistent-blocks: leadingComments: exclude
  • 19abfe5dd @​putout/engine-runner: replacer: watermark: false positive

putout v40.7.0

🐞 fix

  • d1ec24cb1 @​putout/plugin-minify: convert-let-to-var-inside-label -> convert-l
  • 21a971c40 @​putout/plugin-minify: merge-variables: no loc
  • 1eadf70ed @​putout/plugin-minify: merge-variables: no-use-before-declare

🔥 feature

  • b34698167 @​putout/plugin-convert-object-entries-to-object-keys: add
  • 8b9fa1570 @​putout/plugin-minify: convert-let-to-var-inside-label: add
  • 0facf1191 @​putout/pugin-minify: merge-variables: declared in next line

putout v40.6.2

🔥 feature

  • 7800fce99 putout: @​putout/plugin-convert-arguments-to-rest v4.0.0
  • 7a9310e1c @​putout/plugin-convert-arguments-to-rest: migrate to ESM
  • ddaf705ad @​putout/plugin-minify: merge-variables: include let
  • fc958785e @​putout/plugin-minify: convert-const-to-var -> convert-const-to-let

... (truncated)

Commits
  • 2f1a9ab chore: putout: v40.8.0
  • 5415070 feature: putout: @​putout/plugin-putout v27.0.0
  • 484ba81 chore: @​putout/plugin-putout: v26.15.0
  • 4382dd2 chore: @​putout/plugin-nextjs: v5.0.0
  • 76433dc feature: @​putout/plugin-putout: declare: operator: hasTagName: add
  • a149577 feature: @​putout/operator-regexp: add
  • f854ea8 chore: @​putout/operator-regexp: rm unused
  • 78f050b feature: @​putout/engine-loader: estrace v6.0.0
  • 77fddf3 chore: @​putout/plugin-putout: v26.14.0
  • a8bd4d2 feature: @​putout/plugin-putout: replace-test-message: no report with options ...
  • Additional commits viewable in compare view

Updates typedoc from 0.28.11 to 0.28.12

Release notes

Sourced from typedoc's releases.

v0.28.12

Bug Fixes

  • Variables marked with @enum now work for symbols imported from another module, #3003.
  • Improved magic introduced with #2999 to work with imported symbols, #3003.
  • Fixed relative link resolution to file names containing percent encoded URLs, #3006.
  • Linking to the project's README file with a relative link will now behave as expected, #3006.
  • Reduced unnecessary HTML element rendering in default theme. API: Reflection.hasComment and Comment.hasVisibleComponent now accepts an optional notRenderedTags parameter.
Changelog

Sourced from typedoc's changelog.

v0.28.12 (2025-09-01)

Bug Fixes

  • Variables marked with @enum now work for symbols imported from another module, #3003.
  • Improved magic introduced with #2999 to work with imported symbols, #3003.
  • Fixed relative link resolution to file names containing percent encoded URLs, #3006.
  • Linking to the project's README file with a relative link will now behave as expected, #3006.
  • Reduced unnecessary HTML element rendering in default theme. API: Reflection.hasComment and Comment.hasVisibleComponent now accepts an optional notRenderedTags parameter.
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.2.3` | `5.3.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.0` | `24.3.1` |
| [eslint](https://github.com/eslint/eslint) | `9.34.0` | `9.35.0` |
| [eslint-config-phun-ky](https://github.com/phun-ky/eslint-config) | `1.0.14` | `1.0.16` |
| [putout](https://github.com/coderaiser/putout) | `40.6.1` | `40.8.0` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.11` | `0.28.12` |


Updates `@stylistic/eslint-plugin` from 5.2.3 to 5.3.1
- [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.3.1/packages/eslint-plugin)

Updates `@types/node` from 24.3.0 to 24.3.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint` from 9.34.0 to 9.35.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.34.0...v9.35.0)

Updates `eslint-config-phun-ky` from 1.0.14 to 1.0.16
- [Release notes](https://github.com/phun-ky/eslint-config/releases)
- [Changelog](https://github.com/phun-ky/eslint-config/blob/main/CHANGELOG.md)
- [Commits](phun-ky/eslint-config@1.0.14...1.0.16)

Updates `putout` from 40.6.1 to 40.8.0
- [Release notes](https://github.com/coderaiser/putout/releases)
- [Commits](coderaiser/putout@v40.6.1...v40.8.0)

Updates `typedoc` from 0.28.11 to 0.28.12
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.28.11...v0.28.12)

---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
  dependency-version: 5.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 24.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-version: 9.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-config-phun-ky
  dependency-version: 1.0.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: putout
  dependency-version: 40.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typedoc
  dependency-version: 0.28.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added mindless: 📦 dependencies Pull requests that update a dependency file problems: security labels Sep 8, 2025
@github-actions github-actions bot requested a review from phun-ky September 8, 2025 10:51
@phun-ky phun-ky merged commit a2d041c into main Sep 9, 2025
4 checks passed
@phun-ky phun-ky deleted the dependabot/npm_and_yarn/minor-and-patch-34cf0286a7 branch September 9, 2025 07:54
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.

2 participants