Skip to content

Bump the dev-dependencies group with 5 updates #957

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2024

Bumps the dev-dependencies group with 5 updates:

Package From To
@types/react 18.3.10 18.3.11
@vitejs/plugin-react-swc 3.7.0 3.7.1
@vitest/coverage-istanbul 2.1.1 2.1.2
typescript-eslint 8.7.0 8.8.0
vitest 2.1.1 2.1.2

Updates @types/react from 18.3.10 to 18.3.11

Commits

Updates @vitejs/plugin-react-swc from 3.7.0 to 3.7.1

Release notes

Sourced from @​vitejs/plugin-react-swc's releases.

v3.7.1

Ignore directive sourcemap error #231

Changelog

Sourced from @​vitejs/plugin-react-swc's changelog.

3.7.1

Ignore directive sourcemap error #231

Commits
  • bc88ecb release: v3.7.1
  • 33d0246 chore: use isolated declarations for dts (#232)
  • bfaf614 chore(deps): update dependency @​swc/plugin-styled-components to v3 (#228)
  • 076d18e chore(deps): update dependency @​swc/plugin-emotion to v4 (#227)
  • 8f0c001 fix(deps): update all non-major dependencies (#225)
  • 9ae7fe6 fix: ignore directive sourcemap error (#231)
  • 3029ffb fix(deps): update all non-major dependencies (#209)
  • df98ee8 chore(deps): update pnpm to v9 (#198)
  • e078012 docs: mention devTarget option in caveats list (#212)
  • 11f4f68 ci: use node 20
  • See full diff in compare view

Updates @vitest/coverage-istanbul from 2.1.1 to 2.1.2

Release notes

Sourced from @​vitest/coverage-istanbul's releases.

v2.1.2

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 0ce26a4 chore: release v2.1.2
  • 88bde99 fix(coverage): cleanOnRerun: false to invalidate previous results (#6592)
  • 1371ca6 fix(coverage): remove empty coverage folder on test failure too (#6547)
  • See full diff in compare view

Updates typescript-eslint from 8.7.0 to 8.8.0

Release notes

Sourced from typescript-eslint's releases.

v8.8.0

8.8.0 (2024-09-30)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
  • eslint-plugin: [await-thenable] check for-await loop iteree (#10008)

🩹 Fixes

  • remove export type * in d.ts to support TS<5.0 (#10070)
  • eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
  • eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
  • eslint-plugin: [no-misused-promises] check contextual type (#10042)
  • eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
  • type-utils: check for type parameters on isBuiltinSymbolLikeRecurser() (#10026)
  • utils: update missing type information message (#10043)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.8.0 (2024-09-30)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates vitest from 2.1.1 to 2.1.2

Release notes

Sourced from vitest's releases.

v2.1.2

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 0ce26a4 chore: release v2.1.2
  • 383f179 fix(browser): throw an error if "@​vitest/browser/context" is imported outside...
  • 821400b fix(vitest): don't start a websocket server if api is disabled (#6617)
  • 8a8d3f0 fix(vitest): make env.SSR consistent between different pools (#6616)
  • ed8b7c0 fix(vitest): install dependencies with the same version when prompted (#6611)
  • d2a86ff fix(workspace): ignore DS_Store by default (#6571)
  • 88bde99 fix(coverage): cleanOnRerun: false to invalidate previous results (#6592)
  • 5f75790 refactor: replace strip-ansi with stripVTControlCharacters from `node:uti...
  • e7f3521 fix: move Vitest.setServer to post configureServer hook to enable import ...
  • 891d6fe docs: deprecate benchmark.outputFile option (#6591)
  • Additional commits viewable in compare view

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 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

Bumps the dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.10` | `18.3.11` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) | `3.7.0` | `3.7.1` |
| [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `2.1.1` | `2.1.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.7.0` | `8.8.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.1` | `2.1.2` |


Updates `@types/react` from 18.3.10 to 18.3.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@vitejs/plugin-react-swc` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md)
- [Commits](vitejs/vite-plugin-react-swc@v3.7.0...v3.7.1)

Updates `@vitest/coverage-istanbul` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/coverage-istanbul)

Updates `typescript-eslint` from 8.7.0 to 8.8.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/typescript-eslint)

Updates `vitest` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/vitest)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vitest/coverage-istanbul"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 4, 2024
@esimkowitz esimkowitz merged commit ea1b387 into main Oct 4, 2024
5 checks passed
@esimkowitz esimkowitz deleted the dependabot/npm_and_yarn/dev-dependencies-9110d4f525 branch October 4, 2024 17:33
xxyy2024 pushed a commit to xxyy2024/waveterm_aipy that referenced this pull request Jun 24, 2025
Bumps the dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
|
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)
| `18.3.10` | `18.3.11` |
|
[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc)
| `3.7.0` | `3.7.1` |
|
[@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul)
| `2.1.1` | `2.1.2` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `8.7.0` | `8.8.0` |
|
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)
| `2.1.1` | `2.1.2` |

Updates `@types/react` from 18.3.10 to 18.3.11
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vitejs/plugin-react-swc` from 3.7.0 to 3.7.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-react-swc/releases"><code>@​vitejs/plugin-react-swc</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.7.1</h2>
<p>Ignore directive sourcemap error <a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/231">#231</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md"><code>@​vitejs/plugin-react-swc</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.7.1</h2>
<p>Ignore directive sourcemap error <a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/231">#231</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/bc88ecb6f3e58b2bbfbc6398e2a7b1a979bf09fb"><code>bc88ecb</code></a>
release: v3.7.1</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/33d0246aecf21c46bc0fabf1ed42d61c672a321e"><code>33d0246</code></a>
chore: use isolated declarations for dts (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/232">#232</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/bfaf614589a9e7aad89e196d5a9500e0d3279a33"><code>bfaf614</code></a>
chore(deps): update dependency
<code>@​swc/plugin-styled-components</code> to v3 (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/228">#228</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/076d18ea584b0c377f10ffe22789c5e6bc621bc6"><code>076d18e</code></a>
chore(deps): update dependency <code>@​swc/plugin-emotion</code> to v4
(<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/227">#227</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/8f0c001fd2c88020980f504edd319077ca744731"><code>8f0c001</code></a>
fix(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/225">#225</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/9ae7fe6eb03f59b007aa9870a83aa1411ebb68d2"><code>9ae7fe6</code></a>
fix: ignore directive sourcemap error (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/231">#231</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/3029ffb33fea9cb70e7a45a130e90b7bebea6971"><code>3029ffb</code></a>
fix(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/209">#209</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/df98ee808cd62e7ac259f0b0abc592d770d088be"><code>df98ee8</code></a>
chore(deps): update pnpm to v9 (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/198">#198</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/e078012f89bf86cfb0041b543b1d3420dd79bd74"><code>e078012</code></a>
docs: mention <code>devTarget</code> option in caveats list (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/212">#212</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/11f4f684925c4e7121fa51d7df265acc5cd5903b"><code>11f4f68</code></a>
ci: use node 20</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite-plugin-react-swc/compare/v3.7.0...v3.7.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vitest/coverage-istanbul` from 2.1.1 to 2.1.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-istanbul</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.1.2</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Move <code>Vitest.setServer</code> to post
<code>configureServer</code> hook to enable import analysis for
workspace config loading  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6584">vitest-dev/vitest#6584</a>
<a href="https://github.com/vitest-dev/vitest/commit/e7f35214"><!-- raw
HTML omitted -->(e7f35)<!-- raw HTML omitted --></a></li>
<li><strong>benchmark</strong>:
<ul>
<li>Clear <code>BenchmarkResult.samples</code> array to reduce memory
usage  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6541">vitest-dev/vitest#6541</a>
<a href="https://github.com/vitest-dev/vitest/commit/a6407afc"><!-- raw
HTML omitted -->(a6407)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>browser</strong>:
<ul>
<li>Fix dynamic import inside worker  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6569">vitest-dev/vitest#6569</a>
<a href="https://github.com/vitest-dev/vitest/commit/ea2d429b"><!-- raw
HTML omitted -->(ea2d4)<!-- raw HTML omitted --></a></li>
<li>Fix browser mock factory event race condition  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6530">vitest-dev/vitest#6530</a>
<a href="https://github.com/vitest-dev/vitest/commit/f131f93b"><!-- raw
HTML omitted -->(f131f)<!-- raw HTML omitted --></a></li>
<li>Serve ui assets as static  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6564">vitest-dev/vitest#6564</a>
<a href="https://github.com/vitest-dev/vitest/commit/adcdaee8"><!-- raw
HTML omitted -->(adcda)<!-- raw HTML omitted --></a></li>
<li>Update solidjs testing library lib  -  by <a
href="https://github.com/CamilleTeruel"><code>@​CamilleTeruel</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6548">vitest-dev/vitest#6548</a>
<a href="https://github.com/vitest-dev/vitest/commit/91442dfc"><!-- raw
HTML omitted -->(91442)<!-- raw HTML omitted --></a></li>
<li>Use <code>data:</code> protocol on preview provider file upload  - 
by <a href="https://github.com/userquin"><code>@​userquin</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6501">vitest-dev/vitest#6501</a>
<a href="https://github.com/vitest-dev/vitest/commit/e9821f70"><!-- raw
HTML omitted -->(e9821)<!-- raw HTML omitted --></a></li>
<li>Fix base for client script  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6510">vitest-dev/vitest#6510</a>
<a href="https://github.com/vitest-dev/vitest/commit/f952874e"><!-- raw
HTML omitted -->(f9528)<!-- raw HTML omitted --></a></li>
<li>Throw an error if &quot;<code>@​vitest/browser/</code>context&quot;
is imported outside of the browser mode  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6570">vitest-dev/vitest#6570</a>
<a href="https://github.com/vitest-dev/vitest/commit/383f1791"><!-- raw
HTML omitted -->(383f1)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Remove empty coverage folder on test failure too  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6547">vitest-dev/vitest#6547</a>
<a href="https://github.com/vitest-dev/vitest/commit/1371ca6a"><!-- raw
HTML omitted -->(1371c)<!-- raw HTML omitted --></a></li>
<li>Include <code>*.astro</code> by default  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6565">vitest-dev/vitest#6565</a>
<a href="https://github.com/vitest-dev/vitest/commit/f8ff76a9"><!-- raw
HTML omitted -->(f8ff7)<!-- raw HTML omitted --></a></li>
<li><code>cleanOnRerun: false</code> to invalidate previous results  - 
by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6592">vitest-dev/vitest#6592</a>
<a href="https://github.com/vitest-dev/vitest/commit/88bde99c"><!-- raw
HTML omitted -->(88bde)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Fix <code>toBeDefined</code> with <code>expect.poll</code>  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6562">vitest-dev/vitest#6562</a>
<a href="https://github.com/vitest-dev/vitest/commit/f7da6199"><!-- raw
HTML omitted -->(f7da6)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Mark tests as skipped when <code>beforeAll</code> failed  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6524">vitest-dev/vitest#6524</a>
<a href="https://github.com/vitest-dev/vitest/commit/fb79792d"><!-- raw
HTML omitted -->(fb797)<!-- raw HTML omitted --></a></li>
<li>Support fixture parsing of lowered async syntax  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6531">vitest-dev/vitest#6531</a>
<a href="https://github.com/vitest-dev/vitest/commit/b553c7d6"><!-- raw
HTML omitted -->(b553c)<!-- raw HTML omitted --></a></li>
<li>Fix fixture parsing of lowered async syntax for non arrow functions
 -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6575">vitest-dev/vitest#6575</a>
<a href="https://github.com/vitest-dev/vitest/commit/3de00ab6"><!-- raw
HTML omitted -->(3de00)<!-- raw HTML omitted --></a></li>
<li>Guard test hook callback  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6604">vitest-dev/vitest#6604</a>
<a href="https://github.com/vitest-dev/vitest/commit/1497134e"><!-- raw
HTML omitted -->(14971)<!-- raw HTML omitted --></a></li>
<li>Run <code>onTestFinished</code> and <code>onTestFailed</code> during
<code>retry</code> and <code>repeats</code>  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6609">vitest-dev/vitest#6609</a>
<a href="https://github.com/vitest-dev/vitest/commit/c5e29098"><!-- raw
HTML omitted -->(c5e29)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>ui</strong>:
<ul>
<li>List tests on ui when <code>--standalone</code>  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6577">vitest-dev/vitest#6577</a>
<a href="https://github.com/vitest-dev/vitest/commit/d0bf89d3"><!-- raw
HTML omitted -->(d0bf8)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vite-node</strong>:
<ul>
<li>Fix esm false-detection inside comment  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6506">vitest-dev/vitest#6506</a>
<a href="https://github.com/vitest-dev/vitest/commit/91f85997"><!-- raw
HTML omitted -->(91f85)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Install dependencies with the same version when prompted  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6611">vitest-dev/vitest#6611</a>
<a href="https://github.com/vitest-dev/vitest/commit/ed8b7c08"><!-- raw
HTML omitted -->(ed8b7)<!-- raw HTML omitted --></a></li>
<li>Make env.SSR consistent between different pools  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6616">vitest-dev/vitest#6616</a>
<a href="https://github.com/vitest-dev/vitest/commit/8a8d3f03"><!-- raw
HTML omitted -->(8a8d3)<!-- raw HTML omitted --></a></li>
<li>Don't start a websocket server if api 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/6617">vitest-dev/vitest#6617</a>
<a href="https://github.com/vitest-dev/vitest/commit/821400b8"><!-- raw
HTML omitted -->(82140)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>workspace</strong>:
<ul>
<li>Fix glob pattern detection  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6502">vitest-dev/vitest#6502</a>
<a href="https://github.com/vitest-dev/vitest/commit/7727ca87"><!-- raw
HTML omitted -->(7727c)<!-- raw HTML omitted --></a></li>
<li>Ignore DS_Store by default  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6571">vitest-dev/vitest#6571</a>
<a href="https://github.com/vitest-dev/vitest/commit/d2a86ff5"><!-- raw
HTML omitted -->(d2a86)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v2.1.1...v2.1.2">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/0ce26a4c70093dd90ca6b5a592f1ea43bd0e4228"><code>0ce26a4</code></a>
chore: release v2.1.2</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/88bde99cda26ff833220293ad0d0b350d61b358a"><code>88bde99</code></a>
fix(coverage): <code>cleanOnRerun: false</code> to invalidate previous
results (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6592">#6592</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/1371ca6a6fba068b98484ec554200e558c5283ec"><code>1371ca6</code></a>
fix(coverage): remove empty coverage folder on test failure too (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6547">#6547</a>)</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/coverage-istanbul">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 8.7.0 to 8.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's
releases</a>.</em></p>
<blockquote>
<h2>v8.8.0</h2>
<h2>8.8.0 (2024-09-30)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] add
checkTypePredicates (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10009">#10009</a>)</li>
<li><strong>eslint-plugin:</strong> [await-thenable] check for-await
loop iteree (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10008">#10008</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>remove <code>export type *</code> in d.ts to support TS&lt;5.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10070">#10070</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression]
should underline template syntax with squiggly lines (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10044">#10044</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] max callstack
exceeded when class implements itself (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10040">#10040</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-promises] check
contextual type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10042">#10042</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] allow
nested bitwise operations (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10037">#10037</a>)</li>
<li><strong>type-utils:</strong> check for type parameters on
<code>isBuiltinSymbolLikeRecurser()</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10026">#10026</a>)</li>
<li><strong>utils:</strong> update missing type information message (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10043">#10043</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Josh Goldberg ✨</li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>Ronen Amiel</li>
<li>Tarun Chauhan <a
href="https://github.com/tarunrajput"><code>@​tarunrajput</code></a></li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's
changelog</a>.</em></p>
<blockquote>
<h2>8.8.0 (2024-09-30)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/2055cfbbdef5d9b7ee4ed7180f0af93eed245235"><code>2055cfb</code></a>
chore(release): publish 8.8.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />

Updates `vitest` from 2.1.1 to 2.1.2
<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>v2.1.2</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Move <code>Vitest.setServer</code> to post
<code>configureServer</code> hook to enable import analysis for
workspace config loading  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6584">vitest-dev/vitest#6584</a>
<a href="https://github.com/vitest-dev/vitest/commit/e7f35214"><!-- raw
HTML omitted -->(e7f35)<!-- raw HTML omitted --></a></li>
<li><strong>benchmark</strong>:
<ul>
<li>Clear <code>BenchmarkResult.samples</code> array to reduce memory
usage  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6541">vitest-dev/vitest#6541</a>
<a href="https://github.com/vitest-dev/vitest/commit/a6407afc"><!-- raw
HTML omitted -->(a6407)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>browser</strong>:
<ul>
<li>Fix dynamic import inside worker  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6569">vitest-dev/vitest#6569</a>
<a href="https://github.com/vitest-dev/vitest/commit/ea2d429b"><!-- raw
HTML omitted -->(ea2d4)<!-- raw HTML omitted --></a></li>
<li>Fix browser mock factory event race condition  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6530">vitest-dev/vitest#6530</a>
<a href="https://github.com/vitest-dev/vitest/commit/f131f93b"><!-- raw
HTML omitted -->(f131f)<!-- raw HTML omitted --></a></li>
<li>Serve ui assets as static  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6564">vitest-dev/vitest#6564</a>
<a href="https://github.com/vitest-dev/vitest/commit/adcdaee8"><!-- raw
HTML omitted -->(adcda)<!-- raw HTML omitted --></a></li>
<li>Update solidjs testing library lib  -  by <a
href="https://github.com/CamilleTeruel"><code>@​CamilleTeruel</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6548">vitest-dev/vitest#6548</a>
<a href="https://github.com/vitest-dev/vitest/commit/91442dfc"><!-- raw
HTML omitted -->(91442)<!-- raw HTML omitted --></a></li>
<li>Use <code>data:</code> protocol on preview provider file upload  - 
by <a href="https://github.com/userquin"><code>@​userquin</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6501">vitest-dev/vitest#6501</a>
<a href="https://github.com/vitest-dev/vitest/commit/e9821f70"><!-- raw
HTML omitted -->(e9821)<!-- raw HTML omitted --></a></li>
<li>Fix base for client script  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6510">vitest-dev/vitest#6510</a>
<a href="https://github.com/vitest-dev/vitest/commit/f952874e"><!-- raw
HTML omitted -->(f9528)<!-- raw HTML omitted --></a></li>
<li>Throw an error if &quot;<code>@​vitest/browser/</code>context&quot;
is imported outside of the browser mode  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6570">vitest-dev/vitest#6570</a>
<a href="https://github.com/vitest-dev/vitest/commit/383f1791"><!-- raw
HTML omitted -->(383f1)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Remove empty coverage folder on test failure too  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6547">vitest-dev/vitest#6547</a>
<a href="https://github.com/vitest-dev/vitest/commit/1371ca6a"><!-- raw
HTML omitted -->(1371c)<!-- raw HTML omitted --></a></li>
<li>Include <code>*.astro</code> by default  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6565">vitest-dev/vitest#6565</a>
<a href="https://github.com/vitest-dev/vitest/commit/f8ff76a9"><!-- raw
HTML omitted -->(f8ff7)<!-- raw HTML omitted --></a></li>
<li><code>cleanOnRerun: false</code> to invalidate previous results  - 
by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6592">vitest-dev/vitest#6592</a>
<a href="https://github.com/vitest-dev/vitest/commit/88bde99c"><!-- raw
HTML omitted -->(88bde)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Fix <code>toBeDefined</code> with <code>expect.poll</code>  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6562">vitest-dev/vitest#6562</a>
<a href="https://github.com/vitest-dev/vitest/commit/f7da6199"><!-- raw
HTML omitted -->(f7da6)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Mark tests as skipped when <code>beforeAll</code> failed  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6524">vitest-dev/vitest#6524</a>
<a href="https://github.com/vitest-dev/vitest/commit/fb79792d"><!-- raw
HTML omitted -->(fb797)<!-- raw HTML omitted --></a></li>
<li>Support fixture parsing of lowered async syntax  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6531">vitest-dev/vitest#6531</a>
<a href="https://github.com/vitest-dev/vitest/commit/b553c7d6"><!-- raw
HTML omitted -->(b553c)<!-- raw HTML omitted --></a></li>
<li>Fix fixture parsing of lowered async syntax for non arrow functions
 -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6575">vitest-dev/vitest#6575</a>
<a href="https://github.com/vitest-dev/vitest/commit/3de00ab6"><!-- raw
HTML omitted -->(3de00)<!-- raw HTML omitted --></a></li>
<li>Guard test hook callback  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6604">vitest-dev/vitest#6604</a>
<a href="https://github.com/vitest-dev/vitest/commit/1497134e"><!-- raw
HTML omitted -->(14971)<!-- raw HTML omitted --></a></li>
<li>Run <code>onTestFinished</code> and <code>onTestFailed</code> during
<code>retry</code> and <code>repeats</code>  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6609">vitest-dev/vitest#6609</a>
<a href="https://github.com/vitest-dev/vitest/commit/c5e29098"><!-- raw
HTML omitted -->(c5e29)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>ui</strong>:
<ul>
<li>List tests on ui when <code>--standalone</code>  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6577">vitest-dev/vitest#6577</a>
<a href="https://github.com/vitest-dev/vitest/commit/d0bf89d3"><!-- raw
HTML omitted -->(d0bf8)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vite-node</strong>:
<ul>
<li>Fix esm false-detection inside comment  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6506">vitest-dev/vitest#6506</a>
<a href="https://github.com/vitest-dev/vitest/commit/91f85997"><!-- raw
HTML omitted -->(91f85)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Install dependencies with the same version when prompted  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6611">vitest-dev/vitest#6611</a>
<a href="https://github.com/vitest-dev/vitest/commit/ed8b7c08"><!-- raw
HTML omitted -->(ed8b7)<!-- raw HTML omitted --></a></li>
<li>Make env.SSR consistent between different pools  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6616">vitest-dev/vitest#6616</a>
<a href="https://github.com/vitest-dev/vitest/commit/8a8d3f03"><!-- raw
HTML omitted -->(8a8d3)<!-- raw HTML omitted --></a></li>
<li>Don't start a websocket server if api 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/6617">vitest-dev/vitest#6617</a>
<a href="https://github.com/vitest-dev/vitest/commit/821400b8"><!-- raw
HTML omitted -->(82140)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>workspace</strong>:
<ul>
<li>Fix glob pattern detection  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6502">vitest-dev/vitest#6502</a>
<a href="https://github.com/vitest-dev/vitest/commit/7727ca87"><!-- raw
HTML omitted -->(7727c)<!-- raw HTML omitted --></a></li>
<li>Ignore DS_Store by default  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6571">vitest-dev/vitest#6571</a>
<a href="https://github.com/vitest-dev/vitest/commit/d2a86ff5"><!-- raw
HTML omitted -->(d2a86)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v2.1.1...v2.1.2">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/0ce26a4c70093dd90ca6b5a592f1ea43bd0e4228"><code>0ce26a4</code></a>
chore: release v2.1.2</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/383f17916608768858beafcbfcce645190ca4ec8"><code>383f179</code></a>
fix(browser): throw an error if
&quot;<code>@​vitest/browser/</code>context&quot; is imported
outside...</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/821400b8c17f8cffff6f6521c8dfa4a66b1f8372"><code>821400b</code></a>
fix(vitest): don't start a websocket server if api is disabled (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6617">#6617</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/8a8d3f0346c6faf5a400b8c5c15f0424f82b0982"><code>8a8d3f0</code></a>
fix(vitest): make env.SSR consistent between different pools (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6616">#6616</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/ed8b7c087a99098888febfae91a3e7dddad205d2"><code>ed8b7c0</code></a>
fix(vitest): install dependencies with the same version when prompted
(<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6611">#6611</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/d2a86ff57a3a32efbd05f55286f7765c4ee91853"><code>d2a86ff</code></a>
fix(workspace): ignore DS_Store by default (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6571">#6571</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/88bde99cda26ff833220293ad0d0b350d61b358a"><code>88bde99</code></a>
fix(coverage): <code>cleanOnRerun: false</code> to invalidate previous
results (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6592">#6592</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/5f757900b5f55eced4517b26e90d02ae2e6ed2f7"><code>5f75790</code></a>
refactor: replace <code>strip-ansi</code> with
<code>stripVTControlCharacters</code> from `node:uti...</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/e7f35214c8fdcf218679b9ed2f6f68854c1b1e0b"><code>e7f3521</code></a>
fix: move <code>Vitest.setServer</code> to post
<code>configureServer</code> hook to enable import ...</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/891d6fe57c50a16900e7993461c64054a5431a50"><code>891d6fe</code></a>
docs: deprecate <code>benchmark.outputFile</code> option (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6591">#6591</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/vitest">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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant