Skip to content

Commit 548ed8f

Browse files
authored
chore(deps-dev): Bump the npm-minor-and-patch group across 5 directories with 2 updates (#73)
Bumps the npm-minor-and-patch group with 2 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Bumps the npm-minor-and-patch group with 1 update in the /.github/actions/auth directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Bumps the npm-minor-and-patch group with 1 update in the /.github/actions/file directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Bumps the npm-minor-and-patch group with 1 update in the /.github/actions/find directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Bumps the npm-minor-and-patch group with 1 update in the /.github/actions/fix directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 24.10.0 to 24.10.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 4.0.8 to 4.0.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> <blockquote> <h2>v4.0.10</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Remove <code>onCancel</code> when worker is terminated  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9033">vitest-dev/vitest#9033</a> <a href="https://github.com/vitest-dev/vitest/commit/6d7f0a99e"><!-- raw HTML omitted -->(6d7f0)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Don't scale the iframe if UI is disabled  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9018">vitest-dev/vitest#9018</a> <a href="https://github.com/vitest-dev/vitest/commit/5406e8ea4"><!-- raw HTML omitted -->(5406e)<!-- raw HTML omitted --></a></li> <li>Handle dependency stack traces with external source maps. Resolves: <a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9003">#9003</a>  -  by <a href="https://github.com/iclectic"><code>@​iclectic</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9016">vitest-dev/vitest#9016</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/9003">vitest-dev/vitest#9003</a> <a href="https://github.com/vitest-dev/vitest/commit/57ae547de"><!-- raw HTML omitted -->(57ae5)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>bun</strong>: <ul> <li>Parsing of stack trace for bun runtime  -  by <a href="https://github.com/nazarhussain"><code>@​nazarhussain</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9032">vitest-dev/vitest#9032</a> <a href="https://github.com/vitest-dev/vitest/commit/f3ec6fcb0"><!-- raw HTML omitted -->(f3ec6)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>core</strong>: <ul> <li>Prevent starting new run when cancelling  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8991">vitest-dev/vitest#8991</a> <a href="https://github.com/vitest-dev/vitest/commit/eb98dd8fd"><!-- raw HTML omitted -->(eb98d)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>pool</strong>: <ul> <li>Prevent writing to closed worker  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9023">vitest-dev/vitest#9023</a> <a href="https://github.com/vitest-dev/vitest/commit/042c60c80"><!-- raw HTML omitted -->(042c6)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>reporters</strong>: <ul> <li>Report correct test run duration at the end  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8969">vitest-dev/vitest#8969</a> <a href="https://github.com/vitest-dev/vitest/commit/bc3a6921e"><!-- raw HTML omitted -->(bc3a6)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Use execution time from ws reporter (<code>onFinished</code>)  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8975">vitest-dev/vitest#8975</a> <a href="https://github.com/vitest-dev/vitest/commit/f56dc0cc4"><!-- raw HTML omitted -->(f56dc)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.0.9...v4.0.10">View changes on GitHub</a></h5> <h2>v4.0.9</h2> <h3>   🚀 Experimental Features</h3> <ul> <li><strong>expect</strong>: Add Set support to toBeOneOf  -  by <a href="https://github.com/tim-we"><code>@​tim-we</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8906">vitest-dev/vitest#8906</a> <a href="https://github.com/vitest-dev/vitest/commit/a415d0375"><!-- raw HTML omitted -->(a415d)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: Add favicon icons to the browser mode ui  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8972">vitest-dev/vitest#8972</a> <a href="https://github.com/vitest-dev/vitest/commit/353ee5bbc"><!-- raw HTML omitted -->(353ee)<!-- raw HTML omitted --></a></li> <li><strong>forks</strong>: Increase worker start timeout  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9027">vitest-dev/vitest#9027</a> <a href="https://github.com/vitest-dev/vitest/commit/5e750f4ba"><!-- raw HTML omitted -->(5e750)<!-- raw HTML omitted --></a></li> <li><strong>jsdom</strong>: Cloned request is an instance of <code>Request</code>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8985">vitest-dev/vitest#8985</a> <a href="https://github.com/vitest-dev/vitest/commit/506a9fd0f"><!-- raw HTML omitted -->(506a9)<!-- raw HTML omitted --></a></li> <li><strong>ui</strong>: Collect file/suite/test duration correctly  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8976">vitest-dev/vitest#8976</a> <a href="https://github.com/vitest-dev/vitest/commit/8016da886"><!-- raw HTML omitted -->(8016d)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.0.8...v4.0.9">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/259a3d1b563ecafa51ced4641218545dab635be7"><code>259a3d1</code></a> chore: release v4.0.10</li> <li><a href="https://github.com/vitest-dev/vitest/commit/bc3a6921e2782a55a192802891feee84f50ec283"><code>bc3a692</code></a> fix(reporters): report correct test run duration at the end (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8969">#8969</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/f3ec6fcb0abc4bc44b6511423a24587dfbbad47a"><code>f3ec6fc</code></a> fix(bun): parsing of stack trace for bun runtime (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9032">#9032</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/042c60c80ab20f0e6c5b759b875f51602a4dc621"><code>042c60c</code></a> fix(pool): prevent writing to closed worker (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9023">#9023</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/80f2bb6d8992aa54f1c5992c4269c3e117263487"><code>80f2bb6</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9037">#9037</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/eb98dd8fd29e5e0b1f5c8741b7744fdb7a99f9a2"><code>eb98dd8</code></a> fix(core): prevent starting new run when cancelling (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8991">#8991</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/f509d2ab9f2c88aca48113d775297fd1eabac063"><code>f509d2a</code></a> chore(deps): update dependency <code>@​types/node</code> to v24 (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9038">#9038</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/44dca5fb432ef9213a0d44a2794f9a404fcc4f03"><code>44dca5f</code></a> chore: print a better error when browser orchestrator fails to run a test (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8">#8</a>...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/f56dc0cc4c2c0e61bada9500208de6e56d4b434e"><code>f56dc0c</code></a> fix(ui): use execution time from ws reporter (<code>onFinished</code>) (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8975">#8975</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/7c9edffb055546390379c7c97ad7cff70e1d6891"><code>7c9edff</code></a> refactor(forks): simplify IPC channel serialization (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8999">#8999</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v4.0.10/packages/vitest">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 24.10.0 to 24.10.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 24.10.0 to 24.10.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 24.10.0 to 24.10.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 24.10.0 to 24.10.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details>
2 parents f6ab89c + 4dbfffa commit 548ed8f

File tree

10 files changed

+72
-72
lines changed

10 files changed

+72
-72
lines changed

.github/actions/auth/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"playwright": "^1.56.1"
1818
},
1919
"devDependencies": {
20-
"@types/node": "^24.10.0",
20+
"@types/node": "^24.10.1",
2121
"typescript": "^5.9.3"
2222
}
2323
}

.github/actions/file/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@octokit/plugin-throttling": "^11.0.3"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^24.10.0",
21+
"@types/node": "^24.10.1",
2222
"typescript": "^5.9.3"
2323
}
2424
}

.github/actions/find/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/find/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"playwright": "^1.56.1"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^24.10.0",
21+
"@types/node": "^24.10.1",
2222
"typescript": "^5.9.3"
2323
}
2424
}

.github/actions/fix/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/fix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@octokit/plugin-throttling": "^11.0.3"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^24.10.0",
21+
"@types/node": "^24.10.1",
2222
"typescript": "^5.9.3"
2323
}
2424
}

package-lock.json

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@octokit/core": "^7.0.6",
2121
"@octokit/plugin-throttling": "^11.0.3",
2222
"@octokit/types": "^16.0.0",
23-
"@types/node": "^24.10.0",
24-
"vitest": "^4.0.8"
23+
"@types/node": "^24.10.1",
24+
"vitest": "^4.0.10"
2525
}
2626
}

0 commit comments

Comments
 (0)