Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@stylistic/eslint-plugin (source) 5.4.0 -> 5.5.0 age confidence
@typescript-eslint/eslint-plugin (source) 8.46.0 -> 8.46.4 age confidence
@typescript-eslint/parser (source) 8.46.0 -> 8.46.4 age confidence
eslint (source) 9.37.0 -> 9.39.1 age confidence
renovate (source) 41.169.1 -> 41.173.1 age confidence
textlint 15.2.3 -> 15.4.0 age confidence
ts-jest (source) 29.4.4 -> 29.4.5 age confidence

Release Notes

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v5.5.0

Compare Source

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
Chores
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.46.4

Compare Source

🩹 Fixes
  • parser: error when both projectService and project are set (#​11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#​11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#​11006, #​10958)
❤️ Thank You

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

v8.46.3

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#​11722, #​11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#​11706)
❤️ Thank You

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

v8.46.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#​11702)
❤️ Thank You
  • mdm317

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

v8.46.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#​11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#​11533)
❤️ Thank You
  • mdm317
  • Ronen Amiel

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.46.4

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.46.3

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.46.2

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.46.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

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

renovatebot/renovate (renovate)

v41.173.1

Compare Source

v41.173.0

Compare Source

Features
  • swift: add support for GitHub and GitLab specific datasources (#​38417) (a017e2a)
Miscellaneous Chores

v41.172.2

Compare Source

v41.172.1

Compare Source

v41.172.0

Compare Source

v41.171.9

Compare Source

v41.171.8

Compare Source

v41.171.7

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.23.19 (main) (#​39103) (01fa029)
  • presets: branches shouldn't be created until minimumReleaseAge passes (#​39066) (03716cd)
Documentation
Miscellaneous Chores
  • deps: update containerbase/internal-tools action to v3.14.14 (main) (#​39102) (2fe8b45)

v41.171.5

Compare Source

v41.171.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.71.1 (main) (#​39086) (7c9a0ea)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.23.19 (main) (#​39085) (36a1d11)

v41.171.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.23.18 (main) (#​39084) (a2d2cf3)
Miscellaneous Chores

v41.171.2

Compare Source

Build System

v41.171.1

Compare Source

Build System

v41.171.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.71.0 (main) (#​39078) (cb4098e)
Miscellaneous Chores

v41.170.1

Compare Source

Bug Fixes
  • Reorder saveCache and pruneStaleBranches in repository finalization (#​39072) (14f6998)
Miscellaneous Chores

v41.170.0

Compare Source

Features
Miscellaneous Chores

v41.169.4

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores

v41.169.3

Compare Source

Bug Fixes
Documentation
  • docker: clarify release timestamp support is Docker Hub only (#​38989) (b73ec24)
Miscellaneous Chores
Continuous Integration

v41.169.2

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
textlint/textlint (textlint)

v15.4.0

Compare Source

What's Changed
Features
Dependency Updates

Full Changelog: textlint/textlint@v15.3.0...v15.4.0

v15.3.0

Compare Source

What's Changed

Features
CI
Dependency Updates

Full Changelog: textlint/textlint@v15.2.3...v15.3.0

kulshekhar/ts-jest (ts-jest)

v29.4.5

Compare Source

Bug Fixes
  • allow filtering modern module warning message with diagnostic code (c290d4d), , closes #​5013

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from ianlewis as a code owner November 1, 2025 00:20
@renovate renovate bot force-pushed the renovate/npm-dev branch 15 times, most recently from 023f2eb to 5bb247d Compare November 8, 2025 02:53
@renovate renovate bot force-pushed the renovate/npm-dev branch 2 times, most recently from fac7ebf to 1b15b85 Compare November 11, 2025 01:00
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/npm-dev branch from 1b15b85 to 3de9b98 Compare November 17, 2025 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant