Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: maintenance update of globals to v14 #152

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Commits on Feb 12, 2024

  1. Maintenance update of globals to v14

    Only breaking change is the dropping of old Node.js versions but it still support all versions that `@eslint/eslintrc` supports.
    
    The one impactful thing it does though is that it removes the only dependency – replacing an outdated `type-fest` module with built-in types – making it so that everyone that installs `eslint` doesn't also get an outdated `type-fest` and thus doesn't have to contend with it in their `npm` deduping and hoisting.
    
    Relevant PR: sindresorhus/globals#209
    voxpelli committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    14a6cfc View commit details
    Browse the repository at this point in the history