From dce2d23581b81def10a8c97268feada8f56caade Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 22:17:22 +0000 Subject: [PATCH] chore(deps): update dependency @types/testing-library__jest-dom to v5.14.9 (#240) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/testing-library__jest-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__jest-dom) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | devDependencies | patch | [`5.14.8` -> `5.14.9`](https://renovatebot.com/diffs/npm/@types%2ftesting-library__jest-dom/5.14.8/5.14.9) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box Co-authored-by: descope[bot] --- packages/web-component/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/web-component/package.json b/packages/web-component/package.json index 590131bdc..3ef9f654d 100644 --- a/packages/web-component/package.json +++ b/packages/web-component/package.json @@ -34,7 +34,7 @@ "@rollup/plugin-typescript": "^11.0.0", "@testing-library/dom": "^9.0.0", "@testing-library/jest-dom": "5.17.0", - "@types/testing-library__jest-dom": "5.14.8", + "@types/testing-library__jest-dom": "5.14.9", "@types/jest": "^29.0.0", "@types/node": "18.15.0", "dotenv": "^16.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 13d784926..5bbebeb8a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -255,8 +255,8 @@ importers: specifier: 18.15.0 version: 18.15.0 '@types/testing-library__jest-dom': - specifier: 5.14.8 - version: 5.14.8 + specifier: 5.14.9 + version: 5.14.9 dotenv: specifier: ^16.0.3 version: 16.0.3 @@ -3435,7 +3435,7 @@ packages: dependencies: '@adobe/css-tools': 4.2.0 '@babel/runtime': 7.22.6 - '@types/testing-library__jest-dom': 5.14.8 + '@types/testing-library__jest-dom': 5.14.9 aria-query: 5.3.0 chalk: 3.0.0 css.escape: 1.5.1 @@ -3648,8 +3648,8 @@ packages: resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} dev: true - /@types/testing-library__jest-dom@5.14.8: - resolution: {integrity: sha512-NRfJE9Cgpmu4fx716q9SYmU4jxxhYRU1BQo239Txt/9N3EC745XZX1Yl7h/SBIDlo1ANVOCRB4YDXjaQdoKCHQ==} + /@types/testing-library__jest-dom@5.14.9: + resolution: {integrity: sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==} dependencies: '@types/jest': 29.5.3 dev: true