mirror of
https://github.com/evroon/bracket.git
synced 2026-02-06 12:31:21 -05:00
4787a5764cdb8235f73eb294ea44100668d2dc3d
792 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
4787a5764c |
Bump next from 15.0.0 to 15.1.0 in /frontend (#1051)
[//]: # (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 [next](https://github.com/vercel/next.js) from 15.0.0 to 15.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v15.1.0</h2> <h3>Core Changes</h3> <ul> <li>fix: decrypt bound args before generating a cache key: <a href="https://redirect.github.com/vercel/next.js/issues/72463">#72463</a></li> <li>Fix the path to the next/experimental/testing/server export: <a href="https://redirect.github.com/vercel/next.js/issues/72527">#72527</a></li> <li>Expand <code>server-source-maps</code> scenarios to cover Edge runtime: <a href="https://redirect.github.com/vercel/next.js/issues/72288">#72288</a></li> <li>Ensure logged errors in Edge runtime include the stack: <a href="https://redirect.github.com/vercel/next.js/issues/72394">#72394</a></li> <li>fix: added cache control headers for static app routes: <a href="https://redirect.github.com/vercel/next.js/issues/72521">#72521</a></li> <li>capture console issues as console errors: <a href="https://redirect.github.com/vercel/next.js/issues/72468">#72468</a></li> <li>Add expireTag and expirePath APIs: <a href="https://redirect.github.com/vercel/next.js/issues/72485">#72485</a></li> <li>fix: try/catch access to localStorage within __NEXT_APP_ISR_INDICATOR useEffect: <a href="https://redirect.github.com/vercel/next.js/issues/72362">#72362</a></li> <li>Move client build ID to a global variable: <a href="https://redirect.github.com/vercel/next.js/issues/72592">#72592</a></li> <li>refactor(turbopack): Remove <code>swc_css</code>: <a href="https://redirect.github.com/vercel/next.js/issues/72602">#72602</a></li> <li>Bypass source map dev middleware for client chunks: <a href="https://redirect.github.com/vercel/next.js/issues/72581">#72581</a></li> <li>chore: remove <code>rc</code> from URL: <a href="https://redirect.github.com/vercel/next.js/issues/72599">#72599</a></li> <li>improve <code>no-img-element</code> lint error message: <a href="https://redirect.github.com/vercel/next.js/issues/72410">#72410</a></li> <li>Combine bound <code>"use cache"</code> closure args into a single parameter: <a href="https://redirect.github.com/vercel/next.js/issues/72587">#72587</a></li> <li>[Turbopack] add BackendOptions and allow to disable dependencies, children and storage: <a href="https://redirect.github.com/vercel/next.js/issues/72426">#72426</a></li> <li>Omit unused args when calling <code>"use cache"</code> functions: <a href="https://redirect.github.com/vercel/next.js/issues/72506">#72506</a></li> <li>Add experimental <code>clientSegmentCache</code> flag: <a href="https://redirect.github.com/vercel/next.js/issues/72626">#72626</a></li> <li>Add <code>compiler.define</code> option: <a href="https://redirect.github.com/vercel/next.js/issues/71802">#71802</a></li> <li>Fix static indicator with dynamicIO: <a href="https://redirect.github.com/vercel/next.js/issues/72631">#72631</a></li> <li>Allow usage of Node.js prereleases: <a href="https://redirect.github.com/vercel/next.js/issues/72635">#72635</a></li> <li>improved network url in (dev) cli: <a href="https://redirect.github.com/vercel/next.js/issues/72634">#72634</a></li> <li>chore: update <code>getting-started/react-essentials</code> path: <a href="https://redirect.github.com/vercel/next.js/issues/72250">#72250</a></li> <li>Fix static indicator for pure IO case: <a href="https://redirect.github.com/vercel/next.js/issues/72639">#72639</a></li> <li>Bump the monorepo packages TypeScript to <code>5.6.3</code>: <a href="https://redirect.github.com/vercel/next.js/issues/72625">#72625</a></li> <li>Bump <code>@capsizecss/metrics</code> to 3.4.0 for Geist Google Font: <a href="https://redirect.github.com/vercel/next.js/issues/72746">#72746</a></li> <li>refactor: remove unused asNotFound property: <a href="https://redirect.github.com/vercel/next.js/issues/72585">#72585</a></li> <li>Remove unused <code>enabled</code> config from server actions transforms: <a href="https://redirect.github.com/vercel/next.js/issues/72755">#72755</a></li> <li>Ensure Next.js is ignore-listed when used as external: <a href="https://redirect.github.com/vercel/next.js/issues/72498">#72498</a></li> <li>Bump <code>eslint-plugin-react</code> to 7.37.0: <a href="https://redirect.github.com/vercel/next.js/issues/72759">#72759</a></li> <li>upgrade amphtml-validator to 1.0.38: <a href="https://redirect.github.com/vercel/next.js/issues/72645">#72645</a></li> <li>fix multi-level redirect in server actions: <a href="https://redirect.github.com/vercel/next.js/issues/72770">#72770</a></li> <li>refactor: rename error boundary not-found to http-error-fallback: <a href="https://redirect.github.com/vercel/next.js/issues/72586">#72586</a></li> <li>Upgrade React from <code>5c56b873-20241107</code> to <code>7ac8e612-20241113</code>: <a href="https://redirect.github.com/vercel/next.js/issues/72768">#72768</a></li> <li>Re-use randomly selected dev server port for automatic restarts: <a href="https://redirect.github.com/vercel/next.js/issues/72771">#72771</a></li> <li>Emit build error when <code>"use cache"</code> is used without <code>dynamicIO</code> enabled: <a href="https://redirect.github.com/vercel/next.js/issues/72781">#72781</a></li> <li>fix: not found bounary prop: <a href="https://redirect.github.com/vercel/next.js/issues/72784">#72784</a></li> <li>silence sass <code>legacy-js-api</code> warning: <a href="https://redirect.github.com/vercel/next.js/issues/72632">#72632</a></li> <li>[Segment Prefetch] Move access token to route tree: <a href="https://redirect.github.com/vercel/next.js/issues/72775">#72775</a></li> <li>Add internal affordances to show ignore-listed stackframes in terminal: <a href="https://redirect.github.com/vercel/next.js/issues/72763">#72763</a></li> <li>chore(turbopack): Centralize reqwest TLS feature configs in turbo-tasks-fetch: <a href="https://redirect.github.com/vercel/next.js/issues/72526">#72526</a></li> <li>Upgrade React from <code>7ac8e612-20241113</code> to <code>380f5d67-20241113</code>: <a href="https://redirect.github.com/vercel/next.js/issues/72819">#72819</a></li> <li>Shorten unsourcemapped absolute locations in terminal stacktraces: <a href="https://redirect.github.com/vercel/next.js/issues/72764">#72764</a></li> <li>codemod: replace <code>revalidate(Tag|Path)</code> to <code>expire(Tag|Path)</code>: <a href="https://redirect.github.com/vercel/next.js/issues/72826">#72826</a></li> <li>"Fix": Lift type check out of loop: <a href="https://redirect.github.com/vercel/next.js/issues/72840">#72840</a></li> <li>hide stack trace in CanaryOnlyError: <a href="https://redirect.github.com/vercel/next.js/issues/72859">#72859</a></li> <li>Allow missing CacheNodeSeedData during prefetch: <a href="https://redirect.github.com/vercel/next.js/issues/72857">#72857</a></li> <li>Add Segment Cache feature check to <code>prefetch</code> API: <a href="https://redirect.github.com/vercel/next.js/issues/72861">#72861</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
d925c64606 |
Bump @next/bundle-analyzer from 15.0.0 to 15.1.0 in /frontend (#1050)
Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 15.0.0 to 15.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases"><code>@next/bundle-analyzer</code>'s releases</a>.</em></p> <blockquote> <h2>v15.1.0</h2> <h3>Core Changes</h3> <ul> <li>fix: decrypt bound args before generating a cache key: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72463">#72463</a></li> <li>Fix the path to the next/experimental/testing/server export: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72527">#72527</a></li> <li>Expand <code>server-source-maps</code> scenarios to cover Edge runtime: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72288">#72288</a></li> <li>Ensure logged errors in Edge runtime include the stack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72394">#72394</a></li> <li>fix: added cache control headers for static app routes: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72521">#72521</a></li> <li>capture console issues as console errors: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72468">#72468</a></li> <li>Add expireTag and expirePath APIs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72485">#72485</a></li> <li>fix: try/catch access to localStorage within __NEXT_APP_ISR_INDICATOR useEffect: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72362">#72362</a></li> <li>Move client build ID to a global variable: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72592">#72592</a></li> <li>refactor(turbopack): Remove <code>swc_css</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72602">#72602</a></li> <li>Bypass source map dev middleware for client chunks: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72581">#72581</a></li> <li>chore: remove <code>rc</code> from URL: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72599">#72599</a></li> <li>improve <code>no-img-element</code> lint error message: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72410">#72410</a></li> <li>Combine bound <code>"use cache"</code> closure args into a single parameter: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72587">#72587</a></li> <li>[Turbopack] add BackendOptions and allow to disable dependencies, children and storage: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72426">#72426</a></li> <li>Omit unused args when calling <code>"use cache"</code> functions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72506">#72506</a></li> <li>Add experimental <code>clientSegmentCache</code> flag: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72626">#72626</a></li> <li>Add <code>compiler.define</code> option: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/71802">#71802</a></li> <li>Fix static indicator with dynamicIO: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72631">#72631</a></li> <li>Allow usage of Node.js prereleases: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72635">#72635</a></li> <li>improved network url in (dev) cli: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72634">#72634</a></li> <li>chore: update <code>getting-started/react-essentials</code> path: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72250">#72250</a></li> <li>Fix static indicator for pure IO case: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72639">#72639</a></li> <li>Bump the monorepo packages TypeScript to <code>5.6.3</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72625">#72625</a></li> <li>Bump <code>@capsizecss/metrics</code> to 3.4.0 for Geist Google Font: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72746">#72746</a></li> <li>refactor: remove unused asNotFound property: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72585">#72585</a></li> <li>Remove unused <code>enabled</code> config from server actions transforms: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72755">#72755</a></li> <li>Ensure Next.js is ignore-listed when used as external: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72498">#72498</a></li> <li>Bump <code>eslint-plugin-react</code> to 7.37.0: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72759">#72759</a></li> <li>upgrade amphtml-validator to 1.0.38: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72645">#72645</a></li> <li>fix multi-level redirect in server actions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72770">#72770</a></li> <li>refactor: rename error boundary not-found to http-error-fallback: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72586">#72586</a></li> <li>Upgrade React from <code>5c56b873-20241107</code> to <code>7ac8e612-20241113</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72768">#72768</a></li> <li>Re-use randomly selected dev server port for automatic restarts: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72771">#72771</a></li> <li>Emit build error when <code>"use cache"</code> is used without <code>dynamicIO</code> enabled: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72781">#72781</a></li> <li>fix: not found bounary prop: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72784">#72784</a></li> <li>silence sass <code>legacy-js-api</code> warning: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72632">#72632</a></li> <li>[Segment Prefetch] Move access token to route tree: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72775">#72775</a></li> <li>Add internal affordances to show ignore-listed stackframes in terminal: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72763">#72763</a></li> <li>chore(turbopack): Centralize reqwest TLS feature configs in turbo-tasks-fetch: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72526">#72526</a></li> <li>Upgrade React from <code>7ac8e612-20241113</code> to <code>380f5d67-20241113</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72819">#72819</a></li> <li>Shorten unsourcemapped absolute locations in terminal stacktraces: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72764">#72764</a></li> <li>codemod: replace <code>revalidate(Tag|Path)</code> to <code>expire(Tag|Path)</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72826">#72826</a></li> <li>"Fix": Lift type check out of loop: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72840">#72840</a></li> <li>hide stack trace in CanaryOnlyError: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72859">#72859</a></li> <li>Allow missing CacheNodeSeedData during prefetch: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72857">#72857</a></li> <li>Add Segment Cache feature check to <code>prefetch</code> API: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/72861">#72861</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
d449c9f746 |
Bump @mantine/form from 7.14.0 to 7.15.0 in /frontend (#1049)
Bumps [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) from 7.14.0 to 7.15.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mantinedev/mantine/releases"><code>@mantine/form</code>'s releases</a>.</em></p> <blockquote> <h2>7.15.0 💋</h2> <p><a href="https://mantine.dev/changelog/7-15-0">View changelog with demos on mantine.dev website</a></p> <h2>Support Mantine development</h2> <p>You can now sponsor Mantine development with <a href="https://opencollective.com/mantinedev">OpenCollective</a>. All funds will be used to improve Mantine and create new features and components.</p> <h2>use-radial-move hook</h2> <p>New <a href="https://mantine.dev/hooks/use-radial-move">use-radial-move</a> hook can be used to create custom radial sliders:</p> <pre lang="tsx"><code>import { useState } from 'react'; import { Box } from '@mantine/core'; import { useRadialMove } from '@mantine/hooks'; import classes from './Demo.module.css'; <p>function Demo() { const [value, setValue] = useState(115); const { ref } = useRadialMove(setValue);</p> <p>return ( <Box className={classes.root} ref={ref} style={{ '--angle': <code>${value}deg</code> }}> <div className={classes.value}>{value}°</div> <div className={classes.thumb} /> </Box> ); } </code></pre></p> <h2>BarChart color based on value</h2> <p><a href="https://mantine.dev/charts/bar-chart">BarChart</a> component now supports <code>getBarColor</code> prop to assign color based on value. <code>getBarColor</code> function is called with two arguments: value and series object. It should return a color string (theme color reference or any valid CSS color value).</p> <pre lang="tsx"><code>import { BarChart } from '@mantine/charts'; import { data } from './data'; <p>function Demo() { return ( <BarChart h={300} data={data} dataKey="month" getBarColor={(value) => (value > 700 ? 'teal.8' : 'red.8')} series={[{ name: 'Laptops', color: 'gray.6' }]} /> </tr></table> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
c8a5873318 |
Bump nanoid from 3.3.7 to 3.3.8 in /frontend (#1047)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ai/nanoid/blob/main/CHANGELOG.md">nanoid's changelog</a>.</em></p> <blockquote> <h2>3.3.8</h2> <ul> <li>Fixed a way to break Nano ID by passing non-integer size (by <a href="https://github.com/myndzi"><code>@myndzi</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
af8214cfba |
Bump nanoid from 3.3.7 to 3.3.8 in /docs (#1048)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ai/nanoid/blob/main/CHANGELOG.md">nanoid's changelog</a>.</em></p> <blockquote> <h2>3.3.8</h2> <ul> <li>Fixed a way to break Nano ID by passing non-integer size (by <a href="https://github.com/myndzi"><code>@myndzi</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
dee03b7627 |
Bump @emotion/react from 11.13.0 to 11.14.0 in /frontend (#1046)
Bumps [@emotion/react](https://github.com/emotion-js/emotion) from 11.13.0 to 11.14.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>.14.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/emotion-js/emotion/pull/3281">#3281</a> <a href=" |
||
|
|
aab8a54c1a |
Bump @trivago/prettier-plugin-sort-imports from 4.3.0 to 5.2.0 in /frontend (#1045)
Bumps [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) from 4.3.0 to 5.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/trivago/prettier-plugin-sort-imports/releases"><code>@trivago/prettier-plugin-sort-imports</code>'s releases</a>.</em></p> <blockquote> <h2>v5.2.0</h2> <h2>What's Changed</h2> <ul> <li>fix type import ordering <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/331">#331</a> by <a href="https://github.com/rsslldnphy"><code>@rsslldnphy</code></a></li> <li>Fix conditional import of prettier-plugin-svelte <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/332">#332</a> by <a href="https://github.com/rsslldnphy"><code>@rsslldnphy</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/trivago/prettier-plugin-sort-imports/compare/v5.1.0...v5.2.0">https://github.com/trivago/prettier-plugin-sort-imports/compare/v5.1.0...v5.2.0</a></p> <h2>v5.1.0</h2> <h2>What's Changed</h2> <ul> <li>Fix svelte packages being required all the time by <a href="https://github.com/byara"><code>@byara</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/327">trivago/prettier-plugin-sort-imports#327</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/trivago/prettier-plugin-sort-imports/compare/v5.0.1...v5.1.0">https://github.com/trivago/prettier-plugin-sort-imports/compare/v5.0.1...v5.1.0</a></p> <h2>v5.0.1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/trivago/prettier-plugin-sort-imports/compare/v5.0.0...v5.0.1">https://github.com/trivago/prettier-plugin-sort-imports/compare/v5.0.0...v5.0.1</a></p> <h2>v5.0.0</h2> <h2>What's Changed</h2> <ul> <li>Updated dependencies by <a href="https://github.com/vladislavarsenev"><code>@vladislavarsenev</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/316">trivago/prettier-plugin-sort-imports#316</a></li> <li>svelte import sort by <a href="https://github.com/canarddemagret"><code>@canarddemagret</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/310">trivago/prettier-plugin-sort-imports#310</a></li> <li>feature: order respects side effect imports by <a href="https://github.com/vladislavarsenev"><code>@vladislavarsenev</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/320">trivago/prettier-plugin-sort-imports#320</a></li> <li>(<a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/issues/276">#276</a>) Fixed dollar sign group replace in vue preprocessor by <a href="https://github.com/adamDilger"><code>@adamDilger</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/283">trivago/prettier-plugin-sort-imports#283</a></li> <li>chore: describe the sort-imports-ignore comment in the README by <a href="https://github.com/lorenzodejong"><code>@lorenzodejong</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/307">trivago/prettier-plugin-sort-imports#307</a></li> <li>chore: Update <code>README</code> for <code>prettier</code> v3.x by <a href="https://github.com/basselworkforce"><code>@basselworkforce</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/242">trivago/prettier-plugin-sort-imports#242</a></li> <li>fix incorrect location of colon in environment section on bug report template by <a href="https://github.com/DetachHead"><code>@DetachHead</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/221">trivago/prettier-plugin-sort-imports#221</a></li> <li>Updated compatibility in README.md by <a href="https://github.com/elite174"><code>@elite174</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/257">trivago/prettier-plugin-sort-imports#257</a></li> <li>feat: support importOrderImportAttributesKeyword by <a href="https://github.com/chentsulin"><code>@chentsulin</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/273">trivago/prettier-plugin-sort-imports#273</a></li> <li>version 5 by <a href="https://github.com/byara"><code>@byara</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/214">trivago/prettier-plugin-sort-imports#214</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/vladislavarsenev"><code>@vladislavarsenev</code></a> made their first contribution in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/316">trivago/prettier-plugin-sort-imports#316</a></li> <li><a href="https://github.com/canarddemagret"><code>@canarddemagret</code></a> made their first contribution in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/310">trivago/prettier-plugin-sort-imports#310</a></li> <li><a href="https://github.com/lorenzodejong"><code>@lorenzodejong</code></a> made their first contribution in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/307">trivago/prettier-plugin-sort-imports#307</a></li> <li><a href="https://github.com/DetachHead"><code>@DetachHead</code></a> made their first contribution in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/221">trivago/prettier-plugin-sort-imports#221</a></li> <li><a href="https://github.com/elite174"><code>@elite174</code></a> made their first contribution in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/257">trivago/prettier-plugin-sort-imports#257</a></li> <li><a href="https://github.com/chentsulin"><code>@chentsulin</code></a> made their first contribution in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/273">trivago/prettier-plugin-sort-imports#273</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/trivago/prettier-plugin-sort-imports/compare/v4.3.0...v5.0.0">https://github.com/trivago/prettier-plugin-sort-imports/compare/v4.3.0...v5.0.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/trivago/prettier-plugin-sort-imports/blob/main/CHANGELOG.md"><code>@trivago/prettier-plugin-sort-imports</code>'s changelog</a>.</em></p> <blockquote> <h3>5.2.0</h3> <ul> <li>fix type import ordering <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/331">#331</a> by <a href="https://github.com/rsslldnphy"><code>@rsslldnphy</code></a></li> <li>Fix conditional import of prettier-plugin-svelte <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/332">#332</a> by <a href="https://github.com/rsslldnphy"><code>@rsslldnphy</code></a></li> </ul> <h3>v5.1.0</h3> <ul> <li>Fix svelte packages being required all the time <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/327">#327</a> by <a href="https://github.com/byara"><code>@byara</code></a></li> </ul> <h3>v5.0.1</h3> <ul> <li>Clean up unwanted packages and unpin dependencies <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/322">#322</a> by <a href="https://github.com/byara"><code>@byara</code></a></li> </ul> <h3>v5.0.0</h3> <h4>New features</h4> <ul> <li>Type imports <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/153">#153</a> by <a href="https://github.com/broofa">Xenfo</a></li> <li>Svelte support <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/310">#310</a> by <a href="https://github.com/canarddemagret">canarddemagret</a></li> <li>Side effect import support <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/320">#320</a> by <a href="https://github.com/blutorange">blutorange</a> and <a href="https://github.com/vladislavarsenev">vladislavarsenev</a></li> <li>Fixed dollar sign group replace in Vue <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/283">#283</a> by <a href="https://github.com/adamDilger">adamDilger</a></li> <li>Support <code>importOrderImportAttributesKeyword</code> <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/273">#273</a> by <a href="https://github.com/chentsulin">chentsulin</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
02a03fc47c |
Bump @trivago/prettier-plugin-sort-imports from 4.3.0 to 5.0.1 in /docs (#1041)
Bumps [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) from 4.3.0 to 5.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/trivago/prettier-plugin-sort-imports/releases"><code>@trivago/prettier-plugin-sort-imports</code>'s releases</a>.</em></p> <blockquote> <h2>v5.0.1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/trivago/prettier-plugin-sort-imports/compare/v5.0.0...v5.0.1">https://github.com/trivago/prettier-plugin-sort-imports/compare/v5.0.0...v5.0.1</a></p> <h2>v5.0.0</h2> <h2>What's Changed</h2> <ul> <li>Updated dependencies by <a href="https://github.com/vladislavarsenev"><code>@vladislavarsenev</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/316">trivago/prettier-plugin-sort-imports#316</a></li> <li>svelte import sort by <a href="https://github.com/canarddemagret"><code>@canarddemagret</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/310">trivago/prettier-plugin-sort-imports#310</a></li> <li>feature: order respects side effect imports by <a href="https://github.com/vladislavarsenev"><code>@vladislavarsenev</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/320">trivago/prettier-plugin-sort-imports#320</a></li> <li>(<a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/issues/276">#276</a>) Fixed dollar sign group replace in vue preprocessor by <a href="https://github.com/adamDilger"><code>@adamDilger</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/283">trivago/prettier-plugin-sort-imports#283</a></li> <li>chore: describe the sort-imports-ignore comment in the README by <a href="https://github.com/lorenzodejong"><code>@lorenzodejong</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/307">trivago/prettier-plugin-sort-imports#307</a></li> <li>chore: Update <code>README</code> for <code>prettier</code> v3.x by <a href="https://github.com/basselworkforce"><code>@basselworkforce</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/242">trivago/prettier-plugin-sort-imports#242</a></li> <li>fix incorrect location of colon in environment section on bug report template by <a href="https://github.com/DetachHead"><code>@DetachHead</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/221">trivago/prettier-plugin-sort-imports#221</a></li> <li>Updated compatibility in README.md by <a href="https://github.com/elite174"><code>@elite174</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/257">trivago/prettier-plugin-sort-imports#257</a></li> <li>feat: support importOrderImportAttributesKeyword by <a href="https://github.com/chentsulin"><code>@chentsulin</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/273">trivago/prettier-plugin-sort-imports#273</a></li> <li>version 5 by <a href="https://github.com/byara"><code>@byara</code></a> in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/214">trivago/prettier-plugin-sort-imports#214</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/vladislavarsenev"><code>@vladislavarsenev</code></a> made their first contribution in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/316">trivago/prettier-plugin-sort-imports#316</a></li> <li><a href="https://github.com/canarddemagret"><code>@canarddemagret</code></a> made their first contribution in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/310">trivago/prettier-plugin-sort-imports#310</a></li> <li><a href="https://github.com/lorenzodejong"><code>@lorenzodejong</code></a> made their first contribution in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/307">trivago/prettier-plugin-sort-imports#307</a></li> <li><a href="https://github.com/DetachHead"><code>@DetachHead</code></a> made their first contribution in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/221">trivago/prettier-plugin-sort-imports#221</a></li> <li><a href="https://github.com/elite174"><code>@elite174</code></a> made their first contribution in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/257">trivago/prettier-plugin-sort-imports#257</a></li> <li><a href="https://github.com/chentsulin"><code>@chentsulin</code></a> made their first contribution in <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/273">trivago/prettier-plugin-sort-imports#273</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/trivago/prettier-plugin-sort-imports/compare/v4.3.0...v5.0.0">https://github.com/trivago/prettier-plugin-sort-imports/compare/v4.3.0...v5.0.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/trivago/prettier-plugin-sort-imports/blob/main/CHANGELOG.md"><code>@trivago/prettier-plugin-sort-imports</code>'s changelog</a>.</em></p> <blockquote> <h3>v5.0.1</h3> <ul> <li>Clean up unwanted packages and unpin dependencies <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/322">#322</a></li> </ul> <h3>v5.0.0</h3> <h4>New features</h4> <ul> <li>Type imports <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/153">#153</a> by <a href="https://github.com/broofa">Xenfo</a></li> <li>Svelte support <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/310">#310</a> by <a href="https://github.com/canarddemagret">canarddemagret</a></li> <li>Side effect import support <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/320">#320</a> by <a href="https://github.com/blutorange">blutorange</a> and <a href="https://github.com/vladislavarsenev">vladislavarsenev</a></li> <li>Fixed dollar sign group replace in Vue <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/283">#283</a> by <a href="https://github.com/adamDilger">adamDilger</a></li> <li>Support <code>importOrderImportAttributesKeyword</code> <a href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/273">#273</a> by <a href="https://github.com/chentsulin">chentsulin</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
738a8a7c25 |
Bump @testing-library/react from 16.0.0 to 16.1.0 in /frontend (#1040)
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 16.0.0 to 16.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/react-testing-library/releases"><code>@testing-library/react</code>'s releases</a>.</em></p> <blockquote> <h2>v16.1.0</h2> <h1><a href="https://github.com/testing-library/react-testing-library/compare/v16.0.1...v16.1.0">16.1.0</a> (2024-12-05)</h1> <h3>Features</h3> <ul> <li>Add support for React 19 (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1367">#1367</a>) (<a href=" |
||
|
|
9c6453ba78 |
Bump eslint-plugin-testing-library from 7.0.0 to 7.1.0 in /frontend (#1038)
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 7.0.0 to 7.1.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>v7.1.0</h2> <h1><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.0.0...v7.1.0">7.1.0</a> (2024-12-04)</h1> <h3>Features</h3> <ul> <li>add config for Svelte (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/973">#973</a>) (<a href=" |
||
|
|
6a909a445a |
Update fastapi requirement from 0.115.5 to 0.115.6 in /backend (#1037)
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastapi/fastapi/releases">fastapi's releases</a>.</em></p> <blockquote> <h2>0.115.6</h2> <h3>Fixes</h3> <ul> <li>🐛 Preserve traceback when an exception is raised in sync dependency with <code>yield</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/5823">#5823</a> by <a href="https://github.com/sombek"><code>@sombek</code></a>.</li> </ul> <h3>Refactors</h3> <ul> <li>♻️ Update tests and internals for compatibility with Pydantic >=2.10. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12971">#12971</a> by <a href="https://github.com/tamird"><code>@tamird</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Update includes format in docs with an automated script. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12950">#12950</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>📝 Update includes for <code>docs/de/docs/advanced/using-request-directly.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12685">#12685</a> by <a href="https://github.com/alissadb"><code>@alissadb</code></a>.</li> <li>📝 Update includes for <code>docs/de/docs/how-to/conditional-openapi.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12689">#12689</a> by <a href="https://github.com/alissadb"><code>@alissadb</code></a>.</li> </ul> <h3>Translations</h3> <ul> <li>🌐 Add Traditional Chinese translation for <code>docs/zh-hant/docs/async.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12990">#12990</a> by <a href="https://github.com/ILoveSorasakiHina"><code>@ILoveSorasakiHina</code></a>.</li> <li>🌐 Add Traditional Chinese translation for <code>docs/zh-hant/docs/tutorial/query-param-models.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12932">#12932</a> by <a href="https://github.com/Vincy1230"><code>@Vincy1230</code></a>.</li> <li>🌐 Add Korean translation for <code>docs/ko/docs/advanced/testing-dependencies.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12992">#12992</a> by <a href="https://github.com/Limsunoh"><code>@Limsunoh</code></a>.</li> <li>🌐 Add Korean translation for <code>docs/ko/docs/advanced/websockets.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12991">#12991</a> by <a href="https://github.com/kwang1215"><code>@kwang1215</code></a>.</li> <li>🌐 Add Portuguese translation for <code>docs/pt/docs/tutorial/response-model.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12933">#12933</a> by <a href="https://github.com/AndreBBM"><code>@AndreBBM</code></a>.</li> <li>🌐 Add Korean translation for <code>docs/ko/docs/advanced/middlewares.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12753">#12753</a> by <a href="https://github.com/nahyunkeem"><code>@nahyunkeem</code></a>.</li> <li>🌐 Add Korean translation for <code>docs/ko/docs/advanced/openapi-webhooks.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12752">#12752</a> by <a href="https://github.com/saeye"><code>@saeye</code></a>.</li> <li>🌐 Add Chinese translation for <code>docs/zh/docs/tutorial/query-param-models.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12931">#12931</a> by <a href="https://github.com/Vincy1230"><code>@Vincy1230</code></a>.</li> <li>🌐 Add Russian translation for <code>docs/ru/docs/tutorial/query-param-models.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12445">#12445</a> by <a href="https://github.com/gitgernit"><code>@gitgernit</code></a>.</li> <li>🌐 Add Korean translation for <code>docs/ko/docs/tutorial/query-param-models.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12940">#12940</a> by <a href="https://github.com/jts8257"><code>@jts8257</code></a>.</li> <li>🔥 Remove obsolete tutorial translation to Chinese for <code>docs/zh/docs/tutorial/sql-databases.md</code>, it references files that are no longer on the repo. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12949">#12949</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12954">#12954</a> by <a href="https://github.com/apps/pre-commit-ci"><code>@pre-commit-ci[bot]</code></a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
d60958db29 |
Bump react-icons from 5.3.0 to 5.4.0 in /frontend (#1036)
Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.3.0 to 5.4.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.4.0</h2> <h2>What's Changed</h2> <ul> <li>Add closing of the icon details modal with the ESC key by <a href="https://github.com/gabrielogregorio"><code>@gabrielogregorio</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/900">react-icons/react-icons#900</a></li> <li>support moduleResolution: bundler in tsconfig 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/970">react-icons/react-icons#970</a></li> <li>min search length changed to 2 by <a href="https://github.com/Kumar06Lav"><code>@Kumar06Lav</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/967">react-icons/react-icons#967</a></li> <li>Bump webpack from 5.89.0 to 5.94.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/975">react-icons/react-icons#975</a></li> <li>Bump micromatch from 4.0.5 to 4.0.8 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/976">react-icons/react-icons#976</a></li> <li>Bump axios from 1.6.8 to 1.7.7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/977">react-icons/react-icons#977</a></li> <li>preview: Reduce the number of results displayed in search results 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/997">react-icons/react-icons#997</a></li> <li>2024-12-03 upgrade 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/998">react-icons/react-icons#998</a></li> <li>Bump dset from 3.1.3 to 3.1.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/979">react-icons/react-icons#979</a></li> <li>Bump express from 4.19.2 to 4.21.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/981">react-icons/react-icons#981</a></li> <li>Bump rollup from 2.79.1 to 2.79.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/982">react-icons/react-icons#982</a></li> <li>Bump http-proxy-middleware from 2.0.6 to 2.0.7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/989">react-icons/react-icons#989</a></li> <li>Bump cross-spawn from 7.0.3 to 7.0.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/994">react-icons/react-icons#994</a></li> <li>workflow: upgrade workflows 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/999">react-icons/react-icons#999</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Kumar06Lav"><code>@Kumar06Lav</code></a> made their first contribution in <a href="https://redirect.github.com/react-icons/react-icons/pull/967">react-icons/react-icons#967</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/react-icons/react-icons/compare/v5.3.0...v5.4.0">https://github.com/react-icons/react-icons/compare/v5.3.0...v5.4.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.6.0</td> <td align="right">2050</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-125-gef43291c4d</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.2</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>0.462.0</td> <td align="right">1541</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.5.0</td> <td align="right">3020</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.2.0</td> <td align="right">972</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>13.19.0</td> <td align="right">3275</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.4</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.36</td> <td align="right">466</td> </tr> </tbody> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
f4b36f3b48 |
Bump @tabler/icons-react from 3.23.0 to 3.24.0 in /frontend (#1035)
Bumps
[@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react)
from 3.23.0 to 3.24.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.24.0</h2>
<!-- raw HTML omitted -->
<h3>18 new icons:</h3>
<ul>
<li><code>filled/brand-bitbucket</code></li>
<li><code>filled/direction-arrows</code></li>
<li><code>filled/droplets</code></li>
<li><code>filled/eyeglass</code></li>
<li><code>filled/filters</code></li>
<li><code>filled/flame</code></li>
<li><code>filled/flare</code></li>
<li><code>filled/folders</code></li>
<li><code>filled/garden-cart</code></li>
<li><code>filled/grid-pattern</code></li>
<li><code>filled/helicopter-landing</code></li>
<li><code>filled/laurel-wreath</code></li>
<li><code>filled/lemon-2</code></li>
<li><code>filled/lifebuoy</code></li>
<li><code>outline/cake-roll</code></li>
<li><code>outline/matrix</code></li>
<li><code>outline/square-dashed</code></li>
<li><code>outline/table-dashed</code></li>
</ul>
<p>Fixed icons: <code>outline/exposure-off</code>,
<code>outline/exposure</code>, <code>outline/ferry</code>,
<code>outline/flame</code>, <code>outline/folders</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
|
|
7021bb2373 |
Update pytest requirement from <=8.3.3 to <=8.3.4 in /backend (#1034)
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.4</h2> <h1>pytest 8.3.4 (2024-12-01)</h1> <h2>Bug fixes</h2> <ul> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12592">#12592</a>: Fixed <code>KeyError</code>{.interpreted-text role="class"} crash when using <code>--import-mode=importlib</code> in a directory layout where a directory contains a child directory with the same name.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12818">#12818</a>: Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with the <code>AST</code>, like <a href="https://github.com/alexmojaki/executing">executing</a>.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12849">#12849</a>: ANSI escape codes for colored output now handled correctly in <code>pytest.fail</code>{.interpreted-text role="func"} with [pytrace=False]{.title-ref}.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/9353">#9353</a>: <code>pytest.approx</code>{.interpreted-text role="func"} now uses strict equality when given booleans.</p> </li> </ul> <h2>Improved documentation</h2> <ul> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/10558">#10558</a>: Fix ambiguous docstring of <code>pytest.Config.getoption</code>{.interpreted-text role="func"}.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/10829">#10829</a>: Improve documentation on the current handling of the <code>--basetemp</code> option and its lack of retention functionality (<code>temporary directory location and retention</code>{.interpreted-text role="ref"}).</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12866">#12866</a>: Improved cross-references concerning the <code>recwarn</code>{.interpreted-text role="fixture"} fixture.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12966">#12966</a>: Clarify <code>filterwarnings</code>{.interpreted-text role="ref"} docs on filter precedence/order when using multiple <code>@pytest.mark.filterwarnings <pytest.mark.filterwarnings ref></code>{.interpreted-text role="ref"} marks.</p> </li> </ul> <h2>Contributor-facing changes</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12497">#12497</a>: Fixed two failing pdb-related tests on Python 3.13.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
4f2718f720 |
Bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.7.1 (#1032)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.0 to 4.7.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jamesives/github-pages-deploy-action/releases">JamesIves/github-pages-deploy-action's releases</a>.</em></p> <blockquote> <h2>v4.7.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Features ✨</h3> <ul> <li>feat: when <code>target-folder</code> is specified the action will now create any missing folders for you by <a href="https://github.com/databasedav"><code>@databasedav</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1737">JamesIves/github-pages-deploy-action#1737</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/databasedav"><code>@databasedav</code></a> made their first contribution in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1737">JamesIves/github-pages-deploy-action#1737</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4.6.6...v4.7.1">https://github.com/JamesIves/github-pages-deploy-action/compare/v4.6.6...v4.7.1</a></p> <h2>v4.7.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Features ✨</h3> <ul> <li>feat: added the option to specify an <code>atttempt-limit</code> input, giving you the option to change how many attempts the action will make before failing by <a href="https://github.com/databasedav"><code>@databasedav</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1737">JamesIves/github-pages-deploy-action#1737</a></li> </ul> <h3>Build 🔧</h3> <ul> <li>build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1710">JamesIves/github-pages-deploy-action#1710</a></li> <li>chore(deps): update dependencies by <a href="https://github.com/JamesIves"><code>@JamesIves</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1732">JamesIves/github-pages-deploy-action#1732</a></li> <li>build(deps): bump typescript-eslint from 8.13.0 to 8.14.0 in the typescript group by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1734">JamesIves/github-pages-deploy-action#1734</a></li> <li>build(deps-dev): bump the eslint group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1733">JamesIves/github-pages-deploy-action#1733</a></li> <li>build(deps): bump the misc group across 1 directory with 6 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1743">JamesIves/github-pages-deploy-action#1743</a></li> <li>build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1745">JamesIves/github-pages-deploy-action#1745</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/databasedav"><code>@databasedav</code></a> made their first contribution in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1737">JamesIves/github-pages-deploy-action#1737</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4.6.6...v4.7.0">https://github.com/JamesIves/github-pages-deploy-action/compare/v4.6.6...v4.7.0</a></p> <h2>v4.6.9</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Dependencies 🤖</h3> <ul> <li>chore(deps): mass bump dependencies</li> <li>chore(deps): switch to using <code>.node-version</code> instead of <code>.nvmrc</code> for Node dependency management.</li> <li>chore(deps): updated node version to 22.11.0 for development</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.9">https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.9</a></p> <h2>v4.6.8</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Bug Fixes 🐝</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
1f537bfd80 |
Bump @tabler/icons-react from 3.22.0 to 3.23.0 in /frontend (#1033)
Bumps
[@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react)
from 3.22.0 to 3.23.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.23.0</h2>
<!-- raw HTML omitted -->
<h3>18 new icons:</h3>
<ul>
<li><code>filled/calendar-event</code></li>
<li><code>filled/calendar-month</code></li>
<li><code>filled/calendar-week</code></li>
<li><code>outline/alarm-smoke</code></li>
<li><code>outline/badge-2k</code></li>
<li><code>outline/badge-3k</code></li>
<li><code>outline/badge-5k</code></li>
<li><code>outline/blocks</code></li>
<li><code>outline/bowling</code></li>
<li><code>outline/browser-maximize</code></li>
<li><code>outline/browser-minus</code></li>
<li><code>outline/browser-share</code></li>
<li><code>outline/code-variable-minus</code></li>
<li><code>outline/code-variable-plus</code></li>
<li><code>outline/code-variable</code></li>
<li><code>outline/uhd</code></li>
<li><code>outline/wheat-off</code></li>
<li><code>outline/wheat</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
|
|
f4ef45072d |
Bump docker/build-push-action from 6.9.0 to 6.10.0 (#1030)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.0 to 6.10.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.10.0</h2> <ul> <li>Add <code>call</code> input to set method for evaluating build 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/1265">docker/build-push-action#1265</a></li> <li>Bump <code>@actions/core</code> from 1.10.1 to 1.11.1 in <a href="https://redirect.github.com/docker/build-push-action/pull/1238">docker/build-push-action#1238</a></li> <li>Bump <code>@docker/actions-toolkit</code> from 0.39.0 to 0.46.0 in <a href="https://redirect.github.com/docker/build-push-action/pull/1268">docker/build-push-action#1268</a></li> <li>Bump cross-spawn from 7.0.3 to 7.0.6 in <a href="https://redirect.github.com/docker/build-push-action/pull/1261">docker/build-push-action#1261</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v6.9.0...v6.10.0">https://github.com/docker/build-push-action/compare/v6.9.0...v6.10.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
82d1e18a3b |
Bump prettier from 3.3.0 to 3.4.1 in /frontend (#1031)
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.0 to 3.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.4.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#341">Changelog</a></p> <h2>3.4.0</h2> <p><a href="https://github.com/prettier/prettier/compare/3.3.3...3.4.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2024/11/26/3.4.0.html">Release note</a></p> <h2>3.3.3</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#333">Changelog</a></p> <h2>3.3.2</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#332">Changelog</a></p> <h2>3.3.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#331">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.4.1</h1> <p><a href="https://github.com/prettier/prettier/compare/3.4.0...3.4.1">diff</a></p> <h4>Remove unnecessary parentheses around assignment in <code>v-on</code> (<a href="https://redirect.github.com/prettier/prettier/pull/16887">#16887</a> by <a href="https://github.com/fisker"><code>@fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="vue"><code><!-- Input --> \<template> <button @click="foo += 2">Click</button> </template> <p><!-- Prettier 3.4.0 --><br /> &lt;template><br /> <button <a href="https://github.com/click"><code>@click</code></a>="(foo += 2)">Click</button><br /> </template></p> <p><!-- Prettier 3.4.1 --><br /> &lt;template><br /> <button <a href="https://github.com/click"><code>@click</code></a>="foo += 2">Click</button><br /> </template><br /> </code></pre></p> <h1>3.4.0</h1> <p><a href="https://github.com/prettier/prettier/compare/3.3.3...3.4.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2024/11/26/3.4.0.html">Release Notes</a></p> <h1>3.3.3</h1> <p><a href="https://github.com/prettier/prettier/compare/3.3.2...3.3.3">diff</a></p> <h4>Add parentheses for nullish coalescing in ternary (<a href="https://redirect.github.com/prettier/prettier/pull/16391">#16391</a> by <a href="https://github.com/cdignam-segment"><code>@cdignam-segment</code></a>)</h4> <p>This change adds clarity to operator precedence.</p> <!-- raw HTML omitted --> <pre lang="js"><code>// Input foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; <p>// Prettier 3.3.2<br /> foo ? bar ?? foo : baz;<br /> foo ?? bar ? a : b;<br /> a ? b : foo ?? bar;</p> <p></tr></table><br /> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
3e886b21eb |
Bump @types/node from 22.9.0 to 22.10.0 in /frontend (#1029)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.9.0 to 22.10.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> |
||
|
|
a5fd32b255 |
Bump typescript from 5.6.3 to 5.7.2 in /frontend (#1028)
[//]: # (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 [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.7</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/">release announcement</a>.</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.7.0%22+is%3Aclosed+">fixed issues query for Typescript 5.7.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.7.1%22+is%3Aclosed+">fixed issues query for Typescript 5.7.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+">fixed issues query for Typescript 5.7.2 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.7 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-7-rc/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.7.0%22+is%3Aclosed+">fixed issues query for Typescript 5.7.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.7.1%22+is%3Aclosed+">fixed issues query for Typescript 5.7.1 (RC)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.7 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-7-beta/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.7.0%22+is%3Aclosed+">fixed issues query for Typescript 5.7.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
ea455aa0e2 |
Bump next-i18next from 15.3.0 to 15.4.0 in /frontend (#1025)
[//]: # (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 [next-i18next](https://github.com/i18next/next-i18next) from 15.3.0 to 15.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/i18next/next-i18next/releases">next-i18next's releases</a>.</em></p> <blockquote> <h2>v15.4.0</h2> <ul> <li>support i18next v24</li> </ul> <h2>v15.3.1</h2> <ul> <li>update some i18next dependencies to address <a href="https://redirect.github.com/i18next/next-i18next/issues/2288">#2288</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/next-i18next/blob/master/CHANGELOG.md">next-i18next's changelog</a>.</em></p> <blockquote> <h2>15.4.0</h2> <ul> <li>support i18next v24</li> </ul> <h2>15.3.1</h2> <ul> <li>update some i18next dependencies to address <a href="https://redirect.github.com/i18next/next-i18next/issues/2288">#2288</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
b054e4af5b |
Bump eslint-plugin-testing-library from 6.5.0 to 7.0.0 in /frontend (#1027)
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.5.0 to 7.0.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>v7.0.0</h2> <h1><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.5.0...v7.0.0">7.0.0</a> (2024-11-23)</h1> <p>You can follow the <a href="https://github.com/testing-library/eslint-plugin-testing-library/blob/main/docs/migration-guides/v7.md">migration guide to v7</a>.</p> <h3>BREAKING CHANGES</h3> <ul> <li>Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0</li> <li>Requires ESLint <code>^8.57.0</code>, or <code>^9.0.0</code></li> </ul> <h3>Features</h3> <ul> <li>Full support for ESLint v9 (v8 still compatible) and typescript-eslint v8</li> </ul> <p>Co-authored-by: <a href="https://github.com/MichaelDeBoey"><code>@MichaelDeBoey</code></a></p> <h2>v7.0.0-beta.6</h2> <h1><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.0.0-beta.5...v7.0.0-beta.6">7.0.0-beta.6</a> (2024-11-19)</h1> <h3>Features</h3> <ul> <li><strong>deps:</strong> update to <code>@typescript-eslint/*</code> v8 (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/955">#955</a>) (<a href=" |
||
|
|
74be74b9a3 |
Bump i18next from 23.16.0 to 24.0.0 in /frontend (#1026)
Bumps [i18next](https://github.com/i18next/i18next) from 23.16.0 to 24.0.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>v24.0.0</h2> <p><strong>This is a major breaking release:</strong></p> <ul> <li>remove support for older environments</li> <li>remove old i18next JSON formats <ul> <li>To convert your existing v3 translations to the v4 format, have a look at <a href="https://github.com/i18next/i18next-v4-format-converter">i18next-v4-format-converter</a> or this <a href="https://i18next.github.io/i18next-v4-format-converter-web/">web tool</a>.</li> </ul> </li> <li>remove support for compatibility to v1 API</li> <li>Intl API is mandatory now and will not fallback anymore</li> <li>possible compatibility layer for older formats: <code>test/compatibility/v4/v4Compatibility.js</code></li> <li>rename <code>initImmediate</code> to <code>initAsync</code></li> <li>fallback to <code>dev</code> language if plural rule not found</li> <li>remove TypeScript v4 support. TypeScript v5 is now an optional peer dependency</li> <li>addresses <ul> <li><a href="https://redirect.github.com/i18next/i18next/pull/2244">2244</a></li> <li><a href="https://redirect.github.com/i18next/i18next/pull/2184">2184</a></li> <li><a href="https://redirect.github.com/i18next/i18next/issues/2213">2213</a></li> <li><a href="https://redirect.github.com/i18next/i18next/pull/2206">2206</a></li> <li><a href="https://redirect.github.com/i18next/i18next/issues/2208">2208</a></li> <li><a href="https://redirect.github.com/i18next/i18next/issues/2148">2148</a></li> <li><a href="https://redirect.github.com/i18next/i18next/issues/2254">2254</a></li> </ul> </li> </ul> <p>➡️ check out the <a href="https://www.i18next.com/misc/migration-guide#v23.x.x-to-v24.0.0">migration guide</a></p> <h2>v23.16.8</h2> <ul> <li>fix(plural): Create cache entry for PluralRules created as part of the fallback flow <a href="https://redirect.github.com/i18next/i18next/pull/2256">2256</a></li> </ul> <h2>v23.16.7</h2> <ul> <li>if plural rule is not found, try to search with language only code <a href="https://redirect.github.com/i18next/i18next/issues/2252">2252</a></li> </ul> <h2>v23.16.6</h2> <ul> <li>fix: Small typo in the type definitions <a href="https://redirect.github.com/i18next/i18next/pull/2250">2250</a></li> </ul> <h2>v23.16.5</h2> <ul> <li>fix extractFromKey for use cases like <a href="https://redirect.github.com/i18next/react-i18next/issues/1810">this</a></li> </ul> <h2>v23.16.4</h2> <ul> <li>revert formatter change <a href="https://redirect.github.com/i18next/i18next/pull/2247">2247</a> because of caching not working anymore</li> </ul> <h2>v23.16.3</h2> <ul> <li>fix utils imports for Deno</li> </ul> <h2>v23.16.2</h2> <ul> <li>perf(size): Adds a isString utility <a href="https://redirect.github.com/i18next/i18next/pull/2248">2248</a></li> </ul> <h2>v23.16.1</h2> <ul> <li>perf: Optimize size of Formatter <a href="https://redirect.github.com/i18next/i18next/pull/2247">2247</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>24.0.0</h2> <p><strong>This is a major breaking release:</strong></p> <ul> <li>remove support for older environments</li> <li>remove old i18next JSON formats <ul> <li>To convert your existing v3 translations to the v4 format, have a look at <a href="https://github.com/i18next/i18next-v4-format-converter">i18next-v4-format-converter</a> or this <a href="https://i18next.github.io/i18next-v4-format-converter-web/">web tool</a>.</li> </ul> </li> <li>remove support for compatibility to v1 API</li> <li>Intl API is mandatory now and will not fallback anymore</li> <li>possible compatibility layer for older formats: <code>test/compatibility/v4/v4Compatibility.js</code></li> <li>rename <code>initImmediate</code> to <code>initAsync</code></li> <li>fallback to <code>dev</code> language if plural rule not found</li> <li>remove TypeScript v4 support. TypeScript v5 is now an optional peer dependency</li> <li>addresses <ul> <li><a href="https://redirect.github.com/i18next/i18next/pull/2244">2244</a></li> <li><a href="https://redirect.github.com/i18next/i18next/pull/2184">2184</a></li> <li><a href="https://redirect.github.com/i18next/i18next/issues/2213">2213</a></li> <li><a href="https://redirect.github.com/i18next/i18next/pull/2206">2206</a></li> <li><a href="https://redirect.github.com/i18next/i18next/issues/2208">2208</a></li> <li><a href="https://redirect.github.com/i18next/i18next/issues/2148">2148</a></li> <li><a href="https://redirect.github.com/i18next/i18next/issues/2254">2254</a></li> </ul> </li> </ul> <p>➡️ check out the <a href="https://www.i18next.com/misc/migration-guide#v23.x.x-to-v24.0.0">migration guide</a></p> <h2>23.16.8</h2> <ul> <li>fix(plural): Create cache entry for PluralRules created as part of the fallback flow <a href="https://redirect.github.com/i18next/i18next/pull/2256">2256</a></li> </ul> <h2>23.16.7</h2> <ul> <li>if plural rule is not found, try to search with language only code <a href="https://redirect.github.com/i18next/i18next/issues/2252">2252</a></li> </ul> <h2>23.16.6</h2> <ul> <li>fix: Small typo in the type definitions <a href="https://redirect.github.com/i18next/i18next/pull/2250">2250</a></li> </ul> <h2>23.16.5</h2> <ul> <li>fix extractFromKey for use cases like <a href="https://redirect.github.com/i18next/react-i18next/issues/1810">this</a></li> </ul> <h2>23.16.4</h2> <ul> <li>revert formatter change <a href="https://redirect.github.com/i18next/i18next/pull/2247">2247</a> because of caching not working anymore</li> </ul> <h2>23.16.3</h2> <ul> <li>fix utils imports for Deno</li> </ul> <h2>23.16.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
a94328e14d |
Bump eslint-plugin-testing-library from 6.2.0 to 7.0.0 in /docs (#1024)
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.2.0 to 7.0.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>v7.0.0</h2> <h1><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.5.0...v7.0.0">7.0.0</a> (2024-11-23)</h1> <p>You can follow the <a href="https://github.com/testing-library/eslint-plugin-testing-library/blob/main/docs/migration-guides/v7.md">migration guide to v7</a>.</p> <h3>BREAKING CHANGES</h3> <ul> <li>Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0</li> <li>Requires ESLint <code>^8.57.0</code>, or <code>^9.0.0</code></li> </ul> <h3>Features</h3> <ul> <li>Full support for ESLint v9 (v8 still compatible) and typescript-eslint v8</li> </ul> <p>Co-authored-by: <a href="https://github.com/MichaelDeBoey"><code>@MichaelDeBoey</code></a></p> <h2>v7.0.0-beta.6</h2> <h1><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.0.0-beta.5...v7.0.0-beta.6">7.0.0-beta.6</a> (2024-11-19)</h1> <h3>Features</h3> <ul> <li><strong>deps:</strong> update to <code>@typescript-eslint/*</code> v8 (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/955">#955</a>) (<a href=" |
||
|
|
d6883ca71d | Fix standings page (#1023) | ||
|
|
b59e52d323 | Fix present dashboard (#1021) | ||
|
|
1fc9a1c6ae | Fix standings dashboard for swiss (#1020) | ||
|
|
4943752a18 |
Bump docker/metadata-action from 5.5.0 to 5.6.1 (#1017)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.5.0 to 5.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/metadata-action/releases">docker/metadata-action's releases</a>.</em></p> <blockquote> <h2>v5.6.1</h2> <ul> <li>Fix GitHub API request fallback for commit date by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/metadata-action/pull/478">docker/metadata-action#478</a></li> <li>Revert to default commit SHA length of 7 by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/metadata-action/pull/480">docker/metadata-action#480</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/metadata-action/compare/v5.6.0...v5.6.1">https://github.com/docker/metadata-action/compare/v5.6.0...v5.6.1</a></p> <h2>v5.6.0</h2> <ul> <li>Add <code>commit_date</code> global expression by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/docker/metadata-action/pull/471">docker/metadata-action#471</a> <a href="https://redirect.github.com/docker/metadata-action/pull/475">docker/metadata-action#475</a></li> <li>Increase short commit sha length to 12 for uniqueness by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/metadata-action/pull/467">docker/metadata-action#467</a></li> <li>Bump <code>@actions/core</code> from 1.10.1 to 1.11.1 <a href="https://redirect.github.com/docker/metadata-action/pull/460">docker/metadata-action#460</a></li> <li>Bump <code>@docker/actions-toolkit</code> from 0.16.1 to 0.44.0 <a href="https://redirect.github.com/docker/metadata-action/pull/391">docker/metadata-action#391</a> <a href="https://redirect.github.com/docker/metadata-action/pull/399">docker/metadata-action#399</a> <a href="https://redirect.github.com/docker/metadata-action/pull/413">docker/metadata-action#413</a> <a href="https://redirect.github.com/docker/metadata-action/pull/441">docker/metadata-action#441</a></li> <li>Bump braces from 3.0.2 to 3.0.3 <a href="https://redirect.github.com/docker/metadata-action/pull/424">docker/metadata-action#424</a></li> <li>Bump cross-spawn from 7.0.3 to 7.0.5 <a href="https://redirect.github.com/docker/metadata-action/pull/474">docker/metadata-action#474</a></li> <li>Bump csv-parse from 5.5.5 to 5.5.6 <a href="https://redirect.github.com/docker/metadata-action/pull/412">docker/metadata-action#412</a></li> <li>Bump moment-timezone from 0.5.44 to 0.5.46 <a href="https://redirect.github.com/docker/metadata-action/pull/383">docker/metadata-action#383</a> <a href="https://redirect.github.com/docker/metadata-action/pull/470">docker/metadata-action#470</a> <a href="https://redirect.github.com/docker/metadata-action/pull/459">docker/metadata-action#459</a></li> <li>Bump path-to-regexp from 6.2.2 to 6.3.0 <a href="https://redirect.github.com/docker/metadata-action/pull/454">docker/metadata-action#454</a></li> <li>Bump semver from 7.6.0 to 7.6.3 <a href="https://redirect.github.com/docker/metadata-action/pull/400">docker/metadata-action#400</a> <a href="https://redirect.github.com/docker/metadata-action/pull/411">docker/metadata-action#411</a> <a href="https://redirect.github.com/docker/metadata-action/pull/440">docker/metadata-action#440</a></li> <li>Bump undici from 5.26.3 to 5.28.4 <a href="https://redirect.github.com/docker/metadata-action/pull/386">docker/metadata-action#386</a> <a href="https://redirect.github.com/docker/metadata-action/pull/402">docker/metadata-action#402</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/metadata-action/compare/v5.5.1...v5.6.0">https://github.com/docker/metadata-action/compare/v5.5.1...v5.6.0</a></p> <h2>v5.5.1</h2> <ul> <li>Don't set <code>cwd://</code> prefix for local bake files by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/metadata-action/pull/382">docker/metadata-action#382</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/metadata-action/compare/v5.5.0...v5.5.1">https://github.com/docker/metadata-action/compare/v5.5.0...v5.5.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
cdde8c1fd3 | Swiss scheduling improvements (#1019) | ||
|
|
51f1edf620 |
Bump eslint-plugin-testing-library from 6.4.0 to 6.5.0 in /frontend (#1018)
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.4.0 to 6.5.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.5.0</h2> <h1><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.4.0...v6.5.0">6.5.0</a> (2024-11-20)</h1> <h3>Features</h3> <ul> <li>add TypeScript types (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/963">#963</a>) (<a href=" |
||
|
|
88c0b65ed5 |
Bump cross-spawn from 7.0.3 to 7.0.6 in /frontend (#1015)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md">cross-spawn's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/moxystudio/node-cross-spawn/compare/v7.0.5...v7.0.6">7.0.6</a> (2024-11-18)</h3> <h3>Bug Fixes</h3> <ul> <li>update cross-spawn version to 7.0.5 in package-lock.json (<a href=" |
||
|
|
7cb5c80fe3 |
Bump cross-spawn from 7.0.3 to 7.0.6 in /docs (#1016)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md">cross-spawn's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/moxystudio/node-cross-spawn/compare/v7.0.5...v7.0.6">7.0.6</a> (2024-11-18)</h3> <h3>Bug Fixes</h3> <ul> <li>update cross-spawn version to 7.0.5 in package-lock.json (<a href=" |
||
|
|
34d37fb89d |
Update bcrypt requirement from 4.2.0 to 4.2.1 in /backend (#1014)
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=" |
||
|
|
960c78241c |
Bump @eslint/plugin-kit from 0.2.1 to 0.2.3 in /docs (#1013)
Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.1 to 0.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/rewrite/releases"><code>@eslint/plugin-kit</code>'s releases</a>.</em></p> <blockquote> <h2>plugin-kit: v0.2.3</h2> <h2><a href="https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.2...plugin-kit-v0.2.3">0.2.3</a> (2024-11-14)</h2> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>devDependencies <ul> <li><code>@eslint/core</code> bumped from ^0.8.0 to ^0.9.0</li> </ul> </li> </ul> </li> </ul> <h2>plugin-kit: v0.2.2</h2> <h2><a href="https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.1...plugin-kit-v0.2.2">0.2.2</a> (2024-10-25)</h2> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>devDependencies <ul> <li><code>@eslint/core</code> bumped from ^0.7.0 to ^0.8.0</li> </ul> </li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
d54cd23320 |
Bump codecov/codecov-action from 4 to 5 (#1009)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codecov/codecov-action/releases">codecov/codecov-action's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>v5 Release</h2> <p><code>v5</code> of the Codecov GitHub Action will use the <a href="https://github.com/codecov/wrapper">Codecov Wrapper</a> to encapsulate the <a href="https://github.com/codecov/codecov-cli">CLI</a>. This will help ensure that the Action gets updates quicker.</p> <h3>Migration Guide</h3> <p>The <code>v5</code> release also coincides with the opt-out feature for tokens for public repositories. In the <code>Global Upload Token</code> section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see <a href="https://docs.codecov.com/docs/codecov-tokens#uploading-without-a-token">how to upload without a token</a>.</p> <blockquote> <p>[!WARNING]<br /> <strong>The following arguments have been changed</strong></p> <ul> <li><code>file</code> (this has been deprecated in favor of <code>files</code>)</li> <li><code>plugin</code> (this has been deprecated in favor of <code>plugins</code>)</li> </ul> </blockquote> <p>The following arguments have been added:</p> <ul> <li><code>binary</code></li> <li><code>gcov_args</code></li> <li><code>gcov_executable</code></li> <li><code>gcov_ignore</code></li> <li><code>gcov_include</code></li> <li><code>report_type</code></li> <li><code>skip_validation</code></li> <li><code>swift_project</code></li> </ul> <p>You can see their usage in the <code>action.yml</code> <a href="https://github.com/codecov/codecov-action/blob/main/action.yml">file</a>.</p> <h2>What's Changed</h2> <ul> <li>chore(deps): bump to eslint9+ and remove eslint-config-google by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1591">codecov/codecov-action#1591</a></li> <li>build(deps-dev): bump <code>@octokit/webhooks-types</code> from 7.5.1 to 7.6.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1595">codecov/codecov-action#1595</a></li> <li>build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1604">codecov/codecov-action#1604</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 8.8.0 to 8.8.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1601">codecov/codecov-action#1601</a></li> <li>build(deps): bump <code>@actions/core</code> from 1.11.0 to 1.11.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1597">codecov/codecov-action#1597</a></li> <li>build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1596">codecov/codecov-action#1596</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 8.8.0 to 8.8.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1600">codecov/codecov-action#1600</a></li> <li>build(deps-dev): bump eslint from 9.11.1 to 9.12.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1598">codecov/codecov-action#1598</a></li> <li>build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1609">codecov/codecov-action#1609</a></li> <li>build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1608">codecov/codecov-action#1608</a></li> <li>build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1607">codecov/codecov-action#1607</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 8.8.1 to 8.9.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1612">codecov/codecov-action#1612</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 8.8.1 to 8.9.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1611">codecov/codecov-action#1611</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 8.9.0 to 8.10.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1615">codecov/codecov-action#1615</a></li> <li>build(deps-dev): bump eslint from 9.12.0 to 9.13.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1618">codecov/codecov-action#1618</a></li> <li>build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1617">codecov/codecov-action#1617</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 8.9.0 to 8.10.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1614">codecov/codecov-action#1614</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 8.10.0 to 8.11.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1620">codecov/codecov-action#1620</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 8.10.0 to 8.11.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1619">codecov/codecov-action#1619</a></li> <li>build(deps-dev): bump <code>@types/jest</code> from 29.5.13 to 29.5.14 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1622">codecov/codecov-action#1622</a></li> <li>build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1625">codecov/codecov-action#1625</a></li> <li>build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1624">codecov/codecov-action#1624</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 8.11.0 to 8.12.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1626">codecov/codecov-action#1626</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 8.12.1 to 8.12.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1629">codecov/codecov-action#1629</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md">codecov/codecov-action's changelog</a>.</em></p> <blockquote> <h2>4.0.0-beta.2</h2> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/1085">#1085</a> not adding -n if empty to do-upload command</li> </ul> <h2>4.0.0-beta.1</h2> <p><code>v4</code> represents a move from the <a href="https://github.com/codecov/uploader">universal uploader</a> to the <a href="https://github.com/codecov/codecov-cli">Codecov CLI</a>. Although this will unlock new features for our users, the CLI is not yet at feature parity with the universal uploader.</p> <h3>Breaking Changes</h3> <ul> <li>No current support for <code>aarch64</code> and <code>alpine</code> architectures.</li> <li>Tokenless uploading is unsuported</li> <li>Various arguments to the Action have been removed</li> </ul> <h2>3.1.4</h2> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/967">#967</a> Fix typo in README.md</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/971">#971</a> fix: add back in working dir</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/969">#969</a> fix: CLI option names for uploader</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/970">#970</a> build(deps-dev): bump <code>@types/node</code> from 18.15.12 to 18.16.3</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/979">#979</a> build(deps-dev): bump <code>@types/node</code> from 20.1.0 to 20.1.2</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/981">#981</a> build(deps-dev): bump <code>@types/node</code> from 20.1.2 to 20.1.4</li> </ul> <h2>3.1.3</h2> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/960">#960</a> fix: allow for aarch64 build</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/957">#957</a> build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/958">#958</a> build(deps): bump openpgp from 5.7.0 to 5.8.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/959">#959</a> build(deps-dev): bump <code>@types/node</code> from 18.15.10 to 18.15.12</li> </ul> <h2>3.1.2</h2> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/718">#718</a> Update README.md</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/851">#851</a> Remove unsupported path_to_write_report argument</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/898">#898</a> codeql-analysis.yml</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/901">#901</a> Update README to contain correct information - inputs and negate feature</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/955">#955</a> fix: add in all the extra arguments for uploader</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/819">#819</a> build(deps): bump openpgp from 5.4.0 to 5.5.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/835">#835</a> build(deps): bump node-fetch from 3.2.4 to 3.2.10</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/840">#840</a> build(deps): bump ossf/scorecard-action from 1.1.1 to 2.0.4</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/841">#841</a> build(deps): bump <code>@actions/core</code> from 1.9.1 to 1.10.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/843">#843</a> build(deps): bump <code>@actions/github</code> from 5.0.3 to 5.1.1</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/869">#869</a> build(deps): bump node-fetch from 3.2.10 to 3.3.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/872">#872</a> build(deps-dev): bump jest-junit from 13.2.0 to 15.0.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/879">#879</a> build(deps): bump decode-uri-component from 0.2.0 to 0.2.2</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
45b3f9511d | Update selectable languages (#1011) v2.0.2 | ||
|
|
8fd8e02136 | Update languages README.md (#1010) | ||
|
|
48afa049ab |
Bump @mantine/form from 7.13.0 to 7.14.0 in /frontend (#1008)
Bumps [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) from 7.13.0 to 7.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mantinedev/mantine/releases"><code>@mantine/form</code>'s releases</a>.</em></p> <blockquote> <h2>7.14.0 💋</h2> <p><a href="https://mantine.dev/changelog/7-14-0">View changelog with demos on mantine.dev website</a></p> <h2>AngleSlider component</h2> <p>New <a href="https://mantine.dev/core/angle-slider/">AngleSlider</a> component:</p> <pre lang="tsx"><code>import { AngleSlider, Group } from '@mantine/core'; <p>function Demo() { return ( <Group p="lg" gap={50}> <AngleSlider aria-label="Angle slider" formatLabel={(value) => <code>${value}°</code>} size={100} restrictToMarks marks={[ { value: 0 }, { value: 45 }, { value: 90 }, { value: 135 }, { value: 180 }, { value: 225 }, { value: 270 }, { value: 315 }, ]} /></p> <pre><code> &lt;AngleSlider aria-label=&quot;Angle slider&quot; formatLabel={(value) =&gt; `${value}°`} size={100} marks={[ { value: 0, label: '0°' }, { value: 45, label: '45°' }, { value: 90, label: '90°' }, { value: 135, label: '135°' }, { value: 180, label: '180°' }, { value: 225, label: '225°' }, { value: 270, label: '270°' }, { value: 315, label: '315°' }, ]} /&gt; &lt;/Group&gt; </code></pre> <p>); } </code></pre></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="v2.0.1 |
||
|
|
401346651b |
Bump @tabler/icons-react from 3.21.0 to 3.22.0 in /frontend (#1007)
Bumps
[@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react)
from 3.21.0 to 3.22.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.22.0</h2>
<!-- raw HTML omitted -->
<h3>18 new icons:</h3>
<ul>
<li><code>filled/brand-messenger</code></li>
<li><code>filled/brand-weibo</code></li>
<li><code>filled/bubble-text</code></li>
<li><code>filled/ghost-3</code></li>
<li><code>filled/golf</code></li>
<li><code>filled/keyboard</code></li>
<li><code>filled/live-view</code></li>
<li><code>filled/meeple</code></li>
<li><code>filled/message-2</code></li>
<li><code>filled/nurse</code></li>
<li><code>filled/palette</code></li>
<li><code>filled/quote</code></li>
<li><code>filled/video</code></li>
<li><code>filled/windsock</code></li>
<li><code>outline/brand-tesla</code></li>
<li><code>outline/clipboard-search</code></li>
<li><code>outline/tag-minus</code></li>
<li><code>outline/tag-plus</code></li>
</ul>
<p>Fixed icons: <code>outline/building-wind-turbine</code>,
<code>outline/circuit-bulb</code>,
<code>outline/circuit-capacitor-polarized</code>,
<code>outline/circuit-capacitor</code>,
<code>outline/circuit-cell-plus</code>,
<code>outline/circuit-cell</code>,
<code>outline/circuit-changeover</code>,
<code>outline/circuit-diode-zener</code>,
<code>outline/circuit-diode</code>,
<code>outline/circuit-ground-digital</code>,
<code>outline/circuit-ground</code>,
<code>outline/circuit-inductor</code>,
<code>outline/circuit-motor</code>,
<code>outline/circuit-pushbutton</code>,
<code>outline/circuit-resistor</code>,
<code>outline/circuit-switch-closed</code>,
<code>outline/circuit-switch-open</code>,
<code>outline/circuit-voltmeter</code>, <code>outline/empathize</code>,
<code>outline/external-link-off</code>,
<code>outline/external-link</code>, <code>outline/nurse</code>,
<code>outline/plug-connected</code>, <code>outline/sos</code>,
<code>outline/tag</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
|
|
a45aac75f4 |
Update fastapi requirement from 0.115.4 to 0.115.5 in /backend (#1006)
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastapi/fastapi/releases">fastapi's releases</a>.</em></p> <blockquote> <h2>0.115.5</h2> <h3>Refactors</h3> <ul> <li>♻️ Update internal checks to support Pydantic 2.10. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12914">#12914</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Update includes for <code>docs/en/docs/tutorial/body.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12757">#12757</a> by <a href="https://github.com/gsheni"><code>@gsheni</code></a>.</li> <li>📝 Update includes in <code>docs/en/docs/advanced/testing-dependencies.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12647">#12647</a> by <a href="https://github.com/AyushSinghal1794"><code>@AyushSinghal1794</code></a>.</li> <li>📝 Update includes for <code>docs/en/docs/tutorial/metadata.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12773">#12773</a> by <a href="https://github.com/Nimitha-jagadeesha"><code>@Nimitha-jagadeesha</code></a>.</li> <li>📝 Update <code>docs/en/docs/tutorial/dependencies/dependencies-with-yield.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12045">#12045</a> by <a href="https://github.com/xuvjso"><code>@xuvjso</code></a>.</li> <li>📝 Update includes for <code>docs/en/docs/tutorial/dependencies/global-dependencies.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12653">#12653</a> by <a href="https://github.com/vishnuvskvkl"><code>@vishnuvskvkl</code></a>.</li> <li>📝 Update includes for <code>docs/en/docs/tutorial/body-updates.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12712">#12712</a> by <a href="https://github.com/davioc"><code>@davioc</code></a>.</li> <li>📝 Remove mention of Celery in the project generators. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12742">#12742</a> by <a href="https://github.com/david-caro"><code>@david-caro</code></a>.</li> <li>📝 Update includes in <code>docs/en/docs/tutorial/header-param-models.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12814">#12814</a> by <a href="https://github.com/zhaohan-dong"><code>@zhaohan-dong</code></a>.</li> <li>📝 Update <code>contributing.md</code> docs, include note to not translate this page. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12841">#12841</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>📝 Update includes in <code>docs/en/docs/tutorial/request-forms.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12648">#12648</a> by <a href="https://github.com/vishnuvskvkl"><code>@vishnuvskvkl</code></a>.</li> <li>📝 Update includes in <code>docs/en/docs/tutorial/request-form-models.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12649">#12649</a> by <a href="https://github.com/vishnuvskvkl"><code>@vishnuvskvkl</code></a>.</li> <li>📝 Update includes in <code>docs/en/docs/tutorial/security/oauth2-jwt.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12650">#12650</a> by <a href="https://github.com/OCE1960"><code>@OCE1960</code></a>.</li> <li>📝 Update includes in <code>docs/vi/docs/tutorial/first-steps.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12754">#12754</a> by <a href="https://github.com/MxPy"><code>@MxPy</code></a>.</li> <li>📝 Update includes for <code>docs/pt/docs/advanced/wsgi.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12769">#12769</a> by <a href="https://github.com/Nimitha-jagadeesha"><code>@Nimitha-jagadeesha</code></a>.</li> <li>📝 Update includes for <code>docs/en/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12815">#12815</a> by <a href="https://github.com/handabaldeep"><code>@handabaldeep</code></a>.</li> <li>📝 Update includes for <code>docs/en/docs/tutorial/dependencies/classes-as-dependencies.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12813">#12813</a> by <a href="https://github.com/handabaldeep"><code>@handabaldeep</code></a>.</li> <li>✏️ Fix error in <code>docs/en/docs/tutorial/middleware.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12819">#12819</a> by <a href="https://github.com/alejsdev"><code>@alejsdev</code></a>.</li> <li>📝 Update includes for <code>docs/en/docs/tutorial/security/get-current-user.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12645">#12645</a> by <a href="https://github.com/OCE1960"><code>@OCE1960</code></a>.</li> <li>📝 Update includes for <code>docs/en/docs/tutorial/security/first-steps.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12643">#12643</a> by <a href="https://github.com/OCE1960"><code>@OCE1960</code></a>.</li> <li>📝 Update includes in <code>docs/de/docs/advanced/additional-responses.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12821">#12821</a> by <a href="https://github.com/zhaohan-dong"><code>@zhaohan-dong</code></a>.</li> <li>📝 Update includes in <code>docs/en/docs/advanced/generate-clients.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12642">#12642</a> by <a href="https://github.com/AyushSinghal1794"><code>@AyushSinghal1794</code></a>.</li> <li>📝 Fix admonition double quotes with new syntax. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12835">#12835</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>📝 Update includes in <code>docs/zh/docs/advanced/additional-responses.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12828">#12828</a> by <a href="https://github.com/zhaohan-dong"><code>@zhaohan-dong</code></a>.</li> <li>📝 Update includes in <code>docs/en/docs/tutorial/path-params-numeric-validations.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12825">#12825</a> by <a href="https://github.com/zhaohan-dong"><code>@zhaohan-dong</code></a>.</li> <li>📝 Update includes for <code>docs/en/docs/advanced/testing-websockets.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12761">#12761</a> by <a href="https://github.com/hamidrasti"><code>@hamidrasti</code></a>.</li> <li>📝 Update includes for <code>docs/en/docs/advanced/using-request-directly.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12760">#12760</a> by <a href="https://github.com/hamidrasti"><code>@hamidrasti</code></a>.</li> <li>📝 Update includes for <code>docs/advanced/wsgi.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12758">#12758</a> by <a href="https://github.com/hamidrasti"><code>@hamidrasti</code></a>.</li> <li>📝 Update includes in <code>docs/de/docs/tutorial/middleware.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12729">#12729</a> by <a href="https://github.com/paintdog"><code>@paintdog</code></a>.</li> <li>📝 Update includes for <code>docs/en/docs/tutorial/schema-extra-example.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12822">#12822</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>📝 Update includes in <code>docs/fr/docs/advanced/additional-responses.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12634">#12634</a> by <a href="https://github.com/fegmorte"><code>@fegmorte</code></a>.</li> <li>📝 Update includes in <code>docs/fr/docs/advanced/path-operation-advanced-configuration.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12633">#12633</a> by <a href="https://github.com/kantandane"><code>@kantandane</code></a>.</li> <li>📝 Update includes in <code>docs/fr/docs/advanced/response-directly.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12632">#12632</a> by <a href="https://github.com/kantandane"><code>@kantandane</code></a>.</li> <li>📝 Update includes for <code>docs/en/docs/tutorial/header-params.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12640">#12640</a> by <a href="https://github.com/vishnuvskvkl"><code>@vishnuvskvkl</code></a>.</li> <li>📝 Update includes in <code>docs/en/docs/tutorial/cookie-param-models.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12639">#12639</a> by <a href="https://github.com/vishnuvskvkl"><code>@vishnuvskvkl</code></a>.</li> <li>📝 Update includes for <code>docs/en/docs/tutorial/extra-models.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12638">#12638</a> by <a href="https://github.com/vishnuvskvkl"><code>@vishnuvskvkl</code></a>.</li> <li>📝 Update includes for <code>docs/en/docs/tutorial/cors.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12637">#12637</a> by <a href="https://github.com/vishnuvskvkl"><code>@vishnuvskvkl</code></a>.</li> <li>📝 Update includes for <code>docs/en/docs/tutorial/dependencies/sub-dependencies.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12810">#12810</a> by <a href="https://github.com/handabaldeep"><code>@handabaldeep</code></a>.</li> <li>📝 Update includes in <code>docs/en/docs/tutorial/body-nested-models.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12812">#12812</a> by <a href="https://github.com/zhaohan-dong"><code>@zhaohan-dong</code></a>.</li> <li>📝 Update includes in <code>docs/en/docs/tutorial/path-operation-configuration.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12809">#12809</a> by <a href="https://github.com/AlexWendland"><code>@AlexWendland</code></a>.</li> <li>📝 Update includes in <code>docs/en/docs/tutorial/request-files.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12818">#12818</a> by <a href="https://github.com/zhaohan-dong"><code>@zhaohan-dong</code></a>.</li> <li>📝 Update includes for <code>docs/en/docs/tutorial/query-param-models.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12817">#12817</a> by <a href="https://github.com/handabaldeep"><code>@handabaldeep</code></a>.</li> <li>📝 Update includes in <code>docs/en/docs/tutorial/path-params.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12811">#12811</a> by <a href="https://github.com/AlexWendland"><code>@AlexWendland</code></a>.</li> <li>📝 Update includes in <code>docs/en/docs/tutorial/response-model.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12621">#12621</a> by <a href="https://github.com/kantandane"><code>@kantandane</code></a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
432d652085 | New Crowdin updates (#1005) | ||
|
|
b6680b4aeb | Support Python 3.12 (#1004) | ||
|
|
1ddb2ed56c |
Bump cookies-next from 4.3.0 to 5.0.2 in /frontend (#1003)
Bumps [cookies-next](https://github.com/andreizanik/cookies-next) from 4.3.0 to 5.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/andreizanik/cookies-next/releases">cookies-next's releases</a>.</em></p> <blockquote> <h2>v5.0.2</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/andreizanik/cookies-next/compare/v5.0.0...v5.0.2">https://github.com/andreizanik/cookies-next/compare/v5.0.0...v5.0.2</a></p> <h2>v5.0.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add Next.js 15+ support (continuation) by <a href="https://github.com/greg2012201"><code>@greg2012201</code></a> in <a href="https://redirect.github.com/andreizanik/cookies-next/pull/87">andreizanik/cookies-next#87</a></li> <li>feat: add Next.js 15+ support by <a href="https://github.com/joaopcm"><code>@joaopcm</code></a> in <a href="https://redirect.github.com/andreizanik/cookies-next/pull/86">andreizanik/cookies-next#86</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/joaopcm"><code>@joaopcm</code></a> made their first contribution in <a href="https://redirect.github.com/andreizanik/cookies-next/pull/86">andreizanik/cookies-next#86</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/andreizanik/cookies-next/compare/v4.3.0...v5.0.0">https://github.com/andreizanik/cookies-next/compare/v4.3.0...v5.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
9f123babc2 | Update elimination matches when updating rankings (#1002) | ||
|
|
6aa2c51f89 |
Assign teams to subsequent elimination rounds (#1001)
fixes https://github.com/evroon/bracket/issues/998 |
||
|
|
ed659ff686 | Fix bugs in presentation dashboard (#999) | ||
|
|
7e8ee238b0 | New Crowdin updates (#1000) | ||
|
|
5719bbf3c1 | Handle edge case with empty stage item inputs (#997) | ||
|
|
19372a8db4 |
Allow correct number of inputs (#996)
fixes https://github.com/evroon/bracket/issues/612 |
||
|
|
a67db3aa56 | Discard match results when activating previous stage (#995) |