Skip to content

Commit 4151865

Browse files
authored
chore: maintenance update of globals to v14 (#152)
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
1 parent 52d63e3 commit 4151865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"ajv": "^6.12.4",
7070
"debug": "^4.3.2",
7171
"espree": "^10.0.1",
72-
"globals": "^13.19.0",
72+
"globals": "^14.0.0",
7373
"ignore": "^5.2.0",
7474
"import-fresh": "^3.2.1",
7575
"js-yaml": "^4.1.0",

0 commit comments

Comments
 (0)