mirror of
https://github.com/maputnik/editor.git
synced 2026-05-22 07:57:26 +00:00
b450dd66ecb7b4e4e7eff5d617fa3acc9906ed3d
895 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
0dd47a4cb0 |
chore(deps): Bump maplibre-gl from 5.22.0 to 5.23.0 (#1810)
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.22.0 to 5.23.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/releases">maplibre-gl's releases</a>.</em></p> <blockquote> <h2>v5.23.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Add <code>touchZoomRotate.setZoomRate()</code> and <code>touchZoomRotate.setZoomThreshold()</code> to customize touch zoom speed and pinch sensitivity (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7271">#7271</a>)</li> <li>Improve ability to communicate with imported scripts in workers and use <code>makeRequest</code> in workres as well (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7451">#7451</a>) (by <a href="https://github.com/HarelM"><code>@HarelM</code></a>)</li> <li>Allow <code>opacity</code> and <code>opacityWhenCovered</code> in <code>Marker</code> and <code>MarkerOptions</code> to accept <code>number</code> in addition to <code>string</code>, and add <code>maplibregl-marker-covered</code> CSS class to <code>Marker</code> element when covered by 3D terrain or a globe (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7433">#7433</a>) (by <a href="https://github.com/YuChunTsao"><code>@YuChunTsao</code></a>)</li> <li>perf: add a bench for terrain rendering and fix <code>_demMatrixCache</code> lookup being wasted cycles by actually using the cache (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7400">#7400</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix polygon text label placement drifting far from center for convex polygons at high zoom due to coordinate rounding in geojson-vt (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7380">#7380</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>Ensure that a successful ArrayBuffer response from a custom protocol that is null/undefined is set to an empty ArrayBuffer (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7427">#7427</a>) (by <a href="https://github.com/neodescis"><code>@neodescis</code></a>)</li> <li>Fix error in <code>_contextRestored</code> when map was initialized without a style (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7432">#7432</a>) (by <a href="https://github.com/mvanhorn"><code>@mvanhorn</code></a>)</li> <li>Fix issue with the cache used for zoomLevelsToOverscale feature (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7450">#7450</a>) (by <a href="https://github.com/HarelM"><code>@HarelM</code></a>)</li> <li>Update stylelint and fix old issues with the CSS (mainly change rgb to use spaces) (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7365">#7365</a>) (by <a href="https://github.com/HarelM"><code>@HarelM</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md">maplibre-gl's changelog</a>.</em></p> <blockquote> <h2>5.23.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Add <code>touchZoomRotate.setZoomRate()</code> and <code>touchZoomRotate.setZoomThreshold()</code> to customize touch zoom speed and pinch sensitivity (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7271">#7271</a>)</li> <li>Improve ability to communicate with imported scripts in workers and use <code>makeRequest</code> in workres as well (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7451">#7451</a>) (by <a href="https://github.com/HarelM"><code>@HarelM</code></a>)</li> <li>Allow <code>opacity</code> and <code>opacityWhenCovered</code> in <code>Marker</code> and <code>MarkerOptions</code> to accept <code>number</code> in addition to <code>string</code>, and add <code>maplibregl-marker-covered</code> CSS class to <code>Marker</code> element when covered by 3D terrain or a globe (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7433">#7433</a>) (by <a href="https://github.com/YuChunTsao"><code>@YuChunTsao</code></a>)</li> <li>perf: add a bench for terrain rendering and fix <code>_demMatrixCache</code> lookup being wasted cycles by actually using the cache (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7400">#7400</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix polygon text label placement drifting far from center for convex polygons at high zoom due to coordinate rounding in geojson-vt (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7380">#7380</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>Ensure that a successful ArrayBuffer response from a custom protocol that is null/undefined is set to an empty ArrayBuffer (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7427">#7427</a>) (by <a href="https://github.com/neodescis"><code>@neodescis</code></a>)</li> <li>Fix error in <code>_contextRestored</code> when map was initialized without a style (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7432">#7432</a>) (by <a href="https://github.com/mvanhorn"><code>@mvanhorn</code></a>)</li> <li>Fix issue with the cache used for zoomLevelsToOverscale feature (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7450">#7450</a>) (by <a href="https://github.com/HarelM"><code>@HarelM</code></a>)</li> <li>Update stylelint and fix old issues with the CSS (mainly change rgb to use spaces) (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7365">#7365</a>) (by <a href="https://github.com/HarelM"><code>@HarelM</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/7f61f6f252c8612bc21a634fec648b0eb0007835"><code>7f61f6f</code></a> Bump js version to 5.23.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7455">#7455</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/6ace1419172c4e224448573fe813c888c906b956"><code>6ace141</code></a> Update geojson-vt to version 6.1.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7454">#7454</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/1cbb01c8c64ddb6dbf27ad5f0fb9a703c0c92230"><code>1cbb01c</code></a> chore(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7358">#7358</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/62c11c0d946f5ef7b78a8db1bb13599f32e69643"><code>62c11c0</code></a> chore(deps-dev): bump stylelint from 16.26.1 to 17.6.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7365">#7365</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/f40a6833030a369c6145bada510a94996c960551"><code>f40a683</code></a> test (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7452">#7452</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/d5c86fe504ce051ad714a46427aad3e0304707ad"><code>d5c86fe</code></a> Improve ability to import scripts in workers (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7451">#7451</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/f2072c313752926cf3dd6d142a42e78ec8a1edb9"><code>f2072c3</code></a> fix: guard against null style in _contextRestored (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7446">#7446</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/8072fe630c1725ed97032e9c5bee252678a977bc"><code>8072fe6</code></a> feat(marker): support number for opacity options (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7442">#7442</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/3f6b54cdc173906622da774ff94c47459ed3031a"><code>3f6b54c</code></a> Fix cache key for <code>_zoomLevelsToOverscale</code> experimental feature (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7450">#7450</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/8584c2e766b8a3d54023450dbef8aeee91b99762"><code>8584c2e</code></a> chore(deps-dev): bump basic-ftp from 5.2.1 to 5.2.2 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7447">#7447</a>)</li> <li>Additional commits viewable in <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.22.0...v5.23.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
232db47713 |
chore(deps-dev): Bump i18next-cli from 1.51.7 to 1.51.8 (#1809)
Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.51.7 to 1.51.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md">i18next-cli's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.51.7...v1.51.8">1.51.8</a> - 2026-04-13</h2> <ul> <li>Fix selector API with dynamic bracket notation (e.g. <code>t(($) => $.table.columns[field])</code>) incorrectly treating keys as unused and removing them during extraction. Dynamic bracket expressions are now resolved via the expression resolver, so typed variables (<code>const field: "name" | "age"</code>) and const-initialised variables (<code>const field = "name"</code>) are correctly expanded into all possible keys. Fixes <a href="https://redirect.github.com/i18next/i18next-cli/issues/234">#234</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next-cli/commit/6e479a9d44cfcdd418ec98b4db9c052665a347b3"><code>6e479a9</code></a> 1.51.8</li> <li><a href="https://github.com/i18next/i18next-cli/commit/3a1ced40fb1b6548366dce80a9ff0abac9beedfe"><code>3a1ced4</code></a> ix selector API with dynamic bracket notation <a href="https://redirect.github.com/i18next/i18next-cli/issues/234">#234</a></li> <li>See full diff in <a href="https://github.com/i18next/i18next-cli/compare/v1.51.7...v1.51.8">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
1cf99f5175 |
chore(deps-dev): Bump stylelint from 17.6.0 to 17.7.0 (#1808)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.6.0 to 17.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/releases">stylelint's releases</a>.</em></p> <blockquote> <h2>17.7.0</h2> <p>It fixes 4 bugs, including clearer problem messages by removing filler words and leading with the problem. We've also released <code>1.0.0</code> of <a href="https://github.com/stylelint/create-stylelint">create-stylelint</a> to help with first-time Stylelint setup.</p> <ul> <li>Fixed: clarity of problem messages (<a href="https://redirect.github.com/stylelint/stylelint/issues/9199">#9199</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>--print-config</code> CLI flag to hide internal properties (<a href="https://redirect.github.com/stylelint/stylelint/issues/9194">#9194</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> <li>Fixed: <code>function-url-quotes</code> false positives when URLs have modifiers (<a href="https://redirect.github.com/stylelint/stylelint/issues/8702">#8702</a>) (<a href="https://github.com/immitsu"><code>@immitsu</code></a>).</li> <li>Fixed: <code>selector-no-qualifying-type</code> false positives for <code>:has()</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/9182">#9182</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md">stylelint's changelog</a>.</em></p> <blockquote> <h2>17.7.0 - 2026-04-12</h2> <p>It fixes 4 bugs, including clearer problem messages by removing filler words and leading with the problem. We've also released <code>1.0.0</code> of <a href="https://github.com/stylelint/create-stylelint">create-stylelint</a> to help with first-time Stylelint setup.</p> <ul> <li>Fixed: clarity of problem messages (<a href="https://redirect.github.com/stylelint/stylelint/pull/9199">#9199</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>--print-config</code> CLI flag to hide internal properties (<a href="https://redirect.github.com/stylelint/stylelint/pull/9194">#9194</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> <li>Fixed: <code>function-url-quotes</code> false positives when URLs have modifiers (<a href="https://redirect.github.com/stylelint/stylelint/pull/8702">#8702</a>) (<a href="https://github.com/immitsu"><code>@immitsu</code></a>).</li> <li>Fixed: <code>selector-no-qualifying-type</code> false positives for <code>:has()</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/9182">#9182</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/0b9b48b96481e7b5f1e2348da4cb0727121459c0"><code>0b9b48b</code></a> Release 17.7.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9210">#9210</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/d0c992e78b9eabe6c44d52fd978ffe205df79711"><code>d0c992e</code></a> Fix <code>function-url-quotes</code> false positives when URLs have modifiers (<a href="https://redirect.github.com/stylelint/stylelint/issues/8702">#8702</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/64d07a84ba219935df131d77368bd86a2e64e46f"><code>64d07a8</code></a> Fix clarity of problem messages (<a href="https://redirect.github.com/stylelint/stylelint/issues/9199">#9199</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/38b2df26f280e7b4d7c77d8ca3a8ff0268a4f6b7"><code>38b2df2</code></a> Bump lodash from 4.17.23 to 4.18.1 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9208">#9208</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/2d9a53d27e31f38e568e6d09c76ff0b9c346142e"><code>2d9a53d</code></a> Bump globby from 16.1.1 to 16.2.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9207">#9207</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/37b1766dddea77eaf7fca7b88a722665ea479f99"><code>37b1766</code></a> Bump <code>@csstools/css-syntax-patches-for-csstree</code> from 1.1.1 to 1.1.2 in the csst...</li> <li><a href="https://github.com/stylelint/stylelint/commit/db0499267dc820faf21931a44af1fec6c5646508"><code>db04992</code></a> Bump codecov/codecov-action from 5.5.2 to 6.0.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9205">#9205</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/5dd17dbcb3f6b7c5ba125f8d4d1b412276ebab07"><code>5dd17db</code></a> Fix <code>--print-config</code> CLI flag to hide internal properties (<a href="https://redirect.github.com/stylelint/stylelint/issues/9194">#9194</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/f5010d410066aafeebf7572516ab32b746c59288"><code>f5010d4</code></a> Refactor to document properties in <code>Config</code> type (<a href="https://redirect.github.com/stylelint/stylelint/issues/9195">#9195</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/73f4834022fb21ffa093fcd60c66e47d80e6c4c1"><code>73f4834</code></a> Refactor to remove unused <code>Config.ignorePatterns</code> property type (<a href="https://redirect.github.com/stylelint/stylelint/issues/9193">#9193</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/17.6.0...17.7.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
85b9c18e5d |
chore(deps): Bump pmtiles from 4.4.0 to 4.4.1 (#1801)
Bumps [pmtiles](https://github.com/protomaps/pmtiles) from 4.4.0 to 4.4.1. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/protomaps/pmtiles/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
d04d8b6019 |
chore(deps-dev): Bump postcss from 8.5.8 to 8.5.9 (#1800)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 to 8.5.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.5.9</h2> <ul> <li>Speed up source map encoding paring in case of the error.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.5.9</h2> <ul> <li>Speed up source map encoding paring in case of the error.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/fe88ac29c06b7b218be32994cdc6ca1525bdf2c9"><code>fe88ac2</code></a> Release 8.5.9 version</li> <li><a href="https://github.com/postcss/postcss/commit/c551632496b87ab3f1965bfda5dc386b6c71963e"><code>c551632</code></a> Avoid RegExp when we can use simple JS</li> <li><a href="https://github.com/postcss/postcss/commit/89a6b744060eb8dee743351c785a9fbe37d4525a"><code>89a6b74</code></a> Move SECURITY.txt for docs folder to keep GitHub page cleaner</li> <li><a href="https://github.com/postcss/postcss/commit/6ceb8a46af9f9de821faee98f861bdf84617347b"><code>6ceb8a4</code></a> Create SECURITY.md</li> <li><a href="https://github.com/postcss/postcss/commit/02ccae6bc359ee386f84d8fbc36eb423acbdbc3f"><code>02ccae6</code></a> Another way to fix CI with .ts ext in tests on old Node.js</li> <li><a href="https://github.com/postcss/postcss/commit/2c36658c7cd4ffee4d42fafd0a501b9c13b63a52"><code>2c36658</code></a> Another way to fix CI with TS on old Node.js</li> <li><a href="https://github.com/postcss/postcss/commit/b90600361f33a3834fd708831819cb1106590908"><code>b906003</code></a> Another way to fix CI with old Node.js</li> <li><a href="https://github.com/postcss/postcss/commit/04d32cdc69ac598fcd33d3d748de12c4c32e83fb"><code>04d32cd</code></a> Fix another issue with Node.js 10 on CI</li> <li><a href="https://github.com/postcss/postcss/commit/df86cdfff016205260901394432574ecd2a2fa65"><code>df86cdf</code></a> Try to fix Node.js 10 on CI</li> <li><a href="https://github.com/postcss/postcss/commit/82bec0dd8e194f653743f606e6a2b7e27cde9088"><code>82bec0d</code></a> Move to oxfmt</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.5.8...8.5.9">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
863a6d2d78 |
chore(deps): Bump i18next from 26.0.3 to 26.0.4 (#1799)
Bumps [i18next](https://github.com/i18next/i18next) from 26.0.3 to 26.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/releases">i18next's releases</a>.</em></p> <blockquote> <h2>v26.0.4</h2> <ul> <li>fix(types): inline formatting options like <code>{{price, currency(EUR)}}</code> are now correctly resolved to their base format type (e.g. <code>number</code> for <code>currency</code>) instead of falling back to <code>string</code> <a href="https://redirect.github.com/i18next/i18next/issues/2378">2378</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's changelog</a>.</em></p> <blockquote> <h2>26.0.4</h2> <ul> <li>fix(types): inline formatting options like <code>{{price, currency(EUR)}}</code> are now correctly resolved to their base format type (e.g. <code>number</code> for <code>currency</code>) instead of falling back to <code>string</code> <a href="https://redirect.github.com/i18next/i18next/issues/2378">2378</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/9e64c7586a372eacdd64e2556893792bbac2f065"><code>9e64c75</code></a> 26.0.4</li> <li><a href="https://github.com/i18next/i18next/commit/cd1f15f70f01b58323d44f3f0b35e154c1c094e4"><code>cd1f15f</code></a> fix(types): inline formatting options <a href="https://redirect.github.com/i18next/i18next/issues/2378">#2378</a></li> <li><a href="https://github.com/i18next/i18next/commit/660c785f90a903a0122a87f02fb6e99fcd5166ce"><code>660c785</code></a> ts: test todo hint</li> <li><a href="https://github.com/i18next/i18next/commit/7d2b6383e367366894452e6247f81983f437f89a"><code>7d2b638</code></a> ts repro test</li> <li><a href="https://github.com/i18next/i18next/commit/29e07bfeadfe18cf5cbb269ab6a545872f858694"><code>29e07bf</code></a> ts repro test</li> <li>See full diff in <a href="https://github.com/i18next/i18next/compare/v26.0.3...v26.0.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
fe5281c7e6 |
chore(deps-dev): Bump typescript-eslint from 8.58.0 to 8.58.1 (#1798)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.58.0 to 8.58.1. <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.58.1</h2> <h2>8.58.1 (2026-04-08)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unused-vars] fix false negative for type predicate parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12004">#12004</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>MinJae <a href="https://github.com/Ju-MINJAE"><code>@Ju-MINJAE</code></a></li> </ul> <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.1">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.58.1 (2026-04-08)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.1">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/5311ed312eadf4e238324f2726ae0b1f3f2206e6"><code>5311ed3</code></a> chore(release): publish 8.58.1</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.1/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
118860ca9d |
chore(deps-dev): Bump cypress from 15.13.0 to 15.13.1 (#1797)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [cypress](https://github.com/cypress-io/cypress) from 15.13.0 to 15.13.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p> <blockquote> <h2>v15.13.1</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-13-1">https://docs.cypress.io/app/references/changelog#15-13-1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/ab6082263b66c16e70a475d476fb622fe33ef9da"><code>ab60822</code></a> chore: release cypress app 15.3.1 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33571">#33571</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/5fa065727223f13113740e2c795f8121ed435a95"><code>5fa0657</code></a> chore(deps): update dependency cypress-example-kitchensink to 6.0.0 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33549">#33549</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/0ff43c1789bebb9c0a58451431e8f080f5dc142a"><code>0ff43c1</code></a> chore(npm/react): migrate to <code>@packages/eslint-config</code> (<a href="https://redirect.github.com/cypress-io/cypress/issues/33426">#33426</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/44fd8b95dd1c91bd9392b383e7a7e1eb6ad86fb4"><code>44fd8b9</code></a> perf: skip git status and git log calls in run mode (<a href="https://redirect.github.com/cypress-io/cypress/issues/33552">#33552</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/80e20d26d9afb66d9ac336bac61e974ed9d181f8"><code>80e20d2</code></a> chore: Update v8 snapshot cache - darwin (<a href="https://redirect.github.com/cypress-io/cypress/issues/33557">#33557</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/532979a63aa901339eb8f17741ab6b5b4ed1db1e"><code>532979a</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/33562">#33562</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/58bbebcbcd6d685956dd9bcd3bf58d93bac5f998"><code>58bbebc</code></a> chore(deps): update actions/setup-node action to v5 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33544">#33544</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/d6114cbfabd2b6a023e390dee8e4ae44c67cc0b5"><code>d6114cb</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/33547">#33547</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/28441711af2f61796bf27f6cc7a1fd129166ea62"><code>2844171</code></a> dependency: Upgrade node-forge to ^1.4.0 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33546">#33546</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/60325bb11fa1043b240d1fee7c81e157c9d2cd0b"><code>60325bb</code></a> fix: reject cy.intercept delay values >= 2^31 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33377">#33377</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v15.13.0...v15.13.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
fe3aa76693 |
chore(deps-dev): Bump stylelint-config-recommended-scss from 17.0.0 to 17.0.1 (#1796)
Bumps [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss) from 17.0.0 to 17.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases">stylelint-config-recommended-scss's releases</a>.</em></p> <blockquote> <h2>17.0.1</h2> <ul> <li>Fixed: false positive for <code>no-invalid-position-declaration</code> inside a mixin (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-recommended-scss/issues/373">#373</a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/CHANGELOG.md">stylelint-config-recommended-scss's changelog</a>.</em></p> <blockquote> <h1>17.0.1</h1> <ul> <li>Fixed: false positive for <code>no-invalid-position-declaration</code> inside a mixin (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-recommended-scss/issues/373">#373</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/commit/f71bf575e1f8bf2a6575e30c65ee5810d9d36a71"><code>f71bf57</code></a> 17.0.1</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/commit/fb68cf8ec48d055c98ba1841a8223b2d3bd98675"><code>fb68cf8</code></a> Prepare 17.0.1 (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-recommended-scss/issues/400">#400</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/commit/d75a1c915bb121e0fda3a35260e056b4e7345575"><code>d75a1c9</code></a> Bump np from 11.0.2 to 11.0.3 (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-recommended-scss/issues/399">#399</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/commit/420ded64ce76e254f3ff4c17b59c144b1dec89b2"><code>420ded6</code></a> Bump eslint from 10.0.3 to 10.1.0 (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-recommended-scss/issues/397">#397</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/commit/0b2aeba333ad1b1acd7ea937bafd090d90a44340"><code>0b2aeba</code></a> Bump lodash from 4.17.23 to 4.18.1 (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-recommended-scss/issues/398">#398</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/commit/5929d125f80f02cb12e01e09ab86907371dc63f9"><code>5929d12</code></a> Bump stylelint from 17.4.0 to 17.6.0 (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-recommended-scss/issues/396">#396</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/commit/d6d6920c7ad799ef23229875de3c471620a1edde"><code>d6d6920</code></a> Bump picomatch (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-recommended-scss/issues/395">#395</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/commit/7ee58430a528ffdaff81ce28913c58f281560c74"><code>7ee5843</code></a> Bump flatted from 3.3.3 to 3.4.2 (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-recommended-scss/issues/394">#394</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/commit/02aab0e106e1253eb5d3aad3dcbd15f26513017f"><code>02aab0e</code></a> Fix false positive for <code>no-invalid-position-declaration</code> inside a mixin (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-recommended-scss/issues/369">#369</a>...</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/commit/2b66d93e10e991818b3d329d5162c4aa691cda2c"><code>2b66d93</code></a> Bump np from 10.2.0 to 11.0.2 (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-recommended-scss/issues/392">#392</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/compare/v17.0.0...v17.0.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
2e691afdac |
chore(deps-dev): Bump the vitest group with 2 updates (#1795)
Bumps the vitest group with 2 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@vitest/coverage-v8` from 4.1.3 to 4.1.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v4.1.4</h2> <h3> 🚀 Experimental Features</h3> <ul> <li><strong>coverage</strong>: <ul> <li>Default to text reporter <code>skipFull</code> if agent detected - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10018">vitest-dev/vitest#10018</a> <a href="https://github.com/vitest-dev/vitest/commit/53757804c"><!-- raw HTML omitted -->(53757)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>experimental</strong>: <ul> <li>Expose <code>assertion</code> as a public field - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10095">vitest-dev/vitest#10095</a> <a href="https://github.com/vitest-dev/vitest/commit/a120e3ab8"><!-- raw HTML omitted -->(a120e)<!-- raw HTML omitted --></a></li> <li>Support aria snapshot - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a>, <strong>Claude Opus 4.6 (1M context)</strong>, <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a>, <strong>Codex</strong> and <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9668">vitest-dev/vitest#9668</a> <a href="https://github.com/vitest-dev/vitest/commit/d4fbb5cc9"><!-- raw HTML omitted -->(d4fbb)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>reporter</strong>: <ul> <li>Add filterMeta option to json reporter - by <a href="https://github.com/nami8824"><code>@nami8824</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/10078">vitest-dev/vitest#10078</a> <a href="https://github.com/vitest-dev/vitest/commit/b77de968e"><!-- raw HTML omitted -->(b77de)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Use "black" foreground for labeled terminal message to ensure contrast - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10076">vitest-dev/vitest#10076</a> <a href="https://github.com/vitest-dev/vitest/commit/203f07af7"><!-- raw HTML omitted -->(203f0)<!-- raw HTML omitted --></a></li> <li>Make <code>expect(..., message)</code> consistent as error message prefix - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Codex</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10068">vitest-dev/vitest#10068</a> <a href="https://github.com/vitest-dev/vitest/commit/a1b5f0f4f"><!-- raw HTML omitted -->(a1b5f)<!-- raw HTML omitted --></a></li> <li>Do not hoist imports whose names match class properties . - by <a href="https://github.com/SunsetFi"><code>@SunsetFi</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10093">vitest-dev/vitest#10093</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/10094">vitest-dev/vitest#10094</a> <a href="https://github.com/vitest-dev/vitest/commit/0fc4b47e0"><!-- raw HTML omitted -->(0fc4b)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Spread user server options into browser Vite server in project - by <a href="https://github.com/GoldStrikeArch"><code>@GoldStrikeArch</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10049">vitest-dev/vitest#10049</a> <a href="https://github.com/vitest-dev/vitest/commit/65c9d55eb"><!-- raw HTML omitted -->(65c9d)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v4.1.3...v4.1.4">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/ac04bac206f49d793e7277084f707aee718aa936"><code>ac04bac</code></a> chore: release v4.1.4</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 4.1.3 to 4.1.4 <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.1.4</h2> <h3> 🚀 Experimental Features</h3> <ul> <li><strong>coverage</strong>: <ul> <li>Default to text reporter <code>skipFull</code> if agent detected - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10018">vitest-dev/vitest#10018</a> <a href="https://github.com/vitest-dev/vitest/commit/53757804c"><!-- raw HTML omitted -->(53757)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>experimental</strong>: <ul> <li>Expose <code>assertion</code> as a public field - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10095">vitest-dev/vitest#10095</a> <a href="https://github.com/vitest-dev/vitest/commit/a120e3ab8"><!-- raw HTML omitted -->(a120e)<!-- raw HTML omitted --></a></li> <li>Support aria snapshot - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a>, <strong>Claude Opus 4.6 (1M context)</strong>, <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a>, <strong>Codex</strong> and <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9668">vitest-dev/vitest#9668</a> <a href="https://github.com/vitest-dev/vitest/commit/d4fbb5cc9"><!-- raw HTML omitted -->(d4fbb)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>reporter</strong>: <ul> <li>Add filterMeta option to json reporter - by <a href="https://github.com/nami8824"><code>@nami8824</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/10078">vitest-dev/vitest#10078</a> <a href="https://github.com/vitest-dev/vitest/commit/b77de968e"><!-- raw HTML omitted -->(b77de)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Use "black" foreground for labeled terminal message to ensure contrast - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10076">vitest-dev/vitest#10076</a> <a href="https://github.com/vitest-dev/vitest/commit/203f07af7"><!-- raw HTML omitted -->(203f0)<!-- raw HTML omitted --></a></li> <li>Make <code>expect(..., message)</code> consistent as error message prefix - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Codex</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10068">vitest-dev/vitest#10068</a> <a href="https://github.com/vitest-dev/vitest/commit/a1b5f0f4f"><!-- raw HTML omitted -->(a1b5f)<!-- raw HTML omitted --></a></li> <li>Do not hoist imports whose names match class properties . - by <a href="https://github.com/SunsetFi"><code>@SunsetFi</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10093">vitest-dev/vitest#10093</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/10094">vitest-dev/vitest#10094</a> <a href="https://github.com/vitest-dev/vitest/commit/0fc4b47e0"><!-- raw HTML omitted -->(0fc4b)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Spread user server options into browser Vite server in project - by <a href="https://github.com/GoldStrikeArch"><code>@GoldStrikeArch</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10049">vitest-dev/vitest#10049</a> <a href="https://github.com/vitest-dev/vitest/commit/65c9d55eb"><!-- raw HTML omitted -->(65c9d)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v4.1.3...v4.1.4">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/ac04bac206f49d793e7277084f707aee718aa936"><code>ac04bac</code></a> chore: release v4.1.4</li> <li><a href="https://github.com/vitest-dev/vitest/commit/82c858d9435fac60bbc75b2af5c6e1e80914f5b6"><code>82c858d</code></a> chore: Remove no-op function in plugin config logic (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8501">#8501</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/d4fbb5cc931754d05327264baaf7b4364ed02f84"><code>d4fbb5c</code></a> feat(experimental): support aria snapshot (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9668">#9668</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b77de968ecdc978e54d32926198f25a13bde9441"><code>b77de96</code></a> feat(reporter): add filterMeta option to json reporter (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/10078">#10078</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/a120e3ab8bc0ab7baeb88ca9ef96a10d3ab5dbb3"><code>a120e3a</code></a> feat(experimental): expose <code>assertion</code> as a public field (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/10095">#10095</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/53757804c0c291205ecd567cbf19f8d9beed24a0"><code>5375780</code></a> feat(coverage): default to text reporter <code>skipFull</code> if agent detected (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/10018">#10018</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/a1b5f0f4fbae863da441e413661fbdd9982b84e2"><code>a1b5f0f</code></a> fix: make <code>expect(..., message)</code> consistent as error message prefix (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/10068">#10068</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/203f07af789bc5b5c3cda8074f4ee116e280fa17"><code>203f07a</code></a> fix: use "black" foreground for labeled terminal message to ensure contrast (...</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.4/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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
f4ba2f4049 |
chore(deps-dev): Bump the vitest group with 2 updates (#1793)
Bumps the vitest group with 2 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@vitest/coverage-v8` from 4.1.2 to 4.1.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v4.1.3</h2> <h3> 🚀 Experimental Features</h3> <ul> <li>Add <code>experimental.preParse</code> flag - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10070">vitest-dev/vitest#10070</a> <a href="https://github.com/vitest-dev/vitest/commit/7827363bd"><!-- raw HTML omitted -->(78273)<!-- raw HTML omitted --></a></li> <li>Support <code>browser.locators.exact</code> option - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10013">vitest-dev/vitest#10013</a> <a href="https://github.com/vitest-dev/vitest/commit/487990a19"><!-- raw HTML omitted -->(48799)<!-- raw HTML omitted --></a></li> <li>Add <code>TestAttachment.bodyEncoding</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/9969">vitest-dev/vitest#9969</a> <a href="https://github.com/vitest-dev/vitest/commit/89ca0e254"><!-- raw HTML omitted -->(89ca0)<!-- raw HTML omitted --></a></li> <li>Support custom snapshot matcher - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a>, <strong>Claude Sonnet 4.6</strong> and <strong>Codex</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9973">vitest-dev/vitest#9973</a> <a href="https://github.com/vitest-dev/vitest/commit/59b0e6411"><!-- raw HTML omitted -->(59b0e)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Advance fake timers with <code>expect.poll</code> interval - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Claude Sonnet 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10022">vitest-dev/vitest#10022</a> <a href="https://github.com/vitest-dev/vitest/commit/3f5bfa365"><!-- raw HTML omitted -->(3f5bf)<!-- raw HTML omitted --></a></li> <li>Add <code>@vitest/coverage-v8</code> and <code>@vitest/coverage-istanbul</code> as optional dependency - by <a href="https://github.com/alan-agius4"><code>@alan-agius4</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10025">vitest-dev/vitest#10025</a> <a href="https://github.com/vitest-dev/vitest/commit/146d4f0a0"><!-- raw HTML omitted -->(146d4)<!-- raw HTML omitted --></a></li> <li>Fix <code>defineHelper</code> for webkit async stack trace + update playwright 1.59.0 - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10036">vitest-dev/vitest#10036</a> <a href="https://github.com/vitest-dev/vitest/commit/5a5fa49fe"><!-- raw HTML omitted -->(5a5fa)<!-- raw HTML omitted --></a></li> <li>Fix suite hook throwing errors for unused auto test-scoped fixture - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Claude Sonnet 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10035">vitest-dev/vitest#10035</a> <a href="https://github.com/vitest-dev/vitest/commit/398657e8d"><!-- raw HTML omitted -->(39865)<!-- raw HTML omitted --></a></li> <li><strong>expect</strong>: <ul> <li>Remove <code>JestExtendError.context</code> from verbose error reporting - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9983">vitest-dev/vitest#9983</a> <a href="https://github.com/vitest-dev/vitest/commit/66751c9e8"><!-- raw HTML omitted -->(66751)<!-- raw HTML omitted --></a></li> <li>Don't leak "runner" types - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10004">vitest-dev/vitest#10004</a> <a href="https://github.com/vitest-dev/vitest/commit/ec2045543"><!-- raw HTML omitted -->(ec204)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>snapshot</strong>: <ul> <li>Fix flagging obsolete snapshots for snapshot properties mismatch - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Claude Sonnet 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9986">vitest-dev/vitest#9986</a> <a href="https://github.com/vitest-dev/vitest/commit/6b869156b"><!-- raw HTML omitted -->(6b869)<!-- raw HTML omitted --></a></li> <li>Export custom snapshot matcher helper from <code>vitest</code> - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Codex</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10042">vitest-dev/vitest#10042</a> <a href="https://github.com/vitest-dev/vitest/commit/691d341fd"><!-- raw HTML omitted -->(691d3)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Don't leak vite types - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10005">vitest-dev/vitest#10005</a> <a href="https://github.com/vitest-dev/vitest/commit/fdff1bf9a"><!-- raw HTML omitted -->(fdff1)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vm</strong>: <ul> <li>Fix external module resolve error with deps optimizer query - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Claude Sonnet 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10024">vitest-dev/vitest#10024</a> <a href="https://github.com/vitest-dev/vitest/commit/9dbf47786"><!-- raw HTML omitted -->(9dbf4)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v4.1.2...v4.1.3">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/2dc0d62eaf08d8acb1f5042fdb8ac5b4a19fdc73"><code>2dc0d62</code></a> chore: release v4.1.3</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.3/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 4.1.2 to 4.1.3 <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.1.3</h2> <h3> 🚀 Experimental Features</h3> <ul> <li>Add <code>experimental.preParse</code> flag - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10070">vitest-dev/vitest#10070</a> <a href="https://github.com/vitest-dev/vitest/commit/7827363bd"><!-- raw HTML omitted -->(78273)<!-- raw HTML omitted --></a></li> <li>Support <code>browser.locators.exact</code> option - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10013">vitest-dev/vitest#10013</a> <a href="https://github.com/vitest-dev/vitest/commit/487990a19"><!-- raw HTML omitted -->(48799)<!-- raw HTML omitted --></a></li> <li>Add <code>TestAttachment.bodyEncoding</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/9969">vitest-dev/vitest#9969</a> <a href="https://github.com/vitest-dev/vitest/commit/89ca0e254"><!-- raw HTML omitted -->(89ca0)<!-- raw HTML omitted --></a></li> <li>Support custom snapshot matcher - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a>, <strong>Claude Sonnet 4.6</strong> and <strong>Codex</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9973">vitest-dev/vitest#9973</a> <a href="https://github.com/vitest-dev/vitest/commit/59b0e6411"><!-- raw HTML omitted -->(59b0e)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Advance fake timers with <code>expect.poll</code> interval - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Claude Sonnet 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10022">vitest-dev/vitest#10022</a> <a href="https://github.com/vitest-dev/vitest/commit/3f5bfa365"><!-- raw HTML omitted -->(3f5bf)<!-- raw HTML omitted --></a></li> <li>Add <code>@vitest/coverage-v8</code> and <code>@vitest/coverage-istanbul</code> as optional dependency - by <a href="https://github.com/alan-agius4"><code>@alan-agius4</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10025">vitest-dev/vitest#10025</a> <a href="https://github.com/vitest-dev/vitest/commit/146d4f0a0"><!-- raw HTML omitted -->(146d4)<!-- raw HTML omitted --></a></li> <li>Fix <code>defineHelper</code> for webkit async stack trace + update playwright 1.59.0 - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10036">vitest-dev/vitest#10036</a> <a href="https://github.com/vitest-dev/vitest/commit/5a5fa49fe"><!-- raw HTML omitted -->(5a5fa)<!-- raw HTML omitted --></a></li> <li>Fix suite hook throwing errors for unused auto test-scoped fixture - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Claude Sonnet 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10035">vitest-dev/vitest#10035</a> <a href="https://github.com/vitest-dev/vitest/commit/398657e8d"><!-- raw HTML omitted -->(39865)<!-- raw HTML omitted --></a></li> <li><strong>expect</strong>: <ul> <li>Remove <code>JestExtendError.context</code> from verbose error reporting - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9983">vitest-dev/vitest#9983</a> <a href="https://github.com/vitest-dev/vitest/commit/66751c9e8"><!-- raw HTML omitted -->(66751)<!-- raw HTML omitted --></a></li> <li>Don't leak "runner" types - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10004">vitest-dev/vitest#10004</a> <a href="https://github.com/vitest-dev/vitest/commit/ec2045543"><!-- raw HTML omitted -->(ec204)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>snapshot</strong>: <ul> <li>Fix flagging obsolete snapshots for snapshot properties mismatch - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Claude Sonnet 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9986">vitest-dev/vitest#9986</a> <a href="https://github.com/vitest-dev/vitest/commit/6b869156b"><!-- raw HTML omitted -->(6b869)<!-- raw HTML omitted --></a></li> <li>Export custom snapshot matcher helper from <code>vitest</code> - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Codex</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10042">vitest-dev/vitest#10042</a> <a href="https://github.com/vitest-dev/vitest/commit/691d341fd"><!-- raw HTML omitted -->(691d3)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Don't leak vite types - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10005">vitest-dev/vitest#10005</a> <a href="https://github.com/vitest-dev/vitest/commit/fdff1bf9a"><!-- raw HTML omitted -->(fdff1)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vm</strong>: <ul> <li>Fix external module resolve error with deps optimizer query - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Claude Sonnet 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10024">vitest-dev/vitest#10024</a> <a href="https://github.com/vitest-dev/vitest/commit/9dbf47786"><!-- raw HTML omitted -->(9dbf4)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v4.1.2...v4.1.3">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/2dc0d62eaf08d8acb1f5042fdb8ac5b4a19fdc73"><code>2dc0d62</code></a> chore: release v4.1.3</li> <li><a href="https://github.com/vitest-dev/vitest/commit/7827363bdaeeb5d82d486f99b301dcea3a010568"><code>7827363</code></a> feat: add <code>experimental.preParse</code> flag (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/10070">#10070</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/691d341fd3370336ac5150428cb8f589c9697001"><code>691d341</code></a> fix(snapshot): export custom snapshot matcher helper from <code>vitest</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/10042">#10042</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/59b0e6411be2b4aa5f2b339d02691aa83d5e403f"><code>59b0e64</code></a> feat(experimental/snapshot): support custom snapshot matcher (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9973">#9973</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/487990a191efddcd983f040f087e3617f72cc3f1"><code>487990a</code></a> feat(experimental): support <code>browser.locators.exact</code> option (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/10013">#10013</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/146d4f0a0353edfcc0dd041c6eeb54257272b8e6"><code>146d4f0</code></a> fix: add <code>@vitest/coverage-v8</code> and <code>@vitest/coverage-istanbul</code> as optional de...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/3f5bfa3658e391aa98f41d36592931b80cc7acbf"><code>3f5bfa3</code></a> fix: advance fake timers with <code>expect.poll</code> interval (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/10022">#10022</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9dbf477864a1b8a55726eb01bfe7033acec77bd1"><code>9dbf477</code></a> fix(vm): fix external module resolve error with deps optimizer query (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/10024">#10024</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ec2045543121eb352ae51e3526c29b8fadd9483e"><code>ec20455</code></a> fix(expect): don't leak "runner" types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/10004">#10004</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/66751c9e82558eb0498025ffe11955711664e8b7"><code>66751c9</code></a> fix(expect): remove <code>JestExtendError.context</code> from verbose error reporting (#...</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.3/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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
1acbfd179d |
chore(deps-dev): Bump i18next-cli from 1.51.6 to 1.51.7 (#1794)
Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.51.6 to 1.51.7. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md">i18next-cli's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.51.6...v1.51.7">1.51.7</a> - 2026-04-07</h2> <ul> <li>Fix <code>--sync-all</code> not clearing secondary locale translations when <code>mergeNamespaces</code> is enabled. The <code>syncAll</code> flag was not being passed through in the merged namespaces code path. Fixes <a href="https://redirect.github.com/i18next/i18next-cli/issues/233">#233</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next-cli/commit/2a1998d5e2ed718146ab30598429bc47d96307f4"><code>2a1998d</code></a> 1.51.7</li> <li><a href="https://github.com/i18next/i18next-cli/commit/03cb9013c778beca6dd79cef47d209ccab3d00d8"><code>03cb901</code></a> should fix <a href="https://redirect.github.com/i18next/i18next-cli/issues/233">#233</a></li> <li>See full diff in <a href="https://github.com/i18next/i18next-cli/compare/v1.51.6...v1.51.7">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
32b6e53eaf |
chore(deps-dev): Bump eslint from 10.1.0 to 10.2.0 (#1790)
Bumps [eslint](https://github.com/eslint/eslint) from 10.1.0 to 10.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v10.2.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/586ec2f43092779acc957866db4abe999112d1e1"><code>586ec2f</code></a> feat: Add <code>meta.languages</code> support to rules (<a href="https://redirect.github.com/eslint/eslint/issues/20571">#20571</a>) (Copilot)</li> <li><a href="https://github.com/eslint/eslint/commit/14207dee3939dc87cfa8b2fcfc271fff2cfd6471"><code>14207de</code></a> feat: add <code>Temporal</code> to <code>no-obj-calls</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20675">#20675</a>) (Pixel998)</li> <li><a href="https://github.com/eslint/eslint/commit/bbb2c93a2b31bd30924f32fe69a9acf41f9dfe35"><code>bbb2c93</code></a> feat: add Temporal to ES2026 globals (<a href="https://redirect.github.com/eslint/eslint/issues/20672">#20672</a>) (Pixel998)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/542cb3e6442a4e6ee3457c799e2a0ee23bef0c6a"><code>542cb3e</code></a> fix: update first-party dependencies (<a href="https://redirect.github.com/eslint/eslint/issues/20714">#20714</a>) (Francesco Trotta)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/a2af743ea60f683d0e0de9d98267c1e7e4f5e412"><code>a2af743</code></a> docs: add <code>language</code> to configuration objects (<a href="https://redirect.github.com/eslint/eslint/issues/20712">#20712</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/845f23f1370892bf07d819497ac518c9e65090d6"><code>845f23f</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/5fbcf5958b897cc4df5d652924d18428db37f7ee"><code>5fbcf59</code></a> docs: remove <code>sourceType</code> from ts playground link (<a href="https://redirect.github.com/eslint/eslint/issues/20477">#20477</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/8702a474659be786b6b1392e5e7c0c56355ae4a4"><code>8702a47</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/ddeaded2ab36951383ff67c60fb64ec68d29a46a"><code>ddeaded</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/2b4496691266547784a7f7ad1989ce53381bab91"><code>2b44966</code></a> docs: add Major Releases section to Manage Releases (<a href="https://redirect.github.com/eslint/eslint/issues/20269">#20269</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/eab65c700ebb16a6e790910c720450c9908961fd"><code>eab65c7</code></a> docs: update <code>eslint</code> versions in examples (<a href="https://redirect.github.com/eslint/eslint/issues/20664">#20664</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/3e4a29903bf31f0998e45ad9128a265bce1edc56"><code>3e4a299</code></a> docs: update ESM Dependencies policies with note for own-usage packages (<a href="https://redirect.github.com/eslint/eslint/issues/20660">#20660</a>) (Milos Djermanovic)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/8120e30f833474f47acc061d24d164e9f022264f"><code>8120e30</code></a> refactor: extract no unmodified loop condition (<a href="https://redirect.github.com/eslint/eslint/issues/20679">#20679</a>) (kuldeep kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/46e8469786be1b2bbb522100e1d44624d98d3745"><code>46e8469</code></a> chore: update dependency markdownlint-cli2 to ^0.22.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20697">#20697</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/01ed3aa68477f81a7188e1498cf4906e02015b7c"><code>01ed3aa</code></a> test: add unit tests for unicode utilities (<a href="https://redirect.github.com/eslint/eslint/issues/20622">#20622</a>) (Manish chaudhary)</li> <li><a href="https://github.com/eslint/eslint/commit/811f4930f82ee2b6ac8eae75cade9bed63de0781"><code>811f493</code></a> ci: remove <code>--legacy-peer-deps</code> from types integration tests (<a href="https://redirect.github.com/eslint/eslint/issues/20667">#20667</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/6b86fcfc5c75d6a3b8a2cf7bcdb3ef60635a9a03"><code>6b86fcf</code></a> chore: update dependency npm-run-all2 to v8 (<a href="https://redirect.github.com/eslint/eslint/issues/20663">#20663</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/632c4f83bf32b77981c7d395cacddd1bb172ee25"><code>632c4f8</code></a> chore: add <code>prettier</code> update commit to <code>.git-blame-ignore-revs</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20662">#20662</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/b0b0f21927e03ba092400e3c70d7058f537765c8"><code>b0b0f21</code></a> chore: update dependency eslint-plugin-regexp to ^3.1.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20659">#20659</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/228a2dd4b272c17f516ee3541f1dd69eca0a8ab0"><code>228a2dd</code></a> chore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 (<a href="https://redirect.github.com/eslint/eslint/issues/20661">#20661</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3ab4d7e244df244102de9d0d250b2ff12456a785"><code>3ab4d7e</code></a> test: Add tests for eslintrc-style keys (<a href="https://redirect.github.com/eslint/eslint/issues/20645">#20645</a>) (kuldeep kumar)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/000128c29235c5a8c35c7ef817dbccc4e42130ca"><code>000128c</code></a> 10.2.0</li> <li><a href="https://github.com/eslint/eslint/commit/1988fad70e361fe1c8df7804930a66e6a9bfc698"><code>1988fad</code></a> Build: changelog update for 10.2.0</li> <li><a href="https://github.com/eslint/eslint/commit/542cb3e6442a4e6ee3457c799e2a0ee23bef0c6a"><code>542cb3e</code></a> fix: update first-party dependencies (<a href="https://redirect.github.com/eslint/eslint/issues/20714">#20714</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/a2af743ea60f683d0e0de9d98267c1e7e4f5e412"><code>a2af743</code></a> docs: add <code>language</code> to configuration objects (<a href="https://redirect.github.com/eslint/eslint/issues/20712">#20712</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/845f23f1370892bf07d819497ac518c9e65090d6"><code>845f23f</code></a> docs: Update README</li> <li><a href="https://github.com/eslint/eslint/commit/5fbcf5958b897cc4df5d652924d18428db37f7ee"><code>5fbcf59</code></a> docs: remove <code>sourceType</code> from ts playground link (<a href="https://redirect.github.com/eslint/eslint/issues/20477">#20477</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/8702a474659be786b6b1392e5e7c0c56355ae4a4"><code>8702a47</code></a> docs: Update README</li> <li><a href="https://github.com/eslint/eslint/commit/ddeaded2ab36951383ff67c60fb64ec68d29a46a"><code>ddeaded</code></a> docs: Update README</li> <li><a href="https://github.com/eslint/eslint/commit/8120e30f833474f47acc061d24d164e9f022264f"><code>8120e30</code></a> refactor: extract no unmodified loop condition (<a href="https://redirect.github.com/eslint/eslint/issues/20679">#20679</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/46e8469786be1b2bbb522100e1d44624d98d3745"><code>46e8469</code></a> chore: update dependency markdownlint-cli2 to ^0.22.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20697">#20697</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v10.1.0...v10.2.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
8b553998b2 |
chore(deps-dev): Bump vite from 7.3.1 to 7.3.2 (#1789)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.1 to 7.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>v7.3.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.3.1...v7.3.2">7.3.2</a> (2026-04-06)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li>avoid path traversal with optimize deps sourcemap handler (<a href="https://redirect.github.com/vitejs/vite/issues/22161">#22161</a>) (<a href="https://github.com/vitejs/vite/commit/09d8c903bde12fee2710314d3b42bc789c686df7">09d8c90</a>)</li> <li>backport <a href="https://redirect.github.com/vitejs/vite/issues/22159">#22159</a>, apply server.fs check to env transport (<a href="https://redirect.github.com/vitejs/vite/issues/22162">#22162</a>) (<a href="https://github.com/vitejs/vite/commit/19db0f29c3a3ac4e64cc95c270716c77fd223ad1">19db0f2</a>)</li> <li>check <code>server.fs</code> after stripping query as well (<a href="https://redirect.github.com/vitejs/vite/issues/22160">#22160</a>) (<a href="https://github.com/vitejs/vite/commit/f8103cc946f137a54e395fe3f5d08e8209231ed6">f8103cc</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/cc383e07b66d4c5a9768fcb570e0af812cb8d999"><code>cc383e0</code></a> release: v7.3.2</li> <li><a href="https://github.com/vitejs/vite/commit/09d8c903bde12fee2710314d3b42bc789c686df7"><code>09d8c90</code></a> fix: avoid path traversal with optimize deps sourcemap handler (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22161">#22161</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/f8103cc946f137a54e395fe3f5d08e8209231ed6"><code>f8103cc</code></a> fix: check <code>server.fs</code> after stripping query as well (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22160">#22160</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/19db0f29c3a3ac4e64cc95c270716c77fd223ad1"><code>19db0f2</code></a> fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22159">#22159</a>, apply server.fs check to env transport (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22162">#22162</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v7.3.2/packages/vite">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/maplibre/maputnik/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
93d947aa95 |
chore(deps-dev): Bump i18next-cli from 1.51.5 to 1.51.6 (#1788)
Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.51.5 to 1.51.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md">i18next-cli's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.51.5...v1.51.6">1.51.6</a> - 2026-04-03</h2> <ul> <li>Add <code>getT</code> and <code>useT</code> to the default <code>useTranslationNames</code> so that <code>next-i18next</code> v16 App Router hooks are recognized out of the box. Keys from <code>useT('ns')</code> and <code>await getT('ns')</code> are now correctly extracted into the specified namespace instead of falling back to <code>defaultNS</code>. Fixes <a href="https://redirect.github.com/i18next/i18next-cli/issues/232">#232</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next-cli/commit/2828baf61fb9a153ca2b802d6b145c11bb82eedf"><code>2828baf</code></a> 1.51.6</li> <li><a href="https://github.com/i18next/i18next-cli/commit/0d6e5930f6971cb8f783f7387240b7365a17b8a2"><code>0d6e593</code></a> ts dep update</li> <li><a href="https://github.com/i18next/i18next-cli/commit/0f6f5b3148f22ad64997ad367b65924d74851f9d"><code>0f6f5b3</code></a> Add <code>getT</code> and <code>useT</code> to the default <code>useTranslationNames</code> so that `next-i18n...</li> <li><a href="https://github.com/i18next/i18next-cli/commit/274164840fba66c2c37db8997c1ae37cbf04a099"><code>2741648</code></a> reproduce <a href="https://redirect.github.com/i18next/i18next-cli/issues/231">#231</a></li> <li>See full diff in <a href="https://github.com/i18next/i18next-cli/compare/v1.51.5...v1.51.6">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
076f905273 |
chore(deps): Bump @codemirror/view from 6.40.0 to 6.41.0 (#1784)
Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.40.0 to 6.41.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codemirror/view/blob/main/CHANGELOG.md"><code>@codemirror/view</code>'s changelog</a>.</em></p> <blockquote> <h2>6.41.0 (2026-04-01)</h2> <h3>Bug fixes</h3> <p>Fix an issue where <code>EditorView.posAtCoords</code> could incorrectly return a position near a higher element on the line, in mixed-font-size lines.</p> <p>Expand the workaround for the Webkit bug that causes nonexistent selections to stay visible to be active on non-Safari Webkit browsers.</p> <h3>New features</h3> <p>The new <code>EditorView.cursorScrollMargin</code> facet can now be used to configure the extra space used when scrolling the cursor into view.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/view/commit/a0a5ed946cfdfde61dcf33b131d551136378ccf9"><code>a0a5ed9</code></a> Mark version 6.41.0</li> <li><a href="https://github.com/codemirror/view/commit/c834ebf424e309170ad3d1959d79ab90c093bcd9"><code>c834ebf</code></a> Enable the workaround for ghost selections in all forms of Webkit</li> <li><a href="https://github.com/codemirror/view/commit/49d72c43f61adc935277d7a0cfdf0203123c0814"><code>49d72c4</code></a> Improve posAtCoords in non-uniform height lines</li> <li><a href="https://github.com/codemirror/view/commit/4935d2495f7fa04dd07a7290a53f51e68b348fa7"><code>4935d24</code></a> Make the margin used when scrolling the cursor into view configurable</li> <li><a href="https://github.com/codemirror/view/commit/ed7d6253a04e95d3cb121510c72eadb46e1c3ba1"><code>ed7d625</code></a> Remove duplicated slash in forum url in README</li> <li><a href="https://github.com/codemirror/view/commit/c3770d3f0a761e730ce5ae85526f90255f0be3d4"><code>c3770d3</code></a> Fix forum link in readme</li> <li>See full diff in <a href="https://github.com/codemirror/view/compare/6.40.0...6.41.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
64930ad109 |
chore(deps): Bump maplibre-gl from 5.21.1 to 5.22.0 (#1785)
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.21.1 to 5.22.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/releases">maplibre-gl's releases</a>.</em></p> <blockquote> <h2>v5.22.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Make <code>line-cap</code>, <code>line-miter-limit</code>, and <code>line-round-limit</code> data-driven properties, allowing per-feature values (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7351">#7351</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>GPU performance optimization: early culling of transparent symbols in vertex shaders (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7364">#7364</a>) (by <a href="https://github.com/xavierjs"><code>@xavierjs</code></a>)</li> <li>Add example showing how to measure map performance using built-in events (<code>load</code>, <code>idle</code>, <code>render</code>) (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7077">#7077</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>UX: Clarify error message language so if layout and paint properties are confused in <code>setPaintProperty</code> or <code>setLayoutProperty</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6954">#6954</a>) (by <a href="https://github.com/Willjfield"><code>@Willjfield</code></a> and <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix startup crash caused by a stale async style load completing after the style was cleared or replaced (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7377">#7377</a>)</li> <li>Make <code>fitBounds</code> and <code>fitScreenCoordinates</code> respect the <code>zoomSnap</code> map option by snapping the zoom level down to keep bounds fully visible (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7332">#7332</a> (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>Make <code>jumpTo</code>, <code>easeTo</code>, and <code>flyTo</code> respect the <code>zoomSnap</code> map option by snapping the zoom level to the nearest valid increment (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7333">#7333</a> (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>Fix <code>setState</code> crash when switching styles while globe projection is active (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7314">#7314</a>) (by <a href="https://github.com/ashwinuae"><code>@ashwinuae</code></a>)</li> <li>Prevent crashes when calling <code>map.remove()</code> immediately after creation by canceling in-flight style URL loads (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7368">#7368</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>Fixed symbol collision flickering by adding tolerance to GridIndex AABB comparison (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7360">#7360</a>) (by <a href="https://github.com/kkokkojeong"><code>@kkokkoejong</code></a>)</li> <li>Fix <code>fitBounds</code> ignoring <code>maxZoom</code> option in <code>vertical-perspective</code> projection (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7372">#7372</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>Prevent stale async style loads from completing after style clear (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7378">#7378</a>) (by <a href="https://github.com/Lievesley"><code>@Lievesley</code></a>)</li> <li>Fix broken example for <code>fill-pattern</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7326">#7326</a>) (by <a href="https://github.com/k-yle"><code>@k-yle</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md">maplibre-gl's changelog</a>.</em></p> <blockquote> <h2>5.22.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Make <code>line-cap</code>, <code>line-miter-limit</code>, and <code>line-round-limit</code> data-driven properties, allowing per-feature values (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7351">#7351</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>GPU performance optimization: early culling of transparent symbols in vertex shaders (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7364">#7364</a>) (by <a href="https://github.com/xavierjs"><code>@xavierjs</code></a>)</li> <li>Add example showing how to measure map performance using built-in events (<code>load</code>, <code>idle</code>, <code>render</code>) (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7077">#7077</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>UX: Clarify error message language so if layout and paint properties are confused in <code>setPaintProperty</code> or <code>setLayoutProperty</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6954">#6954</a>) (by <a href="https://github.com/Willjfield"><code>@Willjfield</code></a> and <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix startup crash caused by a stale async style load completing after the style was cleared or replaced (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7377">#7377</a>)</li> <li>Make <code>fitBounds</code> and <code>fitScreenCoordinates</code> respect the <code>zoomSnap</code> map option by snapping the zoom level down to keep bounds fully visible (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7332">#7332</a> (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>Make <code>jumpTo</code>, <code>easeTo</code>, and <code>flyTo</code> respect the <code>zoomSnap</code> map option by snapping the zoom level to the nearest valid increment (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7333">#7333</a> (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>Fix <code>setState</code> crash when switching styles while globe projection is active (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7314">#7314</a>) (by <a href="https://github.com/ashwinuae"><code>@ashwinuae</code></a>)</li> <li>Prevent crashes when calling <code>map.remove()</code> immediately after creation by canceling in-flight style URL loads (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7368">#7368</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>Fixed symbol collision flickering by adding tolerance to GridIndex AABB comparison (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7360">#7360</a>) (by <a href="https://github.com/kkokkojeong"><code>@kkokkoejong</code></a>)</li> <li>Fix <code>fitBounds</code> ignoring <code>maxZoom</code> option in <code>vertical-perspective</code> projection (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7372">#7372</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>Prevent stale async style loads from completing after style clear (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7378">#7378</a>) (by <a href="https://github.com/Lievesley"><code>@Lievesley</code></a>)</li> <li>Fix broken example for <code>fill-pattern</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7326">#7326</a>) (by <a href="https://github.com/k-yle"><code>@k-yle</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/48caed8321a8e90b4579f37a08219df2c4e590ae"><code>48caed8</code></a> Bump js version to 5.22.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7391">#7391</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/c3da26652dd33a9c3b23e2534026891e900d9bd8"><code>c3da266</code></a> increase the linking (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7393">#7393</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/d74e957f1d8d08e54b2f4ab555d87e5d60247b75"><code>d74e957</code></a> fix: add and remove a map right after the other (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7368">#7368</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/de06a24767e9160c413f308f0ed1b7a68cecb5f1"><code>de06a24</code></a> chore(deps): bump <code>@maplibre/maplibre-gl-style-spec</code> from 24.7.0 to 24.8.1 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7388">#7388</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/fb151e4aea65fda06800a8b51813743de043bb3c"><code>fb151e4</code></a> feat: Clarify error message language so if layout and paint properties are co...</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/7951eec48b7cad54a5ec82e68921234c2d3c9a5c"><code>7951eec</code></a> feat(line): implement data driven styling for `line-{cap,round-limit,miter-li...</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/914cde4776e5abdc08ff96048f4d97a8670c0484"><code>914cde4</code></a> chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7357">#7357</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/a84c293506757cc4311714584133c06b8d18d932"><code>a84c293</code></a> chore(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7389">#7389</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/931199b45118c52ead30043ab5054e7e51769018"><code>931199b</code></a> chore(deps-dev): bump cssnano from 7.1.3 to 7.1.4 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7387">#7387</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/44c25c14e8c52569e99c1b98ab068b970420dda8"><code>44c25c1</code></a> chore(deps-dev): bump canvas from 3.2.2 to 3.2.3 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7386">#7386</a>)</li> <li>Additional commits viewable in <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.21.1...v5.22.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
60e571e88d |
chore(deps): Bump slugify from 1.6.8 to 1.6.9 (#1783)
Bumps [slugify](https://github.com/simov/slugify) from 1.6.8 to 1.6.9. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/simov/slugify/blob/master/CHANGELOG.md">slugify's changelog</a>.</em></p> <blockquote> <h3>v1.6.9 (2026-04-01)</h3> <ul> <li><a href="https://redirect.github.com/simov/slugify/pull/171">#171</a> fix: correct CommonJS export for "module": "node16" + ESM (171) (<a href="https://github.com/karlhorky"><code>@karlhorky</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/simov/slugify/commits">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~joshuakgoldberg">joshuakgoldberg</a>, a new releaser for slugify since your current version.</p> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
a857114c00 |
chore(deps-dev): Bump sass from 1.98.0 to 1.99.0 (#1782)
Bumps [sass](https://github.com/sass/dart-sass) from 1.98.0 to 1.99.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> <blockquote> <h2>Dart Sass 1.99.0</h2> <p>To install Sass 1.99.0, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li> <p>Add support for parent selectors (<code>&</code>) at the root of the document. These are emitted as-is in the CSS output, where they're interpreted as <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Nesting_selector#using_outside_nested_rule">the scoping root</a>.</p> </li> <li> <p>User-defined functions named <code>calc</code> or <code>clamp</code> are no longer forbidden. If such a function exists without a namespace in the current module, it will be used instead of the built-in <code>calc()</code> or <code>clamp()</code> function.</p> </li> <li> <p>User-defined functions whose names begin with <code>-</code> and end with <code>-expression</code>, <code>-url</code>, <code>-and</code>, <code>-or</code>, or <code>-not</code> are no longer forbidden. These were originally intended to match vendor prefixes, but in practice no vendor prefixes for these functions ever existed in real browsers.</p> </li> <li> <p>User-defined functions named <code>EXPRESSION</code>, <code>URL</code>, and <code>ELEMENT</code>, those that begin with <code>-</code> and end with <code>-ELEMENT</code>, as well as the same names with some lowercase letters are now deprecated, These are names conflict with plain CSS functions that have special syntax.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> <li> <p>In a future release, calls to functions whose names begin with <code>-</code> and end with <code>-expression</code> and <code>-url</code> will no longer have special parsing. For now, these calls are deprecated if their behavior will change in the future.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> <li> <p>Calls to functions whose names begin with <code>-</code> and end with <code>-progid:...</code> are deprecated.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1990">full changelog</a> for changes in earlier releases.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.99.0</h2> <ul> <li> <p>Add support for parent selectors (<code>&</code>) at the root of the document. These are emitted as-is in the CSS output, where they're interpreted as <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Nesting_selector#using_outside_nested_rule">the scoping root</a>.</p> </li> <li> <p>User-defined functions named <code>calc</code> or <code>clamp</code> are no longer forbidden. If such a function exists without a namespace in the current module, it will be used instead of the built-in <code>calc()</code> or <code>clamp()</code> function.</p> </li> <li> <p>User-defined functions whose names begin with <code>-</code> and end with <code>-expression</code>, <code>-url</code>, <code>-and</code>, <code>-or</code>, or <code>-not</code> are no longer forbidden. These were originally intended to match vendor prefixes, but in practice no vendor prefixes for these functions ever existed in real browsers.</p> </li> <li> <p>User-defined functions named <code>EXPRESSION</code>, <code>URL</code>, and <code>ELEMENT</code>, those that begin with <code>-</code> and end with <code>-ELEMENT</code>, as well as the same names with some lowercase letters are now deprecated, These are names conflict with plain CSS functions that have special syntax.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> <li> <p>In a future release, calls to functions whose names begin with <code>-</code> and end with <code>-expression</code> and <code>-url</code> will no longer have special parsing. For now, these calls are deprecated if their behavior will change in the future.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> <li> <p>Calls to functions whose names begin with <code>-</code> and end with <code>-progid:...</code> are deprecated.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/83c39fec93ab0dc183a46cff2bc468999ce53e20"><code>83c39fe</code></a> Support the top-level parent selector (<a href="https://redirect.github.com/sass/dart-sass/issues/2758">#2758</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/ec85871864ca16f8045e66ad329bd462e791bfa1"><code>ec85871</code></a> Bump EndBug/add-and-commit from 9 to 10 (<a href="https://redirect.github.com/sass/dart-sass/issues/2756">#2756</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/a604acd19ad2ce31ef2efe9aa5950b0c5fcc74a9"><code>a604acd</code></a> [Function Name] Implement changes (<a href="https://redirect.github.com/sass/dart-sass/issues/2731">#2731</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.98.0...1.99.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
11af8c55f6 |
chore(deps): Bump @maplibre/maplibre-gl-style-spec from 24.7.0 to 24.8.1 (#1779)
Bumps [@maplibre/maplibre-gl-style-spec](https://github.com/maplibre/maplibre-style-spec) from 24.7.0 to 24.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-style-spec/releases"><code>@maplibre/maplibre-gl-style-spec</code>'s releases</a>.</em></p> <blockquote> <h2>v24.8.1</h2> <h3>✨ Features and improvements</h3> <ul> <li>Add <code>AllPaintProperties</code> and <code>AllLayoutProperties</code> typescript definitions (<a href="https://redirect.github.com/maplibre/maplibre-style-spec/pull/1579">#1579</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>Update TS definitions to allow <code>var</code> as the 3rd arg of comparator functions (<a href="https://redirect.github.com/maplibre/maplibre-style-spec/pull/1564">#1564</a>) (by <a href="https://github.com/k-yle">k-yle</a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix <code>get</code> expression inside <code>join</code> expression (<a href="https://redirect.github.com/maplibre/maplibre-style-spec/pull/1583">#1583</a>) (by <a href="https://github.com/1ec5">1ec5</a>)</li> </ul> <h2>v24.8.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Enable data driven stylng for <code>line-{cap,round-limit,miter-limit}</code> (<a href="https://redirect.github.com/maplibre/maplibre-style-spec/pull/1566">#1566</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-style-spec/blob/main/CHANGELOG.md"><code>@maplibre/maplibre-gl-style-spec</code>'s changelog</a>.</em></p> <blockquote> <h2>24.8.1</h2> <h3>✨ Features and improvements</h3> <ul> <li>Add <code>AllPaintProperties</code> and <code>AllLayoutProperties</code> typescript definitions (<a href="https://redirect.github.com/maplibre/maplibre-style-spec/pull/1579">#1579</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>Update TS definitions to allow <code>var</code> as the 3rd arg of comparator functions (<a href="https://redirect.github.com/maplibre/maplibre-style-spec/pull/1564">#1564</a>) (by <a href="https://github.com/k-yle">k-yle</a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix <code>get</code> expression inside <code>join</code> expression (<a href="https://redirect.github.com/maplibre/maplibre-style-spec/pull/1583">#1583</a>) (by <a href="https://github.com/1ec5">1ec5</a>)</li> </ul> <h2>24.8.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Enable data driven stylng for <code>line-{cap,round-limit,miter-limit}</code> (<a href="https://redirect.github.com/maplibre/maplibre-style-spec/pull/1566">#1566</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/maplibre/maplibre-style-spec/commit/6068119203c6f111739574f84ee6788ff541a9a3"><code>6068119</code></a> Bump js version to 24.8.1 (<a href="https://redirect.github.com/maplibre/maplibre-style-spec/issues/1585">#1585</a>)</li> <li><a href="https://github.com/maplibre/maplibre-style-spec/commit/318f2e010554fc2d00e1e0bddba19c7d8645a182"><code>318f2e0</code></a> increase the navigabiltiy by adding linking (<a href="https://redirect.github.com/maplibre/maplibre-style-spec/issues/1581">#1581</a>)</li> <li><a href="https://github.com/maplibre/maplibre-style-spec/commit/298570bd0f3a5d2295f47f2612898be3f9287dc4"><code>298570b</code></a> docs: improve the transition docs a bit more (<a href="https://redirect.github.com/maplibre/maplibre-style-spec/issues/1584">#1584</a>)</li> <li><a href="https://github.com/maplibre/maplibre-style-spec/commit/8f4a9b7e94a92c2bf4914503f77e487fb4b4edf0"><code>8f4a9b7</code></a> update TS definitions to allow <code>var</code> as the 3rd arg of comparator funcs (<a href="https://redirect.github.com/maplibre/maplibre-style-spec/issues/1564">#1564</a>)</li> <li><a href="https://github.com/maplibre/maplibre-style-spec/commit/40b4c4e85ccb4ace01c4d14c5add0936e526fc03"><code>40b4c4e</code></a> feat: add AllPaintProperties and AllLayoutProperties (<a href="https://redirect.github.com/maplibre/maplibre-style-spec/issues/1579">#1579</a>)</li> <li><a href="https://github.com/maplibre/maplibre-style-spec/commit/0d88cc3e8227f26cf25c6c571bda5b013b761843"><code>0d88cc3</code></a> Evaluate input to join expression (<a href="https://redirect.github.com/maplibre/maplibre-style-spec/issues/1583">#1583</a>)</li> <li><a href="https://github.com/maplibre/maplibre-style-spec/commit/18a85aa413b704409255b5f8f39e09bb13035f99"><code>18a85aa</code></a> docs: document how transitions work (<a href="https://redirect.github.com/maplibre/maplibre-style-spec/issues/1580">#1580</a>)</li> <li><a href="https://github.com/maplibre/maplibre-style-spec/commit/54855816a84a88d2b86d3844f123ab58b02ea7fd"><code>5485581</code></a> make sure that visibiltiy is documented that it has global statate support (#...</li> <li><a href="https://github.com/maplibre/maplibre-style-spec/commit/1b028b1e2cdc5ff0eb660366df070a143b8bd896"><code>1b028b1</code></a> Bump js version to 24.8.0 (<a href="https://redirect.github.com/maplibre/maplibre-style-spec/issues/1578">#1578</a>)</li> <li><a href="https://github.com/maplibre/maplibre-style-spec/commit/4477c7a07c49632af496a8a3627ec3bfc5e84c81"><code>4477c7a</code></a> build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> (<a href="https://redirect.github.com/maplibre/maplibre-style-spec/issues/1576">#1576</a>)</li> <li>Additional commits viewable in <a href="https://github.com/maplibre/maplibre-style-spec/compare/v24.7.0...v24.8.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
bdefe6d318 |
chore(deps): Bump react-i18next from 17.0.1 to 17.0.2 (#1777)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 17.0.1 to 17.0.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's changelog</a>.</em></p> <blockquote> <h2>17.0.2</h2> <ul> <li>fix(types): <code>values</code> prop on <code><Trans /></code> now only requires interpolation variables for the specific <code>i18nKey</code>, not all variables in the namespace <a href="https://redirect.github.com/i18next/react-i18next/issues/1913">1913</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/react-i18next/commit/4d62f869053355821249c6235c2ded6e8e3ea492"><code>4d62f86</code></a> 17.0.2</li> <li><a href="https://github.com/i18next/react-i18next/commit/61fe80c53fff86bb276ab9854ef33a3228e88147"><code>61fe80c</code></a> fix(types): <code>values</code> prop on <code>\<Trans /></code> now only requires interpolation vari...</li> <li><a href="https://github.com/i18next/react-i18next/commit/b58d5a57b851871a85bfc4c2f530cf2b78cbbbb3"><code>b58d5a5</code></a> l10n: add Swedish language support to examples (<a href="https://redirect.github.com/i18next/react-i18next/issues/1912">#1912</a>)</li> <li>See full diff in <a href="https://github.com/i18next/react-i18next/compare/v17.0.1...v17.0.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
6212d5b99f |
chore(deps): Bump i18next from 26.0.1 to 26.0.3 (#1780)
Bumps [i18next](https://github.com/i18next/i18next) from 26.0.1 to 26.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/releases">i18next's releases</a>.</em></p> <blockquote> <h2>v26.0.3</h2> <ul> <li>fix(types): <code>addResourceBundle</code> now accepts an optional 6th <code>options</code> parameter (<code>{ silent?: boolean; skipCopy?: boolean }</code>) matching the runtime API <a href="https://redirect.github.com/i18next/i18next/issues/2419">2419</a></li> </ul> <h2>v26.0.2</h2> <ul> <li>fix(types): <code>t("key", {} as TOptions)</code> no longer produces a type error — the context constraint now bypasses strict checking when <code>context</code> is <code>unknown</code> (e.g. from <code>TOptions</code>) <a href="https://redirect.github.com/i18next/i18next/issues/2418">2418</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's changelog</a>.</em></p> <blockquote> <h2>26.0.3</h2> <ul> <li>fix(types): <code>addResourceBundle</code> now accepts an optional 6th <code>options</code> parameter (<code>{ silent?: boolean; skipCopy?: boolean }</code>) matching the runtime API <a href="https://redirect.github.com/i18next/i18next/issues/2419">2419</a></li> </ul> <h2>26.0.2</h2> <ul> <li>fix(types): <code>t("key", {} as TOptions)</code> no longer produces a type error — the context constraint now bypasses strict checking when <code>context</code> is <code>unknown</code> (e.g. from <code>TOptions</code>) <a href="https://redirect.github.com/i18next/i18next/issues/2418">2418</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/ea8391c875ed663038fb5fb0db89aaead9f6fff6"><code>ea8391c</code></a> 26.0.3</li> <li><a href="https://github.com/i18next/i18next/commit/5da85e09afe0f53033840666e13ee954d87e89e9"><code>5da85e0</code></a> fix(types): <code>addResourceBundle</code> now accepts an optional 6th <code>options</code> paramet...</li> <li><a href="https://github.com/i18next/i18next/commit/3db098f72a40b108123c1200234707934d9e03ac"><code>3db098f</code></a> 26.0.2</li> <li><a href="https://github.com/i18next/i18next/commit/6ece798338e6e96d37a6148c20e4ca7279fa9897"><code>6ece798</code></a> fix(types): <code>t("key", {} as TOptions)</code> no longer produces a type error — the ...</li> <li>See full diff in <a href="https://github.com/i18next/i18next/compare/v26.0.1...v26.0.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
6454ae21d3 |
chore(deps-dev): Bump typescript-eslint from 8.57.2 to 8.58.0 (#1778)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.57.2 to 8.58.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.58.0</h2> <h2>8.58.0 (2026-03-30)</h2> <h3>🚀 Features</h3> <ul> <li>support TypeScript 6 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12124">#12124</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> crash in <code>no-unnecessary-type-arguments</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12163">#12163</a>)</li> <li><strong>eslint-plugin:</strong> [no-extraneous-class] handle index signatures (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12142">#12142</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-regexp-exec] avoid fixing unknown RegExp flags (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12161">#12161</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>ej shafran <a href="https://github.com/ej-shafran"><code>@ej-shafran</code></a></li> <li>Evyatar Daud <a href="https://github.com/StyleShit"><code>@StyleShit</code></a></li> <li>GG ZIBLAKING</li> <li>milkboy2564 <a href="https://github.com/SeolJaeHyeok"><code>@SeolJaeHyeok</code></a></li> <li>teee32 <a href="https://github.com/teee32"><code>@teee32</code></a></li> </ul> <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.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.58.0 (2026-03-30)</h2> <h3>🚀 Features</h3> <ul> <li>support TypeScript 6 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12124">#12124</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Evyatar Daud <a href="https://github.com/StyleShit"><code>@StyleShit</code></a></li> </ul> <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.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/493341709fe7d1d6433332b7bd2724e3332c7cdf"><code>4933417</code></a> chore(release): publish 8.58.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8cde2d06fb9bc591a4c93452509ddbd600c76a35"><code>8cde2d0</code></a> feat: support TypeScript 6 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/12124">#12124</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
a23208d60d |
chore(deps): Bump i18next from 25.10.10 to 26.0.1 (#1776)
Bumps [i18next](https://github.com/i18next/i18next) from 25.10.10 to 26.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/releases">i18next's releases</a>.</em></p> <blockquote> <h2>v26.0.1</h2> <ul> <li>fix: Formatter no longer crashes when <code>alwaysFormat</code> is <code>true</code> and no format specifier is present (<code>format</code> is <code>undefined</code>)</li> <li>fix: Formatter now returns <code>undefined</code>/<code>null</code> values as-is instead of producing <code>NaN</code> when the value is missing</li> </ul> <h2>v26.0.0</h2> <p><strong>This is a major breaking release:</strong></p> <h3>Breaking Changes</h3> <ul> <li><strong>Remove deprecated <code>initImmediate</code> option</strong> — the backward-compatibility mapping from <code>initImmediate</code> to <code>initAsync</code> (introduced in v24) has been removed. Use <code>initAsync</code> instead.</li> <li><strong>Remove legacy <code>interpolation.format</code> function</strong> — the old monolithic format function (<code>interpolation: { format: (value, format, lng) => ... }</code>) is no longer supported. The built-in Formatter (or a custom Formatter module via <code>.use()</code>) is now always used. Migrate to the <a href="https://www.i18next.com/translation-function/formatting">new formatting approach</a> using <code>i18next.services.formatter.add()</code> or <code>.addCached()</code> for custom formatters.</li> <li><strong>Remove console support notice</strong> — the console support notice introduced in v25.8.0 has been removed, along with the <code>showSupportNotice</code> option and all related internal suppression logic (<code>globalThis.__i18next_supportNoticeShown</code>, <code>I18NEXT_NO_SUPPORT_NOTICE</code> env var). See our blog post for the <a href="https://www.locize.com/blog/i18next-support-notice">full story</a>.</li> <li><strong>Remove <code>simplifyPluralSuffix</code> option</strong> — this option was unused by the core PluralResolver (which relies entirely on <code>Intl.PluralRules</code>). It only had an effect in the old v1/v2/v3 compatibility layer. The v4 test compatibility layer now defaults to <code>true</code> internally.</li> <li><strong>Remove deprecated <code>@babel/polyfill</code></strong> from devDependencies.</li> </ul> <h3>Improvements</h3> <ul> <li><strong>Code modernization</strong> across all source files: <ul> <li>Replace <code>indexOf() > -1</code> / <code>indexOf() < 0</code> with <code>.includes()</code> (~40+ occurrences)</li> <li>Replace <code>indexOf() === 0</code> with <code>.startsWith()</code> where appropriate</li> <li>Replace <code>var</code> with <code>const</code>, <code>'' + object</code> with <code>String(object)</code>, <code>.substring()</code> with <code>.slice()</code></li> <li>Replace <code>.apply(observer, [event, ...args])</code> with direct call <code>observer(event, ...args)</code></li> <li>Remove unnecessary <code>.call(this, ...)</code> in BackendConnector retry logic</li> <li>Fix <code>array-callback-return</code> in LanguageUtils <code>getBestMatchFromCodes</code></li> <li>Clean up all stale <code>eslint-disable</code> comments from source files</li> </ul> </li> <li><strong>EventEmitter</strong>: add <code>once()</code> method for one-time event subscriptions</li> <li><strong>Memory leak fix</strong>: move module-level <code>checkedLoadedFor</code> cache to Translator instance, preventing cross-instance state leakage</li> <li><strong>TypeScript</strong>: fix <code>BackendModule</code> generic parameter naming inconsistency between CJS and ESM type definitions</li> <li><strong>TypeScript</strong>: add <code>once()</code> method to <code>i18n</code> and <code>ResourceStore</code> type interfaces</li> <li><strong>ESLint 9</strong>: migrate from ESLint 8 (airbnb-base) to ESLint 9 flat config with <a href="https://github.com/neostandard/neostandard">neostandard</a></li> <li><strong>Vitest 4</strong>: upgrade from vitest 3 to vitest 4, migrate workspace files to <code>test.projects</code> config</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's changelog</a>.</em></p> <blockquote> <h2>26.0.1</h2> <ul> <li>fix: Formatter no longer crashes when <code>alwaysFormat</code> is <code>true</code> and no format specifier is present (<code>format</code> is <code>undefined</code>)</li> <li>fix: Formatter now returns <code>undefined</code>/<code>null</code> values as-is instead of producing <code>NaN</code> when the value is missing</li> </ul> <h2>26.0.0</h2> <p><strong>This is a major breaking release:</strong></p> <h3>Breaking Changes</h3> <ul> <li><strong>Remove deprecated <code>initImmediate</code> option</strong> — the backward-compatibility mapping from <code>initImmediate</code> to <code>initAsync</code> (introduced in v24) has been removed. Use <code>initAsync</code> instead.</li> <li><strong>Remove legacy <code>interpolation.format</code> function</strong> — the old monolithic format function (<code>interpolation: { format: (value, format, lng) => ... }</code>) is no longer supported. The built-in Formatter (or a custom Formatter module via <code>.use()</code>) is now always used. Migrate to the <a href="https://www.i18next.com/translation-function/formatting">new formatting approach</a> using <code>i18next.services.formatter.add()</code> or <code>.addCached()</code> for custom formatters.</li> <li><strong>Remove console support notice</strong> — the console support notice introduced in v25.8.0 has been removed, along with the <code>showSupportNotice</code> option and all related internal suppression logic (<code>globalThis.__i18next_supportNoticeShown</code>, <code>I18NEXT_NO_SUPPORT_NOTICE</code> env var). See our blog post for the <a href="https://www.locize.com/blog/i18next-support-notice">full story</a>.</li> <li><strong>Remove <code>simplifyPluralSuffix</code> option</strong> — this option was unused by the core PluralResolver (which relies entirely on <code>Intl.PluralRules</code>). It only had an effect in the old v1/v2/v3 compatibility layer. The v4 test compatibility layer now defaults to <code>true</code> internally.</li> <li><strong>Remove deprecated <code>@babel/polyfill</code></strong> from devDependencies.</li> </ul> <h3>Improvements</h3> <ul> <li><strong>Code modernization</strong> across all source files: <ul> <li>Replace <code>indexOf() > -1</code> / <code>indexOf() < 0</code> with <code>.includes()</code> (~40+ occurrences)</li> <li>Replace <code>indexOf() === 0</code> with <code>.startsWith()</code> where appropriate</li> <li>Replace <code>var</code> with <code>const</code>, <code>'' + object</code> with <code>String(object)</code>, <code>.substring()</code> with <code>.slice()</code></li> <li>Replace <code>.apply(observer, [event, ...args])</code> with direct call <code>observer(event, ...args)</code></li> <li>Remove unnecessary <code>.call(this, ...)</code> in BackendConnector retry logic</li> <li>Fix <code>array-callback-return</code> in LanguageUtils <code>getBestMatchFromCodes</code></li> <li>Clean up all stale <code>eslint-disable</code> comments from source files</li> </ul> </li> <li><strong>EventEmitter</strong>: add <code>once()</code> method for one-time event subscriptions</li> <li><strong>Memory leak fix</strong>: move module-level <code>checkedLoadedFor</code> cache to Translator instance, preventing cross-instance state leakage</li> <li><strong>TypeScript</strong>: fix <code>BackendModule</code> generic parameter naming inconsistency between CJS and ESM type definitions</li> <li><strong>TypeScript</strong>: add <code>once()</code> method to <code>i18n</code> and <code>ResourceStore</code> type interfaces</li> <li><strong>ESLint 9</strong>: migrate from ESLint 8 (airbnb-base) to ESLint 9 flat config with <a href="https://github.com/neostandard/neostandard">neostandard</a></li> <li><strong>Vitest 4</strong>: upgrade from vitest 3 to vitest 4, migrate workspace files to <code>test.projects</code> config</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/18b3dbb4734dc25dba1c21ea05df0315c73f6bc0"><code>18b3dbb</code></a> 26.0.1</li> <li><a href="https://github.com/i18next/i18next/commit/c829f91a2af9d227b35be3025d4ce8866f5c25c1"><code>c829f91</code></a> fix: Formater crashes etc.</li> <li><a href="https://github.com/i18next/i18next/commit/1593d1125ef7890ef294aa5fef39dd70e11ca537"><code>1593d11</code></a> remove node v18 from github actions</li> <li><a href="https://github.com/i18next/i18next/commit/d85c23da8615c0f0fdbeaae588a741a6c6149eb4"><code>d85c23d</code></a> 26.0.0</li> <li><a href="https://github.com/i18next/i18next/commit/fad19d59cf4d2acd512981d2cc41a0033d6cf672"><code>fad19d5</code></a> feat!: v26.0.0 — major version with breaking changes</li> <li><a href="https://github.com/i18next/i18next/commit/780aa9170f4ed5b645aa35bb9ef1832d38f7b5d8"><code>780aa91</code></a> jsr update</li> <li>See full diff in <a href="https://github.com/i18next/i18next/compare/v25.10.10...v26.0.1">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
51e2dcbd4c |
chore(deps-dev): Bump i18next-cli from 1.51.4 to 1.51.5 (#1775)
Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.51.4 to 1.51.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md">i18next-cli's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.51.4...v1.51.5">1.51.5</a> - 2026-03-30</h2> <ul> <li>Fix extractor using only the initializer value instead of the full enum type when a variable has both a type annotation and an initializer (e.g. <code>const status: Status = Status.New</code> now correctly extracts all enum values, not just <code>"new"</code>). Fixes <a href="https://redirect.github.com/i18next/i18next-cli/issues/210#issuecomment-4153581609">#210 (comment)</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next-cli/commit/3583c5f158f62a01f3c20a5add8d2f6aa7f2f5cb"><code>3583c5f</code></a> 1.51.5</li> <li><a href="https://github.com/i18next/i18next-cli/commit/10341e765e5d7e120edc242c799e11c391ef3499"><code>10341e7</code></a> Fix extractor using only the initializer value instead of the full enum type</li> <li><a href="https://github.com/i18next/i18next-cli/commit/114f1de4d340a7fdd328938b8a7022689b11417d"><code>114f1de</code></a> update i18next dep</li> <li>See full diff in <a href="https://github.com/i18next/i18next-cli/compare/v1.51.4...v1.51.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
8b23561fe5 |
chore(deps): Bump react-i18next from 16.6.6 to 17.0.1 (#1774)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.6.6 to 17.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's changelog</a>.</em></p> <blockquote> <h2>17.0.1</h2> <ul> <li>chore: bump minimum i18next peer dependency to <code>>= 26.0.1</code> <em>(forgot to do it in last version)</em></li> <li>fix: migrate test setup from removed legacy <code>interpolation.format</code> to <code>i18n.services.formatter.add()</code> (i18next v26)</li> </ul> <h2>17.0.0</h2> <h3>Potentially breaking changes</h3> <ul> <li>fix: <code>transKeepBasicHtmlNodesFor</code> now correctly preserves HTML tag names when children contain interpolations or mixed content <a href="https://redirect.github.com/i18next/i18next-cli/issues/230">230</a> <ul> <li>Previously, <code><strong>{{name}}</strong></code> was incorrectly serialized as <code><1>{{name}}</1></code> — the tag name was only preserved for plain string children</li> <li>This bug existed since the feature was introduced and affects auto-generated keys (when no explicit <code>i18nKey</code> is provided)</li> <li>If you rely on auto-generated Trans keys containing indexed tags for kept HTML elements with interpolation children, you will need to update your translation files</li> </ul> </li> </ul> <h3>Other changes</h3> <ul> <li>updated dev dependencies (vitest, rollup plugins, happy-dom, typescript, etc.)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/react-i18next/commit/23214960e3ead0b6774a1a0cb40387d41868da60"><code>2321496</code></a> 17.0.1</li> <li><a href="https://github.com/i18next/react-i18next/commit/7e656b567125b059738ccd6f79b45de3767a8df4"><code>7e656b5</code></a> chore: bump minimum i18next peer dependency</li> <li><a href="https://github.com/i18next/react-i18next/commit/dfc350b2c465a7e0283c4fa5c6d83e3d447fc87a"><code>dfc350b</code></a> upate github actions</li> <li><a href="https://github.com/i18next/react-i18next/commit/7fe2620326e3027ecf4654ae739c4f74f83a5482"><code>7fe2620</code></a> 17.0.0</li> <li><a href="https://github.com/i18next/react-i18next/commit/f4ada4c38c0d0fb5a992a8e76d5b510df69b257d"><code>f4ada4c</code></a> fix: <code>transKeepBasicHtmlNodesFor</code> now correctly preserves HTML tag names when...</li> <li>See full diff in <a href="https://github.com/i18next/react-i18next/compare/v16.6.6...v17.0.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
0032b85fb8 |
chore(deps): Bump lodash from 4.17.23 to 4.18.1 (#1773)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lodash/lodash/releases">lodash's releases</a>.</em></p> <blockquote> <h2>4.18.1</h2> <h2>Bugs</h2> <p>Fixes a <code>ReferenceError</code> issue in <code>lodash</code> <code>lodash-es</code> <code>lodash-amd</code> and <code>lodash.template</code> when using the <code>template</code> and <code>fromPairs</code> functions from the modular builds. See <a href="https://redirect.github.com/lodash/lodash/issues/6167#issuecomment-4165269769">lodash/lodash#6167</a></p> <p>These defects were related to how lodash distributions are built from the main branch using <a href="https://github.com/lodash-archive/lodash-cli">https://github.com/lodash-archive/lodash-cli</a>. When internal dependencies change inside lodash functions, equivalent updates need to be made to a mapping in the lodash-cli. (hey, it was ahead of its time once upon a time!). We know this, but we missed it in the last release. It's the kind of thing that passes in CI, but fails bc the build is not the same thing you tested.</p> <p>There is no diff on main for this, but you can see the diffs for each of the npm packages on their respective branches:</p> <ul> <li><code>lodash</code>: <a href="https://github.com/lodash/lodash/compare/4.18.0-npm...4.18.1-npm">https://github.com/lodash/lodash/compare/4.18.0-npm...4.18.1-npm</a></li> <li><code>lodash-es</code>: <a href="https://github.com/lodash/lodash/compare/4.18.0-es...4.18.1-es">https://github.com/lodash/lodash/compare/4.18.0-es...4.18.1-es</a></li> <li><code>lodash-amd</code>: <a href="https://github.com/lodash/lodash/compare/4.18.0-amd...4.18.1-amd">https://github.com/lodash/lodash/compare/4.18.0-amd...4.18.1-amd</a></li> <li><code>lodash.template</code><a href="https://github.com/lodash/lodash/compare/4.18.0-npm-packages...4.18.1-npm-packages">https://github.com/lodash/lodash/compare/4.18.0-npm-packages...4.18.1-npm-packages</a></li> </ul> <h2>4.18.0</h2> <h2>v4.18.0</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/lodash/lodash/compare/4.17.23...4.18.0">https://github.com/lodash/lodash/compare/4.17.23...4.18.0</a></p> <h3>Security</h3> <p><strong><code>_.unset</code> / <code>_.omit</code></strong>: Fixed prototype pollution via <code>constructor</code>/<code>prototype</code> path traversal (<a href="https://github.com/lodash/lodash/security/advisories/GHSA-f23m-r3pf-42rh">GHSA-f23m-r3pf-42rh</a>, <a href="https://github.com/lodash/lodash/commit/fe8d32eda854377349a4f922ab7655c8e5df9a0b">fe8d32e</a>). Previously, array-wrapped path segments and primitive roots could bypass the existing guards, allowing deletion of properties from built-in prototypes. Now <code>constructor</code> and <code>prototype</code> are blocked unconditionally as non-terminal path keys, matching <code>baseSet</code>. Calls that previously returned <code>true</code> and deleted the property now return <code>false</code> and leave the target untouched.</p> <p><strong><code>_.template</code></strong>: Fixed code injection via <code>imports</code> keys (<a href="https://github.com/lodash/lodash/security/advisories/GHSA-r5fr-rjxr-66jc">GHSA-r5fr-rjxr-66jc</a>, CVE-2026-4800, <a href="https://github.com/lodash/lodash/commit/879aaa93132d78c2f8d20c60279da9f8b21576d6">879aaa9</a>). Fixes an incomplete patch for CVE-2021-23337. The <code>variable</code> option was validated against <code>reForbiddenIdentifierChars</code> but <code>importsKeys</code> was left unguarded, allowing code injection via the same <code>Function()</code> constructor sink. <code>imports</code> keys containing forbidden identifier characters now throw <code>"Invalid imports option passed into _.template"</code>.</p> <h3>Docs</h3> <ul> <li>Add security notice for <code>_.template</code> in threat model and API docs (<a href="https://redirect.github.com/lodash/lodash/pull/6099">#6099</a>)</li> <li>Document <code>lower > upper</code> behavior in <code>_.random</code> (<a href="https://redirect.github.com/lodash/lodash/pull/6115">#6115</a>)</li> <li>Fix quotes in <code>_.compact</code> jsdoc (<a href="https://redirect.github.com/lodash/lodash/pull/6090">#6090</a>)</li> </ul> <h3><code>lodash.*</code> modular packages</h3> <p><a href="https://redirect.github.com/lodash/lodash/pull/6157">Diff</a></p> <p>We have also regenerated and published a select number of the <code>lodash.*</code> modular packages.</p> <p>These modular packages had fallen out of sync significantly from the minor/patch updates to lodash. Specifically, we have brought the following packages up to parity w/ the latest lodash release because they have had CVEs on them in the past:</p> <ul> <li><a href="https://www.npmjs.com/package/lodash.orderby">lodash.orderby</a></li> <li><a href="https://www.npmjs.com/package/lodash.tonumber">lodash.tonumber</a></li> <li><a href="https://www.npmjs.com/package/lodash.trim">lodash.trim</a></li> <li><a href="https://www.npmjs.com/package/lodash.trimend">lodash.trimend</a></li> <li><a href="https://www.npmjs.com/package/lodash.sortedindexby">lodash.sortedindexby</a></li> <li><a href="https://www.npmjs.com/package/lodash.zipobjectdeep">lodash.zipobjectdeep</a></li> <li><a href="https://www.npmjs.com/package/lodash.unset">lodash.unset</a></li> <li><a href="https://www.npmjs.com/package/lodash.omit">lodash.omit</a></li> <li><a href="https://www.npmjs.com/package/lodash.template">lodash.template</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lodash/lodash/commit/cb0b9b9212521c08e3eafe7c8cb0af1b42b6649e"><code>cb0b9b9</code></a> release(patch): bump main to 4.18.1 (<a href="https://redirect.github.com/lodash/lodash/issues/6177">#6177</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/75535f57883b7225adb96de1cfc1cd4169cfcb51"><code>75535f5</code></a> chore: prune stale advisory refs (<a href="https://redirect.github.com/lodash/lodash/issues/6170">#6170</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/62e91bc6a39c98d85b9ada8c44d40593deaf82a4"><code>62e91bc</code></a> docs: remove n_ Node.js < 6 REPL note from README (<a href="https://redirect.github.com/lodash/lodash/issues/6165">#6165</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/59be2de61f8aa9461c7856533b51d31b7d8babc4"><code>59be2de</code></a> release(minor): bump to 4.18.0 (<a href="https://redirect.github.com/lodash/lodash/issues/6161">#6161</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/af634573030f979194871da7c68f79420992f53d"><code>af63457</code></a> fix: broken tests for _.template 879aaa9</li> <li><a href="https://github.com/lodash/lodash/commit/1073a7693e1727e0cf3641e5f71f75ddcf8de7c0"><code>1073a76</code></a> fix: linting issues</li> <li><a href="https://github.com/lodash/lodash/commit/879aaa93132d78c2f8d20c60279da9f8b21576d6"><code>879aaa9</code></a> fix: validate imports keys in _.template</li> <li><a href="https://github.com/lodash/lodash/commit/fe8d32eda854377349a4f922ab7655c8e5df9a0b"><code>fe8d32e</code></a> fix: block prototype pollution in baseUnset via constructor/prototype traversal</li> <li><a href="https://github.com/lodash/lodash/commit/18ba0a32f42fd02117f096b032f89c984173462d"><code>18ba0a3</code></a> refactor(fromPairs): use baseAssignValue for consistent assignment (<a href="https://redirect.github.com/lodash/lodash/issues/6153">#6153</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/b8190803d48d60b8c80ad45d39125f32fa618cb2"><code>b819080</code></a> ci: add dist sync validation workflow (<a href="https://redirect.github.com/lodash/lodash/issues/6137">#6137</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lodash/lodash/compare/4.17.23...4.18.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/maplibre/maputnik/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
327771d143 |
chore(deps-dev): Bump i18next-cli from 1.51.3 to 1.51.4 (#1768)
Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.51.3 to 1.51.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md">i18next-cli's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.51.3...v1.51.4">1.51.4</a> - 2026-03-27</h2> <ul> <li>Updated <code>react-i18next</code> to v17. <code>transKeepBasicHtmlNodesFor</code> now correctly preserves HTML tag names when children contain interpolations or mixed content (e.g. <code><strong>{{name}}</strong></code> instead of <code><1>{{name}}</1></code>). Fixes <a href="https://redirect.github.com/i18next/i18next-cli/issues/230">#230</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next-cli/commit/23b1681ae9178eec6dc9e30fa3d608219363f1f1"><code>23b1681</code></a> 1.51.4</li> <li><a href="https://github.com/i18next/i18next-cli/commit/262c6ae835680695b5ad1eb7e755d6cf56b1b7c0"><code>262c6ae</code></a> Updated <code>react-i18next</code> to v17 to fix <a href="https://redirect.github.com/i18next/i18next-cli/issues/230">#230</a></li> <li>See full diff in <a href="https://github.com/i18next/i18next-cli/compare/v1.51.3...v1.51.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
552f0f2c16 |
chore(deps): Bump maplibre-gl from 5.21.0 to 5.21.1 (#1764)
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.21.0 to 5.21.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/releases">maplibre-gl's releases</a>.</em></p> <blockquote> <h2>v5.21.1</h2> <h3>🐞 Bug fixes</h3> <ul> <li>Add missing <code>promoteId</code> parameter to geojson worker and refactor communication object (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7320">#7320</a>) (by <a href="https://github.com/HarelM"><code>@HarelM</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md">maplibre-gl's changelog</a>.</em></p> <blockquote> <h2>5.21.1</h2> <h3>🐞 Bug fixes</h3> <ul> <li>Add missing <code>promoteId</code> parameter to geojson worker and refactor communication object (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7320">#7320</a>) (by <a href="https://github.com/HarelM"><code>@HarelM</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/1fe69fd961d62c9b017debfc7eb49c32c53e5339"><code>1fe69fd</code></a> Bump js version to 5.21.1 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7325">#7325</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/1bf28ae09ad2b158cb64795efea6fac9da9a8ba6"><code>1bf28ae</code></a> Add missing promoteId parameter to geojson worker (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7320">#7320</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/1557f5205f210a7f1a20c7f0d30ef00746cc6938"><code>1557f52</code></a> chore(deps-dev): bump canvas from 3.2.1 to 3.2.2 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7324">#7324</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/73db19a8ecc2f02b9a5d8eb969ff9a48375ef5e7"><code>73db19a</code></a> chore(deps-dev): bump <code>@vitest/eslint-plugin</code> in the vitest group (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7321">#7321</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/9eeb0fd4a555e45419a01324d9760b52cc1c6439"><code>9eeb0fd</code></a> chore(deps-dev): bump rollup from 4.59.1 to 4.60.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7322">#7322</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/a5a63bcedee8eceb3fd90f7e5f727dbad35273d8"><code>a5a63bc</code></a> chore(deps-dev): bump rollup from 4.59.0 to 4.59.1 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7316">#7316</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/a54d7a149745a1af0ae834800772e41993648da6"><code>a54d7a1</code></a> chore(deps): bump github/codeql-action from 4.33.0 to 4.34.1 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7317">#7317</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/a4c8bc8ad0fb685d846be9c80e5169799f9b7d93"><code>a4c8bc8</code></a> chore(deps): bump ggilder/codecoverage from 1.3.0 to 1.3.1 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7318">#7318</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/a8cf500b71089778f93c64c975bcaa0598e14c5d"><code>a8cf500</code></a> chore(deps-dev): bump devtools-protocol from 0.0.1596832 to 0.0.1602427 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7312">#7312</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/65766d25e8c979f240a89ae7ae2c117c0d8bef86"><code>65766d2</code></a> chore(deps-dev): bump puppeteer from 24.39.1 to 24.40.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7313">#7313</a>)</li> <li>Additional commits viewable in <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.21.0...v5.21.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
85975900a1 |
chore(deps): Bump i18next from 25.10.9 to 25.10.10 (#1761)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [i18next](https://github.com/i18next/i18next) from 25.10.9 to 25.10.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/releases">i18next's releases</a>.</em></p> <blockquote> <h2>v25.10.10</h2> <ul> <li>feat: suppress support notice automatically in production environments (<code>NODE_ENV=production</code>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's changelog</a>.</em></p> <blockquote> <h2>25.10.10</h2> <ul> <li>feat: suppress support notice automatically in production environments (<code>NODE_ENV=production</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/e0fa8382de3b64100a594a2c27124ea9fa48814b"><code>e0fa838</code></a> 25.10.10</li> <li><a href="https://github.com/i18next/i18next/commit/796fdd96c99967fcecdca21ceabd61aee7b3cc21"><code>796fdd9</code></a> feat: suppress support notice automatically in production environments (`NODE...</li> <li><a href="https://github.com/i18next/i18next/commit/07f585f351a564249c8f83dfd168037cd1d4cf69"><code>07f585f</code></a> changelog</li> <li><a href="https://github.com/i18next/i18next/commit/1ba99513b2ac4f7a3e2d97cefd3716230db93032"><code>1ba9951</code></a> jsr update</li> <li>See full diff in <a href="https://github.com/i18next/i18next/compare/v25.10.9...v25.10.10">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
e14f79df8b |
chore(deps-dev): Bump cypress from 15.12.0 to 15.13.0 (#1757)
Bumps [cypress](https://github.com/cypress-io/cypress) from 15.12.0 to 15.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p> <blockquote> <h2>v15.13.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-13-0">https://docs.cypress.io/app/references/changelog#15-13-0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/18b67d710835b5d8ae1a1c56025ef1b9f2b7df37"><code>18b67d7</code></a> chore: release 15.13.0 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33513">#33513</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/6a1879baa84be714fabece7a792736e7015efebd"><code>6a1879b</code></a> test: fix flake in readFile retries to read when ENOENT (<a href="https://redirect.github.com/cypress-io/cypress/issues/33510">#33510</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/a6f2df60c89a38d5cf498296b80d6467981b230f"><code>a6f2df6</code></a> chore(deps): update dependency cypress-example-kitchensink to 5.2.6 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33508">#33508</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/ab6a7d9b8bd9d8de3a786aaacdd34c33fd6773fd"><code>ab6a7d9</code></a> chore: update changelog wording (<a href="https://redirect.github.com/cypress-io/cypress/issues/33509">#33509</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/28504ddbccc786e90a5e2cb078e6c545adfb3bf9"><code>28504dd</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/33506">#33506</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/5a300aa8d5b63e3a3631b28b9f778f33b5d88cdf"><code>5a300aa</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/33505">#33505</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/1bf3ff8023a62c6f202db76cd25e82ed2836eb79"><code>1bf3ff8</code></a> chore: remove experimentalPromptCommand config (<a href="https://redirect.github.com/cypress-io/cypress/issues/33497">#33497</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/b21fa13daaeab71d767b0c19255b5e01c9654adb"><code>b21fa13</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/33503">#33503</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/6eac7d8e1640e48565e1cb167df1ad0858513fe4"><code>6eac7d8</code></a> chore: display get code button on prompt failure (<a href="https://redirect.github.com/cypress-io/cypress/issues/33480">#33480</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/6dfecdaf82becc252077d8245efd3eb8dacc1837"><code>6dfecda</code></a> dependency: update flatted to 3.4.2 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33501">#33501</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v15.12.0...v15.13.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
9de236b695 |
chore(deps): Bump react-i18next from 16.6.5 to 16.6.6 (#1760)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.6.5 to 16.6.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's changelog</a>.</em></p> <blockquote> <h3>16.6.6</h3> <ul> <li>fix(peer-deps): bump i18next peer dependency to <code>>= 25.10.9</code> to match required type exports (<code>ConstrainTarget</code>, <code>ApplyTarget</code>, <code>GetSource</code>) used by <code>TransSelector</code> <a href="https://redirect.github.com/i18next/react-i18next/issues/1911">1911</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/react-i18next/commit/eb02c6305a9252222179bd6272c09f3e4ff9ad6a"><code>eb02c63</code></a> 16.6.6</li> <li><a href="https://github.com/i18next/react-i18next/commit/76f98cdd00e12d36b99bccb18614d647f6f9ce30"><code>76f98cd</code></a> fix(peer-deps): bump i18next peer dependency to <code>>= 25.10.9</code> to match require...</li> <li>See full diff in <a href="https://github.com/i18next/react-i18next/compare/v16.6.5...v16.6.6">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
eb6c6129d5 |
chore(deps-dev): Bump stylelint from 17.5.0 to 17.6.0 (#1759)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.5.0 to 17.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/releases">stylelint's releases</a>.</em></p> <blockquote> <h2>17.6.0</h2> <p>It adds support for extending units in <code>languageOptions</code>, which then apply to rules like <code>declaration-property-value-no-unknown</code>, and fixes 2 bugs.</p> <ul> <li>Added: support for extending units to <code>languageOptions</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/9166">#9166</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: missing <code>ruleMetadata</code> when linting multiple files with overrides (<a href="https://redirect.github.com/stylelint/stylelint/issues/9154">#9154</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Fixed: <code>custom-property-no-missing-var-function</code> false positives for <code>timeline-scope</code> and <code>animation-timeline</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/9164">#9164</a>) (<a href="https://github.com/splincode"><code>@splincode</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md">stylelint's changelog</a>.</em></p> <blockquote> <h2>17.6.0 - 2026-03-26</h2> <p>It adds support for extending units in <code>languageOptions</code>, which then apply to rules like <code>declaration-property-value-no-unknown</code>, and fixes 2 bugs.</p> <ul> <li>Added: support for extending units to <code>languageOptions</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/9166">#9166</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: missing <code>ruleMetadata</code> when linting multiple files with overrides (<a href="https://redirect.github.com/stylelint/stylelint/pull/9154">#9154</a>) (<a href="https://github.com/kovsu"><code>@kovsu</code></a>).</li> <li>Fixed: <code>custom-property-no-missing-var-function</code> false positives for <code>timeline-scope</code> and <code>animation-timeline</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/9164">#9164</a>) (<a href="https://github.com/splincode"><code>@splincode</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/f74ceafa445e0299261a8d590a27c9441dea49d1"><code>f74ceaf</code></a> Release 17.6.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9180">#9180</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/895f7f23e7a67e1fcc763f2e29c625bd56ce86f1"><code>895f7f2</code></a> Add support for extending units to <code>languageOptions</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/9166">#9166</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/dd7231b971072c130fc333edf744ee01febacb6f"><code>dd7231b</code></a> Refactor to replace <code>imurmurhash</code> with <code>node:crypto</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/9177">#9177</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/5b6b024684b88f11a3bc84269722529e09bd4c16"><code>5b6b024</code></a> Bump picomatch (<a href="https://redirect.github.com/stylelint/stylelint/issues/9178">#9178</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/7e25378e748a06e67bc0c8c467d3ed46a395d2ed"><code>7e25378</code></a> Bump <code>@csstools/css-syntax-patches-for-csstree</code> from 1.0.29 to 1.1.1 in the css...</li> <li><a href="https://github.com/stylelint/stylelint/commit/9edeff40a6cbcaff908294777e72e6ba9873c914"><code>9edeff4</code></a> Group <code>csstree</code> and <code>@csstools/css-syntax-patches-for-csstree</code> in dependabot ...</li> <li><a href="https://github.com/stylelint/stylelint/commit/2f7c0ca4da6ca860dec80ebd04fc02339d8fa7fe"><code>2f7c0ca</code></a> Bump actions/download-artifact from 8.0.0 to 8.0.1 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9167">#9167</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/59f310d6e4ca45f603f8d82dd250d49341c3a8f9"><code>59f310d</code></a> Bump write-file-atomic from 7.0.0 to 7.0.1 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9169">#9169</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/ab2ffcbae6691a3882bdbac058cebb108a7c57a0"><code>ab2ffcb</code></a> Bump <code>@vscode/windows-process-tree</code> from 0.6.3 to 0.7.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9170">#9170</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/a9f3e5b3ffe9a18c361f643c6bd87036356f573e"><code>a9f3e5b</code></a> Bump lint-staged from 16.3.3 to 16.4.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9171">#9171</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/17.5.0...17.6.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
a658d59eac |
chore(deps-dev): Bump the vitest group with 2 updates (#1756)
Bumps the vitest group with 2 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@vitest/coverage-v8` from 4.1.1 to 4.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v4.1.2</h2> <p>This release bumps Vitest's <code>flatted</code> version and removes version pinning to resolve <code>flatted</code>'s CVE related issues (<a href="https://redirect.github.com/vitest-dev/vitest/issues/9975">vitest-dev/vitest#9975</a>).</p> <h3> 🐞 Bug Fixes</h3> <ul> <li>Don't resolve <code>setupFiles</code> from parent directory - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9960">vitest-dev/vitest#9960</a> <a href="https://github.com/vitest-dev/vitest/commit/7aa937776"><!-- raw HTML omitted -->(7aa93)<!-- raw HTML omitted --></a></li> <li>Ensure sequential mock/unmock resolution - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Claude Opus 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9830">vitest-dev/vitest#9830</a> <a href="https://github.com/vitest-dev/vitest/commit/7c06598db"><!-- raw HTML omitted -->(7c065)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Take failure screenshot if <code>toMatchScreenshot</code> can't capture a stable screenshot - by <a href="https://github.com/macarie"><code>@macarie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9847">vitest-dev/vitest#9847</a> <a href="https://github.com/vitest-dev/vitest/commit/faace1fbe"><!-- raw HTML omitted -->(faace)<!-- raw HTML omitted --></a></li> <li><strong>coverage</strong>: Correct <code>coverageConfigDefaults</code> values and types - by <a href="https://github.com/Arthie"><code>@Arthie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9940">vitest-dev/vitest#9940</a> <a href="https://github.com/vitest-dev/vitest/commit/b3c992cb2"><!-- raw HTML omitted -->(b3c99)<!-- raw HTML omitted --></a></li> <li><strong>pretty-format</strong>: Fix output limit over counting - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9965">vitest-dev/vitest#9965</a> <a href="https://github.com/vitest-dev/vitest/commit/d3b7a40fa"><!-- raw HTML omitted -->(d3b7a)<!-- raw HTML omitted --></a></li> <li>Disable colors if agent is detected - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> and <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9851">vitest-dev/vitest#9851</a> <a href="https://github.com/vitest-dev/vitest/commit/6f97b55dd"><!-- raw HTML omitted -->(6f97b)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v4.1.1...v4.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/fc6f482f4c54bf6a766a0ff502b9843994af5bf5"><code>fc6f482</code></a> chore: release v4.1.2</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 4.1.1 to 4.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>v4.1.2</h2> <p>This release bumps Vitest's <code>flatted</code> version and removes version pinning to resolve <code>flatted</code>'s CVE related issues (<a href="https://redirect.github.com/vitest-dev/vitest/issues/9975">vitest-dev/vitest#9975</a>).</p> <h3> 🐞 Bug Fixes</h3> <ul> <li>Don't resolve <code>setupFiles</code> from parent directory - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9960">vitest-dev/vitest#9960</a> <a href="https://github.com/vitest-dev/vitest/commit/7aa937776"><!-- raw HTML omitted -->(7aa93)<!-- raw HTML omitted --></a></li> <li>Ensure sequential mock/unmock resolution - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Claude Opus 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9830">vitest-dev/vitest#9830</a> <a href="https://github.com/vitest-dev/vitest/commit/7c06598db"><!-- raw HTML omitted -->(7c065)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Take failure screenshot if <code>toMatchScreenshot</code> can't capture a stable screenshot - by <a href="https://github.com/macarie"><code>@macarie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9847">vitest-dev/vitest#9847</a> <a href="https://github.com/vitest-dev/vitest/commit/faace1fbe"><!-- raw HTML omitted -->(faace)<!-- raw HTML omitted --></a></li> <li><strong>coverage</strong>: Correct <code>coverageConfigDefaults</code> values and types - by <a href="https://github.com/Arthie"><code>@Arthie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9940">vitest-dev/vitest#9940</a> <a href="https://github.com/vitest-dev/vitest/commit/b3c992cb2"><!-- raw HTML omitted -->(b3c99)<!-- raw HTML omitted --></a></li> <li><strong>pretty-format</strong>: Fix output limit over counting - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9965">vitest-dev/vitest#9965</a> <a href="https://github.com/vitest-dev/vitest/commit/d3b7a40fa"><!-- raw HTML omitted -->(d3b7a)<!-- raw HTML omitted --></a></li> <li>Disable colors if agent is detected - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> and <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9851">vitest-dev/vitest#9851</a> <a href="https://github.com/vitest-dev/vitest/commit/6f97b55dd"><!-- raw HTML omitted -->(6f97b)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v4.1.1...v4.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/fc6f482f4c54bf6a766a0ff502b9843994af5bf5"><code>fc6f482</code></a> chore: release v4.1.2</li> <li><a href="https://github.com/vitest-dev/vitest/commit/6f97b55ddc446e725d259b7790eb21e39be77d6c"><code>6f97b55</code></a> feat: disable colors if agent is detected (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9851">#9851</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b3c992cb29ede4cca1581ed08dd9921d575cb384"><code>b3c992c</code></a> fix(coverage): correct <code>coverageConfigDefaults</code> values and types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9940">#9940</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/7c06598dbb49d9b54c990d537b700474330b6e12"><code>7c06598</code></a> fix: ensure sequential mock/unmock resolution (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9830">#9830</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/f54abad136c25796937f2376a3c8c1c10f5c71c8"><code>f54abad</code></a> chore: add typo-checker skill and fix typos (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9963">#9963</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/7aa93777641fb78643535cf46b1d080910ec97c8"><code>7aa9377</code></a> fix: don't resolve <code>setupFiles</code> from parent directory (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9960">#9960</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
e7bcfc25c9 |
chore(deps-dev): Bump i18next-cli from 1.50.5 to 1.51.3 (#1758)
Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.50.5 to 1.51.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md">i18next-cli's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.51.2...v1.51.3">1.51.3</a> - 2026-03-26</h2> <ul> <li>Silently skip directories that happen to have file-like extensions (e.g. a directory named <code>Foo.tsx</code>) instead of logging a misleading "Skipping file due to error" warning. Fixes <a href="https://redirect.github.com/i18next/i18next-cli/issues/229">#229</a>.</li> </ul> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.51.1...v1.51.2">1.51.2</a> - 2026-03-26</h2> <ul> <li>Fix <code>extract</code> function returning default namespace keys at top level instead of under <code>"translation"</code> when <code>nsSeparator: false</code> is used with multiple namespaces. The <code>nsSeparator: false</code> top-level collapsing (<a href="https://redirect.github.com/i18next/i18next-cli/issues/223">#223</a>) now only applies when there are no other explicit namespaces present. Fixes <a href="https://redirect.github.com/i18next/i18next-cli/issues/227">#227</a>.</li> </ul> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.51.0...v1.51.1">1.51.1</a> - 2026-03-26</h2> <ul> <li>Fix <code>allPluralForms</code> to only generate plural forms needed by at least one configured locale (union of all locales' CLDR categories) instead of always generating all 6 forms. Also fixes defaultValues not being applied consistently to the extra plural forms. Fixes <a href="https://redirect.github.com/i18next/i18next-cli/issues/226">#226</a>.</li> </ul> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.50.8...v1.51.0">1.51.0</a> - 2026-03-25</h2> <ul> <li>Add <code>allPluralForms</code> option to force generation of all 6 CLDR plural forms (<code>zero</code>, <code>one</code>, <code>two</code>, <code>few</code>, <code>many</code>, <code>other</code>) for every language, including the primary language. This is useful when secondary languages need plural forms that the primary language doesn't have, and you want a consistent set of keys across all locales. Set <code>extract.allPluralForms: true</code> in your config to enable. Addresses <a href="https://redirect.github.com/i18next/i18next-cli/issues/226">#226</a>.</li> </ul> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.50.7...v1.50.8">1.50.8</a> - 2026-03-25</h2> <ul> <li>Fix crash with custom locale codes (e.g. <code>'E'</code>, <code>'F'</code>) that are not valid BCP 47 language tags. <code>Intl.PluralRules</code> now falls back to English plural rules for unrecognized locales instead of throwing a <code>RangeError</code>. Fixes <a href="https://redirect.github.com/i18next/i18next-cli/issues/225">#225</a>.</li> </ul> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.50.6...v1.50.7">1.50.7</a> - 2026-03-25</h2> <ul> <li>Fix incomplete <a href="https://redirect.github.com/i18next/i18next-cli/issues/223">#223</a> fix: keys from <code>useTranslation()</code> (no args) have <code>nsIsImplicit: false</code> after parser resolution, so the previous <code>nsIsImplicit</code> check did not catch them. The merged-path loop now treats any defaultNS-keyed bucket as top-level when <code>nsSeparator: false</code>, without affecting non-merged layouts that rely on namespace-based file routing.</li> </ul> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.50.5...v1.50.6">1.50.6</a> - 2026-03-25</h2> <ul> <li>Fix merged single-file layout with <code>nsSeparator: false</code> misdetecting top-level</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next-cli/commit/effeba911c5019abe07ca20e0d19851fe8f65a4f"><code>effeba9</code></a> 1.51.3</li> <li><a href="https://github.com/i18next/i18next-cli/commit/5b1b8126bdbc477ab28fb1c7c9810f7267093ae5"><code>5b1b812</code></a> Silently skip directories that happen to have file-like extensions <a href="https://redirect.github.com/i18next/i18next-cli/issues/229">#229</a></li> <li><a href="https://github.com/i18next/i18next-cli/commit/f618bb931521b3c7e621c4d7a017523fa14ac296"><code>f618bb9</code></a> Fix syntax for acceptedAttributes and acceptedTags in README. (<a href="https://redirect.github.com/i18next/i18next-cli/issues/228">#228</a>)</li> <li><a href="https://github.com/i18next/i18next-cli/commit/858450ba9e2f417074e807a221b5e5618e9dbe24"><code>858450b</code></a> 1.51.2</li> <li><a href="https://github.com/i18next/i18next-cli/commit/4d60cab84755938d02d9d16db2f95d92a5eea673"><code>4d60cab</code></a> try to address <a href="https://redirect.github.com/i18next/i18next-cli/issues/227">#227</a></li> <li><a href="https://github.com/i18next/i18next-cli/commit/5eb9c0f6aea58108b92cf3e002756ade49fc81bb"><code>5eb9c0f</code></a> 1.51.1</li> <li><a href="https://github.com/i18next/i18next-cli/commit/c4022def8cff35cded1b287e2c4b5d7d06235d58"><code>c4022de</code></a> fix new allPluralForms option <a href="https://redirect.github.com/i18next/i18next-cli/issues/226">#226</a></li> <li><a href="https://github.com/i18next/i18next-cli/commit/0c3849afafdad9812f76de8e2566bd9d3a4f1b55"><code>0c3849a</code></a> 1.51.0</li> <li><a href="https://github.com/i18next/i18next-cli/commit/226550bde09b752caecd88ebaaffadecc708dcfc"><code>226550b</code></a> introduce allPluralForms <a href="https://redirect.github.com/i18next/i18next-cli/issues/226">#226</a></li> <li><a href="https://github.com/i18next/i18next-cli/commit/1ddf7cc1d06e440c59c3400b540923acc0c7cacf"><code>1ddf7cc</code></a> 1.50.8</li> <li>Additional commits viewable in <a href="https://github.com/i18next/i18next-cli/compare/v1.50.5...v1.51.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
1de83cbd66 |
chore(deps-dev): Bump typescript-eslint from 8.57.1 to 8.57.2 (#1751)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.57.1 to 8.57.2. <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.57.2</h2> <h2>8.57.2 (2026-03-23)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] remove dangling closing parenthesis (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11865">#11865</a>)</li> <li><strong>eslint-plugin:</strong> [array-type] ignore Array and ReadonlyArray without type arguments (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11971">#11971</a>)</li> <li><strong>eslint-plugin:</strong> [no-restricted-types] flag banned generics in extends or implements (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12120">#12120</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-return] false positive on unwrapping generic (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12125">#12125</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-return] false positive on unwrapping generic (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12125">#12125</a>)</li> <li><strong>eslint-plugin:</strong> [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12127">#12127</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-readonly-parameter-types] preserve type alias infomation (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11954">#11954</a>)</li> <li><strong>typescript-estree:</strong> skip createIsolatedProgram fallback for projectService (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12066">#12066</a>, <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/12065">#12065</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Konv Suu</li> <li>mdm317</li> <li>Newton Yuan <a href="https://github.com/NewtonYuan"><code>@NewtonYuan</code></a></li> <li>RyoheiYamamoto</li> <li>SungHyun627 <a href="https://github.com/SungHyun627"><code>@SungHyun627</code></a></li> <li>Tamashoo <a href="https://github.com/Tamashoo"><code>@Tamashoo</code></a></li> </ul> <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.2">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.57.2 (2026-03-23)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.2">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/be4d54d26e695cc93605ffcca67dd75848e95c6f"><code>be4d54d</code></a> chore(release): publish 8.57.2</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.2/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
9efc2273da |
chore(deps-dev): Bump i18next-cli from 1.50.4 to 1.50.5 (#1755)
Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.50.4 to 1.50.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md">i18next-cli's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.50.4...v1.50.5">1.50.5</a> - 2026-03-24</h2> <ul> <li>Suppress promotional messages when <code>--quiet</code> flag is used. The <code>extract</code> and <code>sync</code> commands now correctly silence all non-essential output in quiet mode. Fixes <a href="https://redirect.github.com/i18next/i18next-cli/issues/222">#222</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next-cli/commit/fd50be77822034ed0366c2deb07fc56bafb45cd7"><code>fd50be7</code></a> 1.50.5</li> <li><a href="https://github.com/i18next/i18next-cli/commit/42b0d0c649399aaf25c8038d26c55f3b317a1a30"><code>42b0d0c</code></a> Suppress promotional messages when <code>--quiet</code> flag is used. <a href="https://redirect.github.com/i18next/i18next-cli/issues/222">#222</a></li> <li><a href="https://github.com/i18next/i18next-cli/commit/45e90a2696d4dad5f2038f3dc1e040b5b64bd205"><code>45e90a2</code></a> Fix namespaces containing spaces <a href="https://redirect.github.com/i18next/i18next-cli/issues/221">#221</a></li> <li>See full diff in <a href="https://github.com/i18next/i18next-cli/compare/v1.50.4...v1.50.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
72d8c14e35 |
chore(deps-dev): Bump @cypress/code-coverage from 4.0.1 to 4.0.3 (#1754)
Bumps [@cypress/code-coverage](https://github.com/cypress-io/code-coverage) from 4.0.1 to 4.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/code-coverage/releases"><code>@cypress/code-coverage</code>'s releases</a>.</em></p> <blockquote> <h2>v4.0.3</h2> <h2><a href="https://github.com/cypress-io/code-coverage/compare/v4.0.2...v4.0.3">4.0.3</a> (2026-03-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency debug to v4.4.3 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/990">#990</a>) (<a href="https://github.com/cypress-io/code-coverage/commit/985dbddecbb43a1a0aa346dcfd616e11301d9c87">985dbdd</a>)</li> </ul> <h2>v4.0.2</h2> <h2><a href="https://github.com/cypress-io/code-coverage/compare/v4.0.1...v4.0.2">4.0.2</a> (2026-03-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency dayjs to v1.11.20 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/988">#988</a>) (<a href="https://github.com/cypress-io/code-coverage/commit/05407767f64aaa02062d7f3c8576fbd14041c146">0540776</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/code-coverage/commit/995b23a596d8b2732a9ed48fcfae1f675d2c097d"><code>995b23a</code></a> chore(deps): update dependency <code>@types/debug</code> to v4.1.13 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/989">#989</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/985dbddecbb43a1a0aa346dcfd616e11301d9c87"><code>985dbdd</code></a> fix(deps): update dependency debug to v4.4.3 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/990">#990</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/72e429928472443a7e523ee90e4c4c7f35cf2f89"><code>72e4299</code></a> chore(deps): update dependency serve to v14.2.6 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/987">#987</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/05407767f64aaa02062d7f3c8576fbd14041c146"><code>0540776</code></a> fix(deps): update dependency dayjs to v1.11.20 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/988">#988</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/fbe99183e4d50b24e82399e205568087d9456fe5"><code>fbe9918</code></a> chore(deps): update dependency <code>@types/lodash</code> to v4.17.24 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/984">#984</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/649cf9d7f21be98e32ad88087eb01c4e9feb428b"><code>649cf9d</code></a> chore(deps): update nyc, babel-plugin-istanbul, rimraf, and semantic-release ...</li> <li>See full diff in <a href="https://github.com/cypress-io/code-coverage/compare/v4.0.1...v4.0.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
cc9ab7daef |
chore(deps): Bump i18next from 25.10.5 to 25.10.9 (#1753)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [i18next](https://github.com/i18next/i18next) from 25.10.5 to 25.10.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/releases">i18next's releases</a>.</em></p> <blockquote> <h2>v25.10.9</h2> <ul> <li>feat(types): export <code>SelectorParam<Ns, KPrefix></code> helper type — a stable, readable alternative to <code>Parameters<TFunction<Ns>>[0]</code> for typing selector function props <a href="https://redirect.github.com/i18next/i18next/issues/2414">2414</a></li> </ul> <h2>v25.10.8</h2> <ul> <li>fix(types): reorder <code>TFunctionSelector</code> overloads so <code>Parameters<TFunction></code> resolves to the general selector signature instead of the branded <code>SelectorKey</code> type <a href="https://redirect.github.com/i18next/i18next/issues/2412">2412</a></li> </ul> <h2>v25.10.7</h2> <ul> <li>feat(types): support typescript 6 to address <a href="https://redirect.github.com/i18next/react-i18next/issues/1910">i18next/react-i18next#1910</a></li> </ul> <h2>v25.10.6</h2> <ul> <li>feat(types): support typescript 6 to address <a href="https://redirect.github.com/i18next/react-i18next/issues/1910">i18next/react-i18next#1910</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's changelog</a>.</em></p> <blockquote> <h2>25.10.9</h2> <ul> <li>feat(types): export <code>SelectorParam<Ns, KPrefix></code> helper type — a stable, readable alternative to <code>Parameters<TFunction<Ns>>[0]</code> for typing selector function props <a href="https://redirect.github.com/i18next/i18next/issues/2414">2414</a></li> </ul> <h2>25.10.8</h2> <ul> <li>fix(types): reorder <code>TFunctionSelector</code> overloads so <code>Parameters<TFunction></code> resolves to the general selector signature instead of the branded <code>SelectorKey</code> type <a href="https://redirect.github.com/i18next/i18next/issues/2412">2412</a></li> </ul> <h2>25.10.7</h2> <ul> <li>feat(types): support typescript 6 to address <a href="https://redirect.github.com/i18next/react-i18next/issues/1910">i18next/react-i18next#1910</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/8ea74a97948892400736ee2330d9e6f7224117ad"><code>8ea74a9</code></a> 25.10.9</li> <li><a href="https://github.com/i18next/i18next/commit/74220cce3ff03ca659748dbb00cf72b389bbcbc3"><code>74220cc</code></a> lint fix</li> <li><a href="https://github.com/i18next/i18next/commit/c972af2cd0702c7c5dcc71d8afd9c6b1a68ee1d5"><code>c972af2</code></a> feat(types): export <code>SelectorParam\<Ns, KPrefix></code> helper type — a stable, read...</li> <li><a href="https://github.com/i18next/i18next/commit/2b5313d855a5a77b4eeaa12764e3aa7bbf4f4b3e"><code>2b5313d</code></a> jsr update</li> <li><a href="https://github.com/i18next/i18next/commit/c11655ffb2026c7d8f8904e6ea34c161b209e68f"><code>c11655f</code></a> 25.10.8</li> <li><a href="https://github.com/i18next/i18next/commit/5bb5665ac4486dcf814e32b5ad85c6bc19b36c69"><code>5bb5665</code></a> fix(types): reorder <code>TFunctionSelector</code> overloads so <code>Parameters\<TFunction></code> ...</li> <li><a href="https://github.com/i18next/i18next/commit/db8f9690fed42366617cee08e86d2ff9ab0e3611"><code>db8f969</code></a> jsr update</li> <li><a href="https://github.com/i18next/i18next/commit/3d830d53e251c34fa027379098f23109dade7dc0"><code>3d830d5</code></a> 25.10.7</li> <li><a href="https://github.com/i18next/i18next/commit/f4fbcffe0b752f6240c56f3948df99aa8c507f12"><code>f4fbcff</code></a> fix typo in my last commit</li> <li><a href="https://github.com/i18next/i18next/commit/de33cbdc7bf9f19bd1e25f149d0347c668d68a97"><code>de33cbd</code></a> jsr update</li> <li>Additional commits viewable in <a href="https://github.com/i18next/i18next/compare/v25.10.5...v25.10.9">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
13b96c2589 |
chore(deps): Bump react-i18next from 16.6.2 to 16.6.5 (#1752)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.6.2 to 16.6.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's changelog</a>.</em></p> <blockquote> <h3>16.6.5</h3> <ul> <li>fix(types): selector keyPrefix overload in <code>useTranslation</code> no longer matches when <code>keyPrefix</code> is absent, fixing <code>defaultNS: false</code> with explicit <code>ns</code> option <a href="https://redirect.github.com/i18next/i18next/issues/2412">2412</a></li> </ul> <h3>16.6.4</h3> <ul> <li>allow TypeScript 6 as peer dependency <a href="https://redirect.github.com/i18next/react-i18next/issues/1910">1910</a></li> </ul> <h3>16.6.3</h3> <ul> <li>fix(types): merge <code>TransSelector</code> overloads into a single signature so <code>typeof Trans</code> remains extendable <a href="https://redirect.github.com/i18next/react-i18next/issues/1909">1909</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/react-i18next/commit/9f830e1df1f12e77365579ba0c25a814aa988493"><code>9f830e1</code></a> 16.6.5</li> <li><a href="https://github.com/i18next/react-i18next/commit/9f0005f8585b2132c69f706d6fe4adf6da1d5025"><code>9f0005f</code></a> fix(types): selector keyPrefix overload in <code>useTranslation</code> no longer matches...</li> <li><a href="https://github.com/i18next/react-i18next/commit/f820b806d793f9a5bfe9c79adb6dd52527975cfa"><code>f820b80</code></a> 16.6.4</li> <li><a href="https://github.com/i18next/react-i18next/commit/339aaa20075027965ecbb59babf41b7c02b868a5"><code>339aaa2</code></a> allow TypeScript 6 as peer dependency <a href="https://redirect.github.com/i18next/react-i18next/issues/1910">#1910</a></li> <li><a href="https://github.com/i18next/react-i18next/commit/10912d531d5a6f0089c56f1f4c55bf6b0ffb1bac"><code>10912d5</code></a> 16.6.3</li> <li><a href="https://github.com/i18next/react-i18next/commit/18369a395983c3b387249ca9fecf2403852c8d81"><code>18369a3</code></a> fix <a href="https://redirect.github.com/i18next/react-i18next/issues/1909">#1909</a></li> <li>See full diff in <a href="https://github.com/i18next/react-i18next/compare/v16.6.2...v16.6.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
d3ec4e8ec5 |
chore(deps-dev): Bump the vitest group with 2 updates (#1750)
Bumps the vitest group with 2 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@vitest/coverage-v8` from 4.1.0 to 4.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v4.1.1</h2> <h3> 🚀 Features</h3> <ul> <li><strong>experimental</strong>: <ul> <li>Expose <code>matchesTags</code> to test if the current filter matches tags - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9913">vitest-dev/vitest#9913</a> <a href="https://github.com/vitest-dev/vitest/commit/eec53d9f5"><!-- raw HTML omitted -->(eec53)<!-- raw HTML omitted --></a></li> <li>Introduce <code>experimental.vcsProvider</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/9928">vitest-dev/vitest#9928</a> <a href="https://github.com/vitest-dev/vitest/commit/561150036"><!-- raw HTML omitted -->(56115)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Mark <code>TestProject.testFilesList</code> internal properly - by <a href="https://github.com/sapphi-red"><code>@sapphi-red</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9867">vitest-dev/vitest#9867</a> <a href="https://github.com/vitest-dev/vitest/commit/54f2660f5"><!-- raw HTML omitted -->(54f26)<!-- raw HTML omitted --></a></li> <li>Detect fixture that returns without calling <code>use</code> - by <a href="https://github.com/oilater"><code>@oilater</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9831">vitest-dev/vitest#9831</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/9861">vitest-dev/vitest#9861</a> <a href="https://github.com/vitest-dev/vitest/commit/633ae2303"><!-- raw HTML omitted -->(633ae)<!-- raw HTML omitted --></a></li> <li>Drop vite 8.beta support - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9862">vitest-dev/vitest#9862</a> <a href="https://github.com/vitest-dev/vitest/commit/b78f5389d"><!-- raw HTML omitted -->(b78f5)<!-- raw HTML omitted --></a></li> <li>Type regression in vi.mocked() static class methods - by <a href="https://github.com/purepear"><code>@purepear</code></a> and <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9857">vitest-dev/vitest#9857</a> <a href="https://github.com/vitest-dev/vitest/commit/90926641b"><!-- raw HTML omitted -->(90926)<!-- raw HTML omitted --></a></li> <li>Properly re-evaluate actual modules of mocked external - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9898">vitest-dev/vitest#9898</a> <a href="https://github.com/vitest-dev/vitest/commit/ae5ec03ef"><!-- raw HTML omitted -->(ae5ec)<!-- raw HTML omitted --></a></li> <li>Preserve coverage report when html reporter overlaps - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9889">vitest-dev/vitest#9889</a> <a href="https://github.com/vitest-dev/vitest/commit/2d81ad897"><!-- raw HTML omitted -->(2d81a)<!-- raw HTML omitted --></a></li> <li>Provide <code>vi.advanceTimers</code> to the preview provider - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9891">vitest-dev/vitest#9891</a> <a href="https://github.com/vitest-dev/vitest/commit/1bc3e63be"><!-- raw HTML omitted -->(1bc3e)<!-- raw HTML omitted --></a></li> <li>Don't leak event listener in playwright provider - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9910">vitest-dev/vitest#9910</a> <a href="https://github.com/vitest-dev/vitest/commit/d93550ff7"><!-- raw HTML omitted -->(d9355)<!-- raw HTML omitted --></a></li> <li>Open browser in <code>--standalone</code> mode without running tests - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9911">vitest-dev/vitest#9911</a> <a href="https://github.com/vitest-dev/vitest/commit/e78adcf97"><!-- raw HTML omitted -->(e78ad)<!-- raw HTML omitted --></a></li> <li>Guard disposable and optional <code>body</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/9912">vitest-dev/vitest#9912</a> <a href="https://github.com/vitest-dev/vitest/commit/6fdb2ba61"><!-- raw HTML omitted -->(6fdb2)<!-- raw HTML omitted --></a></li> <li>Resolve <code>retry.condition</code> RegExp serialization issue - by <a href="https://github.com/nstepien"><code>@nstepien</code></a> and <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9942">vitest-dev/vitest#9942</a> <a href="https://github.com/vitest-dev/vitest/commit/7b6054328"><!-- raw HTML omitted -->(7b605)<!-- raw HTML omitted --></a></li> <li><strong>collect</strong>: <ul> <li>Don't treat extra props on <code>test</code> return as tests - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9871">vitest-dev/vitest#9871</a> <a href="https://github.com/vitest-dev/vitest/commit/141e72aa1"><!-- raw HTML omitted -->(141e7)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Simplify provider types - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9931">vitest-dev/vitest#9931</a> <a href="https://github.com/vitest-dev/vitest/commit/aaf9f18ae"><!-- raw HTML omitted -->(aaf9f)<!-- raw HTML omitted --></a></li> <li>Load built-in provider without module runner - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9939">vitest-dev/vitest#9939</a> <a href="https://github.com/vitest-dev/vitest/commit/bf8920817"><!-- raw HTML omitted -->(bf892)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Soft assertions continue after .resolves/.rejects promise errors - by <a href="https://github.com/mixelburg"><code>@mixelburg</code></a>, <strong>Maks Pikov</strong>, <strong>Claude Opus 4.6 (1M context)</strong> and <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9843">vitest-dev/vitest#9843</a> <a href="https://github.com/vitest-dev/vitest/commit/6d74b4948"><!-- raw HTML omitted -->(6d74b)<!-- raw HTML omitted --></a></li> <li>Fix sinon-chai style API - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9943">vitest-dev/vitest#9943</a> <a href="https://github.com/vitest-dev/vitest/commit/0f08dda2c"><!-- raw HTML omitted -->(0f08d)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>pretty-format</strong>: <ul> <li>Limit output for large object - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Claude Opus 4.6 (1M context)</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9949">vitest-dev/vitest#9949</a> <a href="https://github.com/vitest-dev/vitest/commit/0d5f9d6ef"><!-- raw HTML omitted -->(0d5f9)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v4.1.0...v4.1.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/1f2d318493363855b66a22caaf7c1c10579029d5"><code>1f2d318</code></a> chore: release v4.1.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/aaf9f18ae70e52b6e67aaf85f7f784d9dabd0acc"><code>aaf9f18</code></a> fix(coverage): simplify provider types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/9931">#9931</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.1/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 4.1.0 to 4.1.1 <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.1.1</h2> <h3> 🚀 Features</h3> <ul> <li><strong>experimental</strong>: <ul> <li>Expose <code>matchesTags</code> to test if the current filter matches tags - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9913">vitest-dev/vitest#9913</a> <a href="https://github.com/vitest-dev/vitest/commit/eec53d9f5"><!-- raw HTML omitted -->(eec53)<!-- raw HTML omitted --></a></li> <li>Introduce <code>experimental.vcsProvider</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/9928">vitest-dev/vitest#9928</a> <a href="https://github.com/vitest-dev/vitest/commit/561150036"><!-- raw HTML omitted -->(56115)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Mark <code>TestProject.testFilesList</code> internal properly - by <a href="https://github.com/sapphi-red"><code>@sapphi-red</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9867">vitest-dev/vitest#9867</a> <a href="https://github.com/vitest-dev/vitest/commit/54f2660f5"><!-- raw HTML omitted -->(54f26)<!-- raw HTML omitted --></a></li> <li>Detect fixture that returns without calling <code>use</code> - by <a href="https://github.com/oilater"><code>@oilater</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9831">vitest-dev/vitest#9831</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/9861">vitest-dev/vitest#9861</a> <a href="https://github.com/vitest-dev/vitest/commit/633ae2303"><!-- raw HTML omitted -->(633ae)<!-- raw HTML omitted --></a></li> <li>Drop vite 8.beta support - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9862">vitest-dev/vitest#9862</a> <a href="https://github.com/vitest-dev/vitest/commit/b78f5389d"><!-- raw HTML omitted -->(b78f5)<!-- raw HTML omitted --></a></li> <li>Type regression in vi.mocked() static class methods - by <a href="https://github.com/purepear"><code>@purepear</code></a> and <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9857">vitest-dev/vitest#9857</a> <a href="https://github.com/vitest-dev/vitest/commit/90926641b"><!-- raw HTML omitted -->(90926)<!-- raw HTML omitted --></a></li> <li>Properly re-evaluate actual modules of mocked external - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9898">vitest-dev/vitest#9898</a> <a href="https://github.com/vitest-dev/vitest/commit/ae5ec03ef"><!-- raw HTML omitted -->(ae5ec)<!-- raw HTML omitted --></a></li> <li>Preserve coverage report when html reporter overlaps - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9889">vitest-dev/vitest#9889</a> <a href="https://github.com/vitest-dev/vitest/commit/2d81ad897"><!-- raw HTML omitted -->(2d81a)<!-- raw HTML omitted --></a></li> <li>Provide <code>vi.advanceTimers</code> to the preview provider - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9891">vitest-dev/vitest#9891</a> <a href="https://github.com/vitest-dev/vitest/commit/1bc3e63be"><!-- raw HTML omitted -->(1bc3e)<!-- raw HTML omitted --></a></li> <li>Don't leak event listener in playwright provider - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9910">vitest-dev/vitest#9910</a> <a href="https://github.com/vitest-dev/vitest/commit/d93550ff7"><!-- raw HTML omitted -->(d9355)<!-- raw HTML omitted --></a></li> <li>Open browser in <code>--standalone</code> mode without running tests - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9911">vitest-dev/vitest#9911</a> <a href="https://github.com/vitest-dev/vitest/commit/e78adcf97"><!-- raw HTML omitted -->(e78ad)<!-- raw HTML omitted --></a></li> <li>Guard disposable and optional <code>body</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/9912">vitest-dev/vitest#9912</a> <a href="https://github.com/vitest-dev/vitest/commit/6fdb2ba61"><!-- raw HTML omitted -->(6fdb2)<!-- raw HTML omitted --></a></li> <li>Resolve <code>retry.condition</code> RegExp serialization issue - by <a href="https://github.com/nstepien"><code>@nstepien</code></a> and <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9942">vitest-dev/vitest#9942</a> <a href="https://github.com/vitest-dev/vitest/commit/7b6054328"><!-- raw HTML omitted -->(7b605)<!-- raw HTML omitted --></a></li> <li><strong>collect</strong>: <ul> <li>Don't treat extra props on <code>test</code> return as tests - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9871">vitest-dev/vitest#9871</a> <a href="https://github.com/vitest-dev/vitest/commit/141e72aa1"><!-- raw HTML omitted -->(141e7)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Simplify provider types - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9931">vitest-dev/vitest#9931</a> <a href="https://github.com/vitest-dev/vitest/commit/aaf9f18ae"><!-- raw HTML omitted -->(aaf9f)<!-- raw HTML omitted --></a></li> <li>Load built-in provider without module runner - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9939">vitest-dev/vitest#9939</a> <a href="https://github.com/vitest-dev/vitest/commit/bf8920817"><!-- raw HTML omitted -->(bf892)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Soft assertions continue after .resolves/.rejects promise errors - by <a href="https://github.com/mixelburg"><code>@mixelburg</code></a>, <strong>Maks Pikov</strong>, <strong>Claude Opus 4.6 (1M context)</strong> and <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9843">vitest-dev/vitest#9843</a> <a href="https://github.com/vitest-dev/vitest/commit/6d74b4948"><!-- raw HTML omitted -->(6d74b)<!-- raw HTML omitted --></a></li> <li>Fix sinon-chai style API - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9943">vitest-dev/vitest#9943</a> <a href="https://github.com/vitest-dev/vitest/commit/0f08dda2c"><!-- raw HTML omitted -->(0f08d)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>pretty-format</strong>: <ul> <li>Limit output for large object - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Claude Opus 4.6 (1M context)</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9949">vitest-dev/vitest#9949</a> <a href="https://github.com/vitest-dev/vitest/commit/0d5f9d6ef"><!-- raw HTML omitted -->(0d5f9)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v4.1.0...v4.1.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/1f2d318493363855b66a22caaf7c1c10579029d5"><code>1f2d318</code></a> chore: release v4.1.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ebfde798fbaeeb1fc7542d734dff216f39272201"><code>ebfde79</code></a> refactor: rename <code>matchesTagsFilter</code> to <code>matchesTags</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9956">#9956</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/561150036f5784039020b1c1e767e78e1088e16c"><code>5611500</code></a> feat(experimental): introduce <code>experimental.vcsProvider</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9928">#9928</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/eec53d9f592717ebb6febec517bbc1d1f2af250a"><code>eec53d9</code></a> feat(experimental): expose <code>matchesTagsFilter</code> to test if the current filter ...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/bf89208177e65af72cdc1e4db85c8200cf6c2721"><code>bf89208</code></a> fix(coverage): load built-in provider without module runner (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9939">#9939</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/5a6086856e76d908dee8aa0b6a702e242db3ef62"><code>5a60868</code></a> refactor: fix typos (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9950">#9950</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/aaf9f18ae70e52b6e67aaf85f7f784d9dabd0acc"><code>aaf9f18</code></a> fix(coverage): simplify provider types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9931">#9931</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/6fdb2ba614bc654d0b48f49bc153778b5d12f4b3"><code>6fdb2ba</code></a> fix: guard disposable and optional <code>body</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9912">#9912</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/e78adcf9761bb2d1634f77b007fca43b34637ac9"><code>e78adcf</code></a> fix: open browser in <code>--standalone</code> mode without running tests (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9911">#9911</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ae5ec03ef98097aed2851f287a76d595582fe578"><code>ae5ec03</code></a> fix: properly re-evaluate actual modules of mocked external (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9898">#9898</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.1/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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
a681608641 |
chore(deps): Bump react-i18next from 16.6.1 to 16.6.2 (#1747)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.6.1 to 16.6.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's changelog</a>.</em></p> <blockquote> <h3>16.6.2</h3> <ul> <li>feat(types): <code>useTranslation</code> now accepts selector functions as <code>keyPrefix</code> with full type-safe key narrowing when <code>enableSelector</code> is enabled <a href="https://redirect.github.com/i18next/i18next/issues/2367">2367</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/react-i18next/commit/5190452b9954915a5e62dde6ed8b0ee5591fe8ac"><code>5190452</code></a> 16.6.2</li> <li><a href="https://github.com/i18next/react-i18next/commit/598dd8e0d7c9bf3b20d903acbb46cfa5302f9d26"><code>598dd8e</code></a> address: <a href="https://redirect.github.com/i18next/i18next/issues/2367">i18next/i18next#2367</a></li> <li>See full diff in <a href="https://github.com/i18next/react-i18next/compare/v16.6.1...v16.6.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
f5dd1e4039 |
chore(deps): Bump @mapbox/mapbox-gl-rtl-text from 0.3.0 to 0.4.0 (#1748)
Bumps [@mapbox/mapbox-gl-rtl-text](https://github.com/mapbox/mapbox-gl-rtl-text) from 0.3.0 to 0.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mapbox/mapbox-gl-rtl-text/releases"><code>@mapbox/mapbox-gl-rtl-text</code>'s releases</a>.</em></p> <blockquote> <h2>v0.4.0</h2> <ul> <li>Modernized the code <a href="https://redirect.github.com/mapbox/mapbox-gl-rtl-text/issues/38">#38</a>: <ul> <li>Reduced plugin bundle size by ~15%</li> <li>Significantly reduced memory usage (from 16 MB to 256 kB)</li> <li>Improved performance by reducing small allocations</li> <li>Modernized development tooling</li> </ul> </li> <li>Fixed a bug with empty text handling (h/t <a href="https://github.com/Omkarthipparthi"><code>@Omkarthipparthi</code></a> <a href="https://redirect.github.com/mapbox/mapbox-gl-rtl-text/issues/36">#36</a>)</li> </ul> <p>⚠️ This is the last version distributed as single UMD file. The next one will be released as a combination of a tiny ESM JS bundle and a separate WASM file.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mapbox/mapbox-gl-rtl-text/commit/cf49b7dceb39066db3af02c46cb33e06768bfc99"><code>cf49b7d</code></a> 0.4.0</li> <li><a href="https://github.com/mapbox/mapbox-gl-rtl-text/commit/86ad838ba099772394aa1242205ccb9f2644fdf9"><code>86ad838</code></a> Optimize memory usage, modernize & simplify tooling (<a href="https://redirect.github.com/mapbox/mapbox-gl-rtl-text/issues/38">#38</a>)</li> <li><a href="https://github.com/mapbox/mapbox-gl-rtl-text/commit/ad0f8bc14f607a01fe61425dab4d75341924c10c"><code>ad0f8bc</code></a> Add test for empty text handling in styled bidirectional processing (<a href="https://redirect.github.com/mapbox/mapbox-gl-rtl-text/issues/36">#36</a>)</li> <li><a href="https://github.com/mapbox/mapbox-gl-rtl-text/commit/1f9e4ea847cf0fe87cd37170eb3e218eba03a885"><code>1f9e4ea</code></a> Create codeql-analysis.yml</li> <li><a href="https://github.com/mapbox/mapbox-gl-rtl-text/commit/800d8d7803a395c3986b2d67db8e9800e4eb2bcc"><code>800d8d7</code></a> SECANDCOMP-1321: deleting CodeQL across the org; will be replaced with Prisma...</li> <li>See full diff in <a href="https://github.com/mapbox/mapbox-gl-rtl-text/compare/v0.3.0...v0.4.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~mbx-npm-07-production">mbx-npm-07-production</a>, a new releaser for <code>@mapbox/mapbox-gl-rtl-text</code> since your current version.</p> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
7568f67180 |
chore(deps): Bump i18next from 25.10.4 to 25.10.5 (#1746)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [i18next](https://github.com/i18next/i18next) from 25.10.4 to 25.10.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/releases">i18next's releases</a>.</em></p> <blockquote> <h2>v25.10.5</h2> <ul> <li>feat(types): selector functions as <code>keyPrefix</code> in <code>getFixedT</code> now provide full type-safe key narrowing — the returned <code>t</code> function is scoped to the prefix subtree <a href="https://redirect.github.com/i18next/i18next/issues/2367">2367</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's changelog</a>.</em></p> <blockquote> <h2>25.10.5</h2> <ul> <li>feat(types): selector functions as <code>keyPrefix</code> in <code>getFixedT</code> now provide full type-safe key narrowing — the returned <code>t</code> function is scoped to the prefix subtree <a href="https://redirect.github.com/i18next/i18next/issues/2367">2367</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/83230b8f485b416931cbb8a2a0b6bc9290eaff66"><code>83230b8</code></a> 25.10.5</li> <li><a href="https://github.com/i18next/i18next/commit/79aa4d624510004bd45f6277f967d248a53921a4"><code>79aa4d6</code></a> address <a href="https://redirect.github.com/i18next/i18next/issues/2367">#2367</a></li> <li><a href="https://github.com/i18next/i18next/commit/06f4ef70f242be8fa207f274f7fcadc3bd4d6457"><code>06f4ef7</code></a> address <a href="https://redirect.github.com/i18next/i18next/issues/2367">#2367</a></li> <li><a href="https://github.com/i18next/i18next/commit/7902915328a899a6dc7680cc2563631b315ec8bc"><code>7902915</code></a> fix changelog</li> <li><a href="https://github.com/i18next/i18next/commit/640ae9a2b2d8d3291889ce1576b43fffbfb874ee"><code>640ae9a</code></a> jsr update</li> <li>See full diff in <a href="https://github.com/i18next/i18next/compare/v25.10.4...v25.10.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
d2b0c4cabf |
chore(deps-dev): Bump i18next-cli from 1.50.3 to 1.50.4 (#1744)
Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.50.3 to 1.50.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md">i18next-cli's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.50.3...v1.50.4">1.50.4</a> - 2026-03-22</h2> <ul> <li>Fix namespaces containing spaces (e.g. <code>useTranslation(['Generic category'])</code> or <code>{ ns: 'Example two' }</code>) being incorrectly rejected by the natural-language heuristic and merged back into the key. The check now only applies when the namespace was derived from splitting a key string by <code>nsSeparator</code>, not when it was explicitly provided. Fixes <a href="https://redirect.github.com/i18next/i18next-cli/issues/221">#221</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next-cli/commit/4ff748e26f85fe833deec27bdfbbc8b6d5c9fa13"><code>4ff748e</code></a> 1.50.4</li> <li><a href="https://github.com/i18next/i18next-cli/commit/5691e24b5cdab6122da3af3848367f902bb089e0"><code>5691e24</code></a> Fix namespaces containing spaces <a href="https://redirect.github.com/i18next/i18next-cli/issues/221">#221</a></li> <li>See full diff in <a href="https://github.com/i18next/i18next-cli/compare/v1.50.3...v1.50.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
9a5356b428 |
chore(deps): Bump react-i18next from 16.5.8 to 16.6.1 (#1742)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.5.8 to 16.6.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's changelog</a>.</em></p> <blockquote> <h3>16.6.1</h3> <ul> <li>feat(types): i18nKey of <code><Trans i18nKey={sk} /></code> to accept a <code>SelectorKey</code> <a href="https://redirect.github.com/i18next/i18next/issues/2364">2364</a></li> </ul> <h3>16.6.0</h3> <ul> <li>warn when <code>t</code> is called before <code>ready</code> with <code>useSuspense: false</code> <a href="https://redirect.github.com/i18next/react-i18next/issues/1896">1896</a></li> <li>type-safe <code>values</code> prop on <code><Trans /></code> component — interpolation variables are now inferred from the translation string when custom types are configured <a href="https://redirect.github.com/i18next/react-i18next/issues/1772">1772</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/react-i18next/commit/683156b25cd7bb94be4132b96b73fe27562ba618"><code>683156b</code></a> 16.6.1</li> <li><a href="https://github.com/i18next/react-i18next/commit/723d84bbcbc152f3b2e07f3aa704859978860335"><code>723d84b</code></a> feat(types): i18nKey of <code>\<Trans i18nKey={sk} /></code> to accept a <code>SelectorKey</code></li> <li><a href="https://github.com/i18next/react-i18next/commit/5c9f9f04e2ac665f2575c2bc7f783a368ab83c52"><code>5c9f9f0</code></a> update i18next dep</li> <li><a href="https://github.com/i18next/react-i18next/commit/3a68a0bcc0a61fc21cec8762acdfcab9025d9ba4"><code>3a68a0b</code></a> 16.6.0</li> <li><a href="https://github.com/i18next/react-i18next/commit/87eac5f84b79819fb268ee936fe9d9e282c6543f"><code>87eac5f</code></a> type-safe <code>values</code> prop on <code>\<Trans /></code> component — interpolation variables ar...</li> <li><a href="https://github.com/i18next/react-i18next/commit/522885581d57ea481a40bce22239d550aaa3f426"><code>5228855</code></a> warn when <code>t</code> is called before <code>ready</code> with <code>useSuspense: false</code> <a href="https://redirect.github.com/i18next/react-i18next/issues/1896">#1896</a></li> <li><a href="https://github.com/i18next/react-i18next/commit/a75ef78d50ba4643575c2d0f48e73d6e2d9961dc"><code>a75ef78</code></a> update deps and adjust tests</li> <li>See full diff in <a href="https://github.com/i18next/react-i18next/compare/v16.5.8...v16.6.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
c98ec60db8 |
chore(deps): Bump i18next from 25.10.0 to 25.10.4 (#1741)
Bumps [i18next](https://github.com/i18next/i18next) from 25.10.0 to 25.10.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/releases">i18next's releases</a>.</em></p> <blockquote> <h2>v25.10.4</h2> <ul> <li>feat(types): i18nKey of <code><Trans i18nKey={sk} /></code> to accept a <code>SelectorKey</code> <a href="https://redirect.github.com/i18next/i18next/issues/2364">2364</a></li> </ul> <h2>v25.10.3</h2> <ul> <li>check also for I18NEXT_NO_SUPPORT_NOTICE env variable</li> </ul> <h2>v25.10.2</h2> <ul> <li>feat(types): <code>keyFromSelector</code> is now type-safe — the selector callback is constrained against your resource definitions, catching invalid keys at compile time. Supports optional <code>ns</code> and <code>keyPrefix</code> options for non-default namespace/prefix contexts <a href="https://redirect.github.com/i18next/i18next/issues/2364">2364</a></li> </ul> <h2>v25.10.1</h2> <ul> <li>fix(types): <code>FilterKeys</code> now correctly excludes base keys that have context variants when the provided context doesn't match any of them (e.g. key <code>some</code> with variant <code>some_me</code> is no longer accessible with <code>context="one"</code>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's changelog</a>.</em></p> <blockquote> <h2>25.10.4</h2> <ul> <li>feat(types): <code>exists()</code> is now a type guard that narrows the key to <code>SelectorKey</code>, so a validated key can be passed directly to <code>t()</code> <a href="https://redirect.github.com/i18next/i18next/issues/2364">2364</a></li> </ul> <h2>25.10.3</h2> <ul> <li>check also for I18NEXT_NO_SUPPORT_NOTICE env variable</li> </ul> <h2>25.10.2</h2> <ul> <li>feat(types): <code>keyFromSelector</code> is now type-safe — the selector callback is constrained against your resource definitions, catching invalid keys at compile time. Supports optional <code>ns</code> and <code>keyPrefix</code> options for non-default namespace/prefix contexts <a href="https://redirect.github.com/i18next/i18next/issues/2364">2364</a></li> </ul> <h2>25.10.1</h2> <ul> <li>fix(types): <code>FilterKeys</code> now correctly excludes base keys that have context variants when the provided context doesn't match any of them (e.g. key <code>some</code> with variant <code>some_me</code> is no longer accessible with <code>context="one"</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/de429ab17d9dbb230aef89996adc5a0b3ebd0436"><code>de429ab</code></a> 25.10.4</li> <li><a href="https://github.com/i18next/i18next/commit/3eb1b35b912bd8a656affa787b6d95ebf44c9d16"><code>3eb1b35</code></a> feat(types): i18nKey of <code>\<Trans i18nKey={sk} /></code> to accept a <code>SelectorKey</code> <a href="https://redirect.github.com/i18next/i18next/issues/2364">#2364</a></li> <li><a href="https://github.com/i18next/i18next/commit/53220b7fb80cbe22275c3b7cdbab6d91f12d2ceb"><code>53220b7</code></a> jsr update</li> <li><a href="https://github.com/i18next/i18next/commit/908d0376bb72f731df9d65a219c7fc472db01b66"><code>908d037</code></a> 25.10.3</li> <li><a href="https://github.com/i18next/i18next/commit/4e0b5da2971d404f85cf45a618dc249864b5243a"><code>4e0b5da</code></a> check also for I18NEXT_NO_SUPPORT_NOTICE env variable <a href="https://redirect.github.com/i18next/i18next/issues/2407">#2407</a></li> <li><a href="https://github.com/i18next/i18next/commit/4767835124e0b35bc3bf53223793dcc8fdffca6b"><code>4767835</code></a> cosmetics</li> <li><a href="https://github.com/i18next/i18next/commit/a55aa675081ba74ab3a5c1398ee19ec259ed3d64"><code>a55aa67</code></a> jsr update</li> <li><a href="https://github.com/i18next/i18next/commit/e5dbafe3c26b7ee1f5cf47dd41dd90082ff438bf"><code>e5dbafe</code></a> 25.10.2</li> <li><a href="https://github.com/i18next/i18next/commit/166ce5abd83b8f53d2d05fe7b04f7b970c6d7096"><code>166ce5a</code></a> feat(types): <code>keyFromSelector</code> is now type-safe — the selector callback is co...</li> <li><a href="https://github.com/i18next/i18next/commit/40f17d88ff2593e75fc44de90b0aa71bf7f37adb"><code>40f17d8</code></a> jsr update</li> <li>Additional commits viewable in <a href="https://github.com/i18next/i18next/compare/v25.10.0...v25.10.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
44ec1c01aa |
chore(deps-dev): Bump cypress from 15.11.0 to 15.12.0 (#1718)
Bumps [cypress](https://github.com/cypress-io/cypress) from 15.11.0 to 15.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p> <blockquote> <h2>v15.12.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-12-0">https://docs.cypress.io/app/references/changelog#15-12-0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/dbb806af7cb2e657ad659675bc9b38a65a3d4a18"><code>dbb806a</code></a> chore: release v15.12.0 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33459">#33459</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/4931cf06ff7dadfe27d839f80ebb2ac8b8792087"><code>4931cf0</code></a> chore: bootstrap AI agent context files (AGENTS.md + CLAUDE.md) (<a href="https://redirect.github.com/cypress-io/cypress/issues/33429">#33429</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/9546ee8e2633e3d1e7800cdcbf4ef2d99ad74ece"><code>9546ee8</code></a> chore: removes changelog entries for sigint-related fixes that are still unre...</li> <li><a href="https://github.com/cypress-io/cypress/commit/fec7088aacecf0603ff4a611fccc7a7b6652e49b"><code>fec7088</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/33453">#33453</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/9b7ac44d3bb1c34ce053b146849e630bfbf52f18"><code>9b7ac44</code></a> chore: Update v8 snapshot cache - darwin (<a href="https://redirect.github.com/cypress-io/cypress/issues/33452">#33452</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/9c8afaa9113668071357d37710ab2922cf6fce91"><code>9c8afaa</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/33449">#33449</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/3d2ca8a0e0c86ce03eb109b1e91c39fd2365cfd4"><code>3d2ca8a</code></a> chore: Update Chrome (beta) to 146.0.7680.65 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33443">#33443</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/abc6b2b8eff09dc54c188787e70ae462d44b3400"><code>abc6b2b</code></a> fix: prevent hang when waiting on multiple intercepts and navigating (<a href="https://redirect.github.com/cypress-io/cypress/issues/33446">#33446</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/32e95edeb66b35ce5fd623e912d0314e5eb71f4c"><code>32e95ed</code></a> test: update coming soon test from app (<a href="https://redirect.github.com/cypress-io/cypress/issues/33448">#33448</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/aa56256b62b3a986290d85968ac5ed9347560152"><code>aa56256</code></a> dependency: update fast-xml-parser to 4.5.4 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33435">#33435</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v15.11.0...v15.12.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
120bf26d11 |
chore(deps): Bump i18next from 25.8.20 to 25.10.0 (#1739)
Bumps [i18next](https://github.com/i18next/i18next) from 25.8.20 to 25.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/releases">i18next's releases</a>.</em></p> <blockquote> <h2>v25.10.0</h2> <ul> <li>feat(types): <code>keyFromSelector</code> now returns a branded <code>SelectorKey</code> type that <code>t()</code> accepts directly, enabling pre-computed and reusable translation keys <a href="https://redirect.github.com/i18next/i18next/issues/2364">2364</a></li> <li>feat: support selector syntax for <code>keyPrefix</code> in <code>getFixedT</code> and per-call options <a href="https://redirect.github.com/i18next/i18next/issues/2367">2367</a></li> <li>feat(types): interpolation values are now automatically typed based on built-in format specifiers — <code>{{val, number}}</code> requires <code>number</code>, <code>{{val, datetime}}</code> requires <code>Date</code>, <code>{{name}}</code> requires <code>string</code>, etc. Custom formatters can be typed via <code>interpolationFormatTypeMap</code> in <code>CustomTypeOptions</code> <a href="https://redirect.github.com/i18next/i18next/issues/2378">2378</a></li> <li>fix(types): <code>FilterKeys</code> in selector mode now preserves non-context, non-plural leaf keys when <code>context</code> is provided, fixing incorrect type narrowing when combining <code>returnObjects: true</code> with <code>context</code> <a href="https://redirect.github.com/i18next/i18next/issues/2398">2398</a></li> </ul> <h2>v25.9.0</h2> <ul> <li>feat(types): selector API now enforces <code>{ count: number }</code> when a key resolves to plural forms <a href="https://redirect.github.com/i18next/i18next/issues/2373">2373</a></li> <li>fix(types): string unions with invalid members are now correctly detected as type errors when used as context option <a href="https://redirect.github.com/i18next/i18next/issues/2172">2172</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's changelog</a>.</em></p> <blockquote> <h2>25.10.0</h2> <ul> <li>feat(types): <code>keyFromSelector</code> now returns a branded <code>SelectorKey</code> type that <code>t()</code> accepts directly, enabling pre-computed and reusable translation keys <a href="https://redirect.github.com/i18next/i18next/issues/2364">2364</a></li> <li>feat: support selector syntax for <code>keyPrefix</code> in <code>getFixedT</code> and per-call options <a href="https://redirect.github.com/i18next/i18next/issues/2367">2367</a></li> <li>feat(types): interpolation values are now automatically typed based on built-in format specifiers — <code>{{val, number}}</code> requires <code>number</code>, <code>{{val, datetime}}</code> requires <code>Date</code>, <code>{{name}}</code> requires <code>string</code>, etc. Custom formatters can be typed via <code>interpolationFormatTypeMap</code> in <code>CustomTypeOptions</code> <a href="https://redirect.github.com/i18next/i18next/issues/2378">2378</a></li> <li>fix(types): <code>FilterKeys</code> in selector mode now preserves non-context, non-plural leaf keys when <code>context</code> is provided, fixing incorrect type narrowing when combining <code>returnObjects: true</code> with <code>context</code> <a href="https://redirect.github.com/i18next/i18next/issues/2398">2398</a></li> </ul> <h2>25.9.0</h2> <ul> <li>feat(types): selector API now enforces <code>{ count: number }</code> when a key resolves to plural forms <a href="https://redirect.github.com/i18next/i18next/issues/2373">2373</a></li> <li>fix(types): string unions with invalid members are now correctly detected as type errors when used as context option <a href="https://redirect.github.com/i18next/i18next/issues/2172">2172</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/96f89c6ddbe1629ee799a62354bb01cdd5b59a3f"><code>96f89c6</code></a> 25.10.0</li> <li><a href="https://github.com/i18next/i18next/commit/2f7833c6a8bc728d95aef0ae9f4a337a17d0b287"><code>2f7833c</code></a> remove debug.test</li> <li><a href="https://github.com/i18next/i18next/commit/4b6a3f9965f89428942d8d1f2cd608ce8739ce96"><code>4b6a3f9</code></a> prepare release</li> <li><a href="https://github.com/i18next/i18next/commit/c1958a235ba76e0503b4e11a34c20043c90c1a1e"><code>c1958a2</code></a> feat(types): interpolation values are now automatically typed based on built-...</li> <li><a href="https://github.com/i18next/i18next/commit/f2c76d96dedad6d205b007189935c61cdd98ef8a"><code>f2c76d9</code></a> feat(types): try to address <a href="https://redirect.github.com/i18next/i18next/issues/2378">#2378</a> and <a href="https://redirect.github.com/i18next/i18next/issues/2398">#2398</a></li> <li><a href="https://github.com/i18next/i18next/commit/9469766b4a8eec401f793305726367bddbfef2a2"><code>9469766</code></a> feat: support selector syntax for <code>keyPrefix</code> in <code>getFixedT</code> and per-call opt...</li> <li><a href="https://github.com/i18next/i18next/commit/26af5ee5c8d3611a9ee590f1315988dbd7353a7c"><code>26af5ee</code></a> branded SelectorKey <a href="https://redirect.github.com/i18next/i18next/issues/2364">#2364</a></li> <li><a href="https://github.com/i18next/i18next/commit/1163a799c23d15fba4bc456e3d6d9ae10c793584"><code>1163a79</code></a> jsr update</li> <li><a href="https://github.com/i18next/i18next/commit/da3dc6d27747834a9709b926f91387c623944e09"><code>da3dc6d</code></a> 25.9.0</li> <li><a href="https://github.com/i18next/i18next/commit/05c326a7260bda00354ecf17eeddd75d59970158"><code>05c326a</code></a> format styling</li> <li>Additional commits viewable in <a href="https://github.com/i18next/i18next/compare/v25.8.20...v25.10.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
d242bd0dfa |
chore(deps-dev): Bump eslint from 10.0.3 to 10.1.0 (#1736)
Bumps [eslint](https://github.com/eslint/eslint) from 10.0.3 to 10.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v10.1.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ff4382be349035acdb170627a2dc92828e134562"><code>ff4382b</code></a> feat: apply fix for <code>no-var</code> in <code>TSModuleBlock</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20638">#20638</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/0916995b51528872b15ba4fedb24172cf25fcb3f"><code>0916995</code></a> feat: Implement api support for bulk-suppressions (<a href="https://redirect.github.com/eslint/eslint/issues/20565">#20565</a>) (Blake Sager)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/2b8824e6be4223980e929a20025602df20d05ea2"><code>2b8824e</code></a> fix: Prevent <code>no-var</code> autofix when a variable is used before declaration (<a href="https://redirect.github.com/eslint/eslint/issues/20464">#20464</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/e58b4bff167e79afd067d1b0ee9360bec2d3393e"><code>e58b4bf</code></a> fix: update eslint (<a href="https://redirect.github.com/eslint/eslint/issues/20597">#20597</a>) (renovate[bot])</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/b7b57fe9942c572ff651230f1f96cefed787ca52"><code>b7b57fe</code></a> docs: use correct JSDoc link in require-jsdoc.md (<a href="https://redirect.github.com/eslint/eslint/issues/20641">#20641</a>) (mkemna-clb)</li> <li><a href="https://github.com/eslint/eslint/commit/58e4cfc7dbf0fe40c73f09bf0ff94ad944d0ba0e"><code>58e4cfc</code></a> docs: add deprecation notice partial (<a href="https://redirect.github.com/eslint/eslint/issues/20639">#20639</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/7143dbf99df27c61edf1552da981794e99a0b2f2"><code>7143dbf</code></a> docs: update v9 migration guide for <code>@eslint/js</code> usage (<a href="https://redirect.github.com/eslint/eslint/issues/20540">#20540</a>) (fnx)</li> <li><a href="https://github.com/eslint/eslint/commit/035fc4fbe506e3e4524882cf50db37a4e430adf4"><code>035fc4f</code></a> docs: note that <code>globalReturn</code> applies only with <code>sourceType: "script"</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20630">#20630</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/e972c88ab7474a74191ee99ac2558b00d0427a8a"><code>e972c88</code></a> docs: merge ESLint option descriptions into type definitions (<a href="https://redirect.github.com/eslint/eslint/issues/20608">#20608</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/7f10d8440137f0cfd75f18f4746ba6a1c621b953"><code>7f10d84</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/aeed0078ca2f73d4744cc522102178d45b5be64e"><code>aeed007</code></a> docs: open playground link in new tab (<a href="https://redirect.github.com/eslint/eslint/issues/20602">#20602</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/a0d1a3772679d3d74bb860fc65b5b58678acd452"><code>a0d1a37</code></a> docs: Add AI Usage Policy (<a href="https://redirect.github.com/eslint/eslint/issues/20510">#20510</a>) (Nicholas C. Zakas)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/a9f9cce82d80b540a0e3549d0e91c16df28740d8"><code>a9f9cce</code></a> chore: update dependency eslint-plugin-unicorn to ^63.0.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20584">#20584</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1f42bd7876ae4192cf7f7f4faf73b4ef3d2563cb"><code>1f42bd7</code></a> chore: update <code>prettier</code> to 3.8.1 (<a href="https://redirect.github.com/eslint/eslint/issues/20651">#20651</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/c0a6f4a2b4169edeca2a81bf7b47783e39ade366"><code>c0a6f4a</code></a> chore: update dependency <code>@eslint/json</code> to ^1.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20652">#20652</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/cc43f795c42e5ec2f19bb43b1f6d534ef2e469f3"><code>cc43f79</code></a> chore: update dependency c8 to v11 (<a href="https://redirect.github.com/eslint/eslint/issues/20650">#20650</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/2ce4635b036ff2665c7009afddf9c0fb2274dceb"><code>2ce4635</code></a> chore: update dependency <code>@eslint/json</code> to v1 (<a href="https://redirect.github.com/eslint/eslint/issues/20649">#20649</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/f0406eedcc3dc415babbbf6bbdb5db1eebfd487b"><code>f0406ee</code></a> chore: update dependency markdownlint-cli2 to ^0.21.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20646">#20646</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/dbb4c9582a00bac604d5c6ac671bb7111468a846"><code>dbb4c95</code></a> chore: remove trunk (<a href="https://redirect.github.com/eslint/eslint/issues/20478">#20478</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/c672a2a70579fddf1c6ce33dfa712d705726e1c9"><code>c672a2a</code></a> test: fix CLI test for empty output file (<a href="https://redirect.github.com/eslint/eslint/issues/20640">#20640</a>) (kuldeep kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/c7ada2455680036bbfc42fcb1511ff28afe3c587"><code>c7ada24</code></a> ci: bump pnpm/action-setup from 4.3.0 to 4.4.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20636">#20636</a>) (dependabot[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/07c4b8b4a9f49145e60a3448dd57853213ed4de3"><code>07c4b8b</code></a> test: fix <code>RuleTester</code> test without test runners (<a href="https://redirect.github.com/eslint/eslint/issues/20631">#20631</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/079bba7ff17d0a99fdffe32bf991d005ba797fae"><code>079bba7</code></a> test: Add tests for <code>isValidWithUnicodeFlag</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20601">#20601</a>) (Manish chaudhary)</li> <li><a href="https://github.com/eslint/eslint/commit/5885ae66216bcee9310bbf73786b7d7d5774aeaf"><code>5885ae6</code></a> ci: unpin Node.js 25.x in CI (<a href="https://redirect.github.com/eslint/eslint/issues/20615">#20615</a>) (Copilot)</li> <li><a href="https://github.com/eslint/eslint/commit/f65e5d3c0df65fdb317ad6d23f7ae113c5f4b6d7"><code>f65e5d3</code></a> chore: update pnpm/action-setup digest to b906aff (<a href="https://redirect.github.com/eslint/eslint/issues/20610">#20610</a>) (renovate[bot])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/8351ec7aaa0f7d4753ff39bb9d6260f2ac9e1f1a"><code>8351ec7</code></a> 10.1.0</li> <li><a href="https://github.com/eslint/eslint/commit/3270bc12165d62646fd0edaab2c28809302663a1"><code>3270bc1</code></a> Build: changelog update for 10.1.0</li> <li><a href="https://github.com/eslint/eslint/commit/a9f9cce82d80b540a0e3549d0e91c16df28740d8"><code>a9f9cce</code></a> chore: update dependency eslint-plugin-unicorn to ^63.0.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20584">#20584</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/1f42bd7876ae4192cf7f7f4faf73b4ef3d2563cb"><code>1f42bd7</code></a> chore: update <code>prettier</code> to 3.8.1 (<a href="https://redirect.github.com/eslint/eslint/issues/20651">#20651</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/c0a6f4a2b4169edeca2a81bf7b47783e39ade366"><code>c0a6f4a</code></a> chore: update dependency <code>@eslint/json</code> to ^1.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20652">#20652</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/cc43f795c42e5ec2f19bb43b1f6d534ef2e469f3"><code>cc43f79</code></a> chore: update dependency c8 to v11 (<a href="https://redirect.github.com/eslint/eslint/issues/20650">#20650</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/2ce4635b036ff2665c7009afddf9c0fb2274dceb"><code>2ce4635</code></a> chore: update dependency <code>@eslint/json</code> to v1 (<a href="https://redirect.github.com/eslint/eslint/issues/20649">#20649</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/f0406eedcc3dc415babbbf6bbdb5db1eebfd487b"><code>f0406ee</code></a> chore: update dependency markdownlint-cli2 to ^0.21.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20646">#20646</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/dbb4c9582a00bac604d5c6ac671bb7111468a846"><code>dbb4c95</code></a> chore: remove trunk (<a href="https://redirect.github.com/eslint/eslint/issues/20478">#20478</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ff4382be349035acdb170627a2dc92828e134562"><code>ff4382b</code></a> feat: apply fix for <code>no-var</code> in <code>TSModuleBlock</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20638">#20638</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v10.0.3...v10.1.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |