From a0468bb543a6159e6a5c8fd727da3be3153c29a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 10:03:04 +0100 Subject: [PATCH] Bump eslint-plugin-testing-library from 5.3.1 to 5.5.0 (#1713) * Bump eslint-plugin-testing-library from 5.3.1 to 5.5.0 Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 5.3.1 to 5.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/v5.3.1...v5.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] * Create light-moons-smash.md Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luke Sheard --- .changeset/light-moons-smash.md | 5 +++++ packages/eslint-config-modular-app/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .changeset/light-moons-smash.md diff --git a/.changeset/light-moons-smash.md b/.changeset/light-moons-smash.md new file mode 100644 index 000000000..ca2f454d3 --- /dev/null +++ b/.changeset/light-moons-smash.md @@ -0,0 +1,5 @@ +--- +"eslint-config-modular-app": patch +--- + +Bump eslint-plugin-testing-library from 5.3.1 to 5.5.0 diff --git a/packages/eslint-config-modular-app/package.json b/packages/eslint-config-modular-app/package.json index d6e3fe4e4..16585cacc 100644 --- a/packages/eslint-config-modular-app/package.json +++ b/packages/eslint-config-modular-app/package.json @@ -23,7 +23,7 @@ "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-react": "7.29.4", "eslint-plugin-react-hooks": "4.5.0", - "eslint-plugin-testing-library": "5.3.1" + "eslint-plugin-testing-library": "5.5.0" }, "peerDependencies": { "typescript": "^4.3.5" diff --git a/yarn.lock b/yarn.lock index 9d896b6df..190262b64 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6229,10 +6229,10 @@ eslint-plugin-react@7.29.4: semver "^6.3.0" string.prototype.matchall "^4.0.6" -eslint-plugin-testing-library@5.3.1: - version "5.3.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.3.1.tgz#7638ee79cc86fd8bb57d671af35a1cbaa77e9548" - integrity sha512-OfF4dlG/q6ck6DL3P8Z0FPdK0dU5K57gsBu7eUcaVbwYKaNzjgejnXiM9CCUevppORkvfek+9D3Uj/9ZZ8Vz8g== +eslint-plugin-testing-library@5.5.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.5.0.tgz#ce43113dac5a5d93e8b0a8d9937983cdbf63f049" + integrity sha512-eWQ19l6uWL7LW8oeMyQVSGjVYFnBqk7DMHjadm0yOHBvX3Xi9OBrsNuxoAMdX4r7wlQ5WWpW46d+CB6FWFL/PQ== dependencies: "@typescript-eslint/utils" "^5.13.0"