From 7ef12919c5aad54ab102fa118febaad914a6afdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 14:12:40 +0000 Subject: [PATCH 1/2] Bump eslint-plugin-jest-dom from 3.9.2 to 3.9.4 Bumps [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom) from 3.9.2 to 3.9.4. - [Release notes](https://github.com/testing-library/eslint-plugin-jest-dom/releases) - [Commits](https://github.com/testing-library/eslint-plugin-jest-dom/compare/v3.9.2...v3.9.4) --- updated-dependencies: - dependency-name: eslint-plugin-jest-dom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/eslint-config-modular-app/package.json | 2 +- yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/eslint-config-modular-app/package.json b/packages/eslint-config-modular-app/package.json index 936cc7913..4595b37c4 100644 --- a/packages/eslint-config-modular-app/package.json +++ b/packages/eslint-config-modular-app/package.json @@ -19,7 +19,7 @@ "eslint-plugin-flowtype": "5.10.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-jest": "24.4.0", - "eslint-plugin-jest-dom": "3.9.2", + "eslint-plugin-jest-dom": "3.9.4", "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-react": "7.30.0", "eslint-plugin-react-hooks": "4.5.0", diff --git a/yarn.lock b/yarn.lock index c9472bc7f..188fcb699 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1233,7 +1233,7 @@ core-js-pure "^3.20.2" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2", "@babel/runtime@^7.9.6": +"@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": version "7.17.2" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941" integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw== @@ -2433,7 +2433,7 @@ lz-string "^1.4.4" pretty-format "^27.0.2" -"@testing-library/dom@^7.28.1", "@testing-library/dom@^7.31.0": +"@testing-library/dom@^7.31.0", "@testing-library/dom@^7.31.2": version "7.31.2" resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.31.2.tgz#df361db38f5212b88555068ab8119f5d841a8c4a" integrity sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ== @@ -6007,13 +6007,13 @@ eslint-plugin-import@2.26.0: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-jest-dom@3.9.2: - version "3.9.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-3.9.2.tgz#2cc200cabb17d1f5535afad9b49d0ca41b2f05eb" - integrity sha512-DKNW6nxYkBvwv36WcYFxapCalGjOGSWUu5PREpDVuXGbEns3S5jhr+mZ5W2N6MxbOWw/2U61C1JVLH31gwVjOQ== +eslint-plugin-jest-dom@3.9.4: + version "3.9.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-3.9.4.tgz#74f5b5b5828790cdbec6e720eb4129f7c365233b" + integrity sha512-VRkaALGIhyxinnewZFHe2WJsRWp3TONpXysVXK1IUNJHCpJAIM9yRrI7fQ8i5F6UYE7+DAnvNhSSJZesLTonug== dependencies: - "@babel/runtime" "^7.9.6" - "@testing-library/dom" "^7.28.1" + "@babel/runtime" "^7.16.3" + "@testing-library/dom" "^7.31.2" requireindex "^1.2.0" eslint-plugin-jest@24.4.0: From 710fac48e1691588fae6c5118c6caead9add12b0 Mon Sep 17 00:00:00 2001 From: Cristiano Belloni Date: Tue, 20 Sep 2022 12:43:55 +0100 Subject: [PATCH 2/2] Create mean-foxes-sneeze.md --- .changeset/mean-foxes-sneeze.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/mean-foxes-sneeze.md diff --git a/.changeset/mean-foxes-sneeze.md b/.changeset/mean-foxes-sneeze.md new file mode 100644 index 000000000..410c59793 --- /dev/null +++ b/.changeset/mean-foxes-sneeze.md @@ -0,0 +1,5 @@ +--- +"eslint-config-modular-app": patch +--- + +Bump eslint-plugin-jest-dom from 3.9.2 to 3.9.4