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.0 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.0

Compare Source

Features

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#​21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#​21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#​21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#​21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#​21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#​21083) (Francesco Trotta)

Documentation

  • 6ddf858 docs: fix broken Specify Parser Options anchor link (#​21106) (Minsu)
  • 784dfbe docs: Clarify no-eq-null description (#​21120) (Park Harin)
  • 7ec733a docs: Fix typos and grammar in glossary (#​21095) (Marry (Subin Yang))
  • 92bb13f docs: replace quake link (#​21108) (Jung Hyeon Jun)
  • 68eb4a5 docs: fix broken Specify Globals anchor links in rule pages (#​21103) (Minsu)
  • d28f697 docs: replace Code Climate CLI links with Qlty CLI links (#​21099) (Jung Hyeon Jun)
  • eccc68d docs: correct --suppressions-location option description (#​21093) (Ga eun Lee)
  • c5963f7 docs: Update README (GitHub Actions Bot)

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 250ef3d to 9ffbd8c Compare June 15, 2026 20:42
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d269d47 to 0524a1a Compare June 23, 2026 22:13
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2cf0a4d to e00908d Compare July 1, 2026 22:06
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 72c4f22 to 26b70a3 Compare July 12, 2026 15:39
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b3ee8ad to 2d8b0ba Compare July 19, 2026 05:03
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b7f0b11 to 1bcb75e Compare July 26, 2026 17:54
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 98af0f2 to 576ae5f Compare August 3, 2026 02:08
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 576ae5f to b7ae105 Compare August 3, 2026 18:13
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