[PR #61] [CLOSED] PR 61: build(deps-dev): bump @testing-library/jest-dom from 6.4.8 to 6.6.3 #234

Closed
opened 2026-03-13 17:42:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Aetherinox/ntfy-desktop/pull/61
Author: @dependabot[bot]
Created: 5/28/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/testing-library/jest-dom-6.6.3


📝 Commits (1)

  • 7b78b9f build(deps-dev): bump @testing-library/jest-dom from 6.4.8 to 6.6.3

📊 Changes

2 files changed (+5 additions, -26 deletions)

View changed files

📝 package-lock.json (+4 -25)
📝 package.json (+1 -1)

📄 Description

Bumps @testing-library/jest-dom from 6.4.8 to 6.6.3.

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.6.3

6.6.3 (2024-10-31)

Bug Fixes

  • add vitest import when extending vitest matchers (#646) (5ba0156)

v6.6.2

6.6.2 (2024-10-17)

Bug Fixes

  • remove recursive type reference in vitest types (#636) (4468378)

v6.6.1

6.6.1 (2024-10-16)

Bug Fixes

  • fix lodash import in to-have-selection.js (#642) (ced792e)

v6.6.0

6.6.0 (2024-10-16)

Features

v6.5.0

6.5.0 (2024-08-23)

Features

  • toHaveValue: Asserting aria-valuenow (#479) (acbf416)
Commits
  • 5ba0156 fix: add vitest import when extending vitest matchers (#646)
  • 4468378 fix: remove recursive type reference in vitest types (#636)
  • abba961 docs: add billyjanitsch as a contributor for bug (#644)
  • 9490615 docs: add G-Rath as a contributor for code (#643)
  • ced792e fix: fix lodash import in to-have-selection.js (#642)
  • 9b14804 feat: implement toHaveSelection (#637)
  • f5b0e94 docs: add diegohaz as a contributor for ideas (#640)
  • 68e927e docs: add pwolaq as a contributor for code, and test (#639)
  • 04005db docs: add silviuaavram as a contributor for code, and test (#638)
  • 4723de3 docs: add mibcadet as a contributor for doc (#628)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Aetherinox/ntfy-desktop/pull/61 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/testing-library/jest-dom-6.6.3` --- ### 📝 Commits (1) - [`7b78b9f`](https://github.com/Aetherinox/ntfy-desktop/commit/7b78b9fa387fed394892f8d48165aba85e32b8b9) build(deps-dev): bump @testing-library/jest-dom from 6.4.8 to 6.6.3 ### 📊 Changes **2 files changed** (+5 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -25) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.8 to 6.6.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/jest-dom/releases"><code>@​testing-library/jest-dom</code>'s releases</a>.</em></p> <blockquote> <h2>v6.6.3</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3">6.6.3</a> (2024-10-31)</h2> <h3>Bug Fixes</h3> <ul> <li>add vitest import when extending vitest matchers (<a href="https://redirect.github.com/testing-library/jest-dom/issues/646">#646</a>) (<a href="https://github.com/testing-library/jest-dom/commit/5ba015651c7b10c154e5a4ae54f85df6010c5295">5ba0156</a>)</li> </ul> <h2>v6.6.2</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.6.1...v6.6.2">6.6.2</a> (2024-10-17)</h2> <h3>Bug Fixes</h3> <ul> <li>remove recursive type reference in vitest types (<a href="https://redirect.github.com/testing-library/jest-dom/issues/636">#636</a>) (<a href="https://github.com/testing-library/jest-dom/commit/4468378fb4986018e0bacdebd02244decb9f0718">4468378</a>)</li> </ul> <h2>v6.6.1</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.6.0...v6.6.1">6.6.1</a> (2024-10-16)</h2> <h3>Bug Fixes</h3> <ul> <li>fix lodash import in to-have-selection.js (<a href="https://redirect.github.com/testing-library/jest-dom/issues/642">#642</a>) (<a href="https://github.com/testing-library/jest-dom/commit/ced792e2f2773f16c249c6ce59fa8df968d28a20">ced792e</a>)</li> </ul> <h2>v6.6.0</h2> <h1><a href="https://github.com/testing-library/jest-dom/compare/v6.5.0...v6.6.0">6.6.0</a> (2024-10-16)</h1> <h3>Features</h3> <ul> <li>implement toHaveSelection (<a href="https://redirect.github.com/testing-library/jest-dom/issues/637">#637</a>) (<a href="https://github.com/testing-library/jest-dom/commit/9b148043d082a83f0ae5cdc03cdfc6a7c4573e6e">9b14804</a>)</li> </ul> <h2>v6.5.0</h2> <h1><a href="https://github.com/testing-library/jest-dom/compare/v6.4.8...v6.5.0">6.5.0</a> (2024-08-23)</h1> <h3>Features</h3> <ul> <li><strong>toHaveValue:</strong> Asserting aria-valuenow (<a href="https://redirect.github.com/testing-library/jest-dom/issues/479">#479</a>) (<a href="https://github.com/testing-library/jest-dom/commit/acbf416871cf43525d569703be0e50f00a294e9b">acbf416</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/jest-dom/commit/5ba015651c7b10c154e5a4ae54f85df6010c5295"><code>5ba0156</code></a> fix: add vitest import when extending vitest matchers (<a href="https://redirect.github.com/testing-library/jest-dom/issues/646">#646</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/4468378fb4986018e0bacdebd02244decb9f0718"><code>4468378</code></a> fix: remove recursive type reference in vitest types (<a href="https://redirect.github.com/testing-library/jest-dom/issues/636">#636</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/abba9613ac1968eebf96ad0ae9061cddf9afd777"><code>abba961</code></a> docs: add billyjanitsch as a contributor for bug (<a href="https://redirect.github.com/testing-library/jest-dom/issues/644">#644</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/9490615ce57f0315a4d189b7fa676692d0570ed7"><code>9490615</code></a> docs: add G-Rath as a contributor for code (<a href="https://redirect.github.com/testing-library/jest-dom/issues/643">#643</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/ced792e2f2773f16c249c6ce59fa8df968d28a20"><code>ced792e</code></a> fix: fix lodash import in to-have-selection.js (<a href="https://redirect.github.com/testing-library/jest-dom/issues/642">#642</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/9b148043d082a83f0ae5cdc03cdfc6a7c4573e6e"><code>9b14804</code></a> feat: implement toHaveSelection (<a href="https://redirect.github.com/testing-library/jest-dom/issues/637">#637</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/f5b0e943309c96c97b636342c3e3a1edbfbd5ffe"><code>f5b0e94</code></a> docs: add diegohaz as a contributor for ideas (<a href="https://redirect.github.com/testing-library/jest-dom/issues/640">#640</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/68e927e1c347036182a4278d00770c4a99bfd548"><code>68e927e</code></a> docs: add pwolaq as a contributor for code, and test (<a href="https://redirect.github.com/testing-library/jest-dom/issues/639">#639</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/04005dbb904ab061b7914f7c4ece7f84fd04b6f7"><code>04005db</code></a> docs: add silviuaavram as a contributor for code, and test (<a href="https://redirect.github.com/testing-library/jest-dom/issues/638">#638</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/4723de3664d129dfa97a877a4e0a9d171bc4c720"><code>4723de3</code></a> docs: add mibcadet as a contributor for doc (<a href="https://redirect.github.com/testing-library/jest-dom/issues/628">#628</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/jest-dom/compare/v6.4.8...v6.6.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@testing-library/jest-dom&package-manager=npm_and_yarn&previous-version=6.4.8&new-version=6.6.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 17:42:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy-desktop#234
No description provided.