Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

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

Package From To
@stylistic/eslint-plugin 5.4.0 5.5.0
@types/node 24.7.2 24.8.1
eslint 9.37.0 9.38.0
eslint-config-phun-ky 1.0.20 1.0.21
putout 40.10.0 40.11.0

Updates @stylistic/eslint-plugin from 5.4.0 to 5.5.0

Release notes

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

v5.5.0

5.5.0 (2025-10-18)

Features

  • comma-dangle: support TSFunctionType and TSDeclareFunction (#1015) (cd3776f)
  • comma-dangle: support TSTypeParameterInstantiation (#1016) (ba930e7)
  • indent: deprecate offsetTernaryExpressionsOffsetCallExpressions via offsetTernaryExpressions.CallExpression (#997) (f2837b1)
  • indent: introduce NewExpression and AwaitExpression in offsetTernaryExpressions (#996) (2b5a39f)
  • new rule list-style (#895) (a9ec0de)
  • object-curly-spacing: add emptyObjects option to control spacing in empty objects (#1002) (85ef5bc)
  • padding-line-between-statements: narrow report range to reduce noise (#1017) (b3a3acf)
  • update deps (#1011) (9d5085c)

Bug Fixes

  • indent: correctly indent NewExpression in ConditionalExpression (#994) (01cec33)
  • replace context.getSourceCode() with context.sourceCode (#1004) (f3faa54)

Documentation

  • contribute: add guide to run the document site (#1001) (37a64c5)
  • object-curly-spacing: introduce overrides (#998) (6452b52)

Chores

  • no-extra-parens: remove useless logic (#1013) (8e34765)
  • remove TestCaseError#type (#1005) (83d00c5)
  • replace Object.prototype.hasOwnProperty.call with Object.hasOwn (#992) (97193e1)
Changelog

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

5.5.0 (2025-10-18)

Features

  • comma-dangle: support TSFunctionType and TSDeclareFunction (#1015) (cd3776f)
  • comma-dangle: support TSTypeParameterInstantiation (#1016) (ba930e7)
  • indent: deprecate offsetTernaryExpressionsOffsetCallExpressions via offsetTernaryExpressions.CallExpression (#997) (f2837b1)
  • indent: introduce NewExpression and AwaitExpression in offsetTernaryExpressions (#996) (2b5a39f)
  • new rule list-style (#895) (a9ec0de)
  • object-curly-spacing: add emptyObjects option to control spacing in empty objects (#1002) (85ef5bc)
  • padding-line-between-statements: narrow report range to reduce noise (#1017) (b3a3acf)
  • update deps (#1011) (9d5085c)

Bug Fixes

  • indent: correctly indent NewExpression in ConditionalExpression (#994) (01cec33)
  • replace context.getSourceCode() with context.sourceCode (#1004) (f3faa54)

Documentation

  • contribute: add guide to run the document site (#1001) (37a64c5)
  • object-curly-spacing: introduce overrides (#998) (6452b52)

Chores

  • no-extra-parens: remove useless logic (#1013) (8e34765)
  • remove TestCaseError#type (#1005) (83d00c5)
  • replace Object.prototype.hasOwnProperty.call with Object.hasOwn (#992) (97193e1)
Commits
  • ad0c6a9 chore: release v5.5.0 (main) (#995)
  • ba930e7 feat(comma-dangle): support TSTypeParameterInstantiation (#1016)
  • b3a3acf feat(padding-line-between-statements): narrow report range to reduce noise (#...
  • cd3776f feat(comma-dangle): support TSFunctionType and TSDeclareFunction (#1015)
  • 8e34765 refactor(no-extra-parens): remove useless logic (#1013)
  • 9d5085c feat: update deps (#1011)
  • f2837b1 feat(indent): deprecate offsetTernaryExpressionsOffsetCallExpressions via `...
  • 85ef5bc feat(object-curly-spacing): add emptyObjects option to control spacing in e...
  • a9ec0de feat: new rule list-style (#895)
  • 2b5a39f feat(indent): introduce NewExpression and AwaitExpression in `offsetTerna...
  • Additional commits viewable in compare view

Updates @types/node from 24.7.2 to 24.8.1

Commits

Updates eslint from 9.37.0 to 9.38.0

Release notes

Sourced from eslint's releases.

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

Chores

  • d17c795 chore: upgrade @​eslint/js@​9.38.0 (#20221) (Milos Djermanovic)
  • 25d0e33 chore: package.json update for @​eslint/js release (Jenkins)
  • c82b5ef refactor: Use types from @​eslint/core (#20168) (Nicholas C. Zakas)
  • ff31609 ci: add Node.js 25 to ci.yml (#20220) (루밀LuMir)
  • 004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])
  • eac71fb test: remove use of nodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)
  • 4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)
  • 205dbd2 chore: fix typos (#20200) (ntnyq)
  • dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)
  • 8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)
Commits

Updates eslint-config-phun-ky from 1.0.20 to 1.0.21

Release notes

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

Release 1.0.21

1.0.21 (2025-10-14)

Tasks

  • 🤖 bump the minor-and-patch group with 2 updates (79f9272)
Changelog

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

1.0.21 (2025-10-14)

Tasks

  • 🤖 bump the minor-and-patch group with 2 updates (79f9272)
Commits
  • 0ef5a6c chore: 🤖 release v1.0.21
  • e92bcfe chore: 🤖 bump the minor-and-patch group with 2 updates (#44)
  • 79f9272 chore: 🤖 bump the minor-and-patch group with 2 updates
  • See full diff in compare view

Updates putout from 40.10.0 to 40.11.0

Release notes

Sourced from putout's releases.

putout v40.11.0

🔥 feature

  • d64c3c754 putout: @​putout/cli-cache v6.0.0
  • 2e89f7b03 @​putout/cli-cache: drop support of node < 20
  • 1fbe5909a putout: @​putout/plugin-github v17.0.0
  • 02a2ec796 @​putout/plugin-github: set-node-versions: improve
  • dc0a7efb8 putout: github: set-node-versions: v25 (https://nodejs.org/en/blog/release/v25.0.0)
  • b0d89c8f3 @​putout/cli-cache: file-entry-cache v11.1.0
  • 929317c78 @​putout/plugin-github: set-node-version: v25
  • c83b90943 @​putout/plugin-convert-object-assign-to-merge-spread v7.0.0
Commits
  • d2dcbe8 chore: putout: v40.11.0
  • d64c3c7 feature: putout: @​putout/cli-cache v6.0.0
  • 6b7e140 chore: @​putout/cli-cache: v6.0.0
  • 2e89f7b feature: @​putout/cli-cache: drop support of node < 20
  • 1fbe590 feature: putout: @​putout/plugin-github v17.0.0
  • 0a8f27f chore: @​putout/plugin-github: v17.0.0
  • 02a2ec7 feature: @​putout/plugin-github: set-node-versions: improve
  • dc0a7ef feature: putout: github: set-node-versions: v25 (https://nodejs.org/en/blog/r...
  • b0d89c8 feature: @​putout/cli-cache: file-entry-cache v11.1.0
  • 929317c feature: @​putout/plugin-github: set-node-version: v25
  • Additional commits viewable in compare view

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.4.0` | `5.5.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.7.2` | `24.8.1` |
| [eslint](https://github.com/eslint/eslint) | `9.37.0` | `9.38.0` |
| [eslint-config-phun-ky](https://github.com/phun-ky/eslint-config) | `1.0.20` | `1.0.21` |
| [putout](https://github.com/coderaiser/putout) | `40.10.0` | `40.11.0` |


Updates `@stylistic/eslint-plugin` from 5.4.0 to 5.5.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.5.0/packages/eslint-plugin)

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

Updates `eslint` from 9.37.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.37.0...v9.38.0)

Updates `eslint-config-phun-ky` from 1.0.20 to 1.0.21
- [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.20...1.0.21)

Updates `putout` from 40.10.0 to 40.11.0
- [Release notes](https://github.com/coderaiser/putout/releases)
- [Commits](coderaiser/putout@v40.10.0...v40.11.0)

---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
  dependency-version: 5.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 24.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-version: 9.38.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.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: putout
  dependency-version: 40.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-60dd0a97a6 branch from 888646a to 138b192 Compare October 20, 2025 21:45
@phun-ky phun-ky merged commit e19a39d into main Oct 20, 2025
3 checks passed
@phun-ky phun-ky deleted the dependabot/npm_and_yarn/minor-and-patch-60dd0a97a6 branch October 20, 2025 21:58
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