build(deps-dev): bump @testing-library/jest-dom from 6.9.1 to 7.0.0 - #1599
Conversation
Deploying quickadd with
|
| Latest commit: |
885ffbe
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2512ebb6.quickadd.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-test.quickadd.pages.dev |
Verdict: APPROVE as-is. No code change needed. The only PR in this batch that is clear to merge today.A major in name; in substance the v6.9.1...v7.0.0 diff is 4 commits touching The two real deltas
import { expect } from 'vitest';
import { e as extensions } from './matchers-b01dabb1.mjs';
import '@testing-library/dom'; // <- new in 7.0.0, absent from all of 6.9.1's distPlus 16 purely additive Matcher inventory: nothing this repo uses movedChecked all 33 jest-dom matcher names against The peer resolves correctly, and I decided NOT to declare it explicitly
I seriously considered adding
So why still not declare it? Because declaring makes that worse, not better. A root The honest position: the peer is satisfied deterministically by the lockfile edge
|
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.9.1 to 7.0.0. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.9.1...v7.0.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
65b62f2 to
885ffbe
Compare
Bumps @testing-library/jest-dom from 6.9.1 to 7.0.0.
Release notes
Sourced from @testing-library/jest-dom's releases.
Commits
1e39089feat: add toContainAnyBy* and toContainOneBy* query matcherscae44dffeat: add toContainAnyBy* and toContainOneBy* query matchers (#731)55c07ceci: switch release to npm trusted publishing (#726)213256fdocs: move toHaveSelection from the deprecated section (#717)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@testing-library/jest-domsince your current version.