From 89e655e5fe7777625ff5505ff1a61122c295ad93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:31:57 +0000 Subject: [PATCH] upgrade(deps): bump eslint-plugin-testing-library from 6.2.2 to 6.5.0 Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.2.2 to 6.5.0. - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json) - [Commits](https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.2.2...v6.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++---------- packages/sui-lint/package.json | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index a157ce8a9..f6136ec1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11214,19 +11214,18 @@ "link": true }, "node_modules/eslint-plugin-testing-library": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.2.2.tgz", - "integrity": "sha512-1E94YOTUDnOjSLyvOwmbVDzQi/WkKm3WVrMXu6SmBr6DN95xTGZmI6HJ/eOkSXh/DlheRsxaPsJvZByDBhWLVQ==", - "license": "MIT", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.5.0.tgz", + "integrity": "sha512-Ls5TUfLm5/snocMAOlofSOJxNN0aKqwTlco7CrNtMjkTdQlkpSMaeTCDHCuXfzrI97xcx2rSCNeKeJjtpkNC1w==", "dependencies": { - "@typescript-eslint/utils": "^5.58.0" + "@typescript-eslint/utils": "^5.62.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0", "npm": ">=6" }, "peerDependencies": { - "eslint": "^7.5.0 || ^8.0.0" + "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0" } }, "node_modules/eslint-rule-composer": { @@ -25652,7 +25651,7 @@ "license": "MIT" }, "packages/eslint-plugin-sui": { - "version": "1.13.0", + "version": "1.14.0", "license": "ISC", "dependencies": { "fast-glob": "3.3.2", @@ -26179,7 +26178,7 @@ }, "packages/sui-lint": { "name": "@s-ui/lint", - "version": "4.54.0", + "version": "4.56.0", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -26208,7 +26207,7 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-simple-import-sort": "7.0.0", "eslint-plugin-sui": "1", - "eslint-plugin-testing-library": "6.2.2", + "eslint-plugin-testing-library": "6.5.0", "fast-glob": "3.3.2", "js-yaml": "4.1.0", "lint-repository-sui": "1", @@ -26955,7 +26954,7 @@ }, "packages/sui-segment-wrapper": { "name": "@s-ui/segment-wrapper", - "version": "4.9.0", + "version": "4.10.0", "license": "ISC", "dependencies": { "@s-ui/js": "2", diff --git a/packages/sui-lint/package.json b/packages/sui-lint/package.json index 5baf00b10..a090fc31d 100644 --- a/packages/sui-lint/package.json +++ b/packages/sui-lint/package.json @@ -39,7 +39,7 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-simple-import-sort": "7.0.0", "eslint-plugin-sui": "1", - "eslint-plugin-testing-library": "6.2.2", + "eslint-plugin-testing-library": "6.5.0", "fast-glob": "3.3.2", "js-yaml": "4.1.0", "lint-repository-sui": "1",