From 7a46634541f5e52e2fd3b91c95c25a28c7681591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:25:15 +0000 Subject: [PATCH] build(deps-dev): bump @eslint/compat in the eslint group (#322) Bumps the eslint group with 1 update: [@eslint/compat](https://github.com/eslint/rewrite). Updates `@eslint/compat` from 1.1.1 to 1.2.0 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json) - [Commits](https://github.com/eslint/rewrite/compare/compat-v1.1.1...compat-v1.2.0) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 17 ++++++++++++----- package.json | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3fd3f6..ba772bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@bahmutov/cypress-esbuild-preprocessor": "2.2.3", "@commitlint/cli": "19.5.0", "@commitlint/config-conventional": "19.5.0", - "@eslint/compat": "1.1.1", + "@eslint/compat": "1.2.0", "@eslint/eslintrc": "3.1.0", "@eslint/js": "9.11.1", "@types/howler": "2.2.12", @@ -1857,13 +1857,20 @@ } }, "node_modules/@eslint/compat": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.1.1.tgz", - "integrity": "sha512-lpHyRyplhGPL5mGEh6M9O5nnKk0Gz4bFI+Zu6tKlPpDUN7XshWvH9C/px4UVm87IAANE0W81CEsNGbS1KlzXpA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.0.tgz", + "integrity": "sha512-CkPWddN7J9JPrQedEr2X7AjK9y1jaMJtxZ4A/+jTMFA2+n5BWhcKHW/EbJyARqg2zzQfgtWUtVmG3hrG6+nGpg==", "dev": true, - "license": "Apache-2.0", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "peerDependencies": { + "eslint": "^9.10.0" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + } } }, "node_modules/@eslint/config-array": { diff --git a/package.json b/package.json index e96bac4..eda4ee5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@bahmutov/cypress-esbuild-preprocessor": "2.2.3", "@commitlint/cli": "19.5.0", "@commitlint/config-conventional": "19.5.0", - "@eslint/compat": "1.1.1", + "@eslint/compat": "1.2.0", "@eslint/eslintrc": "3.1.0", "@eslint/js": "9.11.1", "@types/howler": "2.2.12",