Skip to content

fix(deps): update all non-major dependencies with stable versions (minor)#62

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-stable
Open

fix(deps): update all non-major dependencies with stable versions (minor)#62
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-stable

Conversation

@renovate

@renovate renovate Bot commented Nov 1, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@eslint/js (source) ^9.37.0^9.39.4 age confidence dependencies minor
@stylistic/eslint-plugin (source) ^5.4.0^5.10.0 age confidence dependencies minor
eslint (source) ^9.37.0^9.39.4 age confidence devDependencies minor
eslint-plugin-cypress ^5.2.0^5.3.0 age confidence dependencies minor
eslint-plugin-n ^17.23.1^17.24.0 age confidence dependencies minor
eslint-plugin-promise ^7.2.1^7.3.0 age confidence dependencies minor
eslint-plugin-vue (source) ^10.5.0^10.9.2 age confidence dependencies minor
node (source) 24.10.024.16.0 age confidence minor v24.18.0 (+1)
node (source) 24.10.024.16.0 age confidence volta minor v24.18.0 (+1)
typescript-eslint (source) ^8.46.1^8.61.0 age confidence dependencies minor 8.62.0 (+1)
vue-eslint-parser ^10.2.0^10.4.1 age confidence dependencies minor

Release Notes

eslint/eslint (@​eslint/js)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

v9.39.2

Compare Source

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#​20381) (sethamus)

Build Related

Chores

v9.39.1

Compare Source

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#​20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#​20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

v9.39.0

Compare Source

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#​20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#​20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#​20245) (jaymarvelz)

Bug Fixes

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#​20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#​20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#​20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#​20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#​20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#​20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#​20222) (sethamus)

Chores

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

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

v5.10.0

Compare Source

Features
  • list-style: allow 'off' in overrides (#​1144) (c43bd4b)
  • padding-line-between-statements: introduce lineMode for selector matcher (#​1143) (1ebd6d8)
Build Related
Performance

v5.9.0

Compare Source

Features
Bug Fixes
  • comma-dangle: check tsx file correctly (#​1127) (271da42)
  • comma-dangle: prevent crash when linting non-js files (#​1140) (4a96eae)
  • indent: ignore when source code is not ESTree (#​1139) (9e7f422)
  • no-extra-parens: don't report jsdoc type assertion by default (#​1100) (cfb6296)
  • object-curly-spacing: correctly handle object patterns with type annotations (#​1129) (5aaaec6)
Chores

v5.8.0

Compare Source

Features
Bug Fixes
  • list-style: correctly get ( for optional call expressions (#​1114) (2090a72)

v5.7.1

Compare Source

Bug Fixes
Documentation
Chores

v5.7.0

Compare Source

Features
Bug Fixes
  • list-style: replace text range with delimiter directly (#​1062) (c2ac348)
  • object-curly-spacing: allow space before comment in multi-line objects (#​1076) (d73c03e)
Documentation
Build Related
Chores

v5.6.1

Compare Source

Bug Fixes
  • computed-property-spacing: guard with node.type instead of computed check (#​1054) (c486861)

v5.6.0

Compare Source

Features
Bug Fixes
  • type-generic-spacing: ignore spaces after new in TSConstructorType (#​1044) (aa0c6ac)
Documentation
  • no-extra-parens: add missing ] in various examples. (#​1048) (88248cf)
  • quotes: update deprecated options to latest and add tips (#​1026) (dc949f8)
Build Related
Chores

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
cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)

v5.3.0

Compare Source

Features

v5.2.1

Compare Source

Bug Fixes
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.24.0

Compare Source

🌟 Features
🧹 Chores
  • add v17.x to release-please (9c5e437)

v17.23.2

Compare Source

🩹 Fixes
  • avoid any type for no-top-level-await listener node (build issue) (#​498) (f071703)
  • file-extension-in-import: handle directory index imports (#​499) (754a1a6)
  • file-extension-in-import: handle files with dots in basename (#​506) (600f3f2)
  • no-sync: resolve full typed names for ignores (#​501) (047301a)
📚 Documentation
🧹 Chores
  • no-missing-import: align fixture message with latest resolver output (#​500) (a3719d2)
eslint-community/eslint-plugin-promise (eslint-plugin-promise)

v7.3.0

Compare Source

🌟 Features
🩹 Fixes
  • no-native: fix to report Promise usage in eslint v9 or later (#​619) (1230ced)
🧹 Chores

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • Monday through Friday (* * * * 1-5)

🚦 Automerge: Enabled.

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 enabled auto-merge (squash) November 1, 2025 07:07
@renovate renovate Bot force-pushed the renovate/all-stable branch 2 times, most recently from 810cf02 to 97139e9 Compare November 9, 2025 07:26
@renovate renovate Bot force-pushed the renovate/all-stable branch 4 times, most recently from 8d05113 to 9909a99 Compare November 16, 2025 07:12
@renovate renovate Bot force-pushed the renovate/all-stable branch 7 times, most recently from 5832b1b to 18589af Compare November 26, 2025 05:36
@renovate renovate Bot force-pushed the renovate/all-stable branch 3 times, most recently from d23b94c to e9bf124 Compare December 2, 2025 06:49
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies with stable versions (minor) chore(deps): update all non-major dependencies with stable versions (minor) Dec 2, 2025
@renovate renovate Bot force-pushed the renovate/all-stable branch 2 times, most recently from d783b02 to ca195d4 Compare December 7, 2025 06:55
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies with stable versions (minor) fix(deps): update all non-major dependencies with stable versions (minor) Dec 7, 2025
@renovate renovate Bot force-pushed the renovate/all-stable branch 2 times, most recently from 03ecaeb to 69e4d49 Compare December 17, 2025 06:55
@renovate renovate Bot force-pushed the renovate/all-stable branch 4 times, most recently from c702c14 to 40ac5ff Compare January 27, 2026 06:30
@renovate renovate Bot force-pushed the renovate/all-stable branch 3 times, most recently from 6a6c821 to 85a721a Compare February 6, 2026 06:25
@renovate renovate Bot force-pushed the renovate/all-stable branch from 85a721a to 8f09655 Compare February 13, 2026 07:43
adamdehaven
adamdehaven previously approved these changes Feb 16, 2026
@renovate renovate Bot force-pushed the renovate/all-stable branch 6 times, most recently from 444e509 to 8e1b461 Compare February 23, 2026 06:35
@renovate renovate Bot force-pushed the renovate/all-stable branch 3 times, most recently from 5a7d787 to bfd6529 Compare March 3, 2026 06:46
@renovate renovate Bot force-pushed the renovate/all-stable branch 6 times, most recently from 93c4ec4 to c912194 Compare March 13, 2026 06:51
@renovate renovate Bot force-pushed the renovate/all-stable branch 2 times, most recently from e3c7492 to d1c3832 Compare March 20, 2026 06:01
@renovate renovate Bot force-pushed the renovate/all-stable branch 2 times, most recently from ab9ec42 to 2c4a703 Compare March 28, 2026 06:18
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

1 participant