mirror of
https://github.com/evroon/bracket.git
synced 2026-09-15 15:43:15 -04:00
208936fefcc9399297efc94de3e4540e8c833ef9
638
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
208936fefc | Fix backend to recalculate start time on match update (#587) | ||
|
|
66ba814795 |
Bump webpack from 5.89.0 to 5.94.0 in /docs (#881)
Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.94.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.94.0</h2> <h2>Bug Fixes</h2> <ul> <li>Added runtime condition for harmony reexport checked</li> <li>Handle properly <code>data</code>/<code>http</code>/<code>https</code> protocols in source maps</li> <li>Make <code>bigint</code> optimistic when browserslist not found</li> <li>Move <code>@types/eslint-scope</code> to dev deps</li> <li>Related in asset stats is now always an array when no related found</li> <li>Handle ASI for export declarations</li> <li>Mangle destruction incorrect with export named default properly</li> <li>Fixed unexpected asi generation with sequence expression</li> <li>Fixed a lot of types</li> </ul> <h2>New Features</h2> <ul> <li>Added new external type "module-import"</li> <li>Support <code>webpackIgnore</code> for <code>new URL()</code> construction</li> <li>[CSS] <code>@import</code> pathinfo support</li> </ul> <h2>Security</h2> <ul> <li>Fixed DOM clobbering in auto public path</li> </ul> <h2>v5.93.0</h2> <h2>Bug Fixes</h2> <ul> <li>Generate correct relative path to runtime chunks</li> <li>Makes <code>DefinePlugin</code> quieter under default log level</li> <li>Fixed mangle destructuring default in namespace import</li> <li>Fixed consumption of eager shared modules for module federation</li> <li>Strip slash for pretty regexp</li> <li>Calculate correct contenthash for CSS generator options</li> </ul> <h2>New Features</h2> <ul> <li>Added the <code>binary</code> generator option for asset modules to explicitly keep source maps produced by loaders</li> <li>Added the <code>modern-module</code> library value for tree shakable output</li> <li>Added the <code>overrideStrict</code> option to override strict or non-strict mode for javascript modules</li> </ul> <h2>v5.92.1</h2> <h2>Bug Fixes</h2> <ul> <li>Doesn't crash with an error when the css experiment is enabled and contenthash is used</li> </ul> <h2>v5.92.0</h2> <h2>Bug Fixes</h2> <ul> <li>Correct tidle range's comutation for module federation</li> <li>Consider runtime for pure expression dependency update hash</li> <li>Return value in the <code>subtractRuntime</code> function for runtime logic</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/eabf85d8580dfcb876b56957ba5488222a4f7873"><code>eabf85d</code></a> chore(release): 5.94.0</li> <li><a href="https://github.com/webpack/webpack/commit/955e057abc6cc83cbc3fa1e1ef67a49758bf5a61"><code>955e057</code></a> security: fix DOM clobbering in auto public path</li> <li><a href="https://github.com/webpack/webpack/commit/98223873625a029b9903d5ec6c0235b8f9fb5a66"><code>9822387</code></a> test: fix</li> <li><a href="https://github.com/webpack/webpack/commit/cbb86ede32ab53d8eade6efee30da2463f0082ec"><code>cbb86ed</code></a> test: fix</li> <li><a href="https://github.com/webpack/webpack/commit/5ac3d7f2cdce6da63a8dfb07e9dbbd95756bf7a2"><code>5ac3d7f</code></a> fix: unexpected asi generation with sequence expression</li> <li><a href="https://github.com/webpack/webpack/commit/2411661bd1bedf1b2efc23c76d595c189425d39f"><code>2411661</code></a> security: fix DOM clobbering in auto public path</li> <li><a href="https://github.com/webpack/webpack/commit/b8c03d47726a57e0dc6ba58b4f96f0e81b168268"><code>b8c03d4</code></a> fix: unexpected asi generation with sequence expression</li> <li><a href="https://github.com/webpack/webpack/commit/f46a03ccbc2b96ff3552642fea0d7402f7880865"><code>f46a03c</code></a> revert: do not use heuristic fallback for "module-import"</li> <li><a href="https://github.com/webpack/webpack/commit/60f189871a4cdc5d595663d6babadac74f2f6a7d"><code>60f1898</code></a> fix: do not use heuristic fallback for "module-import"</li> <li><a href="https://github.com/webpack/webpack/commit/66306aa45659ef4e8dac8226798931c228fdb204"><code>66306aa</code></a> Revert "fix: module-import get fallback from externalsPresets"</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.89.0...v5.94.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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/evroon/bracket/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
b5b1ccf9bf |
Update contributors in readme (#880)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |
||
|
|
304cdd50f4 |
Update contributors in docs (#879)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |
||
|
|
54b70a7821 |
Fix docker entrypoint (#878)
With this change, we search for relevant environment variables and replace the placeholder value with the actual runtime environment variable's value. We don't have to specify the keys of the environment variables anymore and the variables can be unset. Based on https://www.tomoliver.net/posts/nextjs-docker-public-env-vars |
||
|
|
55d13370d9 |
Small fixes in docker config (#876)
Implements feedback from #814 |
||
|
|
a2f63abb8f |
Feat: added volume, network and port to docker compose (#814)
Fixes issue where containers cannot to talk to each other where the default docker network is isolated. |
||
|
|
33efece34e |
Bump micromatch from 4.0.5 to 4.0.8 in /frontend (#873)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md">micromatch's changelog</a>.</em></p> <blockquote> <h2>[4.0.8] - 2024-08-22</h2> <ul> <li>backported CVE-2024-4067 fix (from v4.0.6) over to 4.x branch</li> </ul> <h2>[4.0.7] - 2024-05-22</h2> <ul> <li>this is basically v4.0.5, with some README updates</li> <li><strong>it is vulnerable to CVE-2024-4067</strong></li> <li>Updated braces to v3.0.3 to avoid CVE-2024-4068</li> <li>does NOT break API compatibility</li> </ul> <h2>[4.0.6] - 2024-05-21</h2> <ul> <li>Added <code>hasBraces</code> to check if a pattern contains braces.</li> <li>Fixes CVE-2024-4067</li> <li><strong>BREAKS API COMPATIBILITY</strong></li> <li>Should be labeled as a major release, but it's not.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micromatch/micromatch/commit/8bd704ec0d9894693d35da425d827819916be920"><code>8bd704e</code></a> 4.0.8</li> <li><a href="https://github.com/micromatch/micromatch/commit/a0e68416a44da10f3e4e30845ab95af4fd286d5a"><code>a0e6841</code></a> run verb to generate README documentation</li> <li><a href="https://github.com/micromatch/micromatch/commit/4ec288484f6e8cccf597ad3d43529c31d0f7a02a"><code>4ec2884</code></a> Merge branch 'v4' into hauserkristof-feature/v4.0.8</li> <li><a href="https://github.com/micromatch/micromatch/commit/03aa8052171e878897eee5d7bb2ae0ae83ec2ade"><code>03aa805</code></a> Merge pull request <a href="https://redirect.github.com/micromatch/micromatch/issues/266">#266</a> from hauserkristof/feature/v4.0.8</li> <li><a href="https://github.com/micromatch/micromatch/commit/814f5f70efcd100ca9d29198867812a3d6ab91a8"><code>814f5f7</code></a> lint</li> <li><a href="https://github.com/micromatch/micromatch/commit/67fcce6a1077c2faf5ad0c5f998fa70202cc5dae"><code>67fcce6</code></a> fix: CHANGELOG about braces & CVE-2024-4068, v4.0.5</li> <li><a href="https://github.com/micromatch/micromatch/commit/113f2e3fa7cb30b429eda7c4c38475a8e8ba1b30"><code>113f2e3</code></a> fix: CVE numbers in CHANGELOG</li> <li><a href="https://github.com/micromatch/micromatch/commit/d9dbd9a266686f44afb38da26fe016f96d1ec04f"><code>d9dbd9a</code></a> feat: updated CHANGELOG</li> <li><a href="https://github.com/micromatch/micromatch/commit/2ab13157f416679f54e3a32b1425e184bd16749e"><code>2ab1315</code></a> fix: use actions/setup-node@v4</li> <li><a href="https://github.com/micromatch/micromatch/commit/1406ea38f3e24b29f4d4f46908d5cffcb3e6c4ce"><code>1406ea3</code></a> feat: rework test to work on macos with node 10,12 and 14</li> <li>Additional commits viewable in <a href="https://github.com/micromatch/micromatch/compare/4.0.5...4.0.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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/evroon/bracket/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
a7e250106c |
Bump @testing-library/jest-dom from 6.4.1 to 6.5.0 in /frontend (#871)
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.1 to 6.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/jest-dom/releases"><code>@testing-library/jest-dom</code>'s releases</a>.</em></p> <blockquote> <h2>v6.5.0</h2> <h1><a href="https://github.com/testing-library/jest-dom/compare/v6.4.8...v6.5.0">6.5.0</a> (2024-08-23)</h1> <h3>Features</h3> <ul> <li><strong>toHaveValue:</strong> Asserting aria-valuenow (<a href="https://redirect.github.com/testing-library/jest-dom/issues/479">#479</a>) (<a href="https://github.com/testing-library/jest-dom/commit/acbf416871cf43525d569703be0e50f00a294e9b">acbf416</a>)</li> </ul> <h2>v6.4.8</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.4.7...v6.4.8">6.4.8</a> (2024-07-23)</h2> <h3>Bug Fixes</h3> <ul> <li>Drop peerDependencies from package.json (<a href="https://redirect.github.com/testing-library/jest-dom/issues/610">#610</a>) (<a href="https://github.com/testing-library/jest-dom/commit/faf534b6ffa20db8e3cad5824d8bc35bc2309965">faf534b</a>)</li> </ul> <h2>v6.4.7</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.7">6.4.7</a> (2024-07-22)</h2> <h3>Bug Fixes</h3> <ul> <li>Type definition of <code>toHaveClass</code> (<a href="https://redirect.github.com/testing-library/jest-dom/issues/611">#611</a>) (<a href="https://github.com/testing-library/jest-dom/commit/5cc6298847e08872b79f827921c64c9ba261cc54">5cc6298</a>)</li> </ul> <h2>v6.4.6</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.4.5...v6.4.6">6.4.6</a> (2024-06-10)</h2> <h3>Bug Fixes</h3> <ul> <li>Support <a href="https://github.com/starting-style"><code>@starting-style</code></a> (<a href="https://redirect.github.com/testing-library/jest-dom/issues/602">#602</a>) (<a href="https://github.com/testing-library/jest-dom/commit/fd9ee68ae4ca93c47f0781ad23113d45118b8476">fd9ee68</a>)</li> </ul> <h2>v6.4.5</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.4.4...v6.4.5">6.4.5</a> (2024-05-03)</h2> <h3>Bug Fixes</h3> <ul> <li>add js suffix to isEqualWith import (<a href="https://redirect.github.com/testing-library/jest-dom/issues/599">#599</a>) (<a href="https://github.com/testing-library/jest-dom/commit/e8c8b13c6de2a0ccffaa6539809c8c11f141beca">e8c8b13</a>)</li> </ul> <h2>v6.4.4</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.4.3...v6.4.4">6.4.4</a> (2024-05-03)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>infra:</strong> codecoverage token addition (<a href="https://redirect.github.com/testing-library/jest-dom/issues/600">#600</a>) (<a href="https://github.com/testing-library/jest-dom/commit/f03a582827453de6fac4510dcf4fa3148c7ed68a">f03a582</a>)</li> </ul> <h2>v6.4.3</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.3">6.4.3</a> (2024-05-03)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/jest-dom/commit/62f0e3a43262b945bbf6bdd9bf231bf3e4ac7778"><code>62f0e3a</code></a> docs: add waynevanson as a contributor for code, and test (<a href="https://redirect.github.com/testing-library/jest-dom/issues/626">#626</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/acbf416871cf43525d569703be0e50f00a294e9b"><code>acbf416</code></a> feat(toHaveValue): Asserting aria-valuenow (<a href="https://redirect.github.com/testing-library/jest-dom/issues/479">#479</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/47a667c2d5166840f19a8a14a4874090392194c7"><code>47a667c</code></a> docs: add vorant94 as a contributor for code (<a href="https://redirect.github.com/testing-library/jest-dom/issues/619">#619</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/06d19ba759a5ff4b51417cc9a7ecb72c785eb74d"><code>06d19ba</code></a> adjust vitest ambient declaration file according to vitest docs (<a href="https://redirect.github.com/testing-library/jest-dom/issues/612">#612</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/a073b08da964d2f8c3825608abd95f29614766b2"><code>a073b08</code></a> docs: add aleks-elkin as a contributor for maintenance (<a href="https://redirect.github.com/testing-library/jest-dom/issues/618">#618</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/aa094a58bdbcd7e659bed93e09c4b3a2a86015be"><code>aa094a5</code></a> chore: remove unused <code>@babel/runtime</code> dependency (<a href="https://redirect.github.com/testing-library/jest-dom/issues/617">#617</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/d02e80b1b7ed38090975bdfe49ab8063eec040f5"><code>d02e80b</code></a> docs: add ddolcimascolo as a contributor for maintenance (<a href="https://redirect.github.com/testing-library/jest-dom/issues/616">#616</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/faf534b6ffa20db8e3cad5824d8bc35bc2309965"><code>faf534b</code></a> fix: Drop peerDependencies from package.json (<a href="https://redirect.github.com/testing-library/jest-dom/issues/610">#610</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/78a2934e3bcdd2140bd8e814a5050c7c37c4d112"><code>78a2934</code></a> docs: add tonyhallett as a contributor for bug (<a href="https://redirect.github.com/testing-library/jest-dom/issues/615">#615</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/5cc6298847e08872b79f827921c64c9ba261cc54"><code>5cc6298</code></a> fix: Type definition of <code>toHaveClass</code> (<a href="https://redirect.github.com/testing-library/jest-dom/issues/611">#611</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/jest-dom/compare/v6.4.1...v6.5.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
175c9ba191 |
Bump i18next from 23.12.1 to 23.14.0 in /frontend (#869)
Bumps [i18next](https://github.com/i18next/i18next) from 23.12.1 to 23.14.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>v23.14.0</h2> <ul> <li>If backend errors with retry flag, set internal state to 0, so reloadingResources should work <a href="https://redirect.github.com/i18next/i18next-http-backend/issues/147">147</a></li> </ul> <h2>v23.13.0</h2> <ul> <li>Cache output of getRule to optimize performance <a href="https://redirect.github.com/i18next/i18next/pull/2226">2226</a></li> </ul> <h2>v23.12.7</h2> <ul> <li>revert last optimization to address <a href="https://redirect.github.com/i18next/i18next/issues/2227">2227</a></li> </ul> <h2>v23.12.6</h2> <ul> <li>remove console.log statement <a href="https://redirect.github.com/i18next/i18next/issues/2227">2227</a></li> </ul> <h2>v23.12.5</h2> <ul> <li>try to optimize last fix for <a href="https://redirect.github.com/i18next/i18next/issues/2227">2227</a></li> </ul> <h2>v23.12.4</h2> <ul> <li>try to address <a href="https://redirect.github.com/i18next/i18next/issues/2227">2227</a> without the removal of cached formatter for in-built formatters</li> </ul> <h2>v23.12.3</h2> <ul> <li>fix: Using a comma in a formatter parameter <a href="https://redirect.github.com/i18next/i18next/issues/2225">2225</a></li> </ul> <h2>v23.12.2</h2> <ul> <li>fix: Nested translation resolution between languages uses the fallback language for nested translations <a href="https://redirect.github.com/i18next/i18next/issues/2216">2216</a> by preserving issue fix "<code>lng</code> is undefined when formatter used in <code>$t( )</code>" <a href="https://redirect.github.com/i18next/i18next/issues/1938">1938</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>23.14.0</h2> <ul> <li>If backend errors with retry flag, set internal state to 0, so reloadingResources should work <a href="https://redirect.github.com/i18next/i18next-http-backend/issues/147">147</a></li> </ul> <h2>23.13.0</h2> <ul> <li>Cache output of getRule to optimize performance <a href="https://redirect.github.com/i18next/i18next/pull/2226">2226</a></li> </ul> <h2>23.12.7</h2> <ul> <li>revert last optimization to address <a href="https://redirect.github.com/i18next/i18next/issues/2227">2227</a></li> </ul> <h2>23.12.6</h2> <ul> <li>remove console.log statement <a href="https://redirect.github.com/i18next/i18next/issues/2227">2227</a></li> </ul> <h2>23.12.5</h2> <ul> <li>try to optimize last fix for <a href="https://redirect.github.com/i18next/i18next/issues/2227">2227</a></li> </ul> <h2>23.12.4</h2> <ul> <li>try to address <a href="https://redirect.github.com/i18next/i18next/issues/2227">2227</a> without the removal of cached formatter for in-built formatters</li> </ul> <h2>23.12.3</h2> <ul> <li>fix: Using a comma in a formatter parameter <a href="https://redirect.github.com/i18next/i18next/issues/2225">2225</a></li> </ul> <h2>23.12.2</h2> <ul> <li>fix: Nested translation resolution between languages uses the fallback language for nested translations <a href="https://redirect.github.com/i18next/i18next/issues/2216">2216</a> by preserving issue fix "<code>lng</code> is undefined when formatter used in <code>$t( )</code>" <a href="https://redirect.github.com/i18next/i18next/issues/1938">1938</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/0083b3a80f344281897f2727712078b6872d0107"><code>0083b3a</code></a> 23.14.0</li> <li><a href="https://github.com/i18next/i18next/commit/04e2fc9f1825a71d098e3fc8708bdfc4d26b08f4"><code>04e2fc9</code></a> If backend errors with retry flag, set internal state to 0, so reloadingResou...</li> <li><a href="https://github.com/i18next/i18next/commit/d7fcec65faf4cb8f232a721d481e0d29ed684159"><code>d7fcec6</code></a> 23.13.0</li> <li><a href="https://github.com/i18next/i18next/commit/ffc0a5213851bcc2bf254a23f98ba234b1cabcd2"><code>ffc0a52</code></a> build</li> <li><a href="https://github.com/i18next/i18next/commit/3756cf69318d184963fca177cfe2de77bde69bde"><code>3756cf6</code></a> Cache output of getRule to optimize performance (<a href="https://redirect.github.com/i18next/i18next/issues/2226">#2226</a>)</li> <li><a href="https://github.com/i18next/i18next/commit/202465a5b7115337f03490436f88737284e279e3"><code>202465a</code></a> 23.12.7</li> <li><a href="https://github.com/i18next/i18next/commit/66fad4c9f8f21168e7af22c03a5917fca115d751"><code>66fad4c</code></a> revert last optimization to address <a href="https://redirect.github.com/i18next/i18next/issues/2227">#2227</a></li> <li><a href="https://github.com/i18next/i18next/commit/35d97577c953e91cddd880362deb47428030ccce"><code>35d9757</code></a> 23.12.6</li> <li><a href="https://github.com/i18next/i18next/commit/eb0445454c76a299ef3cf47a2c0c1582c903af0d"><code>eb04454</code></a> remove console.log statement <a href="https://redirect.github.com/i18next/i18next/issues/2227">#2227</a></li> <li><a href="https://github.com/i18next/i18next/commit/21fdd90e2e1b50b2bd974caffa7f5a21753b8359"><code>21fdd90</code></a> 23.12.5</li> <li>Additional commits viewable in <a href="https://github.com/i18next/i18next/compare/v23.12.1...v23.14.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
1462332fbd |
Bump @hcaptcha/react-hcaptcha from 1.10.1 to 1.11.0 in /frontend (#870)
Bumps [@hcaptcha/react-hcaptcha](https://github.com/hCaptcha/react-hcaptcha) from 1.10.1 to 1.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hCaptcha/react-hcaptcha/releases"><code>@hcaptcha/react-hcaptcha</code>'s releases</a>.</em></p> <blockquote> <h2>1.11.0</h2> <h2>What's changed</h2> <ul> <li>Execute hCaptcha when ready <a href="https://redirect.github.com/hCaptcha/react-hcaptcha/pull/238">hCaptcha/react-hcaptcha#238</a></li> </ul> <h2>1.10.3</h2> <h2>What's Changed</h2> <ul> <li>Add typing overloads for the execute method <a href="https://redirect.github.com/hCaptcha/react-hcaptcha/pull/234">hCaptcha/react-hcaptcha#234</a> Thank you a lot for contribution, <a href="https://github.com/JAD3N"><code>@JAD3N</code></a>!</li> </ul> <h2>1.10.2</h2> <h2>What's Changed</h2> <ul> <li>chore(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hCaptcha/react-hcaptcha/pull/224">hCaptcha/react-hcaptcha#224</a></li> <li>chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hCaptcha/react-hcaptcha/pull/226">hCaptcha/react-hcaptcha#226</a></li> <li>chore(deps-dev): bump express from 4.18.2 to 4.19.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hCaptcha/react-hcaptcha/pull/227">hCaptcha/react-hcaptcha#227</a></li> <li>chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hCaptcha/react-hcaptcha/pull/230">hCaptcha/react-hcaptcha#230</a></li> <li>chore(deps-dev): bump ws from 8.16.0 to 8.17.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hCaptcha/react-hcaptcha/pull/231">hCaptcha/react-hcaptcha#231</a></li> <li>feat(types): Update to include rqdata by <a href="https://github.com/brdlyptrs"><code>@brdlyptrs</code></a> in <a href="https://redirect.github.com/hCaptcha/react-hcaptcha/pull/233">hCaptcha/react-hcaptcha#233</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hCaptcha/react-hcaptcha/compare/1.10.1...1.10.2">https://github.com/hCaptcha/react-hcaptcha/compare/1.10.1...1.10.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hCaptcha/react-hcaptcha/commit/10666856e865f43346203ab10d2ba289df2eaadc"><code>1066685</code></a> fix(execute): Handle async opts (<a href="https://redirect.github.com/hCaptcha/react-hcaptcha/issues/238">#238</a>)</li> <li><a href="https://github.com/hCaptcha/react-hcaptcha/commit/491bb96fe8c302b4c9f95c53547b92411c3532a5"><code>491bb96</code></a> chore: Bump version to 1.10.3 (<a href="https://redirect.github.com/hCaptcha/react-hcaptcha/issues/236">#236</a>)</li> <li><a href="https://github.com/hCaptcha/react-hcaptcha/commit/06f6dc9dc76a1e0fd2a371f0ff9ca5f566cbc4d1"><code>06f6dc9</code></a> fix(types): Re-add typing overloads for the <code>execute</code> method (<a href="https://redirect.github.com/hCaptcha/react-hcaptcha/issues/234">#234</a>)</li> <li><a href="https://github.com/hCaptcha/react-hcaptcha/commit/de84f92f6398f6dd98bb33c38f729c31afd08d35"><code>de84f92</code></a> feat(types): Update to include rqdata (<a href="https://redirect.github.com/hCaptcha/react-hcaptcha/issues/233">#233</a>)</li> <li><a href="https://github.com/hCaptcha/react-hcaptcha/commit/30e0870a8da0ec13c9bd619cfa2d9e0bdefa2e33"><code>30e0870</code></a> chore(deps-dev): bump ws from 8.16.0 to 8.17.1 (<a href="https://redirect.github.com/hCaptcha/react-hcaptcha/issues/231">#231</a>)</li> <li><a href="https://github.com/hCaptcha/react-hcaptcha/commit/edb1d4d8007597f3e3c24b908ed1e93569cc59aa"><code>edb1d4d</code></a> chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (<a href="https://redirect.github.com/hCaptcha/react-hcaptcha/issues/230">#230</a>)</li> <li><a href="https://github.com/hCaptcha/react-hcaptcha/commit/04976fdcbd0d9cfe4e550dddb4a0852f5516ba4e"><code>04976fd</code></a> chore(deps-dev): bump express from 4.18.2 to 4.19.2 (<a href="https://redirect.github.com/hCaptcha/react-hcaptcha/issues/227">#227</a>)</li> <li><a href="https://github.com/hCaptcha/react-hcaptcha/commit/ec8ac8061382812009f1ea9f5a0b593e856a6ca1"><code>ec8ac80</code></a> chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 (<a href="https://redirect.github.com/hCaptcha/react-hcaptcha/issues/226">#226</a>)</li> <li><a href="https://github.com/hCaptcha/react-hcaptcha/commit/4f87f651f6708a78779b873ab20a3f633a59675f"><code>4f87f65</code></a> chore(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 (<a href="https://redirect.github.com/hCaptcha/react-hcaptcha/issues/224">#224</a>)</li> <li>See full diff in <a href="https://github.com/hCaptcha/react-hcaptcha/compare/1.10.1...1.11.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
fea76cf2cd |
Bump @types/node from 22.4.1 to 22.5.0 in /frontend (#872)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
41cd928181 | Update mantine to 7.12.1 (#866) | ||
|
|
e497feb2f4 |
Bump @types/node from 22.1.0 to 22.4.1 in /frontend (#861)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.1.0 to 22.4.1. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
e63abb3a30 |
Bump docker/build-push-action from 6.6.1 to 6.7.0 (#860)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.6.1 to 6.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/build-push-action/releases">docker/build-push-action's releases</a>.</em></p> <blockquote> <h2>v6.7.0</h2> <ul> <li>Print info message for build summary support checks by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/build-push-action/pull/1211">docker/build-push-action#1211</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v6.6.1...v6.7.0">https://github.com/docker/build-push-action/compare/v6.6.1...v6.7.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/build-push-action/commit/5cd11c3a4ced054e52742c5fd54dca954e0edd85"><code>5cd11c3</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/1211">#1211</a> from crazy-max/summary-info-message</li> <li><a href="https://github.com/docker/build-push-action/commit/0aba704831628413787ada4cf0e8f04d977f1d21"><code>0aba704</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/build-push-action/commit/23c657a01f105567f668c7596ce8e5a038da2555"><code>23c657a</code></a> print info message for build summary support checks</li> <li>See full diff in <a href="https://github.com/docker/build-push-action/compare/16ebe778df0e7752d2cfcbd924afdbbd89c1a755...5cd11c3a4ced054e52742c5fd54dca954e0edd85">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
2e96f3375b |
Bump react-icons from 5.2.0 to 5.3.0 in /frontend (#864)
Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.2.0 to 5.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/react-icons/react-icons/releases">react-icons's releases</a>.</em></p> <blockquote> <h2>v5.3.0</h2> <h2>What's Changed</h2> <ul> <li>Bump ejs from 3.1.9 to 3.1.10 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/942">react-icons/react-icons#942</a></li> <li>Bump braces from 3.0.2 to 3.0.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/953">react-icons/react-icons#953</a></li> <li>Bump ws from 7.5.9 to 7.5.10 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/954">react-icons/react-icons#954</a></li> <li>feat: update simple icons to 12.4.0 by <a href="https://github.com/sdabhi23"><code>@sdabhi23</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/956">react-icons/react-icons#956</a></li> <li>update bootstrap, tabler icons by <a href="https://github.com/kamijin-fanta"><code>@kamijin-fanta</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/968">react-icons/react-icons#968</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sdabhi23"><code>@sdabhi23</code></a> made their first contribution in <a href="https://redirect.github.com/react-icons/react-icons/pull/956">react-icons/react-icons#956</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/react-icons/react-icons/compare/v5.2.1...v5.3.0">https://github.com/react-icons/react-icons/compare/v5.2.1...v5.3.0</a></p> <table> <thead> <tr> <th>Icon Library</th> <th>License</th> <th>Version</th> <th align="right">Count</th> </tr> </thead> <tbody> <tr> <td><a href="https://circumicons.com/">Circum Icons</a></td> <td><a href="https://github.com/Klarr-Agency/Circum-Icons/blob/main/LICENSE">MPL-2.0 license</a></td> <td>1.0.0</td> <td align="right">288</td> </tr> <tr> <td><a href="https://fontawesome.com/">Font Awesome 5</a></td> <td><a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a></td> <td>5.15.4-3-gafecf2a</td> <td align="right">1612</td> </tr> <tr> <td><a href="https://fontawesome.com/">Font Awesome 6</a></td> <td><a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a></td> <td>6.5.2</td> <td align="right">2045</td> </tr> <tr> <td><a href="https://ionicons.com/">Ionicons 4</a></td> <td><a href="https://github.com/ionic-team/ionicons/blob/master/LICENSE">MIT</a></td> <td>4.6.3</td> <td align="right">696</td> </tr> <tr> <td><a href="https://ionicons.com/">Ionicons 5</a></td> <td><a href="https://github.com/ionic-team/ionicons/blob/master/LICENSE">MIT</a></td> <td>5.5.4</td> <td align="right">1332</td> </tr> <tr> <td><a href="http://google.github.io/material-design-icons/">Material Design icons</a></td> <td><a href="https://github.com/google/material-design-icons/blob/master/LICENSE">Apache License Version 2.0</a></td> <td>4.0.0-98-g9beae745bb</td> <td align="right">4341</td> </tr> <tr> <td><a href="http://s-ings.com/typicons/">Typicons</a></td> <td><a href="https://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0</a></td> <td>2.1.2</td> <td align="right">336</td> </tr> <tr> <td><a href="https://octicons.github.com/">Github Octicons icons</a></td> <td><a href="https://github.com/primer/octicons/blob/master/LICENSE">MIT</a></td> <td>18.3.0</td> <td align="right">264</td> </tr> <tr> <td><a href="https://feathericons.com/">Feather</a></td> <td><a href="https://github.com/feathericons/feather/blob/master/LICENSE">MIT</a></td> <td>4.29.1</td> <td align="right">287</td> </tr> <tr> <td><a href="https://lucide.dev/">Lucide</a></td> <td><a href="https://github.com/lucide-icons/lucide/blob/main/LICENSE">ISC</a></td> <td>v5.3.0</td> <td align="right">1215</td> </tr> <tr> <td><a href="https://game-icons.net/">Game Icons</a></td> <td><a href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a></td> <td>12920d6565588f0512542a3cb0cdfd36a497f910</td> <td align="right">4040</td> </tr> <tr> <td><a href="https://erikflowers.github.io/weather-icons/">Weather Icons</a></td> <td><a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a></td> <td>2.0.12</td> <td align="right">219</td> </tr> <tr> <td><a href="https://vorillaz.github.io/devicons/">Devicons</a></td> <td><a href="https://opensource.org/licenses/MIT">MIT</a></td> <td>1.8.0</td> <td align="right">192</td> </tr> <tr> <td><a href="https://github.com/ant-design/ant-design-icons">Ant Design Icons</a></td> <td><a href="https://opensource.org/licenses/MIT">MIT</a></td> <td>4.4.2</td> <td align="right">831</td> </tr> <tr> <td><a href="https://github.com/twbs/icons">Bootstrap Icons</a></td> <td><a href="https://opensource.org/licenses/MIT">MIT</a></td> <td>1.11.3</td> <td align="right">2716</td> </tr> <tr> <td><a href="https://github.com/Remix-Design/RemixIcon">Remix Icon</a></td> <td><a href="http://www.apache.org/licenses/">Apache License Version 2.0</a></td> <td>4.2.0</td> <td align="right">2860</td> </tr> <tr> <td><a href="https://github.com/icons8/flat-color-icons">Flat Color Icons</a></td> <td><a href="https://opensource.org/licenses/MIT">MIT</a></td> <td>1.0.2</td> <td align="right">329</td> </tr> <tr> <td><a href="https://github.com/grommet/grommet-icons">Grommet-Icons</a></td> <td><a href="http://www.apache.org/licenses/">Apache License Version 2.0</a></td> <td>4.12.1</td> <td align="right">635</td> </tr> <tr> <td><a href="https://github.com/tailwindlabs/heroicons">Heroicons</a></td> <td><a href="https://opensource.org/licenses/MIT">MIT</a></td> <td>1.0.6</td> <td align="right">460</td> </tr> <tr> <td><a href="https://github.com/tailwindlabs/heroicons">Heroicons 2</a></td> <td><a href="https://opensource.org/licenses/MIT">MIT</a></td> <td>2.1.3</td> <td align="right">888</td> </tr> <tr> <td><a href="https://simpleicons.org/">Simple Icons</a></td> <td><a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal</a></td> <td>12.4.0</td> <td align="right">3209</td> </tr> <tr> <td><a href="https://thesabbir.github.io/simple-line-icons/">Simple Line Icons</a></td> <td><a href="https://opensource.org/licenses/MIT">MIT</a></td> <td>2.5.5</td> <td align="right">189</td> </tr> <tr> <td><a href="https://github.com/Keyamoon/IcoMoon-Free">IcoMoon Free</a></td> <td><a href="https://github.com/Keyamoon/IcoMoon-Free/blob/master/License.txt">CC BY 4.0 License</a></td> <td>d006795ede82361e1bac1ee76f215cf1dc51e4ca</td> <td align="right">491</td> </tr> <tr> <td><a href="https://github.com/atisawd/boxicons">BoxIcons</a></td> <td><a href="https://github.com/atisawd/boxicons/blob/master/LICENSE">MIT</a></td> <td>2.1.4</td> <td align="right">1634</td> </tr> <tr> <td><a href="https://github.com/astrit/css.gg">css.gg</a></td> <td><a href="https://opensource.org/licenses/MIT">MIT</a></td> <td>2.1.1</td> <td align="right">704</td> </tr> <tr> <td><a href="https://github.com/microsoft/vscode-codicons">VS Code Icons</a></td> <td><a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a></td> <td>0.0.35</td> <td align="right">461</td> </tr> <tr> <td><a href="https://github.com/tabler/tabler-icons">Tabler Icons</a></td> <td><a href="https://opensource.org/licenses/MIT">MIT</a></td> <td>3.3.0</td> <td align="right">5256</td> </tr> <tr> <td><a href="https://github.com/lykmapipo/themify-icons">Themify Icons</a></td> <td><a href="https://github.com/thecreation/standard-icons/blob/master/modules/themify-icons/LICENSE">MIT</a></td> <td>v0.1.2-2-g9600186</td> <td align="right">352</td> </tr> <tr> <td><a href="https://icons.radix-ui.com">Radix Icons</a></td> <td><a href="https://github.com/radix-ui/icons/blob/master/LICENSE">MIT</a></td> <td>@radix-ui/<a href="mailto:react-icons@1.3.0-1-g94b3fcf">react-icons@1.3.0-1-g94b3fcf</a></td> <td align="right">318</td> </tr> <tr> <td><a href="https://github.com/phosphor-icons/core">Phosphor Icons</a></td> <td><a href="https://github.com/phosphor-icons/core/blob/main/LICENSE">MIT</a></td> <td>2.1.1</td> <td align="right">9072</td> </tr> <tr> <td><a href="https://icons8.com/line-awesome">Icons8 Line Awesome</a></td> <td><a href="https://github.com/icons8/line-awesome/blob/master/LICENSE.md">MIT</a></td> <td>1.3.1</td> <td align="right">1544</td> </tr> </tbody> </table> <h2>v5.2.1</h2> <h2>What's Changed</h2> <ul> <li>bug fix: add filled suffix in tb by <a href="https://github.com/kamijin-fanta"><code>@kamijin-fanta</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/941">react-icons/react-icons#941</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react-icons/react-icons/commit/6188fc096b4d2b4d80d1701aa694889ce7aa71f6"><code>6188fc0</code></a> v5.3.0</li> <li><a href="https://github.com/react-icons/react-icons/commit/4c276248386f3ed0af8c74c09ffea82755c00bba"><code>4c27624</code></a> update icons (<a href="https://redirect.github.com/react-icons/react-icons/issues/968">#968</a>)</li> <li><a href="https://github.com/react-icons/react-icons/commit/bfaef171ada40c83aa935698bcb54a2ff47c0018"><code>bfaef17</code></a> feat: update simple icons to 12.4.0 (<a href="https://redirect.github.com/react-icons/react-icons/issues/956">#956</a>)</li> <li><a href="https://github.com/react-icons/react-icons/commit/03c80d938497a553104aeef13e484e225b0328ee"><code>03c80d9</code></a> Bump ws from 7.5.9 to 7.5.10 (<a href="https://redirect.github.com/react-icons/react-icons/issues/954">#954</a>)</li> <li><a href="https://github.com/react-icons/react-icons/commit/b90a4b2cb4e35b31aa9e63c1dd7e4ad206b83cec"><code>b90a4b2</code></a> Bump braces from 3.0.2 to 3.0.3 (<a href="https://redirect.github.com/react-icons/react-icons/issues/953">#953</a>)</li> <li><a href="https://github.com/react-icons/react-icons/commit/4c39c2408b4b3add5396ff33cf21057b0abfb1cc"><code>4c39c24</code></a> Bump ejs from 3.1.9 to 3.1.10 (<a href="https://redirect.github.com/react-icons/react-icons/issues/942">#942</a>)</li> <li><a href="https://github.com/react-icons/react-icons/commit/a2ed977a6846a529df66f6576e1c4eb8f8923893"><code>a2ed977</code></a> v5.2.1</li> <li><a href="https://github.com/react-icons/react-icons/commit/a90497fb3981b64472584880821bb842e6961c71"><code>a90497f</code></a> bug fix: add filled suffix in tb (<a href="https://redirect.github.com/react-icons/react-icons/issues/941">#941</a>)</li> <li><a href="https://github.com/react-icons/react-icons/commit/9ba6a578fdf57452e6f128d24d36d9aef6c18a7c"><code>9ba6a57</code></a> fix action events</li> <li><a href="https://github.com/react-icons/react-icons/commit/226618f6433f2b67f67f20586bde0d31f49aa766"><code>226618f</code></a> fix icoon page</li> <li>See full diff in <a href="https://github.com/react-icons/react-icons/compare/v5.2.0...v5.3.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
47b1324af2 | Update mantine to 7.12.0 (#858) | ||
|
|
6e612ba40c |
Bump docker/setup-buildx-action from 1 to 3 (#839)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/setup-buildx-action/releases">docker/setup-buildx-action's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <ul> <li>Node 20 as default runtime (requires <a href="https://github.com/actions/runner/releases/tag/v2.308.0">Actions Runner v2.308.0</a> or later) by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/264">docker/setup-buildx-action#264</a></li> <li>Bump <code>@actions/core</code> from 1.10.0 to 1.10.1 in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/267">docker/setup-buildx-action#267</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.10.0...v3.0.0">https://github.com/docker/setup-buildx-action/compare/v2.10.0...v3.0.0</a></p> <h2>v2.10.0</h2> <ul> <li>Bump <code>@docker/actions-toolkit</code> from 0.7.1 to 0.10.0 by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/258">docker/setup-buildx-action#258</a></li> <li>Bump word-wrap from 1.2.3 to 1.2.5 in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/253">docker/setup-buildx-action#253</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.0">https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.0</a></p> <h2>v2.9.1</h2> <ul> <li>Bump <code>@docker/actions-toolkit</code> from 0.7.0 to 0.7.1 in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/248">docker/setup-buildx-action#248</a> <ul> <li>Fixes an issue where building Buildx does not match the local platform (<a href="https://redirect.github.com/docker/actions-toolkit/pull/135">docker/actions-toolkit#135</a>)</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.9.0...v2.9.1">https://github.com/docker/setup-buildx-action/compare/v2.9.0...v2.9.1</a></p> <h2>v2.9.0</h2> <ul> <li>Bump <code>@docker/actions-toolkit</code> from 0.6.0 to 0.7.0 in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/246">docker/setup-buildx-action#246</a> <ul> <li>Adds support to cache Buildx binary to hosted tool cache and GHA cache backend</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.8.0...v2.9.0">https://github.com/docker/setup-buildx-action/compare/v2.8.0...v2.9.0</a></p> <h2>v2.8.0</h2> <ul> <li>Only set specific flags for drivers supporting them by <a href="https://github.com/nicks"><code>@nicks</code></a> in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/241">docker/setup-buildx-action#241</a></li> <li>Bump <code>@docker/actions-toolkit</code> from 0.5.0 to 0.6.0 in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/242">docker/setup-buildx-action#242</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.7.0...v2.8.0">https://github.com/docker/setup-buildx-action/compare/v2.7.0...v2.8.0</a></p> <h2>v2.7.0</h2> <ul> <li>Bump <code>@docker/actions-toolkit</code> from 0.3.0 to 0.5.0 in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/237">docker/setup-buildx-action#237</a> <a href="https://redirect.github.com/docker/setup-buildx-action/pull/238">docker/setup-buildx-action#238</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.6.0...v2.7.0">https://github.com/docker/setup-buildx-action/compare/v2.6.0...v2.7.0</a></p> <h2>v2.6.0</h2> <ul> <li>Set node name for k8s driver when appending nodes by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/219">docker/setup-buildx-action#219</a></li> <li>Bump <code>@docker/actions-toolkit</code> from 0.1.0-beta.18 to 0.3.0 in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/220">docker/setup-buildx-action#220</a> <a href="https://redirect.github.com/docker/setup-buildx-action/pull/229">docker/setup-buildx-action#229</a> <a href="https://redirect.github.com/docker/setup-buildx-action/pull/231">docker/setup-buildx-action#231</a> <a href="https://redirect.github.com/docker/setup-buildx-action/pull/236">docker/setup-buildx-action#236</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.5.0...v2.6.0">https://github.com/docker/setup-buildx-action/compare/v2.5.0...v2.6.0</a></p> <h2>v2.5.0</h2> <ul> <li><code>cleanup</code> input to remove builder and temp files by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/213">docker/setup-buildx-action#213</a></li> <li>do not remove builder using the <code>docker</code> driver by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/218">docker/setup-buildx-action#218</a></li> <li>fix current context as builder name for <code>docker</code> driver by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/209">docker/setup-buildx-action#209</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0">https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0</a></p> <h2>v2.4.1</h2> <ul> <li>Get releases from actions toolkit by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> (<a href="https://redirect.github.com/docker/setup-buildx-action/issues/200">#200</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/setup-buildx-action/commit/aa33708b10e362ff993539393ff100fa93ed6a27"><code>aa33708</code></a> Merge pull request <a href="https://redirect.github.com/docker/setup-buildx-action/issues/345">#345</a> from docker/dependabot/npm_and_yarn/docker/actions-to...</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/2d99e3412d2dd2b9c7e2fcca49d01b924c1ab21c"><code>2d99e34</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/4dab43650b8b8c84737d78c3cc36b01bb089fd0c"><code>4dab436</code></a> build(deps): bump <code>@docker/actions-toolkit</code> from 0.34.0 to 0.35.0</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/49a04d68900b1d260da9b3f06f52638d56cd8ad1"><code>49a04d6</code></a> Merge pull request <a href="https://redirect.github.com/docker/setup-buildx-action/issues/344">#344</a> from docker/dependabot/npm_and_yarn/docker/actions-to...</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/a6ade2e34f17c6ce339e005d1377e0cc65952729"><code>a6ade2e</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/2f2694b8d12669f2f75b4e35bb6575470d2dfbe7"><code>2f2694b</code></a> switch to Docker exec</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/0a4bab6632a78370043add51b5183c8d9f340e41"><code>0a4bab6</code></a> build(deps): bump <code>@docker/actions-toolkit</code> from 0.32.0 to 0.34.0</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/2ad185228a349d19414702819e06df9fa4314287"><code>2ad1852</code></a> Merge pull request <a href="https://redirect.github.com/docker/setup-buildx-action/issues/340">#340</a> from docker/dependabot/npm_and_yarn/docker/actions-to...</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/560ac469d63bfd85610bfc60b630bbd855046576"><code>560ac46</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/b3a341759e2a76d5124e467f44e087ef7b02ef1f"><code>b3a3417</code></a> build(deps): bump <code>@docker/actions-toolkit</code> from 0.31.0 to 0.32.0</li> <li>Additional commits viewable in <a href="https://github.com/docker/setup-buildx-action/compare/v1...v3">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
775eed96f8 |
Bump docker/setup-qemu-action from 1 to 3 (#851)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/setup-qemu-action/releases">docker/setup-qemu-action's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <ul> <li>Node 20 as default runtime (requires <a href="https://github.com/actions/runner/releases/tag/v2.308.0">Actions Runner v2.308.0</a> or later) by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-qemu-action/pull/102">docker/setup-qemu-action#102</a></li> <li>Bump <code>@actions/core</code> from 1.10.0 to 1.10.1 in <a href="https://redirect.github.com/docker/setup-qemu-action/pull/103">docker/setup-qemu-action#103</a></li> <li>Bump semver from 6.3.0 to 6.3.1 in <a href="https://redirect.github.com/docker/setup-qemu-action/pull/89">docker/setup-qemu-action#89</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-qemu-action/compare/v2.2.0...v3.0.0">https://github.com/docker/setup-qemu-action/compare/v2.2.0...v3.0.0</a></p> <h2>v2.2.0</h2> <ul> <li>Trim off spaces in <code>platforms</code> input by <a href="https://github.com/Chocobo1"><code>@Chocobo1</code></a> in <a href="https://redirect.github.com/docker/setup-qemu-action/pull/64">docker/setup-qemu-action#64</a></li> <li>Switch to actions-toolkit implementation by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-qemu-action/pull/70">docker/setup-qemu-action#70</a> <a href="https://redirect.github.com/docker/setup-qemu-action/pull/80">docker/setup-qemu-action#80</a> <a href="https://redirect.github.com/docker/setup-qemu-action/pull/83">docker/setup-qemu-action#83</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.0">https://github.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.0</a></p> <h2>v2.1.0</h2> <ul> <li>Use context for inputs by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> (<a href="https://redirect.github.com/docker/setup-qemu-action/issues/62">#62</a>)</li> <li>Use built-in <code>getExecOutput</code> by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> (<a href="https://redirect.github.com/docker/setup-qemu-action/issues/61">#61</a>)</li> <li>Remove workaround for <code>setOutput</code> by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> (<a href="https://redirect.github.com/docker/setup-qemu-action/issues/63">#63</a>)</li> <li>Bump <code>@actions/core</code> from 1.6.0 to 1.10.0 (<a href="https://redirect.github.com/docker/setup-qemu-action/issues/54">#54</a> <a href="https://redirect.github.com/docker/setup-qemu-action/issues/58">#58</a> <a href="https://redirect.github.com/docker/setup-qemu-action/issues/59">#59</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-qemu-action/compare/v2.0.0...v2.1.0">https://github.com/docker/setup-qemu-action/compare/v2.0.0...v2.1.0</a></p> <h2>v2.0.0</h2> <ul> <li>Node 16 as default runtime by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> (<a href="https://redirect.github.com/docker/setup-qemu-action/issues/48">#48</a>) <ul> <li>This requires a minimum <a href="https://github.com/actions/runner/releases/tag/v2.285.0">Actions Runner</a> version of v2.285.0, which is by default available in GHES 3.4 or later.</li> </ul> </li> <li>chore: update dev dependencies and workflow by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> (<a href="https://redirect.github.com/docker/setup-qemu-action/issues/43">#43</a> <a href="https://redirect.github.com/docker/setup-qemu-action/issues/47">#47</a>)</li> <li>Bump <code>@actions/core</code> from 1.3.0 to 1.6.0 (<a href="https://redirect.github.com/docker/setup-qemu-action/issues/37">#37</a> <a href="https://redirect.github.com/docker/setup-qemu-action/issues/39">#39</a> <a href="https://redirect.github.com/docker/setup-qemu-action/issues/41">#41</a>)</li> <li>Bump <code>@actions/exec</code> from 1.0.4 to 1.1.1 (<a href="https://redirect.github.com/docker/setup-qemu-action/issues/38">#38</a> <a href="https://redirect.github.com/docker/setup-qemu-action/issues/46">#46</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-qemu-action/compare/v1.2.0...v2.0.0">https://github.com/docker/setup-qemu-action/compare/v1.2.0...v2.0.0</a></p> <h2>v1.2.0</h2> <ul> <li>Display image information (<a href="https://redirect.github.com/docker/setup-qemu-action/issues/36">#36</a>)</li> <li>Bump <code>@actions/core</code> from 1.2.7 to 1.3.0 (<a href="https://redirect.github.com/docker/setup-qemu-action/issues/35">#35</a>)</li> </ul> <h2>v1.1.0</h2> <ul> <li>Remove os limitation (<a href="https://redirect.github.com/docker/setup-qemu-action/issues/30">#30</a>)</li> <li>Bump <code>@actions/core</code> from 1.2.6 to 1.2.7 (<a href="https://redirect.github.com/docker/setup-qemu-action/issues/29">#29</a>)</li> </ul> <h2>v1.0.2</h2> <ul> <li>Enhance workflow (<a href="https://redirect.github.com/docker/setup-qemu-action/issues/26">#26</a>)</li> <li>Container based developer flow (<a href="https://redirect.github.com/docker/setup-qemu-action/issues/19">#19</a> <a href="https://redirect.github.com/docker/setup-qemu-action/issues/20">#20</a>)</li> </ul> <h2>v1.0.1</h2> <ul> <li>Fix CVE-2020-15228</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/setup-qemu-action/commit/49b3bc8e6bdd4a60e6116a5414239cba5943d3cf"><code>49b3bc8</code></a> Merge pull request <a href="https://redirect.github.com/docker/setup-qemu-action/issues/155">#155</a> from docker/dependabot/npm_and_yarn/docker/actions-to...</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/9dec05bc9dfb7b51fa07d2f370b0cbfb1a40a90b"><code>9dec05b</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/73387bcb62f14c182fa1cbcd58127009845eb8d1"><code>73387bc</code></a> build(deps): bump <code>@docker/actions-toolkit</code> from 0.34.0 to 0.35.0</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/fcfabe005416080c2016468f7082c2a191cdeea3"><code>fcfabe0</code></a> Merge pull request <a href="https://redirect.github.com/docker/setup-qemu-action/issues/154">#154</a> from docker/dependabot/npm_and_yarn/docker/actions-to...</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/948a83825363200656d0cf01e42682735ca3d654"><code>948a838</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/31629f69bf239348b7cdb36f0d9a054bed2fca00"><code>31629f6</code></a> switch to Docker exec</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/6ae1d4dea8f84ff62b32f84a66722136ef7e68e7"><code>6ae1d4d</code></a> build(deps): bump <code>@docker/actions-toolkit</code> from 0.31.0 to 0.34.0</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/5927c834f5b4fdf503fca6f4c7eccda82949e1ee"><code>5927c83</code></a> Merge pull request <a href="https://redirect.github.com/docker/setup-qemu-action/issues/149">#149</a> from docker/dependabot/npm_and_yarn/docker/actions-to...</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/32ea29b3c9ea9a9fa2e79ca2107cf67f2751c47f"><code>32ea29b</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/setup-qemu-action/commit/92ac892047a708260a813e992acf5f54679f8950"><code>92ac892</code></a> build(deps): bump <code>@docker/actions-toolkit</code> from 0.23.0 to 0.31.0</li> <li>Additional commits viewable in <a href="https://github.com/docker/setup-qemu-action/compare/v1...v3">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
6bf3cd3012 |
Bump @typescript-eslint/eslint-plugin from 7.17.0 to 7.18.0 in /frontend (#848)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.17.0 to 7.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v7.18.0</h2> <h2>7.18.0 (2024-07-29)</h2> <h3>🚀 Features</h3> <ul> <li><strong>types:</strong> update ECMA versions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9634">#9634</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9660">#9660</a>)</li> <li><strong>eslint-plugin:</strong> [unbound-method] report on destructuring in function parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8952">#8952</a>)</li> <li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] shouldn't report on error types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9600">#9600</a>)</li> <li><strong>eslint-plugin:</strong> [strict-boolean-expressions] support branded booleans (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9297">#9297</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@auvred</code></a></li> <li>Oliver Salzburg</li> <li>Vinccool96</li> <li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@y-hsgw</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>7.18.0 (2024-07-29)</h2> <h3>🩹 Fixes</h3> <ul> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib</p> </li> <li> <p><strong>eslint-plugin:</strong> [unbound-method] report on destructuring in function parameters</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] shouldn't report on error types</p> </li> <li> <p><strong>eslint-plugin:</strong> [strict-boolean-expressions] support branded booleans</p> </li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred</li> <li>Oliver Salzburg</li> <li>Vinccool96</li> <li>Yukihiro Hasegawa</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/35cf3d2b2b9611c3812b120c461d863c7881ac04"><code>35cf3d2</code></a> chore(release): publish 7.18.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/46a5709e434a0a252a4ffd5bfe32bf883adbb418"><code>46a5709</code></a> docs: link no-duplicate-type-constituents and no-redundant-type-constituents ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9eec7903698a98f61ddb933b7209d126e3400bb1"><code>9eec790</code></a> fix(eslint-plugin): [strict-boolean-expressions] support branded booleans (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9">#9</a>...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9927a29eb83ce43bb6ecedbd0943207543eadc80"><code>9927a29</code></a> docs: add ast-spec, type-utils docs with docusaurus-plugin-typedoc (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9293">#9293</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/fb0ca4cbe79cd4b27300a42b31d6a7f5ea13e8e8"><code>fb0ca4c</code></a> docs: remove unnecessary v8 links (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9611">#9611</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3591b78dc70592684a263755430477e74c7a5133"><code>3591b78</code></a> fix(eslint-plugin): [no-duplicate-type-constituents] shouldn't report on erro...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/64b4e43112eb52de79c6ad6454d0b243cfc1fc21"><code>64b4e43</code></a> fix(eslint-plugin): [unbound-method] report on destructuring in function para...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/bf4abdf3ce9454c8a291e78f32994c721fb5fe82"><code>bf4abdf</code></a> fix(eslint-plugin): [no-unnecessary-type-assertion] prevent runtime error whe...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6b92aa5ce61d86869493b764f77d882bb4d14ce7"><code>6b92aa5</code></a> chore: reorg repo level utils, lint and typecheck repo files (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9618">#9618</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1e32db13dbf3c73423254f425662ed874f0b62b6"><code>1e32db1</code></a> chore: enable radix (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9563">#9563</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/eslint-plugin">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
6e3d809621 |
Bump docker/build-push-action from 6.5.0 to 6.6.1 (#852)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.5.0 to 6.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/build-push-action/releases">docker/build-push-action's releases</a>.</em></p> <blockquote> <h2>v6.6.1</h2> <ul> <li>Bump <code>@docker/actions-toolkit</code> from 0.37.0 to 0.37.1 in <a href="https://redirect.github.com/docker/build-push-action/pull/1205">docker/build-push-action#1205</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v6.6.0...v6.6.1">https://github.com/docker/build-push-action/compare/v6.6.0...v6.6.1</a></p> <h2>v6.6.0</h2> <ul> <li>Generate GitHub annotations for <a href="https://docs.docker.com/build/checks/">build checks</a> by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/build-push-action/pull/1197">docker/build-push-action#1197</a></li> <li>Bump <code>@docker/actions-toolkit</code> from 0.35.0 to 0.37.0 in <a href="https://redirect.github.com/docker/build-push-action/pull/1196">docker/build-push-action#1196</a> <a href="https://redirect.github.com/docker/build-push-action/pull/1198">docker/build-push-action#1198</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v6.5.0...v6.6.0">https://github.com/docker/build-push-action/compare/v6.5.0...v6.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/build-push-action/commit/16ebe778df0e7752d2cfcbd924afdbbd89c1a755"><code>16ebe77</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/1205">#1205</a> from docker/dependabot/npm_and_yarn/docker/actions-t...</li> <li><a href="https://github.com/docker/build-push-action/commit/646a62b4f2189bfb0b46bfa1676692e7bff6e4d7"><code>646a62b</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/build-push-action/commit/d92ab1347f14b597b6d4a546737ec663aef4a184"><code>d92ab13</code></a> chore(deps): Bump <code>@docker/actions-toolkit</code> from 0.37.0 to 0.37.1</li> <li><a href="https://github.com/docker/build-push-action/commit/4f7cdeb0f05278b464e71357394bf2c61f94138e"><code>4f7cdeb</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/1198">#1198</a> from docker/dependabot/npm_and_yarn/docker/actions-t...</li> <li><a href="https://github.com/docker/build-push-action/commit/ad3cd774a4f620adb18ba3ba3fa178c73b624bd2"><code>ad3cd77</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/build-push-action/commit/3efbc133663acf954bb07c2ab14201de1e1733a4"><code>3efbc13</code></a> chore(deps): Bump <code>@docker/actions-toolkit</code> from 0.36.0 to 0.37.0</li> <li><a href="https://github.com/docker/build-push-action/commit/2dbe91db48e489c125002fbd97678eaf1e0e563e"><code>2dbe91d</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/1197">#1197</a> from crazy-max/build-checks</li> <li><a href="https://github.com/docker/build-push-action/commit/7de3854c4c086eb90ef7cf54a55319272ab77376"><code>7de3854</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/build-push-action/commit/175aa53a3f73a1f9c48cfb1fd2d4ce5955971f5a"><code>175aa53</code></a> opt to disable github annotations generation for build checks</li> <li><a href="https://github.com/docker/build-push-action/commit/806a2a461ff03b10f7d1933839c2c43dd1db06db"><code>806a2a4</code></a> generate GitHub annotations for build checks</li> <li>Additional commits viewable in <a href="https://github.com/docker/build-push-action/compare/5176d81f87c23d6fc96624dfdbcd9f3830bbe445...16ebe778df0e7752d2cfcbd924afdbbd89c1a755">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
5d1ed6d923 |
Bump eslint-plugin-jest from 28.6.0 to 28.8.0 in /frontend (#853)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.6.0 to 28.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's releases</a>.</em></p> <blockquote> <h2>v28.8.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.7.0...v28.8.0">28.8.0</a> (2024-08-07)</h1> <h3>Features</h3> <ul> <li>import formatting rules from <code>eslint-plugin-jest-formatting</code> (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1563">#1563</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/74078ee13dd7c7d257d514809dadc5593a214e74">74078ee</a>)</li> </ul> <h2>v28.7.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.6.0...v28.7.0">28.7.0</a> (2024-08-03)</h1> <h3>Features</h3> <ul> <li>allow <code>[@typescript-eslint](https://github.com/typescript-eslint)</code> v8 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1636">#1636</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/fb43171a150922524744194e023841af12b3f76b">fb43171</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md">eslint-plugin-jest's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.7.0...v28.8.0">28.8.0</a> (2024-08-07)</h1> <h3>Features</h3> <ul> <li>import formatting rules from <code>eslint-plugin-jest-formatting</code> (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1563">#1563</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/74078ee13dd7c7d257d514809dadc5593a214e74">74078ee</a>)</li> </ul> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.6.0...v28.7.0">28.7.0</a> (2024-08-03)</h1> <h3>Features</h3> <ul> <li>allow <code>[@typescript-eslint](https://github.com/typescript-eslint)</code> v8 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1636">#1636</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/fb43171a150922524744194e023841af12b3f76b">fb43171</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/e1410ae67da425ac7f6c6070273ae0e44c4926a9"><code>e1410ae</code></a> chore(release): 28.8.0 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/74078ee13dd7c7d257d514809dadc5593a214e74"><code>74078ee</code></a> feat: import formatting rules from <code>eslint-plugin-jest-formatting</code> (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1563">#1563</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/11ef4fcd9d490e6effd6791b6d208064bf6120b2"><code>11ef4fc</code></a> chore(deps): update yarn to v3.8.4 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1638">#1638</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/c88f7410191e807e004e868a8646a76282a68614"><code>c88f741</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1cd8c7473d4c7a4d625bed889b9e85f4c7fb061b"><code>1cd8c74</code></a> chore(release): 28.7.0 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/fb43171a150922524744194e023841af12b3f76b"><code>fb43171</code></a> feat: allow <code>@typescript-eslint</code> v8 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1636">#1636</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1bc83b93e2d7a4d8cd1e878773eae476de8f24bd"><code>1bc83b9</code></a> chore: use <code>@eslint-community/eslint-plugin-eslint-comments</code> (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1635">#1635</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9854c8f6688d5f6d5df71de53813114c32ba6be0"><code>9854c8f</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/b38f0faffb5c0aa57e048eb02fa39d25775f8c3c"><code>b38f0fa</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/61eb794755fafdd1cdf8b3e8aca7280898b3fbee"><code>61eb794</code></a> chore(deps): lock file maintenance</li> <li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.6.0...v28.8.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
898fe9fda1 |
Bump eslint-plugin-testing-library from 6.2.0 to 6.3.0 in /frontend (#856)
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.2.0 to 6.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/eslint-plugin-testing-library/releases">eslint-plugin-testing-library's releases</a>.</em></p> <blockquote> <h2>v6.3.0</h2> <h1><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.2.2...v6.3.0">6.3.0</a> (2024-08-11)</h1> <h3>Features</h3> <ul> <li>add support for flat config (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/923">#923</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/4dc7caa86b880d7b762a5df23f4ec736a548b502">4dc7caa</a>)</li> </ul> <h2>v6.2.2</h2> <h2><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.2.1...v6.2.2">6.2.2</a> (2024-04-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>await-async-events:</strong> false positives for userEvent.setup() returned (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/895">#895</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/fb32c5c07dbbd7449b8b1d3983683765912b9e72">fb32c5c</a>)</li> </ul> <h2>v6.2.1</h2> <h2><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.2.0...v6.2.1">6.2.1</a> (2024-04-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>await-async-events:</strong> false positive reports on awaited expressions evaluating to promise (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/890">#890</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/767f1be6c15f05d430f662b09fc467b2feeff6ed">767f1be</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/4dc7caa86b880d7b762a5df23f4ec736a548b502"><code>4dc7caa</code></a> feat: add support for flat config (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/923">#923</a>)</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/e04a94092cd5a6399c9d3b605766f9ed0eb56570"><code>e04a940</code></a> docs(contributing): fix broken link (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/911">#911</a>)</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/c975ced3c17ddb8808332422891e69a2fa3f126e"><code>c975ced</code></a> docs: add Chamion as a contributor for code, and test (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/896">#896</a>)</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/fb32c5c07dbbd7449b8b1d3983683765912b9e72"><code>fb32c5c</code></a> fix(await-async-events): false positives for userEvent.setup() returned (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/895">#895</a>)</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/767f1be6c15f05d430f662b09fc467b2feeff6ed"><code>767f1be</code></a> fix(await-async-events): false positive reports on awaited expressions evalua...</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/6b39e606a4de8070eb6378f999d3762feab0f644"><code>6b39e60</code></a> build(deps-dev): bump eslint-doc-generator from 1.4.3 to 1.7.0 (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/885">#885</a>)</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/88120fe88f6eb0acc4d81c0a867c933de57c3957"><code>88120fe</code></a> build(deps-dev): bump eslint-plugin-import from 2.29.0 to 2.29.1 (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/874">#874</a>)</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/b5bb061407732dc75f718b05b5045d1511aee466"><code>b5bb061</code></a> build(deps): bump codecov/codecov-action from 3 to 4 (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/879">#879</a>)</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/5497dc269825c89c7022febed7efed741826b6b2"><code>5497dc2</code></a> refactor: fix ts-expect-error (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/873">#873</a>)</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/93a6ab91d34a9130b505fc181bca06db48338cd9"><code>93a6ab9</code></a> chore: upgrade TypeScript to v5.0 (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/858">#858</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.2.0...v6.3.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
d2f50d5a0c |
Bump @tabler/icons-react from 3.11.0 to 3.12.0 in /frontend (#855)
Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 3.11.0 to 3.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tabler/tabler-icons/releases"><code>@tabler/icons-react</code>'s releases</a>.</em></p> <blockquote> <h2>Release 3.12.0</h2> <!-- raw HTML omitted --> <h3>18 new icons:</h3> <ul> <li><code>outline/arrows-transfer-up-down</code></li> <li><code>outline/brand-amie</code></li> <li><code>outline/brand-bebo</code></li> <li><code>outline/building-airport</code></li> <li><code>outline/camera-ai</code></li> <li><code>outline/camera-bitcoin</code></li> <li><code>outline/camera-moon</code></li> <li><code>outline/chart-column</code></li> <li><code>outline/chart-covariate</code></li> <li><code>outline/congruent-to</code></li> <li><code>outline/diaper</code></li> <li><code>outline/file-ai</code></li> <li><code>outline/file-bitcoin</code></li> <li><code>outline/lock-password</code></li> <li><code>outline/phone-done</code></li> <li><code>outline/phone-end</code></li> <li><code>outline/phone-ringing</code></li> <li><code>outline/stopwatch</code></li> </ul> <p>Fixed icons: <code>outline/bolt-off</code>, <code>outline/bolt</code>, <code>outline/phone-outgoing</code>, <code>outline/phone-pause</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tabler/tabler-icons/commit/9561ff8eef7e01f5da0a22dbb9f9b1924fcbbf7d"><code>9561ff8</code></a> Release 3.12.0</li> <li>See full diff in <a href="https://github.com/tabler/tabler-icons/commits/v3.12.0/packages/icons-react">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
d55a919617 |
Bump axios from 1.7.0 to 1.7.4 in /frontend (#857)
Bumps [axios](https://github.com/axios/axios) from 1.7.0 to 1.7.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.7.4</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>sec:</strong> CVE-2024-39338 (<a href="https://redirect.github.com/axios/axios/issues/6539">#6539</a>) (<a href="https://redirect.github.com/axios/axios/issues/6543">#6543</a>) (<a href="https://github.com/axios/axios/commit/6b6b605eaf73852fb2dae033f1e786155959de3a">6b6b605</a>)</li> <li><strong>sec:</strong> disregard protocol-relative URL to remediate SSRF (<a href="https://redirect.github.com/axios/axios/issues/6539">#6539</a>) (<a href="https://github.com/axios/axios/commit/07a661a2a6b9092c4aa640dcc7f724ec5e65bdda">07a661a</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/levpachmanov" title="+47/-11 ([#6543](https://github.com/axios/axios/issues/6543) )">Lev Pachmanov</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/hainenber" title="+49/-4 ([#6539](https://github.com/axios/axios/issues/6539) )">Đỗ Trọng Hải</a></li> </ul> <h2>Release v1.7.3</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>adapter:</strong> fix progress event emitting; (<a href="https://redirect.github.com/axios/axios/issues/6518">#6518</a>) (<a href="https://github.com/axios/axios/commit/e3c76fc9bdd03aa4d98afaf211df943e2031453f">e3c76fc</a>)</li> <li><strong>fetch:</strong> fix withCredentials request config (<a href="https://redirect.github.com/axios/axios/issues/6505">#6505</a>) (<a href="https://github.com/axios/axios/commit/85d4d0ea0aae91082f04e303dec46510d1b4e787">85d4d0e</a>)</li> <li><strong>xhr:</strong> return original config on errors from XHR adapter (<a href="https://redirect.github.com/axios/axios/issues/6515">#6515</a>) (<a href="https://github.com/axios/axios/commit/8966ee7ea62ecbd6cfb39a905939bcdab5cf6388">8966ee7</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+211/-159 ([#6518](https://github.com/axios/axios/issues/6518) [#6519](https://github.com/axios/axios/issues/6519) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/ValeraS" title="+3/-3 ([#6515](https://github.com/axios/axios/issues/6515) )">Valerii Sidorenko</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/prianyu" title="+2/-2 ([#6505](https://github.com/axios/axios/issues/6505) )">prianYu</a></li> </ul> <h2>Release v1.7.2</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>fetch:</strong> enhance fetch API detection; (<a href="https://redirect.github.com/axios/axios/issues/6413">#6413</a>) (<a href="https://github.com/axios/axios/commit/4f79aef81b7c4644328365bfc33acf0a9ef595bc">4f79aef</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+3/-3 ([#6413](https://github.com/axios/axios/issues/6413) )">Dmitriy Mozgovoy</a></li> </ul> <h2>Release v1.7.1</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>fetch:</strong> fixed ReferenceError issue when TextEncoder is not available in the environment; (<a href="https://redirect.github.com/axios/axios/issues/6410">#6410</a>) (<a href="https://github.com/axios/axios/commit/733f15fe5bd2d67e1fadaee82e7913b70d45dc5e">733f15f</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+14/-9 ([#6410](https://github.com/axios/axios/issues/6410) )">Dmitriy Mozgovoy</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/axios/axios/compare/v1.7.3...v1.7.4">1.7.4</a> (2024-08-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>sec:</strong> CVE-2024-39338 (<a href="https://redirect.github.com/axios/axios/issues/6539">#6539</a>) (<a href="https://redirect.github.com/axios/axios/issues/6543">#6543</a>) (<a href="https://github.com/axios/axios/commit/6b6b605eaf73852fb2dae033f1e786155959de3a">6b6b605</a>)</li> <li><strong>sec:</strong> disregard protocol-relative URL to remediate SSRF (<a href="https://redirect.github.com/axios/axios/issues/6539">#6539</a>) (<a href="https://github.com/axios/axios/commit/07a661a2a6b9092c4aa640dcc7f724ec5e65bdda">07a661a</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/levpachmanov" title="+47/-11 ([#6543](https://github.com/axios/axios/issues/6543) )">Lev Pachmanov</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/hainenber" title="+49/-4 ([#6539](https://github.com/axios/axios/issues/6539) )">Đỗ Trọng Hải</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.7.2...v1.7.3">1.7.3</a> (2024-08-01)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>adapter:</strong> fix progress event emitting; (<a href="https://redirect.github.com/axios/axios/issues/6518">#6518</a>) (<a href="https://github.com/axios/axios/commit/e3c76fc9bdd03aa4d98afaf211df943e2031453f">e3c76fc</a>)</li> <li><strong>fetch:</strong> fix withCredentials request config (<a href="https://redirect.github.com/axios/axios/issues/6505">#6505</a>) (<a href="https://github.com/axios/axios/commit/85d4d0ea0aae91082f04e303dec46510d1b4e787">85d4d0e</a>)</li> <li><strong>xhr:</strong> return original config on errors from XHR adapter (<a href="https://redirect.github.com/axios/axios/issues/6515">#6515</a>) (<a href="https://github.com/axios/axios/commit/8966ee7ea62ecbd6cfb39a905939bcdab5cf6388">8966ee7</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+211/-159 ([#6518](https://github.com/axios/axios/issues/6518) [#6519](https://github.com/axios/axios/issues/6519) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/ValeraS" title="+3/-3 ([#6515](https://github.com/axios/axios/issues/6515) )">Valerii Sidorenko</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/prianyu" title="+2/-2 ([#6505](https://github.com/axios/axios/issues/6505) )">prianYu</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.7.1...v1.7.2">1.7.2</a> (2024-05-21)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>fetch:</strong> enhance fetch API detection; (<a href="https://redirect.github.com/axios/axios/issues/6413">#6413</a>) (<a href="https://github.com/axios/axios/commit/4f79aef81b7c4644328365bfc33acf0a9ef595bc">4f79aef</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+3/-3 ([#6413](https://github.com/axios/axios/issues/6413) )">Dmitriy Mozgovoy</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.7.0...v1.7.1">1.7.1</a> (2024-05-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>fetch:</strong> fixed ReferenceError issue when TextEncoder is not available in the environment; (<a href="https://redirect.github.com/axios/axios/issues/6410">#6410</a>) (<a href="https://github.com/axios/axios/commit/733f15fe5bd2d67e1fadaee82e7913b70d45dc5e">733f15f</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+14/-9 ([#6410](https://github.com/axios/axios/issues/6410) )">Dmitriy Mozgovoy</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/abd24a7367726616e60dfc04cb394b4be37cf597"><code>abd24a7</code></a> chore(release): v1.7.4 (<a href="https://redirect.github.com/axios/axios/issues/6544">#6544</a>)</li> <li><a href="https://github.com/axios/axios/commit/6b6b605eaf73852fb2dae033f1e786155959de3a"><code>6b6b605</code></a> fix(sec): CVE-2024-39338 (<a href="https://redirect.github.com/axios/axios/issues/6539">#6539</a>) (<a href="https://redirect.github.com/axios/axios/issues/6543">#6543</a>)</li> <li><a href="https://github.com/axios/axios/commit/07a661a2a6b9092c4aa640dcc7f724ec5e65bdda"><code>07a661a</code></a> fix(sec): disregard protocol-relative URL to remediate SSRF (<a href="https://redirect.github.com/axios/axios/issues/6539">#6539</a>)</li> <li><a href="https://github.com/axios/axios/commit/c6cce43cd94489f655f4488c5a50ecaf781c94f2"><code>c6cce43</code></a> chore(release): v1.7.3 (<a href="https://redirect.github.com/axios/axios/issues/6521">#6521</a>)</li> <li><a href="https://github.com/axios/axios/commit/e3c76fc9bdd03aa4d98afaf211df943e2031453f"><code>e3c76fc</code></a> fix(adapter): fix progress event emitting; (<a href="https://redirect.github.com/axios/axios/issues/6518">#6518</a>)</li> <li><a href="https://github.com/axios/axios/commit/85d4d0ea0aae91082f04e303dec46510d1b4e787"><code>85d4d0e</code></a> fix(fetch): fix withCredentials request config (<a href="https://redirect.github.com/axios/axios/issues/6505">#6505</a>)</li> <li><a href="https://github.com/axios/axios/commit/92cd8ed94362f929d3d0ed85ca84296c0ac8fd6d"><code>92cd8ed</code></a> chore(github): update ISSUE_TEMPLATE.md (<a href="https://redirect.github.com/axios/axios/issues/6519">#6519</a>)</li> <li><a href="https://github.com/axios/axios/commit/8966ee7ea62ecbd6cfb39a905939bcdab5cf6388"><code>8966ee7</code></a> fix(xhr): return original config on errors from XHR adapter (<a href="https://redirect.github.com/axios/axios/issues/6515">#6515</a>)</li> <li><a href="https://github.com/axios/axios/commit/0e4f9fa29077ebee4499facea6be1492b42e8a26"><code>0e4f9fa</code></a> chore(release): v1.7.2 (<a href="https://redirect.github.com/axios/axios/issues/6414">#6414</a>)</li> <li><a href="https://github.com/axios/axios/commit/4f79aef81b7c4644328365bfc33acf0a9ef595bc"><code>4f79aef</code></a> fix(fetch): enhance fetch API detection; (<a href="https://redirect.github.com/axios/axios/issues/6413">#6413</a>)</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.7.0...v1.7.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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/evroon/bracket/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
507fa13a86 |
Bump @babel/core from 7.24.0 to 7.25.2 in /frontend (#850)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.0 to 7.25.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/core</code>'s releases</a>.</em></p> <blockquote> <h2>v7.25.2 (2024-07-30)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-core</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16695">#16695</a> Ensure that <code>requeueComputedKeyAndDecorators</code> is available (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>Committers: 2</h4> <ul> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> <h2>v7.25.1 (2024-07-28)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-function-name</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16683">#16683</a> fix: <code>ensureFunctionName</code> may be undefined (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-react-constant-elements</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16582">#16582</a> fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (<a href="https://github.com/keiseiTi"><code>@keiseiTi</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16587">#16587</a> fix: fixed issue16583 + test (<a href="https://github.com/nerodesu017"><code>@nerodesu017</code></a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16663">#16663</a> Test eslint plugin against eslint 9 (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> <h4>Committers: 4</h4> <ul> <li>Adrian (<a href="https://github.com/nerodesu017"><code>@nerodesu017</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://github.com/keiseiTi"><code>@keiseiTi</code></a></li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> </ul> <h2>v7.25.0 (2024-07-26)</h2> <p>Thanks <a href="https://github.com/davidtaylorhq"><code>@davidtaylorhq</code></a> and <a href="https://github.com/slatereax"><code>@slatereax</code></a> for your first PR!</p> <p>You can find the release blog post with some highlights at <a href="https://babeljs.io/blog/2024/07/26/7.25.0">https://babeljs.io/blog/2024/07/26/7.25.0</a>.</p> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-explicit-resource-management</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16537">#16537</a> <code>await using</code> normative updates (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16602">#16602</a> Ensure enum members syntactically determinable to be strings do not get reverse mappings (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>🚀 New Feature</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-function-name</code>, <code>babel-helper-plugin-utils</code>, <code>babel-helper-wrap-function</code>, <code>babel-plugin-bugfix-safari-class-field-initializer-scope</code>, <code>babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-function-name</code>, <code>babel-preset-env</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16658">#16658</a> Move <code>ensureFunctionName</code> to <code>NodePath.prototype</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-hoist-variables</code>, <code>babel-helper-plugin-utils</code>, <code>babel-plugin-proposal-async-do-expressions</code>, <code>babel-plugin-transform-modules-systemjs</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16644">#16644</a> Move <code>hoistVariables</code> to <code>Scope.prototype</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-module-transforms</code>, <code>babel-helper-plugin-utils</code>, <code>babel-helper-split-export-declaration</code>, <code>babel-plugin-transform-classes</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16645">#16645</a> Move <code>splitExportDeclaration</code> to <code>NodePath.prototype</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-environment-visitor</code>, <code>babel-helper-module-transforms</code>, <code>babel-helper-plugin-utils</code>, <code>babel-helper-remap-async-to-generator</code>, <code>babel-helper-replace-supers</code>, <code>babel-plugin-bugfix-firefox-class-in-computed-class-key</code>, <code>babel-plugin-bugfix-v8-static-class-fields-redefine-readonly</code>, <code>babel-plugin-transform-async-generator-functions</code>, <code>babel-plugin-transform-classes</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16649">#16649</a> Move <code>environment-visitor</code> helper into <code>@babel/traverse</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/core</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.25.2 (2024-07-30)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-core</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16695">#16695</a> Ensure that <code>requeueComputedKeyAndDecorators</code> is available (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v7.25.1 (2024-07-28)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-function-name</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16683">#16683</a> fix: <code>ensureFunctionName</code> may be undefined (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-react-constant-elements</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16582">#16582</a> fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (<a href="https://github.com/keiseiTi"><code>@keiseiTi</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16587">#16587</a> fix: fixed issue16583 + test (<a href="https://github.com/nerodesu017"><code>@nerodesu017</code></a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16663">#16663</a> Test eslint plugin against eslint 9 (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> <h2>v7.25.0 (2024-07-26)</h2> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-explicit-resource-management</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16537">#16537</a> <code>await using</code> normative updates (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16602">#16602</a> Ensure enum members syntactically determinable to be strings do not get reverse mappings (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>🚀 New Feature</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-function-name</code>, <code>babel-helper-plugin-utils</code>, <code>babel-helper-wrap-function</code>, <code>babel-plugin-bugfix-safari-class-field-initializer-scope</code>, <code>babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-function-name</code>, <code>babel-preset-env</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16658">#16658</a> Move <code>ensureFunctionName</code> to <code>NodePath.prototype</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-hoist-variables</code>, <code>babel-helper-plugin-utils</code>, <code>babel-plugin-proposal-async-do-expressions</code>, <code>babel-plugin-transform-modules-systemjs</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16644">#16644</a> Move <code>hoistVariables</code> to <code>Scope.prototype</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-module-transforms</code>, <code>babel-helper-plugin-utils</code>, <code>babel-helper-split-export-declaration</code>, <code>babel-plugin-transform-classes</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16645">#16645</a> Move <code>splitExportDeclaration</code> to <code>NodePath.prototype</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-environment-visitor</code>, <code>babel-helper-module-transforms</code>, <code>babel-helper-plugin-utils</code>, <code>babel-helper-remap-async-to-generator</code>, <code>babel-helper-replace-supers</code>, <code>babel-plugin-bugfix-firefox-class-in-computed-class-key</code>, <code>babel-plugin-bugfix-v8-static-class-fields-redefine-readonly</code>, <code>babel-plugin-transform-async-generator-functions</code>, <code>babel-plugin-transform-classes</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16649">#16649</a> Move <code>environment-visitor</code> helper into <code>@babel/traverse</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16480">#16480</a> Expose wether a module has TLA or not as <code>.extra.async</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-compat-data</code>, <code>babel-plugin-bugfix-safari-class-field-initializer-scope</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16569">#16569</a> Introduce <code>bugfix-safari-class-field-initializer-scope</code> (<a href="https://github.com/davidtaylorhq"><code>@davidtaylorhq</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-block-scoping</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16551">#16551</a> Add <code>NodePath#getAssignmentIdentifiers</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-import-to-platform-api</code>, <code>babel-plugin-proposal-json-modules</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16579">#16579</a> Add <code>uncheckedRequire</code> option for JSON imports to CJS (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-transform-fixture-test-runner</code>, <code>babel-node</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16642">#16642</a> Allow using custom config in <code>babel-node --eval</code> (<a href="https://github.com/slatereax"><code>@slatereax</code></a>)</li> </ul> </li> <li><code>babel-compat-data</code>, <code>babel-helper-create-regexp-features-plugin</code>, <code>babel-plugin-proposal-duplicate-named-capturing-groups-regex</code>, <code>babel-plugin-transform-duplicate-named-capturing-groups-regex</code>, <code>babel-preset-env</code>, <code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16445">#16445</a> Add <code>duplicate-named-capturing-groups-regex</code> to <code>preset-env</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16678">#16678</a> Print parens around as expressions on the LHS (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/0f8f408f6eb5a5de9c228718fb6ff707d65bb930"><code>0f8f408</code></a> v7.25.2</li> <li><a href="https://github.com/babel/babel/commit/6a15d7ac83e1cdb7bb418d502792e18a190ba981"><code>6a15d7a</code></a> Ensure that <code>requeueComputedKeyAndDecorators</code> is available (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16695">#16695</a>)</li> <li><a href="https://github.com/babel/babel/commit/9f7e29a28d403a56a8b1de90ed1fa5be35c02406"><code>9f7e29a</code></a> chore: fix one suppressed eslint error (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16696">#16696</a>)</li> <li><a href="https://github.com/babel/babel/commit/2413d1a747dbe4e1c49a2baea5a3c91c649a264e"><code>2413d1a</code></a> Add eslint-plugin-regexp (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16680">#16680</a>)</li> <li><a href="https://github.com/babel/babel/commit/5dc3b44ffd08ea76b1751556eee40b160a80c3b4"><code>5dc3b44</code></a> Expose wether a module has TLA or not as <code>.extra.async</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16480">#16480</a>)</li> <li><a href="https://github.com/babel/babel/commit/30aa64417e747ab09ebce3b2a85cbe75ec6e7c9b"><code>30aa644</code></a> v7.24.9</li> <li><a href="https://github.com/babel/babel/commit/7d923b83a9d9e761fc4ceca04198e5b68d2439d3"><code>7d923b8</code></a> Avoid <code>require()</code> call in <code>@babel/standalone</code> bundle (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16639">#16639</a>)</li> <li><a href="https://github.com/babel/babel/commit/889c58f65678b0d9cdc68d6226931fb32c922d74"><code>889c58f</code></a> Revert "Pin CI to Node.js 22.1" (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16633">#16633</a>)</li> <li><a href="https://github.com/babel/babel/commit/1f5af441178256f5e846b4f6c678e2bd375e5d9d"><code>1f5af44</code></a> v7.24.8</li> <li><a href="https://github.com/babel/babel/commit/683c65496f305f0e60984d3cd9073fe5ed565819"><code>683c654</code></a> Enable some lint rules (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16605">#16605</a>)</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.25.2/packages/babel-core">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
5ac6932ff7 |
Bump @types/node from 22.0.0 to 22.1.0 in /frontend (#847)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.0.0 to 22.1.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
812cbba1c7 |
Bump @typescript-eslint/parser from 7.16.0 to 7.18.0 in /frontend (#849)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.16.0 to 7.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v7.18.0</h2> <h2>7.18.0 (2024-07-29)</h2> <h3>🚀 Features</h3> <ul> <li><strong>types:</strong> update ECMA versions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9634">#9634</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9660">#9660</a>)</li> <li><strong>eslint-plugin:</strong> [unbound-method] report on destructuring in function parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8952">#8952</a>)</li> <li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] shouldn't report on error types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9600">#9600</a>)</li> <li><strong>eslint-plugin:</strong> [strict-boolean-expressions] support branded booleans (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9297">#9297</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@auvred</code></a></li> <li>Oliver Salzburg</li> <li>Vinccool96</li> <li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@y-hsgw</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v7.17.0</h2> <h2>7.17.0 (2024-07-22)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9507">#9507</a>)</li> <li><strong>eslint-plugin:</strong> [return-await] add option to report in error-handling scenarios only, and deprecate "never" (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9364">#9364</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-floating-promises] check top-level type assertions (and more) (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9043">#9043</a>)</li> <li><strong>eslint-plugin:</strong> [strict-boolean-expressions] consider assertion function argument a boolean context (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9074">#9074</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] false positive on optional private field (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9602">#9602</a>)</li> <li><strong>typescript-estree:</strong> don't infer single-run when --fix is in proces.argv (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9577">#9577</a>)</li> <li><strong>typescript-estree:</strong> disable single-run inference with extraFileExtensions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9580">#9580</a>)</li> <li><strong>website:</strong> expose ATA types to eslint instance (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9598">#9598</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Armano <a href="https://github.com/armano2"><code>@armano2</code></a></li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>StyleShit <a href="https://github.com/StyleShit"><code>@StyleShit</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>7.18.0 (2024-07-29)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>7.17.0 (2024-07-22)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>7.16.1 (2024-07-15)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/35cf3d2b2b9611c3812b120c461d863c7881ac04"><code>35cf3d2</code></a> chore(release): publish 7.18.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/05c9cb8d03e5b78360d4475066d431aacfbb6891"><code>05c9cb8</code></a> chore(release): publish 7.17.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/58be99fd21e37d6af629c9b38548c6e46a438d77"><code>58be99f</code></a> chore: enable prefer-object-spread (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/9541">#9541</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d1d0ba5c12ce070e6c0a21b0f7eff0eefcede5af"><code>d1d0ba5</code></a> chore(release): publish 7.16.1</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/parser">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
eea7026416 |
Update contributors in readme (#844)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |
||
|
|
37d29dd9da |
Update contributors in docs (#845)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |
||
|
|
be2ec7d9dd |
fix: publish docker image workflow (#830)
After many tests, I have now discovered that there is currently a problem with node and arm64 in GitHub workflows. There is the following issue: https://github.com/nodejs/docker-node/issues/1335. As already mentioned at the top of the Node.js issue, a possible solution would be to run it in offline mode, i.e. to cache the packages. I have now adapted the GitHub workflow file so that it already works. As you have already correctly noted, I have added QEMU. Since this problem only affects Node, the backend is not affected and already has the multi-architecture variant. To give the frontend multi-arch as well, you would only have to add `linux/arm64` to the platform, and then it should also work there. But I still have a question: Why do you not work with the versions in the workflow file, but with special commits? --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>v1.5.2 |
||
|
|
d6f80caed3 | New Crowdin updates (#820) | ||
|
|
4741f5fb5d |
Bump docker/login-action from 3.2.0 to 3.3.0 (#838)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/login-action/releases">docker/login-action's releases</a>.</em></p> <blockquote> <h2>v3.3.0</h2> <ul> <li>Bump <code>@docker/actions-toolkit</code> from 0.24.0 to 0.35.0 in <a href="https://redirect.github.com/docker/login-action/pull/754">docker/login-action#754</a></li> <li>Bump https-proxy-agent from 7.0.4 to 7.0.5 in <a href="https://redirect.github.com/docker/login-action/pull/741">docker/login-action#741</a></li> <li>Bump braces from 3.0.2 to 3.0.3 in <a href="https://redirect.github.com/docker/login-action/pull/730">docker/login-action#730</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/login-action/compare/v3.2.0...v3.3.0">https://github.com/docker/login-action/compare/v3.2.0...v3.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/login-action/commit/9780b0c442fbb1117ed29e0efdff1e18412f7567"><code>9780b0c</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/741">#741</a> from docker/dependabot/npm_and_yarn/proxy-agent-depen...</li> <li><a href="https://github.com/docker/login-action/commit/2fa130caf4961ac37a295018c0f97fa9da3e1f52"><code>2fa130c</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/login-action/commit/5e87b2aca7d49b75a206090eca3b79f40316332b"><code>5e87b2a</code></a> build(deps): bump https-proxy-agent</li> <li><a href="https://github.com/docker/login-action/commit/e0394952cebdc98290d4844a810ce80c18a05e48"><code>e039495</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/754">#754</a> from docker/dependabot/npm_and_yarn/docker/actions-to...</li> <li><a href="https://github.com/docker/login-action/commit/9af18aa7d8432fc31be2d1180f4bd68f162efb1c"><code>9af18aa</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/login-action/commit/668190adc5b80f56970e2513a4c8783c3b738c80"><code>668190a</code></a> switch to Docker exec</li> <li><a href="https://github.com/docker/login-action/commit/be5150d9fe8f63dc1e2f68759894be69bac660c3"><code>be5150d</code></a> build(deps): bump <code>@docker/actions-toolkit</code> from 0.24.0 to 0.35.0</li> <li><a href="https://github.com/docker/login-action/commit/e80ebcad716081acf5e6f0df3180e53a003ee605"><code>e80ebca</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/730">#730</a> from docker/dependabot/npm_and_yarn/braces-3.0.3</li> <li><a href="https://github.com/docker/login-action/commit/75ee3eaf5349e1d9e6aae6b1969b8a30368dd421"><code>75ee3ea</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/733">#733</a> from docker/dependabot/github_actions/docker/bake-act...</li> <li><a href="https://github.com/docker/login-action/commit/793c19c8fc1a0a6e836dc7ff6d64f331d131a3fb"><code>793c19c</code></a> build(deps): bump docker/bake-action from 4 to 5</li> <li>Additional commits viewable in <a href="https://github.com/docker/login-action/compare/0d4c9c5ea7693da7b068278f7b52bda2a190a446...9780b0c442fbb1117ed29e0efdff1e18412f7567">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
d169bbf4ef |
Bump docker/build-push-action from 6.4.1 to 6.5.0 (#840)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.1 to 6.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/build-push-action/releases">docker/build-push-action's releases</a>.</em></p> <blockquote> <h2>v6.5.0</h2> <ul> <li>Bump <code>@docker/actions-toolkit</code> from 0.33.0 to 0.35.0 in <a href="https://redirect.github.com/docker/build-push-action/pull/1186">docker/build-push-action#1186</a> <a href="https://redirect.github.com/docker/build-push-action/pull/1191">docker/build-push-action#1191</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v6.4.1...v6.5.0">https://github.com/docker/build-push-action/compare/v6.4.1...v6.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/build-push-action/commit/5176d81f87c23d6fc96624dfdbcd9f3830bbe445"><code>5176d81</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/1191">#1191</a> from docker/dependabot/npm_and_yarn/docker/actions-t...</li> <li><a href="https://github.com/docker/build-push-action/commit/ec10ae8f9620b3ff186577a79d805aba55e6f189"><code>ec10ae8</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/build-push-action/commit/597e8fc4142a1a043ae022afc9184006fc25d448"><code>597e8fc</code></a> chore(deps): Bump <code>@docker/actions-toolkit</code> from 0.34.0 to 0.35.0</li> <li><a href="https://github.com/docker/build-push-action/commit/e050dfa622d93dfcc095192a984db567cb14f0f0"><code>e050dfa</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/1186">#1186</a> from docker/dependabot/npm_and_yarn/docker/actions-t...</li> <li><a href="https://github.com/docker/build-push-action/commit/d1fcdb6ee033b0415f4dc6ce5c6ea4475008f6e7"><code>d1fcdb6</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/build-push-action/commit/a6067b9a1aaf9ff2710b9ddae4948955d83cd3dd"><code>a6067b9</code></a> chore(deps): Bump <code>@docker/actions-toolkit</code> from 0.33.0 to 0.34.0</li> <li>See full diff in <a href="https://github.com/docker/build-push-action/compare/1ca370b3a9802c92e886402e0dd88098a2533b12...5176d81f87c23d6fc96624dfdbcd9f3830bbe445">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
3d5e5114d2 |
Update bcrypt requirement from 4.1.3 to 4.2.0 in /backend (#841)
Updates the requirements on [bcrypt](https://github.com/pyca/bcrypt) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/bcrypt/blob/main/release.py">bcrypt's changelog</a>.</em></p> <blockquote> <h1>Licensed under the Apache License, Version 2.0 (the "License");</h1> <h1>you may not use this file except in compliance with the License.</h1> <h1>You may obtain a copy of the License at</h1> <h1></h1> <h1><a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a></h1> <h1></h1> <h1>Unless required by applicable law or agreed to in writing, software</h1> <h1>distributed under the License is distributed on an "AS IS" BASIS,</h1> <h1>WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</h1> <h1>See the License for the specific language governing permissions and</h1> <h1>limitations under the License.</h1> <p>import subprocess</p> <p>import click</p> <p>def run(*args, **kwargs): print(f"[running] {list(args)}") subprocess.check_call(list(args), **kwargs)</p> <p><a href="https://github.com/click"><code>@click</code></a>.command() <a href="https://github.com/click"><code>@click</code></a>.argument("version") def release(version): """ <code>version</code> should be a string like '0.4' or '1.0'. """ run("git", "tag", "-s", version, "-m", f"{version} release") run("git", "push", "--tags", "<a href="mailto:git@github.com">git@github.com</a>:pyca/bcrypt.git")</p> <p>if <strong>name</strong> == "<strong>main</strong>": release()</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/bcrypt/commit/8d0511149a2859ca949a481ad3a63844cdf9e565"><code>8d05111</code></a> Bump version for 4.2.0 release (<a href="https://redirect.github.com/pyca/bcrypt/issues/843">#843</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/884baedb543649b43fc0df4b7428657c35d28bfc"><code>884baed</code></a> Import improvements from cryptography wheel building and release (<a href="https://redirect.github.com/pyca/bcrypt/issues/840">#840</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/dd72470a4244403b50197e7b69a120ef449a60be"><code>dd72470</code></a> Remove setup.py (<a href="https://redirect.github.com/pyca/bcrypt/issues/842">#842</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/11961aff4d5dc6c45826749a4140d5c317322579"><code>11961af</code></a> Small cleanup (<a href="https://redirect.github.com/pyca/bcrypt/issues/841">#841</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/65e08f784578b3aa33b279826d0664bdfe4deea6"><code>65e08f7</code></a> Added 3.13 to CI (<a href="https://redirect.github.com/pyca/bcrypt/issues/839">#839</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/7efb8fa6cb0e528e721c81c9902c186d71b4cd7b"><code>7efb8fa</code></a> Bump portable-atomic from 1.6.0 to 1.7.0 in /src/_bcrypt (<a href="https://redirect.github.com/pyca/bcrypt/issues/836">#836</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/b1ec0341f979af0b712b4d7ba3e55f45e3b84679"><code>b1ec034</code></a> Bump syn from 2.0.71 to 2.0.72 in /src/_bcrypt (<a href="https://redirect.github.com/pyca/bcrypt/issues/837">#837</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/2e9cdc2db1ee571b056b430b0207b8dffea89169"><code>2e9cdc2</code></a> Bump pyo3 from 0.22.1 to 0.22.2 in /src/_bcrypt (<a href="https://redirect.github.com/pyca/bcrypt/issues/834">#834</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/d0047229087b78b95881bcbe19a3015bd22fde30"><code>d004722</code></a> Bump syn from 2.0.70 to 2.0.71 in /src/_bcrypt (<a href="https://redirect.github.com/pyca/bcrypt/issues/833">#833</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/bb100162a5e3106bbae08b8d9d0a04e5e73f4045"><code>bb10016</code></a> Bump actions/setup-python from 5.1.0 to 5.1.1 (<a href="https://redirect.github.com/pyca/bcrypt/issues/832">#832</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pyca/bcrypt/compare/4.1.3...4.2.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
b6200b949c |
Bump @types/node from 20.14.0 to 22.0.0 in /frontend (#833)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.0 to 22.0.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
6dcf93e301 |
Bump @testing-library/dom from 10.3.0 to 10.4.0 in /frontend (#834)
[//]: # (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 [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 10.3.0 to 10.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/dom-testing-library/releases"><code>@testing-library/dom</code>'s releases</a>.</em></p> <blockquote> <h2>v10.4.0</h2> <h1><a href="https://github.com/testing-library/dom-testing-library/compare/v10.3.2...v10.4.0">10.4.0</a> (2024-07-22)</h1> <h3>Features</h3> <ul> <li>Reduce caught exceptions in prettyDom (reland) (<a href="https://redirect.github.com/testing-library/dom-testing-library/issues/1323">#1323</a>) (<a href="https://github.com/testing-library/dom-testing-library/commit/a86c54ccda5242ad8dfc1c70d31980bdbf96af7f">a86c54c</a>)</li> </ul> <h2>v10.3.2</h2> <h2><a href="https://github.com/testing-library/dom-testing-library/compare/v10.3.1...v10.3.2">10.3.2</a> (2024-07-15)</h2> <h3>Bug Fixes</h3> <ul> <li>safer read of DEBUG_PRINT_LIMIT (<a href="https://redirect.github.com/testing-library/dom-testing-library/issues/1329">#1329</a>) (<a href="https://github.com/testing-library/dom-testing-library/commit/306526b5519abcaed84ef35f82501a1691edcd0e">306526b</a>)</li> </ul> <h2>v10.3.1</h2> <h2><a href="https://github.com/testing-library/dom-testing-library/compare/v10.3.0...v10.3.1">10.3.1</a> (2024-07-05)</h2> <h3>Bug Fixes</h3> <ul> <li>Revert "feat: Reduce caught exceptions in <code>prettyDom</code> (<a href="https://redirect.github.com/testing-library/dom-testing-library/issues/1321">#1321</a>)" (<a href="https://redirect.github.com/testing-library/dom-testing-library/issues/1325">#1325</a>) (<a href="https://github.com/testing-library/dom-testing-library/commit/fdc12ecf4343ab6b08a898d9b3ff0013981849c8">fdc12ec</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/dom-testing-library/commit/a86c54ccda5242ad8dfc1c70d31980bdbf96af7f"><code>a86c54c</code></a> feat: Reduce caught exceptions in prettyDom (reland) (<a href="https://redirect.github.com/testing-library/dom-testing-library/issues/1323">#1323</a>)</li> <li><a href="https://github.com/testing-library/dom-testing-library/commit/33555a3b804e6499c0c95f0a3a6bb9bbb12e9666"><code>33555a3</code></a> Test highlighting of <code>prettyDOM</code> explicitly (<a href="https://redirect.github.com/testing-library/dom-testing-library/issues/1324">#1324</a>)</li> <li><a href="https://github.com/testing-library/dom-testing-library/commit/20d9894f0e5403e50c8d01b795a51532d72e8337"><code>20d9894</code></a> docs: add sieem as a contributor for code (<a href="https://redirect.github.com/testing-library/dom-testing-library/issues/1330">#1330</a>)</li> <li><a href="https://github.com/testing-library/dom-testing-library/commit/306526b5519abcaed84ef35f82501a1691edcd0e"><code>306526b</code></a> fix: safer read of DEBUG_PRINT_LIMIT (<a href="https://redirect.github.com/testing-library/dom-testing-library/issues/1329">#1329</a>)</li> <li><a href="https://github.com/testing-library/dom-testing-library/commit/fdc12ecf4343ab6b08a898d9b3ff0013981849c8"><code>fdc12ec</code></a> fix: Revert "feat: Reduce caught exceptions in <code>prettyDom</code> (<a href="https://redirect.github.com/testing-library/dom-testing-library/issues/1321">#1321</a>)" (<a href="https://redirect.github.com/testing-library/dom-testing-library/issues/1325">#1325</a>)</li> <li>See full diff in <a href="https://github.com/testing-library/dom-testing-library/compare/v10.3.0...v10.4.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
0919317feb |
Bump @typescript-eslint/eslint-plugin from 7.16.1 to 7.17.0 in /frontend (#836)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.16.1 to 7.17.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v7.17.0</h2> <h2>7.17.0 (2024-07-22)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9507">#9507</a>)</li> <li><strong>eslint-plugin:</strong> [return-await] add option to report in error-handling scenarios only, and deprecate "never" (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9364">#9364</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-floating-promises] check top-level type assertions (and more) (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9043">#9043</a>)</li> <li><strong>eslint-plugin:</strong> [strict-boolean-expressions] consider assertion function argument a boolean context (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9074">#9074</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] false positive on optional private field (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9602">#9602</a>)</li> <li><strong>typescript-estree:</strong> don't infer single-run when --fix is in proces.argv (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9577">#9577</a>)</li> <li><strong>typescript-estree:</strong> disable single-run inference with extraFileExtensions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9580">#9580</a>)</li> <li><strong>website:</strong> expose ATA types to eslint instance (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9598">#9598</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Armano <a href="https://github.com/armano2"><code>@armano2</code></a></li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>StyleShit <a href="https://github.com/StyleShit"><code>@StyleShit</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>7.17.0 (2024-07-22)</h2> <h3>🚀 Features</h3> <ul> <li> <p><strong>eslint-plugin:</strong> backport no-unsafe-function type, no-wrapper-object-types from v8 to v7</p> </li> <li> <p><strong>eslint-plugin:</strong> [return-await] add option to report in error-handling scenarios only, and deprecate "never"</p> </li> </ul> <h3>🩹 Fixes</h3> <ul> <li> <p><strong>eslint-plugin:</strong> [no-floating-promises] check top-level type assertions (and more)</p> </li> <li> <p><strong>eslint-plugin:</strong> [strict-boolean-expressions] consider assertion function argument a boolean context</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-condition] false positive on optional private field</p> </li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Armano</li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger</li> <li>StyleShit</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/05c9cb8d03e5b78360d4475066d431aacfbb6891"><code>05c9cb8</code></a> chore(release): publish 7.17.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f6c719f923c5393fe3cff9be03d30809714013e4"><code>f6c719f</code></a> fix(eslint-plugin): [no-unnecessary-condition] false positive on optional pri...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6647f7e85200770a4a567499bd74bd22866574c0"><code>6647f7e</code></a> chore: enable no-unreachable-loop (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9540">#9540</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/58be99fd21e37d6af629c9b38548c6e46a438d77"><code>58be99f</code></a> chore: enable prefer-object-spread (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9541">#9541</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5d895b77bc0982acabd082533fde570f7b4c66ee"><code>5d895b7</code></a> chore: enable <code>@typescript-eslint/no-unused-expressions</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9542">#9542</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d8c539d9b180903ce67437641c6320492d43ad22"><code>d8c539d</code></a> chore: enable no-useless-concat (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9550">#9550</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f043f30689adbec35c2dc382293cb185d3f49aac"><code>f043f30</code></a> fix(eslint-plugin): [strict-boolean-expressions] consider assertion function ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/0108e9c70bf1e4c2855e9b4bf60af83cd891ac59"><code>0108e9c</code></a> chore: enable no-lonely-if (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9547">#9547</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/970f3f1780919bc30e824356d4b3583abe26e415"><code>970f3f1</code></a> feat(eslint-plugin): [return-await] add option to report in error-handling sc...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/dd965a447148e36f84ed8d18bab416ba96635e2a"><code>dd965a4</code></a> feat(eslint-plugin): backport no-unsafe-function type, no-wrapper-object-type...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.17.0/packages/eslint-plugin">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
3ddafca5be |
Bump @tabler/icons-react from 3.10.0 to 3.11.0 in /frontend (#837)
Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 3.10.0 to 3.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tabler/tabler-icons/releases"><code>@tabler/icons-react</code>'s releases</a>.</em></p> <blockquote> <h2>Release 3.11.0</h2> <!-- raw HTML omitted --> <h3>52 new icons:</h3> <ul> <li><code>outline/circle-dashed-letter-a</code></li> <li><code>outline/circle-dashed-letter-b</code></li> <li><code>outline/circle-dashed-letter-c</code></li> <li><code>outline/circle-dashed-letter-d</code></li> <li><code>outline/circle-dashed-letter-e</code></li> <li><code>outline/circle-dashed-letter-f</code></li> <li><code>outline/circle-dashed-letter-g</code></li> <li><code>outline/circle-dashed-letter-h</code></li> <li><code>outline/circle-dashed-letter-i</code></li> <li><code>outline/circle-dashed-letter-j</code></li> <li><code>outline/circle-dashed-letter-k</code></li> <li><code>outline/circle-dashed-letter-l</code></li> <li><code>outline/circle-dashed-letter-m</code></li> <li><code>outline/circle-dashed-letter-n</code></li> <li><code>outline/circle-dashed-letter-o</code></li> <li><code>outline/circle-dashed-letter-p</code></li> <li><code>outline/circle-dashed-letter-q</code></li> <li><code>outline/circle-dashed-letter-r</code></li> <li><code>outline/circle-dashed-letter-s</code></li> <li><code>outline/circle-dashed-letter-t</code></li> <li><code>outline/circle-dashed-letter-u</code></li> <li><code>outline/circle-dashed-letter-v</code></li> <li><code>outline/circle-dashed-letter-w</code></li> <li><code>outline/circle-dashed-letter-x</code></li> <li><code>outline/circle-dashed-letter-y</code></li> <li><code>outline/circle-dashed-letter-z</code></li> <li><code>outline/circle-dotted-letter-a</code></li> <li><code>outline/circle-dotted-letter-b</code></li> <li><code>outline/circle-dotted-letter-c</code></li> <li><code>outline/circle-dotted-letter-d</code></li> <li><code>outline/circle-dotted-letter-e</code></li> <li><code>outline/circle-dotted-letter-f</code></li> <li><code>outline/circle-dotted-letter-g</code></li> <li><code>outline/circle-dotted-letter-h</code></li> <li><code>outline/circle-dotted-letter-i</code></li> <li><code>outline/circle-dotted-letter-j</code></li> <li><code>outline/circle-dotted-letter-k</code></li> <li><code>outline/circle-dotted-letter-l</code></li> <li><code>outline/circle-dotted-letter-m</code></li> <li><code>outline/circle-dotted-letter-n</code></li> <li><code>outline/circle-dotted-letter-o</code></li> <li><code>outline/circle-dotted-letter-p</code></li> <li><code>outline/circle-dotted-letter-q</code></li> <li><code>outline/circle-dotted-letter-r</code></li> <li><code>outline/circle-dotted-letter-s</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tabler/tabler-icons/commit/efa07c00285dabe522803946fc0c662005e02460"><code>efa07c0</code></a> Release 3.11.0</li> <li>See full diff in <a href="https://github.com/tabler/tabler-icons/commits/v3.11.0/packages/icons-react">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
82dd6bba41 |
Update pytest requirement from <=8.3.1 to <=8.3.2 in /backend (#842)
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/releases">pytest's releases</a>.</em></p> <blockquote> <h2>8.3.2</h2> <h1>pytest 8.3.2 (2024-07-24)</h1> <h2>Bug fixes</h2> <ul> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12652">#12652</a>: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected.</p> <p>-- by <code>RonnyPfannschmidt</code>{.interpreted-text role="user"}</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/bbcec9c46509c417ef58e4849847b4aa43f4591e"><code>bbcec9c</code></a> Prepare release version 8.3.2</li> <li><a href="https://github.com/pytest-dev/pytest/commit/78fe8b61fa716cd9775f1e37b395bab7679734a6"><code>78fe8b6</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12657">#12657</a> from pytest-dev/patchback/backports/8.3.x/6c806b499...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/238bad2d2a1f1dbb47d740c84b5b4f5224f8a965"><code>238bad2</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12656">#12656</a> from RonnyPfannschmidt/fix-12652-detect-conda-env</li> <li><a href="https://github.com/pytest-dev/pytest/commit/ae6034a781a50b572fa700911e5d8e0eb074ca17"><code>ae6034a</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12641">#12641</a> from pytest-dev/patchback/backports/8.3.x/c03989cee...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/31337aba02a7698a87a6792eacf887fceff08af2"><code>31337ab</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12640">#12640</a> from pytest-dev/update-user</li> <li><a href="https://github.com/pytest-dev/pytest/commit/ca3070b1356e5edf43f085d8c4ec1b34627061dd"><code>ca3070b</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12637">#12637</a> from pytest-dev/release-8.3.1</li> <li><a href="https://github.com/pytest-dev/pytest/commit/de98446075cc07c768387cf64ba497dd75c205de"><code>de98446</code></a> Prepare release version 8.3.1</li> <li><a href="https://github.com/pytest-dev/pytest/commit/bd0a0424037825bc23b9bf299115e92c53a67a9c"><code>bd0a042</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12636">#12636</a> from pytest-dev/update-release-notes</li> <li><a href="https://github.com/pytest-dev/pytest/commit/664325bc9fd90217f51fe7cc0e9fff2f29a41a15"><code>664325b</code></a> doc/changelog: update 8.3.0 notes</li> <li><a href="https://github.com/pytest-dev/pytest/commit/19d225d0ab0f586a9a1fc878dff871495c12bd06"><code>19d225d</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12635">#12635</a> from pytest-dev/release-8.3.0</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/1.0.0b3...8.3.2">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
2f43ce7ed1 |
Update contributors in docs (#832)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |
||
|
|
7f76453862 |
Add multi-architecture build support to GitHub Actions (#829)
Extend the Docker publishing workflow to build and push images for both amd64 and arm64 architectures using Docker Buildx.v1.5.1 |
||
|
|
7192ce66d4 |
Bump @emotion/react from 11.11.3 to 11.13.0 in /frontend (#821)
Bumps [@emotion/react](https://github.com/emotion-js/emotion) from 11.11.3 to 11.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/emotion-js/emotion/releases"><code>@emotion/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@emotion/react</code><a href="https://github.com/11"><code>@11</code></a>.13.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/emotion-js/emotion/pull/3198">#3198</a> <a href="https://github.com/emotion-js/emotion/commit/d8ff8a5990c691017b463b3fa23a9f46ab28147b"><code>d8ff8a5</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - Migrated away from relying on <code>process.env.NODE_ENV</code> checks to differentiate between production and development builds.</p> <p>Development builds (and other environment-specific builds) can be used by using proper conditions (see <a href="https://nodejs.org/docs/v20.15.1/api/packages.html#resolving-user-conditions">here</a>). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.</p> <p>Default files should continue to work in all environments.</p> </li> <li> <p><a href="https://redirect.github.com/emotion-js/emotion/pull/3215">#3215</a> <a href="https://github.com/emotion-js/emotion/commit/a9f691299844bf6837b7ad41ee17cd912496f3d5"><code>a9f6912</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - Added <code>edge-light</code> and <code>workerd</code> conditions to <code>package.json</code> manifest to better serve users using Vercel Edge and Cloudflare Workers.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/emotion-js/emotion/commit/d8ff8a5990c691017b463b3fa23a9f46ab28147b"><code>d8ff8a5</code></a>, <a href="https://github.com/emotion-js/emotion/commit/a9f691299844bf6837b7ad41ee17cd912496f3d5"><code>a9f6912</code></a>]: <ul> <li><code>@emotion/cache</code><a href="https://github.com/11"><code>@11</code></a>.13.0</li> <li><code>@emotion/serialize</code><a href="https://github.com/1"><code>@1</code></a>.3.0</li> <li><code>@emotion/use-insertion-effect-with-fallbacks</code><a href="https://github.com/1"><code>@1</code></a>.1.0</li> <li><code>@emotion/utils</code><a href="https://github.com/1"><code>@1</code></a>.4.0</li> </ul> </li> </ul> <h2><code>@emotion/react</code><a href="https://github.com/11"><code>@11</code></a>.12.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/emotion-js/emotion/pull/2815">#2815</a> <a href="https://github.com/emotion-js/emotion/commit/65a1eea156a15603cd9ded42769a8ca226cf9450"><code>65a1eea</code></a> Thanks <a href="https://github.com/srmagura"><code>@srmagura</code></a>! - Automatic labeling at runtime is now an opt-in feature. Define <code>globalThis.EMOTION_RUNTIME_AUTO_LABEL = true</code> before Emotion gets initialized to enable it.</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/emotion-js/emotion/pull/3206">#3206</a> <a href="https://github.com/emotion-js/emotion/commit/d1994c460761ef37a3d12c587910c4e5b0e6f682"><code>d1994c4</code></a> Thanks <a href="https://github.com/DiegoAndai"><code>@DiegoAndai</code></a>! - Improved compatibility with the upcoming <code>@types/react</code> for React 19 where the global <code>JSX</code> namespace doesn't exist anymore</p> </li> <li> <p><a href="https://redirect.github.com/emotion-js/emotion/pull/3208">#3208</a> <a href="https://github.com/emotion-js/emotion/commit/56109e79adcf916144250b52ed579f13e4e6e0cf"><code>56109e7</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - Only forward defined <code>ref</code>s to improve compatibility with the upcoming React 19</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/emotion-js/emotion/commit/9ca22c6c23e9effa086d161a9b0ae1c645686680"><code>9ca22c6</code></a>, <a href="https://github.com/emotion-js/emotion/commit/b1d16b087d057524f374e347fdfd6a03e505107a"><code>b1d16b0</code></a>, <a href="https://github.com/emotion-js/emotion/commit/16d8a8c2198461c4842c73048b406c346a70aa59"><code>16d8a8c</code></a>]:</p> <ul> <li><code>@emotion/serialize</code><a href="https://github.com/1"><code>@1</code></a>.2.0</li> <li><code>@emotion/weak-memoize</code><a href="https://github.com/0"><code>@0</code></a>.4.0</li> <li><code>@emotion/utils</code><a href="https://github.com/1"><code>@1</code></a>.3.0</li> <li><code>@emotion/babel-plugin</code><a href="https://github.com/11"><code>@11</code></a>.12.0</li> <li><code>@emotion/cache</code><a href="https://github.com/11"><code>@11</code></a>.12.0</li> </ul> </li> </ul> <h2><code>@emotion/react</code><a href="https://github.com/11"><code>@11</code></a>.11.4</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/emotion-js/emotion/pull/3159">#3159</a> <a href="https://github.com/emotion-js/emotion/commit/5b82631d79a58e87e560024d724b849f3921b6e0"><code>5b82631d</code></a> Thanks <a href="https://github.com/iegik"><code>@iegik</code></a>! - Renamed an internal <code>hasOwnProperty</code> to <code>hasOwn</code>. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution with <code>Object.freeze(Object.prototype)</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/emotion-js/emotion/commit/70ad1d33892091e9bc478792fa7da662ed63476a"><code>70ad1d3</code></a> Version Packages (<a href="https://redirect.github.com/emotion-js/emotion/issues/3214">#3214</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/a9f691299844bf6837b7ad41ee17cd912496f3d5"><code>a9f6912</code></a> Added <code>edge-light</code> and <code>workerd</code> conditions (<a href="https://redirect.github.com/emotion-js/emotion/issues/3215">#3215</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/d8ff8a5990c691017b463b3fa23a9f46ab28147b"><code>d8ff8a5</code></a> Update Preconstruct and use import conditions (<a href="https://redirect.github.com/emotion-js/emotion/issues/3198">#3198</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/d57cfcb6daf48fc5458f91b4db2e072fbc2863e4"><code>d57cfcb</code></a> Version Packages (<a href="https://redirect.github.com/emotion-js/emotion/issues/3188">#3188</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/d1994c460761ef37a3d12c587910c4e5b0e6f682"><code>d1994c4</code></a> Improved compatibility with the upcoming <code>@types/react</code> for React 19 (<a href="https://redirect.github.com/emotion-js/emotion/issues/3206">#3206</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/56109e79adcf916144250b52ed579f13e4e6e0cf"><code>56109e7</code></a> Only forward defined <code>ref</code>s (<a href="https://redirect.github.com/emotion-js/emotion/issues/3208">#3208</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/de80631b526922aeb8eeda739ef964e54ab4b9db"><code>de80631</code></a> Update Changesets (<a href="https://redirect.github.com/emotion-js/emotion/issues/3207">#3207</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/4cc565f1b7a576902b6360654afa4ce176698f76"><code>4cc565f</code></a> Update Jest dependencies (<a href="https://redirect.github.com/emotion-js/emotion/issues/3199">#3199</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/b4da6d373894016daf9b13aed30632bb30440abc"><code>b4da6d3</code></a> Update TypeScript, ESLint and Prettier (<a href="https://redirect.github.com/emotion-js/emotion/issues/3200">#3200</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/65a1eea156a15603cd9ded42769a8ca226cf9450"><code>65a1eea</code></a> Make runtime label extraction opt-in (<a href="https://redirect.github.com/emotion-js/emotion/issues/2815">#2815</a>)</li> <li>Additional commits viewable in <a href="https://github.com/emotion-js/emotion/compare/@emotion/react@11.11.3...@emotion/react@11.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
a2e7927dbe |
Bump postcss-preset-mantine from 1.15.0 to 1.17.0 in /frontend (#822)
Bumps [postcss-preset-mantine](https://github.com/mantinedev/postcss-preset-mantine) from 1.15.0 to 1.17.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/mantinedev/postcss-preset-mantine/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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
5d38ee4746 |
Bump eslint-plugin-react from 7.34.0 to 7.35.0 in /frontend (#823)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.34.0 to 7.35.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/releases">eslint-plugin-react's releases</a>.</em></p> <blockquote> <h2>v7.35.0</h2> <h3>Added</h3> <ul> <li>support eslint v9 (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>[] <a href="https://github.com/mdjermanovic"><code>@mdjermanovic</code></a>)</li> <li>export flat configs from plugin root and fix flat config crash (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3694">#3694</a>[] <a href="https://github.com/bradzacher"><code>@bradzacher</code></a> <a href="https://github.com/mdjermanovic"><code>@mdjermanovic</code></a>)</li> <li>add [<code>jsx-props-no-spread-multi</code>] (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3724">#3724</a>[] <a href="https://github.com/SimonSchick"><code>@SimonSchick</code></a>)</li> <li>[<code>forbid-component-props</code>]: add <code>propNamePattern</code> to allow / disallow prop name patterns (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3774">#3774</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> <li>[<code>jsx-handler-names</code>]: support ignoring component names (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3772">#3772</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> <li>version settings: Allow react defaultVersion to be configurable (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3771">#3771</a>[] <a href="https://github.com/onlywei"><code>@onlywei</code></a>)</li> <li>[<code>jsx-closing-tag-location</code>]: add <code>line-aligned</code> option (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3777">#3777</a> <a href="https://github.com/kimtaejin3"><code>@kimtaejin3</code></a>)</li> <li>[<code>no-danger</code>]: add <code>customComponentNames</code> option (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3748">#3748</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>no-invalid-html-attribute</code>]: substitute placeholders in suggestion messages (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>[] <a href="https://github.com/mdjermanovic"><code>@mdjermanovic</code></a>)</li> <li>[<code>sort-prop-types</code>]: single line type ending without semicolon (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3784">#3784</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> <li>[<code>require-default-props</code>]: report when required props have default value (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3785">#3785</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[Refactor] <code>variableUtil</code>: Avoid creating a single flat variable scope for each lookup (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3782">#3782</a>[] <a href="https://github.com/DanielRosenwasser"><code>@DanielRosenwasser</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3759">jsx-eslint/eslint-plugin-react#3759</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3694">#3694</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3694">jsx-eslint/eslint-plugin-react#3694</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3771">#3771</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3771">jsx-eslint/eslint-plugin-react#3771</a></p> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1000">#1000</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1000">jsx-eslint/eslint-plugin-react#1000</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1002">#1002</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1002">jsx-eslint/eslint-plugin-react#1002</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1005">#1005</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1005">jsx-eslint/eslint-plugin-react#1005</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/100">#100</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/100">jsx-eslint/eslint-plugin-react#100</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1010">#1010</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1010">jsx-eslint/eslint-plugin-react#1010</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1013">#1013</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1013">jsx-eslint/eslint-plugin-react#1013</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1022">#1022</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1022">jsx-eslint/eslint-plugin-react#1022</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1029">#1029</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1029">jsx-eslint/eslint-plugin-react#1029</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/102">#102</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/102">jsx-eslint/eslint-plugin-react#102</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1034">#1034</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1034">jsx-eslint/eslint-plugin-react#1034</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1038">#1038</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1038">jsx-eslint/eslint-plugin-react#1038</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1041">#1041</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1041">jsx-eslint/eslint-plugin-react#1041</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1043">#1043</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1043">jsx-eslint/eslint-plugin-react#1043</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1046">#1046</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1046">jsx-eslint/eslint-plugin-react#1046</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1047">#1047</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1047">jsx-eslint/eslint-plugin-react#1047</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1050">#1050</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1050">jsx-eslint/eslint-plugin-react#1050</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1053">#1053</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1053">jsx-eslint/eslint-plugin-react#1053</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1057">#1057</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1057">jsx-eslint/eslint-plugin-react#1057</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/105">#105</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/105">jsx-eslint/eslint-plugin-react#105</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1061">#1061</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1061">jsx-eslint/eslint-plugin-react#1061</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1062">#1062</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1062">jsx-eslint/eslint-plugin-react#1062</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1070">#1070</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1070">jsx-eslint/eslint-plugin-react#1070</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1071">#1071</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1071">jsx-eslint/eslint-plugin-react#1071</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1073">#1073</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1073">jsx-eslint/eslint-plugin-react#1073</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1076">#1076</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1076">jsx-eslint/eslint-plugin-react#1076</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1079">#1079</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1079">jsx-eslint/eslint-plugin-react#1079</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1088">#1088</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1088">jsx-eslint/eslint-plugin-react#1088</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.4...v7.35.0">7.35.0</a> - 2024.07.19</h2> <h3>Added</h3> <ul> <li>support eslint v9 (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>[] <a href="https://github.com/mdjermanovic"><code>@mdjermanovic</code></a>)</li> <li>export flat configs from plugin root and fix flat config crash (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3694">#3694</a>[] <a href="https://github.com/bradzacher"><code>@bradzacher</code></a> <a href="https://github.com/mdjermanovic"><code>@mdjermanovic</code></a>)</li> <li>add [<code>jsx-props-no-spread-multi</code>] (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3724">#3724</a>[] <a href="https://github.com/SimonSchick"><code>@SimonSchick</code></a>)</li> <li>[<code>forbid-component-props</code>]: add <code>propNamePattern</code> to allow / disallow prop name patterns (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3774">#3774</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> <li>[<code>jsx-handler-names</code>]: support ignoring component names (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3772">#3772</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> <li>version settings: Allow react defaultVersion to be configurable (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3771">#3771</a>[] <a href="https://github.com/onlywei"><code>@onlywei</code></a>)</li> <li>[<code>jsx-closing-tag-location</code>]: add <code>line-aligned</code> option (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3777">#3777</a> <a href="https://github.com/kimtaejin3"><code>@kimtaejin3</code></a>)</li> <li>[<code>no-danger</code>]: add <code>customComponentNames</code> option (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3748">#3748</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>no-invalid-html-attribute</code>]: substitute placeholders in suggestion messages (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>[] <a href="https://github.com/mdjermanovic"><code>@mdjermanovic</code></a>)</li> <li>[<code>sort-prop-types</code>]: single line type ending without semicolon (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3784">#3784</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> <li>[<code>require-default-props</code>]: report when required props have default value (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3785">#3785</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[Refactor] <code>variableUtil</code>: Avoid creating a single flat variable scope for each lookup (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3782">#3782</a>[] <a href="https://github.com/DanielRosenwasser"><code>@DanielRosenwasser</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3785">#3785</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3785">jsx-eslint/eslint-plugin-react#3785</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3784">#3784</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3784">jsx-eslint/eslint-plugin-react#3784</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3782">#3782</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3782">jsx-eslint/eslint-plugin-react#3782</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3777">#3777</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3777">jsx-eslint/eslint-plugin-react#3777</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3774">#3774</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3774">jsx-eslint/eslint-plugin-react#3774</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3772">#3772</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3772">jsx-eslint/eslint-plugin-react#3772</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3771">#3771</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3771">jsx-eslint/eslint-plugin-react#3771</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3759">jsx-eslint/eslint-plugin-react#3759</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3748">#3748</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3748">jsx-eslint/eslint-plugin-react#3748</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3724">#3724</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3724">jsx-eslint/eslint-plugin-react#3724</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3694">#3694</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3694">jsx-eslint/eslint-plugin-react#3694</a></p> <h2><a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.34.4">7.34.4</a> - 2024.07.13</h2> <h3>Fixed</h3> <ul> <li>[<code>prop-types</code>]: fix <code>className</code> missing in prop validation false negative (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3749">#3749</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> <li>[<code>sort-prop-types</code>]: Check for undefined before accessing <code>node.typeAnnotation.typeAnnotation</code> (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3779">#3779</a>[] <a href="https://github.com/tylerlaprade"><code>@tylerlaprade</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3779">#3779</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3779">jsx-eslint/eslint-plugin-react#3779</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3749">#3749</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3749">jsx-eslint/eslint-plugin-react#3749</a></p> <h2>[7.34.3] - 2024.06.18</h2> <h3>Fixed</h3> <ul> <li>[<code>prop-types</code>]: null-check rootNode before calling getScope (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3762">#3762</a>[] <a href="https://github.com/crnhrv"><code>@crnhrv</code></a>)</li> <li>[<code>boolean-prop-naming</code>]: avoid a crash with a spread prop (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3733">#3733</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>jsx-boolean-value</code>]: <code>assumeUndefinedIsFalse</code> with <code>never</code> must not allow explicit <code>true</code> value (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3757">#3757</a>[] <a href="https://github.com/6uliver"><code>@6uliver</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/c6fdccde50f6e6cc445858b9a1e8d9980f3a86cb"><code>c6fdccd</code></a> Update CHANGELOG and bump version</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/a4b0bbcf559f4f316ea5b7708f74961f030c70cb"><code>a4b0bbc</code></a> [Fix] <code>require-default-props</code>: report when required props have default value</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/a08cb93fdb49b8b5a91315c7b7d99d38a4318809"><code>a08cb93</code></a> [Fix] <code>sort-prop-types</code>: single line type ending without semicolon</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/4b3209bf3a65502a279da1d98b80d2d998d27357"><code>4b3209b</code></a> [meta] no point in supporting eslint 9.0 - 9.6 initially</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/ca8b11ef6e4f183a5aaf354a5b4c312b33a37486"><code>ca8b11e</code></a> [Dev Deps] update <code>@babel/core</code>, <code>@babel/eslint-parser</code></li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/597553d1307a6a2eb04c79d4a3b97431f977a8a0"><code>597553d</code></a> [New] <code>no-danger</code>: add <code>customComponentNames</code> option</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/c58f04b474dbb0ccf18fab77f9afa698020e575f"><code>c58f04b</code></a> [New] <code>jsx-closing-tag-location</code>: add <code>line-aligned</code> option</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/00b89fe86d07ade8146f48681122b3110cd2cf78"><code>00b89fe</code></a> [New] version settings: Allow react defaultVersion to be configurable</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/4d2fd861d2f9e561144c5926cc8b73fe7fff7f3e"><code>4d2fd86</code></a> [Refactor] <code>variableUtil</code>: Avoid creating a single flat variable scope for ea...</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/6a83d67842b79e472fdb301f567b66218df53f66"><code>6a83d67</code></a> [New] <code>jsx-handler-names</code>: support ignoring component names</li> <li>Additional commits viewable in <a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.0...v7.35.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
d8723a4cc2 |
Bump react-i18next from 14.1.0 to 15.0.0 in /frontend (#824)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.1.0 to 15.0.0. <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>15.0.0</h3> <ul> <li>use optional chaining, nullish coalescing and nullish coalescing assignment <a href="https://redirect.github.com/i18next/react-i18next/pull/1774">1774</a></li> <li>Build config and optimizations <a href="https://redirect.github.com/i18next/react-i18next/pull/1769">1769</a></li> <li>some dependency updates <a href="https://redirect.github.com/i18next/react-i18next/pull/1768">1768</a></li> <li>use modern hasLoadedNamespace code (now requires at least i18next > v19.4.5 (introduced in june 2020))</li> </ul> <h3>14.1.3</h3> <ul> <li>create a isObject helper function <a href="https://redirect.github.com/i18next/react-i18next/pull/1766">1766</a></li> <li>optimize nodesToString <a href="https://redirect.github.com/i18next/react-i18next/pull/1765">1765</a></li> <li>Simplifies hasValidReactChildren <a href="https://redirect.github.com/i18next/react-i18next/pull/1764">1764</a></li> <li>create a isString helper to avoid code duplication <a href="https://redirect.github.com/i18next/react-i18next/pull/1763">1763</a></li> <li>use arrow functions where possible <a href="https://redirect.github.com/i18next/react-i18next/pull/1762">1762</a></li> <li>use the commented out async code <a href="https://redirect.github.com/i18next/react-i18next/pull/1761">1761</a></li> </ul> <h3>14.1.2</h3> <ul> <li>bring back internal interpolationOverride handling for Trans component (if there are childrens), fixes <a href="https://redirect.github.com/i18next/react-i18next/issues/1754">1754</a></li> </ul> <h3>14.1.1</h3> <ul> <li>do not modify passed tOptions context property to address <a href="https://redirect.github.com/i18next/react-i18next/issues/1745">1745</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/react-i18next/commit/b6eb31a0d2a5d509b7f99fdb7d3195f0785f5b52"><code>b6eb31a</code></a> 15.0.0</li> <li><a href="https://github.com/i18next/react-i18next/commit/ddea5c0c3ceebe7f90622bb48c079130762fd44b"><code>ddea5c0</code></a> release</li> <li><a href="https://github.com/i18next/react-i18next/commit/648c705d839ba578a2add41dc497cc9c20f04a33"><code>648c705</code></a> use modern hasLoadedNamespace code (now requires at least i18next > v19.4.5 (...</li> <li><a href="https://github.com/i18next/react-i18next/commit/926baf49d5024fddb33a2b4150111fa47cb2f7c4"><code>926baf4</code></a> use optional chaining, nullish coalescing and nullish coalescing assignment (...</li> <li><a href="https://github.com/i18next/react-i18next/commit/0338bf1514a750fdd36d9f2e41979df0c36ec839"><code>0338bf1</code></a> test(types): fix broken tests (<a href="https://redirect.github.com/i18next/react-i18next/issues/1773">#1773</a>)</li> <li><a href="https://github.com/i18next/react-i18next/commit/08ba6ae7478f0cc73d26a742f838496835d77e12"><code>08ba6ae</code></a> Build updates (<a href="https://redirect.github.com/i18next/react-i18next/issues/1769">#1769</a>)</li> <li><a href="https://github.com/i18next/react-i18next/commit/34aa20d9e2955fec06bf36e6dc43e32541ae18ca"><code>34aa20d</code></a> update also i18next dep</li> <li><a href="https://github.com/i18next/react-i18next/commit/5c666440c5340e54d4e516f2370f42121407d4bc"><code>5c66644</code></a> update also i18next dep</li> <li><a href="https://github.com/i18next/react-i18next/commit/cf539c5474190d7dee2274c7e6a8c38bc8392b73"><code>cf539c5</code></a> some dependency updates (<a href="https://redirect.github.com/i18next/react-i18next/issues/1768">#1768</a>)</li> <li><a href="https://github.com/i18next/react-i18next/commit/c181edefbc4455a1357e60e71abc37c1c85562a7"><code>c181ede</code></a> 14.1.3</li> <li>Additional commits viewable in <a href="https://github.com/i18next/react-i18next/compare/v14.1.0...v15.0.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
9946a6e154 |
Bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.16.1 in /frontend (#825)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.15.0 to 7.16.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v7.16.1</h2> <h2>7.16.1 (2024-07-15)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9530">#9530</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Dan Vanderkam <a href="https://github.com/danvk"><code>@danvk</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v7.16.0</h2> <h2>7.16.0 (2024-07-08)</h2> <h3>🚀 Features</h3> <ul> <li><strong>ast-spec:</strong> add parent property to AccessorProperty node types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9487">#9487</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] port from v8 to v7 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9473">#9473</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-parameter-property-assignment] add new rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8903">#8903</a>)</li> <li><strong>eslint-plugin:</strong> add support for nested namespaces to unsafe-member-access (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9478">#9478</a>)</li> <li><strong>eslint-plugin:</strong> [no-floating-promises] add checkThenables option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9263">#9263</a>)</li> <li><strong>rule-tester:</strong> stricter rule test validations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9086">#9086</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@eslint-community/regexpp</code> to v4.11.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9497">#9497</a>)</li> <li><strong>eslint-plugin:</strong> [no-floating-promises] add <code>suggestions</code> to tests from <a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9263">#9263</a> <code>checkThenables</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9515">#9515</a>, <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/9263">#9263</a>)</li> <li><strong>eslint-plugin:</strong> [restrict-template-expressions] don't report tuples if <code>allowArray</code> option is enabled (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9492">#9492</a>)</li> <li><strong>utils:</strong> context.parserPath may be undefined (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9486">#9486</a>)</li> <li><strong>website:</strong> react key error on internal pages of website (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9506">#9506</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>auvred <a href="https://github.com/auvred"><code>@auvred</code></a></li> <li>Josh Goldberg ✨</li> <li>Juan Sanchez <a href="https://github.com/JSanchezIO"><code>@JSanchezIO</code></a></li> <li>Vinccool96</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</code></a></li> <li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@y-hsgw</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>7.16.1 (2024-07-15)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Dan Vanderkam</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>7.16.0 (2024-07-08)</h2> <h3>🚀 Features</h3> <ul> <li> <p><strong>rule-tester:</strong> stricter rule test validations</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-parameter-property-assignment] add new rule</p> </li> <li> <p><strong>eslint-plugin:</strong> add support for nested namespaces to unsafe-member-access</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-floating-promises] add checkThenables option</p> </li> </ul> <h3>🩹 Fixes</h3> <ul> <li> <p><strong>deps:</strong> update dependency <code>@eslint-community/regexpp</code> to v4.11.0</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-floating-promises] add <code>suggestions</code> to tests from <a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9263">#9263</a> <code>checkThenables</code></p> </li> <li> <p><strong>website:</strong> react key error on internal pages of website</p> </li> <li> <p><strong>eslint-plugin:</strong> [restrict-template-expressions] don't report tuples if <code>allowArray</code> option is enabled</p> </li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>auvred</li> <li>Josh Goldberg ✨</li> <li>Juan Sanchez</li> <li>Vinccool96</li> <li>YeonJuan</li> <li>Yukihiro Hasegawa</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d1d0ba5c12ce070e6c0a21b0f7eff0eefcede5af"><code>d1d0ba5</code></a> chore(release): publish 7.16.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/10f8a4dfa59f9d5f78bd137802210c165ec0e98a"><code>10f8a4d</code></a> fix(eslint-plugin): [no-unnecessary-type-parameters] descend into all parts o...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/bebbd0c274e5009bf6b03b3a382782a3a708248e"><code>bebbd0c</code></a> chore(eslint-plugin): [no-unnecessary-parameter-property-assignment] remove `...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e803c500646ee94ec76238cb0a57d6172e090044"><code>e803c50</code></a> chore(release): publish 7.16.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/7b13dae347075d467ea95d0f986b38c3048906a2"><code>7b13dae</code></a> fix(eslint-plugin): [restrict-template-expressions] don't report tuples if `a...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3c6290d021b5c2ec4efbcadd42c66ff4d5bc47ea"><code>3c6290d</code></a> fix(eslint-plugin): [no-floating-promises] add <code>suggestions</code> to tests from <a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9">#9</a>...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/63d17dd9062dd33ff99641900bd62211f82ae4f7"><code>63d17dd</code></a> feat(eslint-plugin): [no-floating-promises] add checkThenables option (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9263">#9263</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d6859487ba335baf38f8ed6adcd8a9245b0d8788"><code>d685948</code></a> feat(eslint-plugin): add support for nested namespaces to unsafe-member-acces...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/451e73853ca9cfca524290ab987f8530741ef2bc"><code>451e738</code></a> feat(eslint-plugin): [no-unnecessary-parameter-property-assignment] add new r...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/88dd82803d252be1aff4f440bea34e82d3a85d23"><code>88dd828</code></a> feat(eslint-plugin): [no-unnecessary-type-parameters] port from v8 to v7 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9473">#9473</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.1/packages/eslint-plugin">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
b569bceb64 |
Update pytest requirement from <=8.2.2 to <=8.3.1 in /backend (#826)
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/releases">pytest's releases</a>.</em></p> <blockquote> <h2>8.3.1</h2> <h1>pytest 8.3.1 (2024-07-20)</h1> <p>The 8.3.0 release failed to include the change notes and docs for the release. This patch release remedies this. There are no other changes.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/de98446075cc07c768387cf64ba497dd75c205de"><code>de98446</code></a> Prepare release version 8.3.1</li> <li><a href="https://github.com/pytest-dev/pytest/commit/bd0a0424037825bc23b9bf299115e92c53a67a9c"><code>bd0a042</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12636">#12636</a> from pytest-dev/update-release-notes</li> <li><a href="https://github.com/pytest-dev/pytest/commit/664325bc9fd90217f51fe7cc0e9fff2f29a41a15"><code>664325b</code></a> doc/changelog: update 8.3.0 notes</li> <li><a href="https://github.com/pytest-dev/pytest/commit/19d225d0ab0f586a9a1fc878dff871495c12bd06"><code>19d225d</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12635">#12635</a> from pytest-dev/release-8.3.0</li> <li><a href="https://github.com/pytest-dev/pytest/commit/bc3302850c52ec945eea1b2bbde7ec3b91fc3e44"><code>bc33028</code></a> Prepare release version 8.3.0</li> <li><a href="https://github.com/pytest-dev/pytest/commit/a7d5a8eba9addd119432fa71880b51052a89812f"><code>a7d5a8e</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12557">#12557</a> from x612skm/maintainence/11771-pypy-3.9-bump</li> <li><a href="https://github.com/pytest-dev/pytest/commit/ced7072bb4f7653ad2f1d0d33639d87e7bc5f358"><code>ced7072</code></a> Add a change note for PR <a href="https://redirect.github.com/pytest-dev/pytest/issues/11771">#11771</a></li> <li><a href="https://github.com/pytest-dev/pytest/commit/d42b76daadb88d993ee74753766e22711a27395f"><code>d42b76d</code></a> Adjust test_errors_in_xfail_skip_expressions for PyPy</li> <li><a href="https://github.com/pytest-dev/pytest/commit/9eee45a7479cf5fa23b79057708a994a3b8d0eee"><code>9eee45a</code></a> Bump PyPy runtime to v3.9 @ GHA</li> <li><a href="https://github.com/pytest-dev/pytest/commit/d489247505a953885a156e61d4473497cbc167ea"><code>d489247</code></a> Fix caching of parameterized fixtures (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12600">#12600</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/1.0.0b3...8.3.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
94e6243688 |
Bump docker/build-push-action from 6.3.0 to 6.4.1 (#827)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/build-push-action/releases">docker/build-push-action's releases</a>.</em></p> <blockquote> <h2>v6.4.1</h2> <ul> <li>revert "Set <code>repository</code> and <code>ghtoken</code> attributes for <a href="https://docs.docker.com/build/cache/backends/gha/#avoid-github-actions-cache-api-throttling">GitHub Actions cache backend</a>" by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/build-push-action/pull/1183">docker/build-push-action#1183</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v6.4.0...v6.4.1">https://github.com/docker/build-push-action/compare/v6.4.0...v6.4.1</a></p> <h2>v6.4.0</h2> <ul> <li>Set <code>repository</code> and <code>ghtoken</code> attributes for <a href="https://docs.docker.com/build/cache/backends/gha/#avoid-github-actions-cache-api-throttling">GitHub Actions cache backend</a> by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/build-push-action/pull/1133">docker/build-push-action#1133</a></li> <li>Bump <code>@docker/actions-toolkit</code> from 0.31.0 to 0.33.0 in <a href="https://redirect.github.com/docker/build-push-action/pull/1179">docker/build-push-action#1179</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v6.3.0...v6.4.0">https://github.com/docker/build-push-action/compare/v6.3.0...v6.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/build-push-action/commit/1ca370b3a9802c92e886402e0dd88098a2533b12"><code>1ca370b</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/1183">#1183</a> from crazy-max/revert-gha-cache-to</li> <li><a href="https://github.com/docker/build-push-action/commit/2c95ebed5c303261a63c148b68f4ce3023814acc"><code>2c95ebe</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/build-push-action/commit/d189d0ef33a3269ad4a3c50511f63fb7b6d63809"><code>d189d0e</code></a> Revert "set repository and ghtoken attributes for gha cache type"</li> <li><a href="https://github.com/docker/build-push-action/commit/a254f8ca60a858f3136a2f1f23a60969f2c402dd"><code>a254f8c</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/1179">#1179</a> from docker/dependabot/npm_and_yarn/docker/actions-t...</li> <li><a href="https://github.com/docker/build-push-action/commit/94dae62c7865868ec9e16d6979bc908b3b5007c1"><code>94dae62</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/build-push-action/commit/267a69d6cc0770a2fc4de286d0a3e5d415c23282"><code>267a69d</code></a> chore(deps): Bump <code>@docker/actions-toolkit</code> from 0.31.0 to 0.33.0</li> <li><a href="https://github.com/docker/build-push-action/commit/f23fb2a7cbf316a4a4fb482ed83e91a500062b1e"><code>f23fb2a</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/1133">#1133</a> from crazy-max/gha-cache-to</li> <li><a href="https://github.com/docker/build-push-action/commit/ef76d100ee7cf15fbc06bb785a10941cca3e9a58"><code>ef76d10</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/build-push-action/commit/522345f555207803568057b1b01d3120964b92e2"><code>522345f</code></a> set repository and ghtoken attributes for gha cache type</li> <li>See full diff in <a href="https://github.com/docker/build-push-action/compare/1a162644f9a7e87d8f4b053101d1d9a712edc18c...1ca370b3a9802c92e886402e0dd88098a2533b12">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |
||
|
|
804c31a837 |
Bump i18next from 23.11.2 to 23.12.1 in /frontend (#818)
Bumps [i18next](https://github.com/i18next/i18next) from 23.11.2 to 23.12.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>v23.12.1</h2> <ul> <li>Use explicit imports for utils <a href="https://redirect.github.com/i18next/i18next/pull/2212">2212</a></li> </ul> <h2>v23.12.0</h2> <ul> <li>feat: Add posibility to override keyPrefix for certain translation. <a href="https://redirect.github.com/i18next/i18next/issues/2211">2211</a></li> </ul> <h2>v23.11.5</h2> <ul> <li>perf: use Array.isArray() <a href="https://redirect.github.com/i18next/i18next/pull/2193">2193</a></li> <li>perf: trim keys once <a href="https://redirect.github.com/i18next/i18next/pull/2194">2194</a></li> </ul> <h2>v23.11.4</h2> <ul> <li>perf(interpolator): use object deconstruction <a href="https://redirect.github.com/i18next/i18next/pull/2181">2181</a></li> </ul> <h2>v23.11.3</h2> <ul> <li>fix: Unsupported language is automatically added to preload option <a href="https://redirect.github.com/i18next/i18next/issues/2178">2178</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>23.12.1</h2> <ul> <li>Use explicit imports for utils <a href="https://redirect.github.com/i18next/i18next/pull/2212">2212</a></li> </ul> <h2>23.12.0</h2> <ul> <li>feat: Add posibility to override keyPrefix for certain translation. <a href="https://redirect.github.com/i18next/i18next/issues/2211">2211</a></li> </ul> <h2>23.11.5</h2> <ul> <li>perf: use Array.isArray() <a href="https://redirect.github.com/i18next/i18next/pull/2193">2193</a></li> <li>perf: trim keys once <a href="https://redirect.github.com/i18next/i18next/pull/2194">2194</a></li> </ul> <h2>23.11.4</h2> <ul> <li>perf(interpolator): use object deconstruction <a href="https://redirect.github.com/i18next/i18next/pull/2181">2181</a></li> </ul> <h2>23.11.3</h2> <ul> <li>fix: Unsupported language is automatically added to preload option <a href="https://redirect.github.com/i18next/i18next/issues/2178">2178</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/4002c1721573704f7dc9c62460b714ef33eda638"><code>4002c17</code></a> 23.12.1</li> <li><a href="https://github.com/i18next/i18next/commit/82f21aa6b50e480adee640ae43bed856ff8bfcf9"><code>82f21aa</code></a> new build</li> <li><a href="https://github.com/i18next/i18next/commit/b987d272d454ce55f572a6a3ac026dec90ce7732"><code>b987d27</code></a> use explicit imports for utils (<a href="https://redirect.github.com/i18next/i18next/issues/2212">#2212</a>)</li> <li><a href="https://github.com/i18next/i18next/commit/b9ae2395198584237e0dae5a5c78d75c262e72ab"><code>b9ae239</code></a> 23.12.0</li> <li><a href="https://github.com/i18next/i18next/commit/5555dd680110c1878b3abd0c36ad3d1e672db741"><code>5555dd6</code></a> feat: Add posibility to override keyPrefix for certain translation. <a href="https://redirect.github.com/i18next/i18next/issues/2211">#2211</a></li> <li><a href="https://github.com/i18next/i18next/commit/de3b6b7d3bc2e1f1b33dacb43563f05729eb5224"><code>de3b6b7</code></a> test: update vitest to v2 (<a href="https://redirect.github.com/i18next/i18next/issues/2210">#2210</a>)</li> <li><a href="https://github.com/i18next/i18next/commit/32e8a6b7166652b2d0730e80e0082377d23025b0"><code>32e8a6b</code></a> types: merge <code>hasLoadedNamespace</code> declarations (<a href="https://redirect.github.com/i18next/i18next/issues/2209">#2209</a>)</li> <li><a href="https://github.com/i18next/i18next/commit/c8d9f7bbc77ccb1bc1f24272827afd9295281756"><code>c8d9f7b</code></a> build</li> <li><a href="https://github.com/i18next/i18next/commit/bfbb7d8eaed3dd9dc0ca27bd4f71f5cc17d92f49"><code>bfbb7d8</code></a> 23.11.5</li> <li><a href="https://github.com/i18next/i18next/commit/5021883d42a7bc4c47bc6b912bcc38705a0ed031"><code>5021883</code></a> release</li> <li>Additional commits viewable in <a href="https://github.com/i18next/i18next/compare/v23.11.2...v23.12.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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> |