Skip to content

chore(deps): update all minor dependencies - #255

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

chore(deps): update all minor dependencies#255
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Apr 20, 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
@antfu/eslint-config 8.2.08.3.0 age confidence
@eslint/markdown 8.0.18.0.3 age confidence
@fontsource/fira-code (source) 5.2.75.3.0 age confidence
@fontsource/pt-sans (source) 5.2.85.3.0 age confidence
@slidev/cli (source) 52.14.252.19.0 age confidence
@slidev/types (source) 52.14.252.19.0 age confidence
@typescript-eslint/eslint-plugin (source) 8.58.28.66.0 age confidence
eslint (source) 10.2.110.8.1 age confidence
eslint-plugin-vue (source) 10.8.010.10.0 age confidence
globals 17.5.017.9.0 age confidence
playwright-chromium (source) 1.59.11.62.1 age confidence
pnpm (source) 10.33.010.34.5 age confidence
typescript-eslint (source) 8.58.28.66.0 age confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v8.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • markdown: Scope user rule overrides away from md files  -  by @​antfu and Claude Opus 4.7 (1M context) in #​844 (8d25a)
    View changes on GitHub
eslint/markdown (@​eslint/markdown)

v8.0.3

Compare Source

Bug Fixes

v8.0.2

Compare Source

Bug Fixes
fontsource/font-files (@​fontsource/fira-code)

v5.3.0

Compare Source

fontsource/font-files (@​fontsource/pt-sans)

v5.3.0

Compare Source

slidevjs/slidev (@​slidev/cli)

v52.19.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v52.18.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v52.18.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v52.17.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v52.17.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v52.17.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v52.16.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v52.15.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v52.15.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v52.15.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.66.0

Compare 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 Releases for more information.

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

v8.65.0

Compare 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 Releases for more information.

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

v8.64.0

Compare 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 Releases for more information.

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

v8.63.0

Compare 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 Releases for more information.

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

v8.62.1

Compare 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 Releases for more information.

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

v8.62.0

Compare Source

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

See GitHub Releases for more information.

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

v8.61.1

Compare 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 Releases for more information.

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

v8.61.0

Compare Source

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

See GitHub Releases for more information.

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

v8.60.1

Compare 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 Releases for more information.

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

v8.60.0

Compare Source

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

See GitHub Releases for more information.

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

v8.59.4

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] stack overflow when using recursive types (#​12294)
❤️ Thank You

See GitHub Releases for more information.

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

v8.59.3

Compare Source

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

See GitHub Releases for more information.

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

v8.59.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] object destructuring values should be treated as declarations (#​12292)
  • eslint-plugin: [no-unsafe-type-assertion] handle crash on recursive template literal types (#​12150)
❤️ Thank You

See GitHub Releases for more information.

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

v8.59.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#​12241)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#​12220)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#​12278)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#​12269)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#​12257)
  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#​12246)
❤️ Thank You

See GitHub Releases for more information.

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

v8.59.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#​11789)
❤️ Thank You
  • Ulrich Stark

See GitHub Releases for more information.

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

eslint/eslint (eslint)

v10.8.1

Compare Source

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#​21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#​21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#​21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#​21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#​20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#​21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

  • 0a14800 chore: update github/codeql-action action to v4.37.4 (#​21196) (renovate[bot])
  • 05adcb1 test: fix failing ecosystem test for eslint-plugin-unicorn (#​21191) (Lazizbek Ergashev)
  • 5611035 test: add error locations info to no-void (#​21185) (Lee Daeun)
  • ee47333 ci: bump github/codeql-action from 4 to 4.37.3 (#​21176) (dependabot[bot])
  • f131c03 chore: improve ecosystem test failure reporting (#​20937) (crimsonjay0)
  • 1f6edde chore: update ecosystem plugins (#​21182) (ESLint Bot)
  • d3266fb chore: unpin

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: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/all-minor-patch branch from 793995a to 5684c6b Compare April 22, 2026 01:50
@renovate renovate Bot changed the title chore(deps): update all minor dependencies to v8.59.0 chore(deps): update all minor dependencies Apr 22, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7429104 to fc32f3c Compare April 29, 2026 14:44
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fc53e39 to e0a405d Compare May 6, 2026 18:40
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b624fe0 to 3696aa9 Compare May 15, 2026 18:11
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2676b2b to ab1b078 Compare May 21, 2026 01:45
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7bd4534 to 0d8532f Compare June 1, 2026 18:06
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 18c0743 to c93122a Compare June 3, 2026 10:49
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9ffbd8c to b650a6d Compare June 19, 2026 03:07
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0524a1a to 2fac02b Compare June 26, 2026 23:55
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e00908d to de3593c Compare July 6, 2026 19:04
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 0ee2512 to b3ee8ad Compare July 16, 2026 15:38
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 63ee24b to b7f0b11 Compare July 25, 2026 00:03
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a73ac9f to 98af0f2 Compare August 2, 2026 17:50
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 576ae5f to b7ae105 Compare August 3, 2026 18:13
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from b7ae105 to 6e8695f Compare August 7, 2026 21:03
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.

0 participants