Skip to content

Commit

Permalink
Bump eslint-plugin-testing-library from 5.3.1 to 5.5.0 (#1713)
Browse files Browse the repository at this point in the history
* 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](testing-library/eslint-plugin-testing-library@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] <support@github.com>

* Create light-moons-smash.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luke Sheard <LukeSheard@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and LukeSheard authored Jun 1, 2022
1 parent 396839b commit a0468bb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-moons-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-config-modular-app": patch
---

Bump eslint-plugin-testing-library from 5.3.1 to 5.5.0
2 changes: 1 addition & 1 deletion packages/eslint-config-modular-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a0468bb

Please sign in to comment.