[PR #115] [MERGED] chore(frontend): bump the frontend-deps group in /frontend with 4 updates #114

Closed
opened 2026-08-17 07:30:46 +02:00 by zaph0d · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/niels-emmer/myace/pull/115
Author: @dependabot[bot]
Created: 8/16/2026
Status: Merged
Merged: 8/17/2026
Merged by: @niels-emmer

Base: mainHead: dependabot/npm_and_yarn/frontend/frontend-deps-a8f97f58fe


📝 Commits (2)

  • c2ccad8 chore(frontend): bump the frontend-deps group
  • 0abd1a8 Merge branch 'main' into dependabot/npm_and_yarn/frontend/frontend-deps-a8f97f58fe

📊 Changes

2 files changed (+96 additions, -101 deletions)

View changed files

📝 frontend/package-lock.json (+92 -97)
📝 frontend/package.json (+4 -4)

📄 Description

Bumps the frontend-deps group in /frontend with 4 updates: @testing-library/jest-dom, eslint-plugin-react-refresh, globals and typescript-eslint.

Updates @testing-library/jest-dom from 7.0.0 to 7.0.1

Release notes

Sourced from @​testing-library/jest-dom's releases.

v7.0.1

7.0.1 (2026-08-09)

Bug Fixes

  • declare vitest as an optional peer dependency (#733) (3782c78)
Commits

Updates eslint-plugin-react-refresh from 0.4.26 to 0.5.4

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.5.4

  • Add instant to allowExportNames in Next config #112

v0.5.3

  • Fix check for non component class exported via export { } #110 (fixes #109)

v0.5.2

  • Support nested function calls for extraHOCs (actually fixes #104)

v0.5.1

  • Mark ESLint v10 as supported
  • Support false positives with TypeScript function overloading (fixes #105)
  • Support nested function calls for extraHOCs (fixes #104)

v0.5.0

Breaking changes

  • The package now ships as ESM and requires ESLint 9 + node 20. Because legacy config doesn't support ESM, this requires to use flat config
  • A new reactRefresh export is available and prefered over the default export. It's an object with two properties:
    • plugin: The plugin object with the rules
    • configs: An object containing configuration presets, each exposed as a function. These functions accept your custom options, merge them with sensible defaults for that config, and return the final config object.
  • customHOCs option was renamed to extraHOCs
  • Validation of HOCs calls is now more strict, you may need to add some HOCs to the extraHOCs option (like connect or styled)

Config example:

import { defineConfig } from "eslint/config";
import { reactRefresh } from "eslint-plugin-react-refresh";

export default defineConfig( /* Main config */ reactRefresh.configs.vite({ extraHOCs: ["someLibHOC"] }), );

Config example without config:

import { defineConfig } from "eslint/config";
import { reactRefresh } from "eslint-plugin-react-refresh";

export default defineConfig({ files: ["/*.ts", "/*.tsx"], plugins: { // other plugins "react-refresh": reactRefresh.plugin, }, rules: { // other rules </tr></table>

... (truncated)

Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.5.4

  • Add instant to allowExportNames in Next config #112

0.5.3

  • Fix check for non component class exported via export { } #110 (fixes #109)

0.5.2

  • Support nested function calls for extraHOCs (actually fixes #104)

0.5.1

  • Mark ESLint v10 as supported
  • Support false positives with TypeScript function overloading (fixes #105)
  • Support nested function calls for extraHOCs (fixes #104)

0.5.0

Breaking changes

  • The package now ships as ESM and requires ESLint 9 + node 20. Because legacy config doesn't support ESM, this requires to use flat config
  • A new reactRefresh export is available and prefered over the default export. It's an object with two properties:
    • plugin: The plugin object with the rules
    • configs: An object containing configuration presets, each exposed as a function. These functions accept your custom options, merge them with sensible defaults for that config, and return the final config object.
  • customHOCs option was renamed to extraHOCs
  • Validation of HOCs calls is now more strict, you may need to add some HOCs to the extraHOCs option

Config example:

import { defineConfig } from "eslint/config";
import { reactRefresh } from "eslint-plugin-react-refresh";

export default defineConfig( /* Main config */ reactRefresh.configs.vite({ extraHOCs: ["someLibHOC"] }), );

Config example without config:

import { defineConfig } from "eslint/config";
import { reactRefresh } from "eslint-plugin-react-refresh";

export default defineConfig({ files: ["/*.ts", "/*.tsx"], plugins: { </tr></table>

... (truncated)

Commits
  • e316617 [publish] Add instant to allowExportNames in Next config (#112)
  • 00818e9 v0.5.3 [publish]
  • 202fc4a Fix PascalCase class exported via export { Name } incorrectly treated as Re...
  • c0317bf Fix support for nested function calls for extraHOCs [publish]
  • 42a1805 Explicit v10 support (fixes #106) [publish]
  • 199793e Support nested function calls for extraHOCs (fixes #104)
  • 26b3c15 Support false positives with TypeScript function overloading (fixes #105)
  • daa2efb Revamp logic to catch more cases [publish] (#97)
  • See full diff in compare view

Updates globals from 17.9.0 to 17.11.0

Release notes

Sourced from globals's releases.

v17.11.0

  • Add react-native globals (#337) 61eafbf

https://github.com/sindresorhus/globals/compare/v17.10.0...v17.11.0

v17.10.0

  • Add GM_cookie to Greasemonkey globals (#349) f468407

https://github.com/sindresorhus/globals/compare/v17.9.0...v17.10.0

Commits

Updates typescript-eslint from 8.66.0 to 8.67.0

Release notes

Sourced from typescript-eslint's releases.

v8.67.0

8.67.0 (2026-08-10)

🚀 Features

  • typescript-eslint: export basic globs for using tseslint (#12105)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from typescript-eslint's changelog.

8.67.0 (2026-08-10)

🚀 Features

  • typescript-eslint: export basic globs for using tseslint (#12105)

❤️ Thank You

See GitHub Releases for more information.

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

Commits

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/niels-emmer/myace/pull/115 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/16/2026 **Status:** ✅ Merged **Merged:** 8/17/2026 **Merged by:** [@niels-emmer](https://github.com/niels-emmer) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/frontend/frontend-deps-a8f97f58fe` --- ### 📝 Commits (2) - [`c2ccad8`](https://github.com/niels-emmer/myace/commit/c2ccad87753beb62d2eb6dd9d40f8d7ace1b9307) chore(frontend): bump the frontend-deps group - [`0abd1a8`](https://github.com/niels-emmer/myace/commit/0abd1a8226c94d7446ea942c207d46ecd6646ffc) Merge branch 'main' into dependabot/npm_and_yarn/frontend/frontend-deps-a8f97f58fe ### 📊 Changes **2 files changed** (+96 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package-lock.json` (+92 -97) 📝 `frontend/package.json` (+4 -4) </details> ### 📄 Description Bumps the frontend-deps group in /frontend with 4 updates: [@testing-library/jest-dom](https://github.com/testing-library/jest-dom), [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh), [globals](https://github.com/sindresorhus/globals) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@testing-library/jest-dom` from 7.0.0 to 7.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/jest-dom/releases">@​testing-library/jest-dom's releases</a>.</em></p> <blockquote> <h2>v7.0.1</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v7.0.0...v7.0.1">7.0.1</a> (2026-08-09)</h2> <h3>Bug Fixes</h3> <ul> <li>declare vitest as an optional peer dependency (<a href="https://redirect.github.com/testing-library/jest-dom/issues/733">#733</a>) (<a href="https://github.com/testing-library/jest-dom/commit/3782c78b3dc9824675afe0cb8f1722f8c96f494d">3782c78</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/jest-dom/commit/3782c78b3dc9824675afe0cb8f1722f8c96f494d"><code>3782c78</code></a> fix: declare vitest as an optional peer dependency (<a href="https://redirect.github.com/testing-library/jest-dom/issues/733">#733</a>)</li> <li>See full diff in <a href="https://github.com/testing-library/jest-dom/compare/v7.0.0...v7.0.1">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-react-refresh` from 0.4.26 to 0.5.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases">eslint-plugin-react-refresh's releases</a>.</em></p> <blockquote> <h2>v0.5.4</h2> <ul> <li>Add <code>instant</code> to <code>allowExportNames</code> in Next config <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/pull/112">#112</a></li> </ul> <h2>v0.5.3</h2> <ul> <li>Fix check for non component class exported via <code>export { }</code> <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/pull/110">#110</a> (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/109">#109</a>)</li> </ul> <h2>v0.5.2</h2> <ul> <li>Support nested function calls for extraHOCs (actually fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/104">#104</a>)</li> </ul> <h2>v0.5.1</h2> <ul> <li>Mark ESLint v10 as supported</li> <li>Support false positives with TypeScript function overloading (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/105">#105</a>)</li> <li>Support nested function calls for extraHOCs (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/104">#104</a>)</li> </ul> <h2>v0.5.0</h2> <h3>Breaking changes</h3> <ul> <li>The package now ships as ESM and requires ESLint 9 + node 20. Because legacy config doesn't support ESM, this requires to use <a href="https://eslint.org/docs/latest/use/configure/migration-guide">flat config</a></li> <li>A new <code>reactRefresh</code> export is available and prefered over the default export. It's an object with two properties: <ul> <li><code>plugin</code>: The plugin object with the rules</li> <li><code>configs</code>: An object containing configuration presets, each exposed as a function. These functions accept your custom options, merge them with sensible defaults for that config, and return the final config object.</li> </ul> </li> <li><code>customHOCs</code> option was renamed to <code>extraHOCs</code></li> <li>Validation of HOCs calls is now more strict, you may need to add some HOCs to the <code>extraHOCs</code> option (like <code>connect</code> or <code>styled</code>)</li> </ul> <p>Config example:</p> <pre lang="js"><code>import { defineConfig } from &quot;eslint/config&quot;; import { reactRefresh } from &quot;eslint-plugin-react-refresh&quot;; <p>export default defineConfig( /* Main config */ reactRefresh.configs.vite({ extraHOCs: [&quot;someLibHOC&quot;] }), ); </code></pre></p> <p>Config example without config:</p> <pre lang="js"><code>import { defineConfig } from &quot;eslint/config&quot;; import { reactRefresh } from &quot;eslint-plugin-react-refresh&quot;; <p>export default defineConfig({ files: [&quot;<strong>/*.ts&quot;, &quot;</strong>/*.tsx&quot;], plugins: { // other plugins &quot;react-refresh&quot;: reactRefresh.plugin, }, rules: { // other rules &lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md">eslint-plugin-react-refresh's changelog</a>.</em></p> <blockquote> <h2>0.5.4</h2> <ul> <li>Add <code>instant</code> to <code>allowExportNames</code> in Next config <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/pull/112">#112</a></li> </ul> <h2>0.5.3</h2> <ul> <li>Fix check for non component class exported via <code>export { }</code> <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/pull/110">#110</a> (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/109">#109</a>)</li> </ul> <h2>0.5.2</h2> <ul> <li>Support nested function calls for extraHOCs (actually fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/104">#104</a>)</li> </ul> <h2>0.5.1</h2> <ul> <li>Mark ESLint v10 as supported</li> <li>Support false positives with TypeScript function overloading (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/105">#105</a>)</li> <li>Support nested function calls for extraHOCs (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/104">#104</a>)</li> </ul> <h2>0.5.0</h2> <h3>Breaking changes</h3> <ul> <li>The package now ships as ESM and requires ESLint 9 + node 20. Because legacy config doesn't support ESM, this requires to use <a href="https://eslint.org/docs/latest/use/configure/migration-guide">flat config</a></li> <li>A new <code>reactRefresh</code> export is available and prefered over the default export. It's an object with two properties: <ul> <li><code>plugin</code>: The plugin object with the rules</li> <li><code>configs</code>: An object containing configuration presets, each exposed as a function. These functions accept your custom options, merge them with sensible defaults for that config, and return the final config object.</li> </ul> </li> <li><code>customHOCs</code> option was renamed to <code>extraHOCs</code></li> <li>Validation of HOCs calls is now more strict, you may need to add some HOCs to the <code>extraHOCs</code> option</li> </ul> <p>Config example:</p> <pre lang="js"><code>import { defineConfig } from &quot;eslint/config&quot;; import { reactRefresh } from &quot;eslint-plugin-react-refresh&quot;; <p>export default defineConfig( /* Main config */ reactRefresh.configs.vite({ extraHOCs: [&quot;someLibHOC&quot;] }), ); </code></pre></p> <p>Config example without config:</p> <pre lang="js"><code>import { defineConfig } from &quot;eslint/config&quot;; import { reactRefresh } from &quot;eslint-plugin-react-refresh&quot;; <p>export default defineConfig({ files: [&quot;<strong>/*.ts&quot;, &quot;</strong>/*.tsx&quot;], plugins: { &lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/e316617e4928f666d4301c35bcd871c111e84651"><code>e316617</code></a> [publish] Add <code>instant</code> to <code>allowExportNames</code> in Next config (<a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/112">#112</a>)</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/00818e991486da1e4b76f510f5f9113271549944"><code>00818e9</code></a> v0.5.3 [publish]</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/202fc4a8bddcfb442a317ad604693d8436c3d3ea"><code>202fc4a</code></a> Fix PascalCase class exported via <code>export { Name }</code> incorrectly treated as Re...</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/c0317bfe447d1f014e5e0bedcdfe77e50343c871"><code>c0317bf</code></a> Fix support for nested function calls for extraHOCs [publish]</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/42a1805ef5c18354e7b4cfe9db48891f6e2a00f2"><code>42a1805</code></a> Explicit v10 support (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/106">#106</a>) [publish]</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/199793e0d65ef30d24aadf077ed994f582264724"><code>199793e</code></a> Support nested function calls for extraHOCs (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/104">#104</a>)</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/26b3c1525e7008545dee68b2deb4601802b88ade"><code>26b3c15</code></a> Support false positives with TypeScript function overloading (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/105">#105</a>)</li> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/daa2efb2a2899ad7e793fc42e01bddbbc132074f"><code>daa2efb</code></a> Revamp logic to catch more cases [publish] (<a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/97">#97</a>)</li> <li>See full diff in <a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.26...v0.5.4">compare view</a></li> </ul> </details> <br /> Updates `globals` from 17.9.0 to 17.11.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/globals/releases">globals's releases</a>.</em></p> <blockquote> <h2>v17.11.0</h2> <ul> <li>Add <code>react-native</code> globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/337">#337</a>) 61eafbf</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/globals/compare/v17.10.0...v17.11.0">https://github.com/sindresorhus/globals/compare/v17.10.0...v17.11.0</a></p> <h2>v17.10.0</h2> <ul> <li>Add <code>GM_cookie</code> to Greasemonkey globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/349">#349</a>) f468407</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/globals/compare/v17.9.0...v17.10.0">https://github.com/sindresorhus/globals/compare/v17.9.0...v17.10.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/globals/commit/8c599278a68a0a6ea17b0c12f976f2270f70f391"><code>8c59927</code></a> 17.11.0</li> <li><a href="https://github.com/sindresorhus/globals/commit/61eafbf105037079654824d883edc261834a0fbd"><code>61eafbf</code></a> Add <code>react-native</code> globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/337">#337</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/7bed4af3730dcb5dbea4274b5264e6be4c4b8910"><code>7bed4af</code></a> 17.10.0</li> <li><a href="https://github.com/sindresorhus/globals/commit/f4684072a5ec0ad598ee4a20989b3eaa733753bf"><code>f468407</code></a> Add <code>GM_cookie</code> to Greasemonkey globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/349">#349</a>)</li> <li>See full diff in <a href="https://github.com/sindresorhus/globals/compare/v17.9.0...v17.11.0">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.66.0 to 8.67.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.67.0</h2> <h2>8.67.0 (2026-08-10)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-eslint:</strong> export basic globs for using tseslint (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12105">#12105</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Evyatar Daud <a href="https://github.com/StyleShit"><code>@​StyleShit</code></a></li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> </ul> <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.67.0">GitHub Releases</a> for more information.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/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.67.0 (2026-08-10)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-eslint:</strong> export basic globs for using tseslint (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12105">#12105</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Claude Sonnet 5</li> <li>Evyatar Daud <a href="https://github.com/StyleShit"><code>@​StyleShit</code></a></li> <li>Josh Goldberg</li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> </ul> <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.67.0">GitHub Releases</a> for more information.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/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/20a261fb8e62351e88176b075090dc9276d26072"><code>20a261f</code></a> chore(release): publish 8.67.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c245fbb611d8cff3199ffa3a169df156d0e35928"><code>c245fbb</code></a> feat(typescript-eslint): export basic globs for using tseslint (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/12105">#12105</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3b155bb1344fd7ce83086cf2f864a7e8f3b4a217"><code>3b155bb</code></a> chore: use typescript 7 for typechecking (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/12601">#12601</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.67.0/packages/typescript-eslint">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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zaph0d changed title from [PR #115] chore(frontend): bump the frontend-deps group in /frontend with 4 updates to [PR #115] [MERGED] chore(frontend): bump the frontend-deps group in /frontend with 4 updates 2026-08-18 07:31:07 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
github-mirrors/myace#114
No description provided.