chore(deps-dev): bump @testing-library/jest-dom from 6.9.1 to 7.0.0 in /superset-frontend - #42525
Conversation
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>
|
Bito Automatic Review Skipped - Files Excluded |
Signed-off-by: hainenber <dotronghai96@gmail.com>
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.
Updates the frontend test environment dependencies to align with @testing-library/jest-dom v7 requirements.
Changes:
- Bump
@testing-library/jest-domto^7.0.0insuperset-frontend/package.json. - Bump
@testing-library/domto^10.4.1across multiple workspaces/plugins. - Keep other Testing Library packages unchanged.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| superset-frontend/package.json | Bumps @testing-library/jest-dom to v7 and aligns @testing-library/dom to v10. |
| superset-frontend/packages/superset-core/package.json | Updates @testing-library/dom version for workspace tests. |
| superset-frontend/packages/superset-ui-core/package.json | Updates @testing-library/dom version for workspace tests. |
| superset-frontend/packages/superset-ui-chart-controls/package.json | Updates @testing-library/dom version for workspace tests. |
| superset-frontend/plugins/plugin-chart-table/package.json | Updates @testing-library/dom version for plugin tests. |
| superset-frontend/plugins/plugin-chart-pivot-table/package.json | Updates @testing-library/dom version for plugin tests. |
| superset-frontend/plugins/plugin-chart-ag-grid-table/package.json | Updates @testing-library/dom version for plugin tests. |
Files not reviewed (1)
- superset-frontend/package-lock.json: Generated file
| "@testing-library/dom": "^10.4.1", | ||
| "@testing-library/jest-dom": "^7.0.0", |
| "@testing-library/dom": "^9.3.4", | ||
| "@testing-library/jest-dom": "^6.9.1", | ||
| "@testing-library/dom": "^10.4.1", | ||
| "@testing-library/jest-dom": "^7.0.0", |
| "@emotion/styled": "^11.14.1", | ||
| "@testing-library/dom": "^9.3.4", | ||
| "@testing-library/dom": "^10.4.1", | ||
| "@testing-library/jest-dom": "*", |
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.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)