Skip to content

Enhancement: Raise minimum versions of dependencies for v8 #8929

Closed
@JoshuaKGoldberg

Description

@JoshuaKGoldberg

Overview

Our v8 release is coming soon, and with that comes the regular expected bumping of our minimum dependency versions! 🎉

To recap, raising the minimum versions of ESLint, Node, and TypeScript allows us to support fewer divergent sets of available APIs. That lets us work faster, ship less code, and take up fewer resources in our own builds. See https://typescript-eslint.io/users/dependency-versions for what version ranges we support.

This issue tracks raising the minimum versions of those three dependencies. Expecting roughly a ~summer 2024 release of v8:

  • ESLint: will remain supporting v8
  • Node: will remain supporting ^18 and >=20
  • TypeScript: will bump from >=4.7 to >=4.8

Overall, this should be a pretty small change that doesn't cause much disruption. We can expect very few users to still require TypeScript 4.7.

Putting in triage so other folks on @typescript-eslint/triage-team can make sure I got this right. 😄

💖

Metadata

Metadata

Labels

accepting prsGo ahead, send a pull request that resolves this issuebreaking changeThis change will require a new major version to be releasedenhancementNew feature or requestlocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions