generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the unit-testing group across 1 directory with 6 updates #17159
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/npm_and_yarn/frontend-react/unit-testing-33216edb65
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump the unit-testing group across 1 directory with 6 updates #17159
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/frontend-react/unit-testing-33216edb65
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Jan 26, 2025
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF ScorecardScorecard details
Scanned Manifest Filesfrontend-react/package.json
frontend-react/yarn.lock
|
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/frontend-react/unit-testing-33216edb65
branch
from
January 28, 2025 03:10
a73fc9c
to
2e550c9
Compare
Bumps the unit-testing group with 6 updates in the /frontend-react directory: | Package | From | To | | --- | --- | --- | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.1.0` | `16.2.0` | | [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.2` | `14.6.1` | | [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `2.1.8` | `3.0.4` | | [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `2.1.8` | `3.0.4` | | [undici](https://github.com/nodejs/undici) | `6.21.0` | `6.21.1` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.8` | `3.0.4` | Updates `@testing-library/react` from 16.1.0 to 16.2.0 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v16.1.0...v16.2.0) Updates `@testing-library/user-event` from 14.5.2 to 14.6.1 - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](testing-library/user-event@v14.5.2...v14.6.1) Updates `@vitest/coverage-istanbul` from 2.1.8 to 3.0.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/coverage-istanbul) Updates `@vitest/ui` from 2.1.8 to 3.0.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/ui) Updates `undici` from 6.21.0 to 6.21.1 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.21.0...v6.21.1) Updates `vitest` from 2.1.8 to 3.0.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/vitest) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: unit-testing - dependency-name: "@testing-library/user-event" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: unit-testing - dependency-name: "@vitest/coverage-istanbul" dependency-type: direct:development update-type: version-update:semver-major dependency-group: unit-testing - dependency-name: "@vitest/ui" dependency-type: direct:development update-type: version-update:semver-major dependency-group: unit-testing - dependency-name: undici dependency-type: direct:development update-type: version-update:semver-patch dependency-group: unit-testing - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-major dependency-group: unit-testing ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/frontend-react/unit-testing-33216edb65
branch
from
February 2, 2025 05:51
2e550c9
to
2056c4b
Compare
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
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the unit-testing group with 6 updates in the /frontend-react directory:
16.1.0
16.2.0
14.5.2
14.6.1
2.1.8
3.0.4
2.1.8
3.0.4
6.21.0
6.21.1
2.1.8
3.0.4
Updates
@testing-library/react
from 16.1.0 to 16.2.0Release notes
Sourced from
@testing-library/react
's releases.Commits
9618c51
feat: Add support for React error handlers (#1354)eab6e67
[ci] Codecov fix follow-up7134e5d
[ci] Fix codecov action (#1376)Updates
@testing-library/user-event
from 14.5.2 to 14.6.1Release notes
Sourced from
@testing-library/user-event
's releases.Commits
d42954b
chore: fix typos (#1260)465fc7e
fix: preventclick
event loop on form-associated custom element (#1238)65c1f6c
test: update snapshots (#1261)543ecb0
fix(keyboard): add brackets todefaultKeyMap
(#1226)f0468d0
fix(pointer): use1
as default value forPointerEvent.width
and `PointerE...6614f72
fix(pointer): setbutton
andbuttons
properties onPointerEvent
(#1219)2edf14d
fix: correct description fordelay
option (#1175)e429094
fix: preventclick
event on non-focusable control (#1130)f681f7b
fix(pointer): dispatch mouse events ifpointerdown
isdefaultPrevented
(#...3e471d1
fix(keyboard): addContextMenu
todefaultKeyMap
(#1079)Updates
@vitest/coverage-istanbul
from 2.1.8 to 3.0.4Release notes
Sourced from
@vitest/coverage-istanbul
's releases.... (truncated)
Commits
9e40437
chore: release v3.0.438ea8ea
fix(deps): update all non-major dependencies (#7297)33ab8a2
chore: release v3.0.3f17918a
chore: release v3.0.256c5018
chore: release v3.0.1537fa5e
fix(deps): update all non-major dependencies (#7147)01600e0
chore: release v3.0.08cab960
fix: colors onforks
pool (#7090)57b671d
chore: release v3.0.0-beta.474dbe03
fix(deps): update dependency pathe to v2 (#7181)Updates
@vitest/ui
from 2.1.8 to 3.0.4Release notes
Sourced from
@vitest/ui
's releases.... (truncated)
Commits
9e40437
chore: release v3.0.438ea8ea
fix(deps): update all non-major dependencies (#7297)ed9aeba
fix(browser): restrict served files from/__screenshot-error
(#7340)a8d123c
chore(deps): update eslint packages (#7086)33ab8a2
chore: release v3.0.3f17918a
chore: release v3.0.256c5018
chore: release v3.0.1537fa5e
fix(deps): update all non-major dependencies (#7147)01600e0
chore: release v3.0.0faca4de
fix(ui): add errors and draft state (*) to the code editor (#7044)Updates
undici
from 6.21.0 to 6.21.1Release notes
Sourced from undici's releases.
Commits
e260e7b
Bumped v6.21.1c3acc60
Merge commit from fork2414bc9
Update return type of RetryCallback (#3851) (#3876)be8cd0a
[Backport v6.x] fix: Fixed the issue that there is no running request when ht...ee6176c
fix: sending formdata bodies with http2 (#3863) [backport] (#3866)a0220f1
fix(#3817): send servername for SNI on TLS (#3821) [backport] (#3864)353ab63
fix(#3736): back-port 183f8e9 to v6.x (#3855)Updates
vitest
from 2.1.8 to 3.0.4Release notes
Sourced from vitest's releases.
... (truncated)
Commits
9e40437
chore: release v3.0.4ef1464f
fix: applydevelopment|production
condition on Vite 6 (#7301)38ea8ea
fix(deps): update all non-major dependencies (#7297)dff4406
fix: filter projects eagerly during config resolution (#7313)ce6af70
fix(types): fix public types (#7328)bff70be
fix(typechecking): support typechecking parsing with Vite 6 (#7335)a8d123c
chore(deps): update eslint packages (#7086)33ab8a2
chore: release v3.0.3e43a8f5
fix(browser): don't fail when running --browser.headless if the browser proje...fa4634b
fix(browser): don't throw a validation error if v8 coverage is used with filt...You can trigger a rebase of this PR 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 <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