Skip to content

Update all non-major dependencies - #622

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

Update all non-major dependencies#622
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented May 21, 2026

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
@eslint/eslintrc 3.3.53.3.6 age confidence
@eslint/js (source) 9.39.49.39.5 age confidence
@types/node (source) 24.12.424.13.3 age confidence
@typescript-eslint/eslint-plugin (source) 8.59.48.68.0 age confidence
@typescript-eslint/parser (source) 8.59.48.68.0 age confidence
concurrently 10.0.310.0.5 age confidence
mocha (source) 11.7.511.8.0 age confidence
npm-check-updates 22.2.022.2.9 age confidence
prettier (source) 3.8.33.9.6 age confidence
rollup (source) 4.60.44.63.1 age confidence
rollup-plugin-visualizer 7.0.17.1.1 age confidence
semver 7.8.07.8.5 age confidence
sinon (source) 22.0.022.1.0 age confidence
wireit 0.14.120.14.13 age confidence

Release Notes

eslint/eslintrc (@​eslint/eslintrc)

v3.3.6

比较 Source

Bug Fixes
  • update js-yaml to 4.3.0 to address security vulnerability (#​235) (0c5de74)
eslint/eslint (@​eslint/js)

v9.39.5

比较 Source

Bug Fixes

Documentation

Chores

  • 458205f chore: update @eslint/eslintrc and @eslint/js for v9.39.5 (#​21077) (Francesco Trotta)
  • 202117b chore: package.json update for @​eslint/js release (Jenkins)
  • d9eb6ed test: disable warning for vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER (#​21074) (Francesco Trotta)
  • 7b431a7 chore: override re2 dependency for @metascraper/helpers (#​21068) (Milos Djermanovic)
  • daf7791 chore: pin fflate@​0.8.2 (#​20895) (Milos Djermanovic)
  • daee8ba ci: use pnpm in eslint-flat-config-utils type integration test (#​20829) (Milos Djermanovic)
  • 116d4be ci: unpin Node.js 25.x in CI (#​20619) (Copilot)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.68.0

比较 Source

🚀 Features
  • eslint-plugin: [strict-void-return] add fix suggestions (#​12086)
🩹 Fixes
  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#​12739)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#​12646)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#​12711)
  • eslint-plugin: [unified-signatures] report identical signatures (#​12678)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#​12707)
  • eslint-plugin: [unified-signatures] deduplicate types in report (#​12656)
❤️ Thank You

See GitHub 发布 for more information.

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

v8.67.0

比较 Source

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

See GitHub 发布 for more information.

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

v8.66.0

比较 Source

🩹 Fixes
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#​12617)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#​12588)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#​12607)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#​12591)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#​12590)
❤️ Thank You

See GitHub 发布 for more information.

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

v8.65.0

比较 Source

🚀 Features
  • eslint-plugin: [no-shadow] specialized error on enum declaration and member shadowing (#​12578)
  • add warning when TS 7 is detected (#​12529)
  • eslint-plugin: [no-restricted-imports] deprecate extension rule (#​12527, #​19562, #​11889)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] don't flag computed assignments with a variable key (#​12568)
  • eslint-plugin: [unbound-method] report unbound methods accessed via member expression on union types (#​12448)
  • eslint-plugin: [prefer-string-starts-ends-with] handle escaped $ ending regex literals (#​12515)
❤️ Thank You

See GitHub 发布 for more information.

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

v8.64.0

比较 Source

🚀 Features
  • eslint-plugin: [no-loop-func] support using / await using declarations and deprecate the rule (#​12500)
  • typescript-estree: throw for invalid definite assignment in class properties (#​12543)
🩹 Fixes
  • eslint-plugin: [require-array-sort-compare] handle constrained arrays (#​12512)
❤️ Thank You

See GitHub 发布 for more information.

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

v8.63.0

比较 Source

🚀 Features
  • eslint-plugin: [no-misused-promises] detect async usage of a sync dispose usage (#​12426)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] don't flag a shadowed String() call (#​12492)
  • eslint-plugin: [no-unnecessary-type-assertion] handle optional-chained calls to overloaded functions (#​12491, #​12485)
  • eslint-plugin: [method-signature-style] suggest converting readonly function properties instead of emitting invalid syntax (#​12447, #​12446)
❤️ Thank You

See GitHub 发布 for more information.

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

v8.62.1

比较 Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#​12443, #​12418)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#​12365)
  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#​12328)
❤️ Thank You

See GitHub 发布 for more information.

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

v8.62.0

比较 Source

🚀 Features
  • remove redundant package.json "files" (#​12444)
❤️ Thank You

See GitHub 发布 for more information.

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

v8.61.1

比较 Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#​12388)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#​12413)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#​12394, #​12393)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#​12281)
  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#​12396, #​10577)
❤️ Thank You

See GitHub 发布 for more information.

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

v8.61.0

比较 Source

🚀 Features
  • ast-spec: change type of UnaryExpression.prefix to always true (#​12372)
❤️ Thank You

See GitHub 发布 for more information.

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

v8.60.1

比较 Source

🩹 Fixes
  • eslint-plugin: [no-shadow] correct rule to match ESLint v10 handling (#​12182)
  • eslint-plugin: respect ECMAScript line terminators in ts-comment rules (#​12352)
❤️ Thank You

See GitHub 发布 for more information.

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

v8.60.0

比较 Source

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

See GitHub 发布 for more information.

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

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

v8.68.0

比较 Source

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

See GitHub 发布 for more information.

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

v8.67.0

比较 Source

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

See GitHub 发布 for more information.

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

v8.66.0

比较 Source

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

See GitHub 发布 for more information.

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

v8.65.0

比较 Source

🚀 Features
  • add warning when TS 7 is detected (#​12529)
  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#​12465)
❤️ Thank You

See GitHub 发布 for more information.

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

v8.64.0

比较 Source

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

See GitHub 发布 for more information.

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

v8.63.0

比较 Source

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

See GitHub 发布 for more information.

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

v8.62.1

比较 Source

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

See GitHub 发布 for more information.

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

v8.62.0

比较 Source

🚀 Features
  • remove redundant package.json "files" (#​12444)
❤️ Thank You

See GitHub 发布 for more information.

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

v8.61.1

比较 Source

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

See GitHub 发布 for more information.

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

v8.61.0

比较 Source

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

See GitHub 发布 for more information.

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

v8.60.1

比较 Source

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

See GitHub 发布 for more information.

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

v8.60.0

比较 Source

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

See GitHub 发布 for more information.

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

open-cli-tools/concurrently (concurrently)

v10.0.5

比较 Source

What's Changed

新建 贡献者

Full Changelog: open-cli-tools/concurrently@v10.0.4...v10.0.5

v10.0.4

比较 Source

What's Changed

新建 贡献者

Full Changelog: open-cli-tools/concurrently@v10.0.3...v10.0.4

mochajs/mocha (mocha)

v11.8.0

比较 Source

v11.7.6

比较 Source

🩹 Fixes
  • make describe().timeout() work (aafe6fd)
  • test: replace wmic usage with native Windows API (#​5694) (73ebdfa)
🧹 Chores
raineorshine/npm-check-updates (npm-check-updates)

v22.2.9

比较 Source

What's Changed

Full Changelog: raineorshine/npm-check-updates@v22.2.8...v22.2.9

v22.2.8

比较 Source

What's Changed

Full Changelog: raineorshine/npm-check-updates@v22.2.7...v22.2.8

v22.2.7

比较 Source

What's Changed

Full Changelog: raineorshine/npm-check-updates@v22.2.6...v22.2.7

v22.2.6

比较 Source

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 changed the title Update dependency mocha to v11.7.6 Update all non-major dependencies May 21, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2d17c8b to 5a8a6e3 比较 May 25, 2026 17:42
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from b270fbe to d5ac173 比较 June 8, 2026 15:52
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from e681fc4 to f50b63f 比较 June 13, 2026 09:52
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from c3d6f49 to b2b95e7 比较 June 22, 2026 18:56
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2b63272 to bdff9d2 比较 June 28, 2026 01:42
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from cb178dc to ac49c6a 比较 June 30, 2026 03:02
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 08a875f to 14a9d74 比较 July 13, 2026 18:04
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a284bd0 to d41e848 比较 July 26, 2026 16:29
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f954f69 to 65f1e87 比较 August 3, 2026 18:00
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d82bfed to 482eae3 比较 August 15, 2026 05:12
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from caa0221 to 80c3af5 比较 August 25, 2026 17:01
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 80c3af5 to f99a2d3 比较 August 28, 2026 10:42
注册 for free to join this conversation on GitHub. Already have an account? 登录 to comment

标签

None yet

项目

None yet

Development

Successfully merging this pull request may close these issues.

0 participants