From 9dbfd8db4e7770e60ccd6e70ba36925689742b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 12:28:48 +0000 Subject: [PATCH] build(deps-dev): Bump @eslint-community/eslint-plugin-eslint-comments Bumps [@eslint-community/eslint-plugin-eslint-comments](https://github.com/eslint-community/eslint-plugin-eslint-comments) from 3.2.1 to 4.1.0. - [Release notes](https://github.com/eslint-community/eslint-plugin-eslint-comments/releases) - [Commits](https://github.com/eslint-community/eslint-plugin-eslint-comments/compare/v3.2.1...v4.1.0) --- updated-dependencies: - dependency-name: "@eslint-community/eslint-plugin-eslint-comments" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 3a845004..00456b0e 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@changesets/changelog-github": "^0.4.8", "@changesets/cli": "^2.26.2", "@commitlint/config-conventional": "^17.6.6", - "@eslint-community/eslint-plugin-eslint-comments": "^3.2.1", + "@eslint-community/eslint-plugin-eslint-comments": "^4.1.0", "@graphql-eslint/eslint-plugin": "^3.20.0", "@types/eslint": "^8.44.0", "@types/prettier-linter-helpers": "^1.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7931e3d7..ff8c45e2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,8 +31,8 @@ devDependencies: specifier: ^17.6.6 version: 17.6.6 '@eslint-community/eslint-plugin-eslint-comments': - specifier: ^3.2.1 - version: 3.2.1(eslint@8.44.0) + specifier: ^4.1.0 + version: 4.1.0(eslint@8.44.0) '@graphql-eslint/eslint-plugin': specifier: ^3.20.0 version: 3.20.0(patch_hash=e3c7i33vtfs4mivhjwqctijsoe)(graphql@16.7.1) @@ -655,13 +655,13 @@ packages: '@jridgewell/trace-mapping': 0.3.9 dev: true - /@eslint-community/eslint-plugin-eslint-comments@3.2.1(eslint@8.44.0): - resolution: {integrity: sha512-/HZbjIGaVO2zLlWX3gRgiHmKRVvvqrC0zVu3eXnIj1ORxoyfGSj50l0PfDfqihyZAqrDYzSMdJesXzFjvAoiLQ==} - engines: {node: '>=6.5.0'} + /@eslint-community/eslint-plugin-eslint-comments@4.1.0(eslint@8.44.0): + resolution: {integrity: sha512-B2mwipifrBS5E00vN8vME68laPMZ0h3sNGOEDj5g9iUN9k5EU99Omq0Nc325eKNoFFDnDtiHp3DqIjO+1bstag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: '>=4.19.1' + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - escape-string-regexp: 1.0.5 + escape-string-regexp: 4.0.0 eslint: 8.44.0 ignore: 5.2.4 dev: true