From aaceda9e4a134d9f8d3db37e349a18e7b2b1c303 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 1 Jul 2024 20:10:13 +0200 Subject: [PATCH] build(deps-dev): apply updates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- eslint.config.js | 1 - pnpm-lock.yaml | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 711b0b3e..4b7a044b 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -36,7 +36,6 @@ export default defineFlatConfig([ ...neostandard({ ts: true, globals: { - ...globals.node, ...globals.mocha, }, }), diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 123f332b..6a2b5d70 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -911,8 +911,8 @@ packages: typescript: optional: true - '@typescript-eslint/types@7.14.1': - resolution: {integrity: sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==} + '@typescript-eslint/types@7.15.0': + resolution: {integrity: sha512-aV1+B1+ySXbQH0pLK0rx66I3IkiZNidYobyfn0WFsdGhSXw+P3YOqeTq5GED458SfB24tg+ux3S+9g118hjlTw==} engines: {node: ^18.18.0 || >=20.0.0} '@typescript-eslint/types@8.0.0-alpha.39': @@ -3502,7 +3502,7 @@ snapshots: dependencies: '@types/eslint': 8.56.10 '@types/estree': 1.0.5 - '@typescript-eslint/types': 7.14.1 + '@typescript-eslint/types': 7.15.0 comment-parser: 1.4.1 esquery: 1.5.0 jsdoc-type-pratt-parser: 4.0.0 @@ -3990,7 +3990,7 @@ snapshots: - eslint - supports-color - '@typescript-eslint/types@7.14.1': {} + '@typescript-eslint/types@7.15.0': {} '@typescript-eslint/types@8.0.0-alpha.39': {} -- 2.34.1