chore(deps-dev): bump the npm-dependencies group across 1 directory with 2 updates - #393
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
React Doctor skipped this pull request — it changed no React files. Reviewed by React Doctor for commit |
…ith 2 updates Bumps the npm-dependencies group with 2 updates in the / directory: [@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) - [提交](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) - [提交](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: npm-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
a63a564 to
f7097cb
比较
nrps9909
left a comment
There was a problem hiding this comment.
Exact-head change request for f7097cb2a27eebe12a9fe870ac39590ab8ffb0c7.
The TypeScript 7 half of this grouped update is not compatible with the repository's current lint toolchain. The required component workflow fails before linting source:
typescript-eslint does not support TS 7.0.
Error: typescript-eslint does not support TS 7.0.
I reproduced this locally from the exact head with the same utoo install path: dependency installation succeeds, but ut lint exits 2 while loading @typescript-eslint/eslint-plugin. The manifest still pairs typescript: ^7.0.2 with typescript-eslint: ^8.62.1.
As a causal check, I changed only TypeScript back to ^6.0.3 while preserving the proposed @testing-library/jest-dom: ^7.0.0; installation and the complete source lint command then passed. I restored the worktree clean afterward.
Please split/retain the jest-dom update if desired, but defer TypeScript 7 until the repository adopts a compatible lint/parser path (the thrown error points to typescript-eslint#10940), then rerun the component workflow. The current red Vercel deployment is separate; the source workflow failure is deterministic and directly caused by this manifest change.
AI assistance disclosure: Codex was used to inspect the exact diff and CI log, reproduce installation and lint on the exact head, run the single-variable causal check, and draft this review. I verified the SHA, command results, and clean worktree before submitting.
Bumps the npm-dependencies group with 2 updates in the / directory: @testing-library/jest-dom and typescript.
Updates
@testing-library/jest-domfrom 6.10.0 to 7.0.0Release notes
Sourced from @testing-library/jest-dom's releases.
提交
1e39089feat: add toContainAnyBy* and toContainOneBy* query matchersMaintainer changes
This version was pushed to npm by GitHub 操作, a new releaser for
@testing-library/jest-domsince your current version.Updates
typescriptfrom 6.0.3 to 7.0.2提交
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.