Skip to content

chore(deps-dev): bump the dependencies-major group with 2 updates#355

Merged
quiet-node merged 2 commits into
mainfrom
dependabot/npm_and_yarn/dependencies-major-b71eb02c77
Jul 21, 2026
Merged

chore(deps-dev): bump the dependencies-major group with 2 updates#355
quiet-node merged 2 commits into
mainfrom
dependabot/npm_and_yarn/dependencies-major-b71eb02c77

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies-major group with 2 updates: @testing-library/jest-dom and typescript.

Updates @testing-library/jest-dom from 6.10.0 to 7.0.0

Release notes

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

v7.0.0

7.0.0 (2026-07-20)

Features

  • add toContainAnyBy* and toContainOneBy* query matchers (1e39089)

BREAKING CHANGES

  • @​testing-library/dom is now a required peer dependency. The minimum supported Node.js version is now 22.

Repaired release for testing-library/jest-dom#731

Commits
  • 1e39089 feat: add toContainAnyBy* and toContainOneBy* query matchers
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​testing-library/jest-dom since your current version.


Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies-major group with 2 updates: [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@testing-library/jest-dom` from 6.10.0 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.10.0...v7.0.0)

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies-major
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 21, 2026
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
@quiet-node

Copy link
Copy Markdown
Owner

Held the TypeScript half of this bump. typescript-eslint 8.x (pinned in this repo) declares a peer range of typescript: >=4.8.4 <6.1.0, which excludes 7.x. Under TypeScript 7 the typed-lint path crashes outright (TypeError: Cannot read properties of undefined (reading 'Cjs') in typescript-estree's create-program/shared.js), so lint:frontend would break rather than just warn. The upstream tracking issue (typescript-eslint#12518) was closed Not planned, so there's no fix incoming from that side. TypeScript stays at ~6.0.2 here until that changes.

The jest-dom half is kept at ^7.0.0: all matchers used in this repo are still supported, the /vitest subpath export still exists, and its new required peer (@testing-library/dom >=10 <11) is already satisfied transitively via @testing-library/react.

bun.lock was regenerated by hand and committed, since Dependabot can't write Bun's lockfile itself; bun install --frozen-lockfile is clean against it.

@quiet-node
quiet-node merged commit 3193cfa into main Jul 21, 2026
6 checks passed
@quiet-node
quiet-node deleted the dependabot/npm_and_yarn/dependencies-major-b71eb02c77 branch July 21, 2026 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant