From 96bb6fa793002063af74fabed4c995bed45d749d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:02:20 +0100 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-testing-library from 7.1.0 to 7.1.1 (#2852) Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 7.1.0 to 7.1.1. - [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/v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 11 +++++------ package.json | 2 +- templates/nextjs/template/package.json | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22db2731f1..cdb5107b99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react-server-components": "^1.2.0", "eslint-plugin-storybook": "^0.11.1", - "eslint-plugin-testing-library": "^7.0.0", + "eslint-plugin-testing-library": "^7.1.1", "github-slugger": "^2.0.0", "jsdom": "^24.0.0", "lerna": "^8.1.9", @@ -16631,11 +16631,10 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.1.0.tgz", - "integrity": "sha512-VWuQWeLcsuj0ywBkXFHnLANN6AqHRzhIgmVgAN5DdlXdl5XBHl3hEZ7uKkSW+cCN2Ws4ODrN/Yp2u/YBJ7s/nA==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.1.1.tgz", + "integrity": "sha512-nszC833aZPwB6tik1nMkbFqmtgIXTT0sfJEYs0zMBKMlkQ4to2079yUV96SvmLh00ovSBJI4pgcBC1TiIP8mXg==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/scope-manager": "^8.15.0", "@typescript-eslint/utils": "^8.15.0" @@ -43222,7 +43221,7 @@ "@types/react-dom": "^18.3.1", "eslint-config-next": "^15.0.3", "eslint-plugin-jest": "^28.9.0", - "eslint-plugin-testing-library": "^7.0.0", + "eslint-plugin-testing-library": "^7.1.1", "jest": "^29.7.0", "jest-axe": "^9.0.0", "jest-environment-jsdom": "^29.7.0", diff --git a/package.json b/package.json index 9a58788ed5..163d8dc1f9 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react-server-components": "^1.2.0", "eslint-plugin-storybook": "^0.11.1", - "eslint-plugin-testing-library": "^7.0.0", + "eslint-plugin-testing-library": "^7.1.1", "github-slugger": "^2.0.0", "jsdom": "^24.0.0", "lerna": "^8.1.9", diff --git a/templates/nextjs/template/package.json b/templates/nextjs/template/package.json index 6d5cdd9af3..1e8cd0de32 100644 --- a/templates/nextjs/template/package.json +++ b/templates/nextjs/template/package.json @@ -36,7 +36,7 @@ "@types/react-dom": "^18.3.1", "eslint-config-next": "^15.0.3", "eslint-plugin-jest": "^28.9.0", - "eslint-plugin-testing-library": "^7.0.0", + "eslint-plugin-testing-library": "^7.1.1", "jest": "^29.7.0", "jest-axe": "^9.0.0", "jest-environment-jsdom": "^29.7.0",