chore(deps): bump the testing group with 3 updates#59
chore(deps): bump the testing group with 3 updates#59dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Deploying my-website-dev with
|
| Latest commit: |
4ad3163
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://fa5d9778.my-website-du5.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-test-2aqf.my-website-du5.pages.dev |
Deploying my-website with
|
| Latest commit: |
4ad3163
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://53f608c7.personal-website-f0d.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-test-e9fu.personal-website-f0d.pages.dev |
e6b5879 to
1259d20
Compare
Greptile SummaryThis PR is a routine Dependabot bump of three testing-group dev dependencies:
Confidence Score: 5/5Safe to merge — routine devDependency bump with no production impact All three packages are dev-only testing dependencies. The jsdom major bump has a single breaking change (Node v22 minimum sub-version from 22.12.0 to 22.13.0) that does not affect this project since it targets Node >=18. vitest 4.1 is a backwards-compatible minor release. No application code was changed. No files require special attention Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Dependabot PR] --> B[Testing Group Bump]
B --> C[@vitest/ui 4.0.18 → 4.1.2]
B --> D[vitest 4.0.18 → 4.1.2]
B --> E[jsdom 28.1.0 → 29.0.0]
C --> F[Minor: New features, backward-compatible]
D --> F
E --> G[Major: Node v22 min sub-version change]
G --> H[No impact: project supports >=18.0.0]
F --> I[Safe to merge]
H --> I
Reviews (3): Last reviewed commit: "chore(deps): bump the testing group with..." | Re-trigger Greptile |
e5816c3 to
3d1dc82
Compare
Bumps the testing group with 3 updates: [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui), [jsdom](https://github.com/jsdom/jsdom) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@vitest/ui` from 4.0.18 to 4.1.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/ui) Updates `jsdom` from 28.1.0 to 29.0.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/v29.0.0/Changelog.md) - [Commits](jsdom/jsdom@v28.1.0...v29.0.0) Updates `vitest` from 4.0.18 to 4.1.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest) --- updated-dependencies: - dependency-name: "@vitest/ui" dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing - dependency-name: jsdom dependency-version: 29.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: testing - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing ... Signed-off-by: dependabot[bot] <support@github.com>
3d1dc82 to
4ad3163
Compare
Bumps the testing group with 3 updates: @vitest/ui, jsdom and vitest.
Updates
@vitest/uifrom 4.0.18 to 4.1.0Release notes
Sourced from
@vitest/ui's releases.... (truncated)
Commits
4150b91chore: release v4.1.00c2c013chore: release v4.1.0-beta.68c96bb0refator: update links to npmx (#9783)aaf7758chore: standardize packages README (#9776)79672d7chore: release v4.1.0-beta.58880c90feat(ui): implement filter for slow tests (#9705)50a6cc8chore(deps): update all non-major dependencies (#9719)395d1a2fix: remove trailing spaces from diff error log (#9680)50727a0chore(deps): update all non-major dependencies (#9614)1d9e3b3chore: release v4.1.0-beta.4Updates
jsdomfrom 28.1.0 to 29.0.0Release notes
Sourced from jsdom's releases.
Changelog
Sourced from jsdom's changelog.
Commits
00522ceVersion 29.0.0a217975Use undici's request() API for XHR dispatchingf29722dConvert CSSStyleDeclaration to webidl2js4aaacc6Merge incssstyleand replace@acemir/cssom6c2769aRemove unused http(s)-proxy-agent dependencieseba96b5Update domSelector54f9995Use --fgrep for npm run test:tuwpt:browser15e7664Use stable ports for test:tuwpt:browser7410bdbSuppress informational WPT output when using the min reporterc44377eLazily initialize DOMSelectorInstall script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
vitestfrom 4.0.18 to 4.1.0Release notes
Sourced from vitest's releases.
... (truncated)
Commits
4150b91chore: release v4.1.01de0aa2fix: correctly identify concurrent test during static analysis (#9846)c3cac1cfix: use isAgent check, not just TTY, for watch mode (#9841)eab68bachore(deps): update all non-major dependencies (#9824)031f02afix: allow catch/finally for async assertion (#9827)3e9e096feat(reporters): addagentreporter to reduce ai agent token usage (#9779)0c2c013chore: release v4.1.0-beta.68181e06fix:hideSkippedTestsshould not hidetest.todo(fix #9562) (#9781)a8216b0fix: manual and redirect mock shouldn'tloadortransformoriginal module...689a22afix(browser): types ofgetCDPSessionandcdp()(#9716)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 <dependency name> major versionwill 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 versionwill 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