Skip to content

Commit

Permalink
chore: maintenance update of globals to v14 (#152)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
voxpelli committed Feb 12, 2024
1 parent 52d63e3 commit 4151865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -69,7 +69,7 @@
"ajv": "^6.12.4",
"debug": "^4.3.2",
"espree": "^10.0.1",
"globals": "^13.19.0",
"globals": "^14.0.0",
"ignore": "^5.2.0",
"import-fresh": "^3.2.1",
"js-yaml": "^4.1.0",
Expand Down

0 comments on commit 4151865

Please sign in to comment.