From 4d8bea4c2027ed61e907026c4dca378805dc583d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:14:18 +0000 Subject: [PATCH] Bump @stylistic/eslint-plugin from 3.1.0 to 5.7.1 Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 3.1.0 to 5.7.1. - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.7.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.7.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- internal/datastore/package.json | 2 +- internal/events/package.json | 2 +- internal/helpers/package.json | 2 +- package-lock.json | 89 ++++++++++++++++++++++++--------- 4 files changed, 69 insertions(+), 26 deletions(-) diff --git a/internal/datastore/package.json b/internal/datastore/package.json index 67c2350ae..66f398972 100644 --- a/internal/datastore/package.json +++ b/internal/datastore/package.json @@ -8,7 +8,7 @@ "zod-mermaid": "^1.0.9" }, "devDependencies": { - "@stylistic/eslint-plugin": "^3.1.0", + "@stylistic/eslint-plugin": "^5.7.1", "@tsconfig/node22": "^22.0.2", "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^8.46.2", diff --git a/internal/events/package.json b/internal/events/package.json index 135961c97..bbc07282b 100644 --- a/internal/events/package.json +++ b/internal/events/package.json @@ -6,7 +6,7 @@ "description": "Schemas for NHS Notify Supplier API events", "devDependencies": { "@stoplight/spectral-cli": "^6.15.0", - "@stylistic/eslint-plugin": "^3.1.0", + "@stylistic/eslint-plugin": "^5.7.1", "@tsconfig/node22": "^22.0.2", "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^8.27.0", diff --git a/internal/helpers/package.json b/internal/helpers/package.json index 4e1a73f5a..775336820 100644 --- a/internal/helpers/package.json +++ b/internal/helpers/package.json @@ -4,7 +4,7 @@ }, "description": "Common helper utilities for NHS Notify Supplier API", "devDependencies": { - "@stylistic/eslint-plugin": "^3.1.0", + "@stylistic/eslint-plugin": "^5.7.1", "@tsconfig/node22": "^22.0.2", "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^8.27.0", diff --git a/package-lock.json b/package-lock.json index ad4d169f8..240f196b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,7 +88,7 @@ "zod-mermaid": "^1.0.9" }, "devDependencies": { - "@stylistic/eslint-plugin": "^3.1.0", + "@stylistic/eslint-plugin": "^5.7.1", "@tsconfig/node22": "^22.0.2", "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^8.46.2", @@ -103,6 +103,27 @@ "typescript": "^5.9.3" } }, + "internal/datastore/node_modules/@stylistic/eslint-plugin": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.7.1.tgz", + "integrity": "sha512-zjTUwIsEfT+k9BmXwq1QEFYsb4afBlsI1AXFyWQBgggMzwBFOuu92pGrE5OFx90IOjNl+lUbQoTG7f8S0PkOdg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.9.1", + "@typescript-eslint/types": "^8.53.1", + "eslint-visitor-keys": "^4.2.1", + "espree": "^10.4.0", + "estraverse": "^5.3.0", + "picomatch": "^4.0.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "peerDependencies": { + "eslint": ">=9.0.0" + } + }, "internal/datastore/node_modules/pino": { "version": "9.14.0", "resolved": "https://registry.npmjs.org/pino/-/pino-9.14.0.tgz", @@ -135,7 +156,7 @@ }, "devDependencies": { "@stoplight/spectral-cli": "^6.15.0", - "@stylistic/eslint-plugin": "^3.1.0", + "@stylistic/eslint-plugin": "^5.7.1", "@tsconfig/node22": "^22.0.2", "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^8.27.0", @@ -148,6 +169,27 @@ "typescript": "^5.9.3" } }, + "internal/events/node_modules/@stylistic/eslint-plugin": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.7.1.tgz", + "integrity": "sha512-zjTUwIsEfT+k9BmXwq1QEFYsb4afBlsI1AXFyWQBgggMzwBFOuu92pGrE5OFx90IOjNl+lUbQoTG7f8S0PkOdg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.9.1", + "@typescript-eslint/types": "^8.53.1", + "eslint-visitor-keys": "^4.2.1", + "espree": "^10.4.0", + "estraverse": "^5.3.0", + "picomatch": "^4.0.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "peerDependencies": { + "eslint": ">=9.0.0" + } + }, "internal/helpers": { "name": "@internal/helpers", "version": "0.1.0", @@ -156,7 +198,7 @@ "zod": "^4.1.11" }, "devDependencies": { - "@stylistic/eslint-plugin": "^3.1.0", + "@stylistic/eslint-plugin": "^5.7.1", "@tsconfig/node22": "^22.0.2", "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^8.27.0", @@ -169,6 +211,27 @@ "typescript": "^5.9.3" } }, + "internal/helpers/node_modules/@stylistic/eslint-plugin": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.7.1.tgz", + "integrity": "sha512-zjTUwIsEfT+k9BmXwq1QEFYsb4afBlsI1AXFyWQBgggMzwBFOuu92pGrE5OFx90IOjNl+lUbQoTG7f8S0PkOdg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.9.1", + "@typescript-eslint/types": "^8.53.1", + "eslint-visitor-keys": "^4.2.1", + "espree": "^10.4.0", + "estraverse": "^5.3.0", + "picomatch": "^4.0.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "peerDependencies": { + "eslint": ">=9.0.0" + } + }, "lambdas/api-handler": { "name": "nhs-notify-supplier-api-handler", "version": "0.0.1", @@ -6693,26 +6756,6 @@ "node": "^12.20 || >=14.13" } }, - "node_modules/@stylistic/eslint-plugin": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-3.1.0.tgz", - "integrity": "sha512-pA6VOrOqk0+S8toJYhQGv2MWpQQR0QpeUo9AhNkC49Y26nxBQ/nH1rta9bUU1rPw2fJ1zZEMV5oCX5AazT7J2g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/utils": "^8.13.0", - "eslint-visitor-keys": "^4.2.0", - "espree": "^10.3.0", - "estraverse": "^5.3.0", - "picomatch": "^4.0.2" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "peerDependencies": { - "eslint": ">=8.40.0" - } - }, "node_modules/@tokenizer/inflate": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.4.1.tgz",