From 4151865b09084369e89d591eb2e01b9617287982 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Mon, 12 Feb 2024 18:49:55 +0100 Subject: [PATCH] chore: maintenance update of `globals` to `v14` (#152) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: https://github.com/sindresorhus/globals/pull/209 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79fa36f..dad4581 100644 --- a/package.json +++ b/package.json @@ -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",