mirror of
https://github.com/evroon/bracket.git
synced 2026-04-29 11:38:41 -04:00
ec2b02f478aedf7641fbb698745c4fef5e17332b
712 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
ec2b02f478 |
Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /docs (#961)
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chimurai/http-proxy-middleware/releases">http-proxy-middleware's releases</a>.</em></p> <blockquote> <h2>v2.0.7</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7">https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7</a></p> <h2>v2.0.7-beta.1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7-beta.0...v2.0.7-beta.1">https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7-beta.0...v2.0.7-beta.1</a></p> <h2>v2.0.7-beta.0</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7-beta.0">https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7-beta.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md">http-proxy-middleware's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.7">v2.0.7</a></h2> <ul> <li>ci(github actions): add publish.yml</li> <li>fix(filter): handle errors</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
bfb75ba7f5 |
Bump @tabler/icons-react from 3.19.0 to 3.20.0 in /frontend (#960)
Bumps
[@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react)
from 3.19.0 to 3.20.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.20.0</h2>
<!-- raw HTML omitted -->
<h3>18 new icons:</h3>
<ul>
<li><code>filled/play-card-1</code></li>
<li><code>filled/play-card-10</code></li>
<li><code>filled/play-card-2</code></li>
<li><code>filled/play-card-3</code></li>
<li><code>filled/play-card-4</code></li>
<li><code>filled/play-card-5</code></li>
<li><code>filled/play-card-6</code></li>
<li><code>filled/play-card-7</code></li>
<li><code>filled/play-card-8</code></li>
<li><code>filled/play-card-9</code></li>
<li><code>filled/play-card-a</code></li>
<li><code>filled/play-card-j</code></li>
<li><code>filled/play-card-k</code></li>
<li><code>filled/play-card-q</code></li>
<li><code>filled/play-card-star</code></li>
<li><code>outline/ferry</code></li>
<li><code>outline/math-x-floor-divide-y</code></li>
<li><code>outline/x-power-y</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
|
|
773968ffe7 |
Bump next from 14.2.10 to 15.0.0 in /frontend (#957)
Bumps [next](https://github.com/vercel/next.js) from 14.2.10 to 15.0.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.0.0</h2> <h3>Core Changes</h3> <ul> <li>refactor: next-flight-client-module-loader return conditions: <a href="https://redirect.github.com/vercel/next.js/issues/64348">#64348</a></li> <li>Fix Server Action error logs for unhandled POST requests: <a href="https://redirect.github.com/vercel/next.js/issues/64315">#64315</a></li> <li>Shared Revalidate Timings: <a href="https://redirect.github.com/vercel/next.js/issues/64370">#64370</a></li> <li>Freeze loaded manifests: <a href="https://redirect.github.com/vercel/next.js/issues/64313">#64313</a></li> <li>test: skip turbopack build test: <a href="https://redirect.github.com/vercel/next.js/issues/64356">#64356</a></li> <li>Fix: css in next/dynamic component in edge runtime: <a href="https://redirect.github.com/vercel/next.js/issues/64382">#64382</a></li> <li>Fix more Turbopack build tests: <a href="https://redirect.github.com/vercel/next.js/issues/64384">#64384</a></li> <li>use pathToFileUrl to make esm import()s work with absolute windows paths: <a href="https://redirect.github.com/vercel/next.js/issues/64386">#64386</a></li> <li>Improve rendering performance: <a href="https://redirect.github.com/vercel/next.js/issues/64408">#64408</a></li> <li>Fix the method prop case in Server Actions transform: <a href="https://redirect.github.com/vercel/next.js/issues/64398">#64398</a></li> <li>fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity: <a href="https://redirect.github.com/vercel/next.js/issues/64405">#64405</a></li> <li>Revert "Fix: css in next/dynamic component in edge runtime": <a href="https://redirect.github.com/vercel/next.js/issues/64442">#64442</a></li> <li>default fetchCache to no-store when force-dynamic is set: <a href="https://redirect.github.com/vercel/next.js/issues/64145">#64145</a></li> <li>router restore should take priority over pending actions: <a href="https://redirect.github.com/vercel/next.js/issues/64449">#64449</a></li> <li>Fix client boundary inheritance for barrel optimization: <a href="https://redirect.github.com/vercel/next.js/issues/64467">#64467</a></li> <li>improve turborepo caching: <a href="https://redirect.github.com/vercel/next.js/issues/64493">#64493</a></li> <li>Update font data: <a href="https://redirect.github.com/vercel/next.js/issues/64481">#64481</a></li> <li>BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests: <a href="https://redirect.github.com/vercel/next.js/issues/64199">#64199</a></li> <li>feat: strip traceparent header from cachekey: <a href="https://redirect.github.com/vercel/next.js/issues/64499">#64499</a></li> <li>Fix typo in dynamic-rendering.ts: <a href="https://redirect.github.com/vercel/next.js/issues/64365">#64365</a></li> <li>fix(next): global not-found not working on multi-root layouts: <a href="https://redirect.github.com/vercel/next.js/issues/63053">#63053</a></li> <li>chore(next): add keywords on package.json: <a href="https://redirect.github.com/vercel/next.js/issues/64173">#64173</a></li> <li>Fix DynamicServerError not being thrown in fetch: <a href="https://redirect.github.com/vercel/next.js/issues/64511">#64511</a></li> <li>fix: <code>lib/helpers/install.ts</code> to better support pnpm and properly respect <code>root</code> argument: <a href="https://redirect.github.com/vercel/next.js/issues/64418">#64418</a></li> <li>fix(next): <code>Metadata.openGraph</code> values not resolving basic values when <code>type</code> is set: <a href="https://redirect.github.com/vercel/next.js/issues/63620">#63620</a></li> <li>disable production chunking in dev: <a href="https://redirect.github.com/vercel/next.js/issues/64488">#64488</a></li> <li>update turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/64501">#64501</a></li> <li>Turbopack: Allow client components to be imported in app routes: <a href="https://redirect.github.com/vercel/next.js/issues/64520">#64520</a></li> <li>refactor: remove always truthy flag: <a href="https://redirect.github.com/vercel/next.js/issues/64522">#64522</a></li> <li>Turbopack: don’t show long internal stack traces on build errors: <a href="https://redirect.github.com/vercel/next.js/issues/64427">#64427</a></li> <li>next/script: Correctly apply async and defer props: <a href="https://redirect.github.com/vercel/next.js/issues/52939">#52939</a></li> <li>chore(next/font): update <code>@capsizecss/metrics</code> package: <a href="https://redirect.github.com/vercel/next.js/issues/64528">#64528</a></li> <li>feat: add information that revalidate interval is in seconds: <a href="https://redirect.github.com/vercel/next.js/issues/64229">#64229</a></li> <li>Typo "Minifer" in config.ts: <a href="https://redirect.github.com/vercel/next.js/issues/64359">#64359</a></li> <li>Enhance types for Node and Edge envionments: <a href="https://redirect.github.com/vercel/next.js/issues/64454">#64454</a></li> <li>feat: Add a validation for <code>postcss</code> with <code>useLightningcss</code>: <a href="https://redirect.github.com/vercel/next.js/issues/64379">#64379</a></li> <li>fix HMR for cases where chunking changes: <a href="https://redirect.github.com/vercel/next.js/issues/64367">#64367</a></li> <li>perf: improve Pages Router server rendering performance: <a href="https://redirect.github.com/vercel/next.js/issues/64461">#64461</a></li> <li>Fix cjs client components tree-shaking: <a href="https://redirect.github.com/vercel/next.js/issues/64558">#64558</a></li> <li>fix refresh behavior for discarded actions: <a href="https://redirect.github.com/vercel/next.js/issues/64532">#64532</a></li> <li>fix: filter out middleware requests in logging: <a href="https://redirect.github.com/vercel/next.js/issues/64549">#64549</a></li> <li>chore: remove unused rust dependencies: <a href="https://redirect.github.com/vercel/next.js/issues/62176">#62176</a></li> <li>fix(next-swc): correctly set wasm fallback for known target triples: <a href="https://redirect.github.com/vercel/next.js/issues/64567">#64567</a></li> <li>memoize layout router context: <a href="https://redirect.github.com/vercel/next.js/issues/64575">#64575</a></li> <li>fix incorrect refresh request when basePath is set: <a href="https://redirect.github.com/vercel/next.js/issues/64589">#64589</a></li> <li>fix TypeError edge-case for parallel slots rendered multiple times: <a href="https://redirect.github.com/vercel/next.js/issues/64271">#64271</a></li> <li>Fix ASL bundling for dynamic css: <a href="https://redirect.github.com/vercel/next.js/issues/64451">#64451</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
d31c78069c |
Bump @next/eslint-plugin-next from 14.0.3 to 15.0.0 in /docs (#959)
Bumps [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) from 14.0.3 to 15.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases"><code>@next/eslint-plugin-next</code>'s releases</a>.</em></p> <blockquote> <h2>v15.0.0</h2> <h3>Core Changes</h3> <ul> <li>refactor: next-flight-client-module-loader return conditions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64348">#64348</a></li> <li>Fix Server Action error logs for unhandled POST requests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64315">#64315</a></li> <li>Shared Revalidate Timings: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64370">#64370</a></li> <li>Freeze loaded manifests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64313">#64313</a></li> <li>test: skip turbopack build test: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64356">#64356</a></li> <li>Fix: css in next/dynamic component in edge runtime: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64382">#64382</a></li> <li>Fix more Turbopack build tests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64384">#64384</a></li> <li>use pathToFileUrl to make esm import()s work with absolute windows paths: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64386">#64386</a></li> <li>Improve rendering performance: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64408">#64408</a></li> <li>Fix the method prop case in Server Actions transform: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64398">#64398</a></li> <li>fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64405">#64405</a></li> <li>Revert "Fix: css in next/dynamic component in edge runtime": <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64442">#64442</a></li> <li>default fetchCache to no-store when force-dynamic is set: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64145">#64145</a></li> <li>router restore should take priority over pending actions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64449">#64449</a></li> <li>Fix client boundary inheritance for barrel optimization: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64467">#64467</a></li> <li>improve turborepo caching: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64493">#64493</a></li> <li>Update font data: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64481">#64481</a></li> <li>BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64199">#64199</a></li> <li>feat: strip traceparent header from cachekey: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64499">#64499</a></li> <li>Fix typo in dynamic-rendering.ts: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64365">#64365</a></li> <li>fix(next): global not-found not working on multi-root layouts: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/63053">#63053</a></li> <li>chore(next): add keywords on package.json: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64173">#64173</a></li> <li>Fix DynamicServerError not being thrown in fetch: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64511">#64511</a></li> <li>fix: <code>lib/helpers/install.ts</code> to better support pnpm and properly respect <code>root</code> argument: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64418">#64418</a></li> <li>fix(next): <code>Metadata.openGraph</code> values not resolving basic values when <code>type</code> is set: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/63620">#63620</a></li> <li>disable production chunking in dev: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64488">#64488</a></li> <li>update turbopack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64501">#64501</a></li> <li>Turbopack: Allow client components to be imported in app routes: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64520">#64520</a></li> <li>refactor: remove always truthy flag: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64522">#64522</a></li> <li>Turbopack: don’t show long internal stack traces on build errors: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64427">#64427</a></li> <li>next/script: Correctly apply async and defer props: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/52939">#52939</a></li> <li>chore(next/font): update <code>@capsizecss/metrics</code> package: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64528">#64528</a></li> <li>feat: add information that revalidate interval is in seconds: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64229">#64229</a></li> <li>Typo "Minifer" in config.ts: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64359">#64359</a></li> <li>Enhance types for Node and Edge envionments: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64454">#64454</a></li> <li>feat: Add a validation for <code>postcss</code> with <code>useLightningcss</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64379">#64379</a></li> <li>fix HMR for cases where chunking changes: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64367">#64367</a></li> <li>perf: improve Pages Router server rendering performance: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64461">#64461</a></li> <li>Fix cjs client components tree-shaking: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64558">#64558</a></li> <li>fix refresh behavior for discarded actions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64532">#64532</a></li> <li>fix: filter out middleware requests in logging: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64549">#64549</a></li> <li>chore: remove unused rust dependencies: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/62176">#62176</a></li> <li>fix(next-swc): correctly set wasm fallback for known target triples: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64567">#64567</a></li> <li>memoize layout router context: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64575">#64575</a></li> <li>fix incorrect refresh request when basePath is set: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64589">#64589</a></li> <li>fix TypeError edge-case for parallel slots rendered multiple times: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64271">#64271</a></li> <li>Fix ASL bundling for dynamic css: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64451">#64451</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
3e8f510cc7 |
Bump @next/bundle-analyzer from 14.2.0 to 15.0.0 in /frontend (#958)
Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 14.2.0 to 15.0.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.0.0</h2> <h3>Core Changes</h3> <ul> <li>refactor: next-flight-client-module-loader return conditions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64348">#64348</a></li> <li>Fix Server Action error logs for unhandled POST requests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64315">#64315</a></li> <li>Shared Revalidate Timings: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64370">#64370</a></li> <li>Freeze loaded manifests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64313">#64313</a></li> <li>test: skip turbopack build test: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64356">#64356</a></li> <li>Fix: css in next/dynamic component in edge runtime: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64382">#64382</a></li> <li>Fix more Turbopack build tests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64384">#64384</a></li> <li>use pathToFileUrl to make esm import()s work with absolute windows paths: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64386">#64386</a></li> <li>Improve rendering performance: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64408">#64408</a></li> <li>Fix the method prop case in Server Actions transform: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64398">#64398</a></li> <li>fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64405">#64405</a></li> <li>Revert "Fix: css in next/dynamic component in edge runtime": <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64442">#64442</a></li> <li>default fetchCache to no-store when force-dynamic is set: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64145">#64145</a></li> <li>router restore should take priority over pending actions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64449">#64449</a></li> <li>Fix client boundary inheritance for barrel optimization: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64467">#64467</a></li> <li>improve turborepo caching: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64493">#64493</a></li> <li>Update font data: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64481">#64481</a></li> <li>BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64199">#64199</a></li> <li>feat: strip traceparent header from cachekey: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64499">#64499</a></li> <li>Fix typo in dynamic-rendering.ts: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64365">#64365</a></li> <li>fix(next): global not-found not working on multi-root layouts: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/63053">#63053</a></li> <li>chore(next): add keywords on package.json: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64173">#64173</a></li> <li>Fix DynamicServerError not being thrown in fetch: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64511">#64511</a></li> <li>fix: <code>lib/helpers/install.ts</code> to better support pnpm and properly respect <code>root</code> argument: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64418">#64418</a></li> <li>fix(next): <code>Metadata.openGraph</code> values not resolving basic values when <code>type</code> is set: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/63620">#63620</a></li> <li>disable production chunking in dev: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64488">#64488</a></li> <li>update turbopack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64501">#64501</a></li> <li>Turbopack: Allow client components to be imported in app routes: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64520">#64520</a></li> <li>refactor: remove always truthy flag: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64522">#64522</a></li> <li>Turbopack: don’t show long internal stack traces on build errors: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64427">#64427</a></li> <li>next/script: Correctly apply async and defer props: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/52939">#52939</a></li> <li>chore(next/font): update <code>@capsizecss/metrics</code> package: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64528">#64528</a></li> <li>feat: add information that revalidate interval is in seconds: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64229">#64229</a></li> <li>Typo "Minifer" in config.ts: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64359">#64359</a></li> <li>Enhance types for Node and Edge envionments: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64454">#64454</a></li> <li>feat: Add a validation for <code>postcss</code> with <code>useLightningcss</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64379">#64379</a></li> <li>fix HMR for cases where chunking changes: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64367">#64367</a></li> <li>perf: improve Pages Router server rendering performance: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64461">#64461</a></li> <li>Fix cjs client components tree-shaking: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64558">#64558</a></li> <li>fix refresh behavior for discarded actions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64532">#64532</a></li> <li>fix: filter out middleware requests in logging: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64549">#64549</a></li> <li>chore: remove unused rust dependencies: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/62176">#62176</a></li> <li>fix(next-swc): correctly set wasm fallback for known target triples: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64567">#64567</a></li> <li>memoize layout router context: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64575">#64575</a></li> <li>fix incorrect refresh request when basePath is set: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64589">#64589</a></li> <li>fix TypeError edge-case for parallel slots rendered multiple times: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64271">#64271</a></li> <li>Fix ASL bundling for dynamic css: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64451">#64451</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
0cb66adda9 |
Bump react-i18next from 15.0.0 to 15.1.0 in /frontend (#956)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.0.0 to 15.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's changelog</a>.</em></p> <blockquote> <h3>15.1.0</h3> <ul> <li>fix: <code><Trans /></code> warns 'Each child in a list should have a unique "key" prop.' for react 19 <a href="https://redirect.github.com/i18next/next-i18next/pull/1806">1806</a></li> </ul> <h3>15.0.3</h3> <ul> <li>try to fix <a href="https://redirect.github.com/i18next/next-i18next/issues/2302">unexpected token issue</a></li> </ul> <h3>15.0.2</h3> <ul> <li>try to fix Trans handling with alwaysFormat set to true <a href="https://redirect.github.com/i18next/react-i18next/issues/1801">1801</a></li> </ul> <h3>15.0.1</h3> <ul> <li>revert arrow function in class property to address <a href=" |
||
|
|
ddfb27c2d9 |
Bump @next/eslint-plugin-next from 14.2.3 to 15.0.0 in /frontend (#955)
Bumps [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) from 14.2.3 to 15.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases"><code>@next/eslint-plugin-next</code>'s releases</a>.</em></p> <blockquote> <h2>v15.0.0</h2> <h3>Core Changes</h3> <ul> <li>refactor: next-flight-client-module-loader return conditions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64348">#64348</a></li> <li>Fix Server Action error logs for unhandled POST requests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64315">#64315</a></li> <li>Shared Revalidate Timings: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64370">#64370</a></li> <li>Freeze loaded manifests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64313">#64313</a></li> <li>test: skip turbopack build test: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64356">#64356</a></li> <li>Fix: css in next/dynamic component in edge runtime: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64382">#64382</a></li> <li>Fix more Turbopack build tests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64384">#64384</a></li> <li>use pathToFileUrl to make esm import()s work with absolute windows paths: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64386">#64386</a></li> <li>Improve rendering performance: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64408">#64408</a></li> <li>Fix the method prop case in Server Actions transform: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64398">#64398</a></li> <li>fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64405">#64405</a></li> <li>Revert "Fix: css in next/dynamic component in edge runtime": <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64442">#64442</a></li> <li>default fetchCache to no-store when force-dynamic is set: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64145">#64145</a></li> <li>router restore should take priority over pending actions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64449">#64449</a></li> <li>Fix client boundary inheritance for barrel optimization: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64467">#64467</a></li> <li>improve turborepo caching: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64493">#64493</a></li> <li>Update font data: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64481">#64481</a></li> <li>BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64199">#64199</a></li> <li>feat: strip traceparent header from cachekey: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64499">#64499</a></li> <li>Fix typo in dynamic-rendering.ts: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64365">#64365</a></li> <li>fix(next): global not-found not working on multi-root layouts: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/63053">#63053</a></li> <li>chore(next): add keywords on package.json: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64173">#64173</a></li> <li>Fix DynamicServerError not being thrown in fetch: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64511">#64511</a></li> <li>fix: <code>lib/helpers/install.ts</code> to better support pnpm and properly respect <code>root</code> argument: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64418">#64418</a></li> <li>fix(next): <code>Metadata.openGraph</code> values not resolving basic values when <code>type</code> is set: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/63620">#63620</a></li> <li>disable production chunking in dev: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64488">#64488</a></li> <li>update turbopack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64501">#64501</a></li> <li>Turbopack: Allow client components to be imported in app routes: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64520">#64520</a></li> <li>refactor: remove always truthy flag: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64522">#64522</a></li> <li>Turbopack: don’t show long internal stack traces on build errors: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64427">#64427</a></li> <li>next/script: Correctly apply async and defer props: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/52939">#52939</a></li> <li>chore(next/font): update <code>@capsizecss/metrics</code> package: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64528">#64528</a></li> <li>feat: add information that revalidate interval is in seconds: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64229">#64229</a></li> <li>Typo "Minifer" in config.ts: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64359">#64359</a></li> <li>Enhance types for Node and Edge envionments: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64454">#64454</a></li> <li>feat: Add a validation for <code>postcss</code> with <code>useLightningcss</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64379">#64379</a></li> <li>fix HMR for cases where chunking changes: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64367">#64367</a></li> <li>perf: improve Pages Router server rendering performance: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64461">#64461</a></li> <li>Fix cjs client components tree-shaking: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64558">#64558</a></li> <li>fix refresh behavior for discarded actions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64532">#64532</a></li> <li>fix: filter out middleware requests in logging: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64549">#64549</a></li> <li>chore: remove unused rust dependencies: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/62176">#62176</a></li> <li>fix(next-swc): correctly set wasm fallback for known target triples: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64567">#64567</a></li> <li>memoize layout router context: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64575">#64575</a></li> <li>fix incorrect refresh request when basePath is set: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64589">#64589</a></li> <li>fix TypeError edge-case for parallel slots rendered multiple times: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64271">#64271</a></li> <li>Fix ASL bundling for dynamic css: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64451">#64451</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
52890fadb2 |
Use stage item inputs instead of teams (#909)
A match should contain two stage item inputs that oppose each other, instead of two teams. This simplifies a lot and is more logical. |
||
|
|
56338f2dac |
Bump eslint-plugin-react-hooks from 4.6.0 to 5.0.0 in /docs (#953)
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.6.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/releases">eslint-plugin-react-hooks's releases</a>.</em></p> <blockquote> <h2>eslint-plugin-react-hooks@5.0.0 (Oct 11, 2024)</h2> <p>This release only contains <code>eslint-plugin-react-hooks</code>. Notably, new violations and support for ESLint v9 were added.</p> <h2><code>eslint-plugin-react-hooks</code></h2> <ul> <li><strong>New Violations:</strong> Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means <code>_Button</code> or <code>_component</code> are no longer valid. (<a href="https://github.com/kassens"><code>@kassens</code></a>) in <a href="https://redirect.github.com/facebook/react/pull/25162">#25162</a> For example, in <pre lang="tsx"><code>function _Component() { useState() ^^^^^^^^ A React Hook "useState" is called in function "_Component" which is neither a Component nor a custom React Hook function. } </code></pre> <code>_Component</code> should be renamed to <code>Component</code>.</li> </ul> <ul> <li>Add support for ESLint v9. (<a href="https://github.com/eps1lon"><code>@eps1lon</code></a> in <a href="https://redirect.github.com/facebook/react/pull/28773">#28773</a>)</li> <li>Consider dispatch from <code>useActionState</code> stable. (<a href="https://github.com/eps1lon"><code>@eps1lon</code></a> in <a href="https://redirect.github.com/facebook/react/pull/29665">#29665</a>)</li> <li>Accept <code>as</code> expression in callback. (<a href="https://github.com/StyleShit"><code>@StyleShit</code></a> in <a href="https://redirect.github.com/facebook/react/pull/28202">#28202</a>)</li> <li>Accept <code>as</code> expressions in deps array. (<a href="https://github.com/StyleShit"><code>@StyleShit</code></a> in <a href="https://redirect.github.com/facebook/react/pull/28189">#28189</a>)</li> <li>Treat <code>React.use()</code> the same as <code>use()</code>. (<a href="https://github.com/kassens"><code>@kassens</code></a> in <a href="https://redirect.github.com/facebook/react/pull/27769">#27769</a>)</li> <li>Move <code>use()</code> lint to non-experimental. (<a href="https://github.com/kassens"><code>@kassens</code></a> in <a href="https://redirect.github.com/facebook/react/pull/27768">#27768</a>)</li> <li>Support Flow <code>as</code> expressions. (<a href="https://github.com/cpojer"><code>@cpojer</code></a> in <a href="https://redirect.github.com/facebook/react/pull/27590">#27590</a>)</li> <li>Allow <code>useEffect(fn, undefined)</code>. (<a href="https://github.com/kassens"><code>@kassens</code></a> in <a href="https://redirect.github.com/facebook/react/pull/27525">#27525</a>)</li> <li>Disallow hooks in async functions. (<a href="https://github.com/acdlite"><code>@acdlite</code></a> in <a href="https://redirect.github.com/facebook/react/pull/27045">#27045</a>)</li> <li>Rename experimental <code>useEvent</code> to <code>useEffectEvent</code>. (<a href="https://github.com/sebmarkbage"><code>@sebmarkbage</code></a> in <a href="https://redirect.github.com/facebook/react/pull/25881">#25881</a>)</li> <li>Lint for presence of <code>useEvent</code> functions in dependency lists. (<a href="https://github.com/poteto"><code>@poteto</code></a> in <a href="https://redirect.github.com/facebook/react/pull/25512">#25512</a>)</li> <li>Check <code>useEvent</code> references instead. (<a href="https://github.com/poteto"><code>@poteto</code></a> in <a href="https://redirect.github.com/facebook/react/pull/25319">#25319</a>)</li> <li>Update <code>RulesOfHooks</code> with <code>useEvent</code> rules. (<a href="https://github.com/poteto"><code>@poteto</code></a> in <a href="https://redirect.github.com/facebook/react/pull/25285">#25285</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md">eslint-plugin-react-hooks's changelog</a>.</em></p> <blockquote> <h2>5.0.0</h2> <ul> <li><strong>New Violations:</strong> Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means <code>_Button</code> or <code>_component</code> are no longer valid. (<a href="https://github.com/kassens"><code>@kassens</code></a>) in <a href="https://redirect.github.com/facebook/react/pull/25162">#25162</a></li> </ul> <ul> <li>Consider dispatch from <code>useActionState</code> stable. (<a href="https://github.com/eps1lon"><code>@eps1lon</code></a> in <a href="https://redirect.github.com/facebook/react/pull/29665">#29665</a>)</li> <li>Add support for ESLint v9. (<a href="https://github.com/eps1lon"><code>@eps1lon</code></a> in <a href="https://redirect.github.com/facebook/react/pull/28773">#28773</a>)</li> <li>Accept <code>as</code> expression in callback. (<a href="https://github.com/StyleShit"><code>@StyleShit</code></a> in <a href="https://redirect.github.com/facebook/react/pull/28202">#28202</a>)</li> <li>Accept <code>as</code> expressions in deps array. (<a href="https://github.com/StyleShit"><code>@StyleShit</code></a> in <a href="https://redirect.github.com/facebook/react/pull/28189">#28189</a>)</li> <li>Treat <code>React.use()</code> the same as <code>use()</code>. (<a href="https://github.com/kassens"><code>@kassens</code></a> in <a href="https://redirect.github.com/facebook/react/pull/27769">#27769</a>)</li> <li>Move <code>use()</code> lint to non-experimental. (<a href="https://github.com/kassens"><code>@kassens</code></a> in <a href="https://redirect.github.com/facebook/react/pull/27768">#27768</a>)</li> <li>Support Flow <code>as</code> expressions. (<a href="https://github.com/cpojer"><code>@cpojer</code></a> in <a href="https://redirect.github.com/facebook/react/pull/27590">#27590</a>)</li> <li>Allow <code>useEffect(fn, undefined)</code>. (<a href="https://github.com/kassens"><code>@kassens</code></a> in <a href="https://redirect.github.com/facebook/react/pull/27525">#27525</a>)</li> <li>Disallow hooks in async functions. (<a href="https://github.com/acdlite"><code>@acdlite</code></a> in <a href="https://redirect.github.com/facebook/react/pull/27045">#27045</a>)</li> <li>Rename experimental <code>useEvent</code> to <code>useEffectEvent</code>. (<a href="https://github.com/sebmarkbage"><code>@sebmarkbage</code></a> in <a href="https://redirect.github.com/facebook/react/pull/25881">#25881</a>)</li> <li>Lint for presence of <code>useEvent</code> functions in dependency lists. (<a href="https://github.com/poteto"><code>@poteto</code></a> in <a href="https://redirect.github.com/facebook/react/pull/25512">#25512</a>)</li> <li>Check <code>useEvent</code> references instead. (<a href="https://github.com/poteto"><code>@poteto</code></a> in <a href="https://redirect.github.com/facebook/react/pull/25319">#25319</a>)</li> <li>Update <code>RulesOfHooks</code> with <code>useEvent</code> rules. (<a href="https://github.com/poteto"><code>@poteto</code></a> in <a href="https://redirect.github.com/facebook/react/pull/25285">#25285</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/facebook/react/commits/eslint-plugin-react-hooks@5.0.0/packages/eslint-plugin-react-hooks">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~eps1lon">eps1lon</a>, a new releaser for eslint-plugin-react-hooks since your current version.</p> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot 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> |
||
|
|
4451863ebd |
Bump @typescript-eslint/parser from 6.13.2 to 8.10.0 in /docs (#952)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.13.2 to 8.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v8.10.0</h2> <h2>8.10.0 (2024-10-17)</h2> <h3>🚀 Features</h3> <ul> <li>support TypeScript 5.6 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9972">#9972</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>typescript-eslint:</strong> propagate <code>name</code> field to extended configs in <code>config</code> helper (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10094">#10094</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@auvred</code></a></li> <li>Josh Goldberg ✨</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.9.0</h2> <h2>8.9.0 (2024-10-14)</h2> <h3>🚀 Features</h3> <ul> <li><strong>rule-tester:</strong> hooks for test cases (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10109">#10109</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] cannot assume variables are either type or value (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10093">#10093</a>)</li> <li><strong>eslint-plugin:</strong> [return-await] sync the behavior with await-thenable (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10069">#10069</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] report a different error message when <code>allowBitwiseExpressions</code> is enabled (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10096">#10096</a>)</li> <li><strong>eslint-plugin:</strong> [no-loop-func] sync from upstream base rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10103">#10103</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] never report the naming of an enum member (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10117">#10117</a>)</li> <li><strong>eslint-plugin:</strong> correct use-at-your-own-risk type definitions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10049">#10049</a>)</li> <li><strong>eslint-plugin:</strong> handle unions in await...for (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10110">#10110</a>)</li> <li><strong>rule-tester:</strong> merge provided <code>linterOptions</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10131">#10131</a>)</li> <li><strong>scope-manager:</strong> [no-use-before-define] do not treat nested namespace aliases as variable references (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10095">#10095</a>)</li> <li><strong>typescript-estree:</strong> improve project service error message when file extension missing from extraFileExtensions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10076">#10076</a>)</li> <li><strong>visitor-keys:</strong> reorder <code>TSSatisfiesExpression</code> and <code>TSTypeAssertion</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10139">#10139</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Anna Bocharova <a href="https://github.com/RobinTail"><code>@RobinTail</code></a></li> <li>Arya Emami <a href="https://github.com/aryaemami59"><code>@aryaemami59</code></a></li> <li>auvred <a href="https://github.com/auvred"><code>@auvred</code></a></li> <li>Joshua Chen</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Lotfi Meklati <a href="https://github.com/lotmek"><code>@lotmek</code></a></li> <li>mdm317</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>8.10.0 (2024-10-17)</h2> <h3>🚀 Features</h3> <ul> <li>support TypeScript 5.6 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9972">#9972</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.9.0 (2024-10-14)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.8.1 (2024-10-07)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.8.0 (2024-09-30)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.7.0 (2024-09-23)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.6.0 (2024-09-16)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.5.0 (2024-09-09)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.4.0 (2024-09-02)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
7064f12d68 |
Bump eslint from 8.55.0 to 9.13.0 in /docs (#950)
Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 9.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v9.13.0</h2> <h2>Features</h2> <ul> <li><a href=" |
||
|
|
50cb87f58e |
Bump eslint-plugin-testing-library from 6.3.0 to 6.4.0 in /frontend (#949)
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.3.0 to 6.4.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.4.0</h2> <h1><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.3.4...v6.4.0">6.4.0</a> (2024-10-18)</h1> <h3>Features</h3> <ul> <li>support ESLint v9 (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/928">#928</a>) (<a href=" |
||
|
|
c6d78e9409 |
Bump @testing-library/jest-dom from 6.5.0 to 6.6.1 in /frontend (#947)
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.5.0 to 6.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/jest-dom/releases"><code>@testing-library/jest-dom</code>'s releases</a>.</em></p> <blockquote> <h2>v6.6.1</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.6.0...v6.6.1">6.6.1</a> (2024-10-16)</h2> <h3>Bug Fixes</h3> <ul> <li>fix lodash import in to-have-selection.js (<a href="https://redirect.github.com/testing-library/jest-dom/issues/642">#642</a>) (<a href=" |
||
|
|
27b64b6e1b |
Bump @types/node from 20.10.3 to 22.7.5 in /docs (#943)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.3 to 22.7.5. <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> |
||
|
|
f4b77085a6 |
Bump eslint-plugin-jest from 27.6.0 to 28.8.3 in /docs (#944)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.6.0 to 28.8.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's releases</a>.</em></p> <blockquote> <h2>v28.8.3</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.2...v28.8.3">28.8.3</a> (2024-09-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>prefer-importing-jest-globals:</strong> don't add imports in the middle of statements (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1645">#1645</a>) (<a href=" |
||
|
|
7ca031b394 |
Bump markdownlint-rule-relative-links from 2.1.1 to 3.0.0 in /docs (#945)
Bumps [markdownlint-rule-relative-links](https://github.com/theoludwig/markdownlint-rule-relative-links) from 2.1.1 to 3.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/theoludwig/markdownlint-rule-relative-links/releases">markdownlint-rule-relative-links's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <h2><a href="https://github.com/theoludwig/markdownlint-rule-relative-links/compare/v2.3.2...v3.0.0">3.0.0</a> (2024-05-27)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>Heading fragments is now Case sensitive. For example "#ExistIng-Heading" is invalid as it should be "#existing-heading".</li> </ul> <h3>Features</h3> <ul> <li>stricter validation of heading fragments by being Case sensitive (<a href=" |
||
|
|
ee758f7025 |
Bump @tabler/icons-react from 2.42.0 to 3.19.0 in /docs (#946)
Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 2.42.0 to 3.19.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.19.0</h2> <!-- raw HTML omitted --> <h3>18 new icons:</h3> <ul> <li><code>filled/favicon</code></li> <li><code>filled/icons</code></li> <li><code>filled/ironing-1</code></li> <li><code>filled/ironing-2</code></li> <li><code>filled/ironing-3</code></li> <li><code>filled/ironing-steam</code></li> <li><code>filled/sitemap</code></li> <li><code>outline/arrow-down-dashed</code></li> <li><code>outline/arrow-left-dashed</code></li> <li><code>outline/arrow-narrow-down-dashed</code></li> <li><code>outline/arrow-narrow-left-dashed</code></li> <li><code>outline/arrow-narrow-right-dashed</code></li> <li><code>outline/arrow-narrow-up-dashed</code></li> <li><code>outline/arrow-right-dashed</code></li> <li><code>outline/arrow-up-dashed</code></li> <li><code>outline/building-cog</code></li> <li><code>outline/building-minus</code></li> <li><code>outline/building-plus</code></li> </ul> <p>Fixed icon: <code>outline/sitemap</code></p> <h3>Improvements</h3> <ul> <li>allow passing <code>class</code> from component in <code>@tabler/icons-preact</code> package (<a href="https://redirect.github.com/tabler/tabler-icons/pull/1223">tabler/tabler-icons#1223</a>)</li> <li>allow treeshaking with <code>@tabler/icons-solidjs</code> package (<a href="https://redirect.github.com/tabler/tabler-icons/pull/1221">tabler/tabler-icons#1221</a>)</li> <li>generate dynamic imports for <code>@tabler/icons-react</code> package (<a href="https://redirect.github.com/tabler/tabler-icons/pull/1081">tabler/tabler-icons#1081</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>fix default values for <code>size</code> and <code>stroke</code> attributes in <code>@tabler/icons-vue</code> package (<a href="https://redirect.github.com/tabler/tabler-icons/pull/1145">tabler/tabler-icons#1145</a>)</li> </ul> <h2>Release 3.18.0</h2> <!-- raw HTML omitted --> <h3>18 new icons:</h3> <ul> <li><code>outline/joker</code></li> <li><code>outline/number-10</code></li> <li><code>outline/number-11</code></li> <li><code>outline/play-card-1</code></li> <li><code>outline/play-card-10</code></li> <li><code>outline/play-card-2</code></li> <li><code>outline/play-card-3</code></li> <li><code>outline/play-card-4</code></li> <li><code>outline/play-card-5</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
faae264b39 | Re-enable dependabot for docs (#942) | ||
|
|
58925b13b2 | New Crowdin updates (#941) | ||
|
|
d5ed16a11b |
Bump i18next from 23.15.0 to 23.16.0 in /frontend (#940)
Bumps [i18next](https://github.com/i18next/i18next) from 23.15.0 to 23.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/releases">i18next's releases</a>.</em></p> <blockquote> <h2>v23.16.0</h2> <ul> <li>use <code>Intl.getCanonicalLocales</code> function if available to format language code, like suggested in <a href="https://redirect.github.com/i18next/i18next/pull/2244">2244</a></li> </ul> <h2>v23.15.2</h2> <ul> <li>fix(types): make context related keys detection stricter <a href="https://redirect.github.com/i18next/i18next/pull/2243">2243</a> fixes <a href="https://redirect.github.com/i18next/i18next/issues/2242">2242</a></li> </ul> <h2>v23.15.1</h2> <ul> <li>types(TFunction): make return not inferrable and use defaultValue as return when provided <a href="https://redirect.github.com/i18next/i18next/pull/2234">2234</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's changelog</a>.</em></p> <blockquote> <h2>23.16.0</h2> <ul> <li>use <code>Intl.getCanonicalLocales</code> function if available to format language code, like suggested in <a href="https://redirect.github.com/i18next/i18next/pull/2244">2244</a></li> </ul> <h2>23.15.2</h2> <ul> <li>fix(types): make context related keys detection stricter <a href="https://redirect.github.com/i18next/i18next/pull/2243">2243</a> fixes <a href="https://redirect.github.com/i18next/i18next/issues/2242">2242</a></li> </ul> <h2>23.15.1</h2> <ul> <li>types(TFunction): make return not inferrable and use defaultValue as return when provided <a href="https://redirect.github.com/i18next/i18next/pull/2234">2234</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
8016e53ec8 |
Bump cookies-next from 4.2.0 to 4.3.0 in /frontend (#939)
Bumps [cookies-next](https://github.com/andreizanik/cookies-next) from 4.2.0 to 4.3.0. <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>v4.3.0</h2> <h2>What's Changed</h2> <ul> <li>Update cookie dependency. by <a href="https://github.com/jeffbum"><code>@jeffbum</code></a> in <a href="https://redirect.github.com/andreizanik/cookies-next/pull/80">andreizanik/cookies-next#80</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jeffbum"><code>@jeffbum</code></a> made their first contribution in <a href="https://redirect.github.com/andreizanik/cookies-next/pull/80">andreizanik/cookies-next#80</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/andreizanik/cookies-next/compare/v4.2.1...v4.3.0">https://github.com/andreizanik/cookies-next/compare/v4.2.1...v4.3.0</a></p> <h2>v4.2.1</h2> <p>hot fix bug with types</p> <h2>What's Changed</h2> <ul> <li>chore: move <code>@types/cookie</code> to dependencies by <a href="https://github.com/ericsen-tsai"><code>@ericsen-tsai</code></a> in <a href="https://redirect.github.com/andreizanik/cookies-next/pull/72">andreizanik/cookies-next#72</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ericsen-tsai"><code>@ericsen-tsai</code></a> made their first contribution in <a href="https://redirect.github.com/andreizanik/cookies-next/pull/72">andreizanik/cookies-next#72</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/andreizanik/cookies-next/compare/v4.2.0...v4.2.1">https://github.com/andreizanik/cookies-next/compare/v4.2.0...v4.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
ce620155dc |
Bump docker/build-push-action from 6.8.0 to 6.9.0 (#928)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.8.0 to 6.9.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.9.0</h2> <ul> <li>Bump <code>@docker/actions-toolkit</code> from 0.38.0 to 0.39.0 in <a href="https://redirect.github.com/docker/build-push-action/pull/1234">docker/build-push-action#1234</a></li> <li>Bump path-to-regexp from 6.2.2 to 6.3.0 in <a href="https://redirect.github.com/docker/build-push-action/pull/1232">docker/build-push-action#1232</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v6.8.0...v6.9.0">https://github.com/docker/build-push-action/compare/v6.8.0...v6.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
107de330b7 |
Bump pylint from 3.2.7 to 3.3.1 in /backend (#933)
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.1. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
c188bfb894 | New Crowdin updates (#937) | ||
|
|
d247a0c621 | New Crowdin updates (#936) | ||
|
|
3b7f9ab73e | New Crowdin updates (#934) | ||
|
|
f9acf855ed |
Bump eslint-plugin-import from 2.30.0 to 2.31.0 in /frontend (#932)
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.30.0 to 2.31.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-plugin-import/releases">eslint-plugin-import's releases</a>.</em></p> <blockquote> <h2>v2.31.0</h2> <h3>Added</h3> <ul> <li>support eslint v9 (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2996">#2996</a>, thanks [<a href="https://github.com/G-Rath"><code>@G-Rath</code></a>] [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> <li><a href="./docs/rules/order.md"><code>order</code></a>: allow validating named imports (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3043">#3043</a>, thanks [<a href="https://github.com/manuth"><code>@manuth</code></a>])</li> <li><a href="./docs/rules/extensions.md"><code>extensions</code></a>: add the <code>checkTypeImports</code> option (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2817">#2817</a>, thanks [<a href="https://github.com/phryneas"><code>@phryneas</code></a>])</li> </ul> <h3>Fixed</h3> <ul> <li><code>ExportMap</code> / flat config: include <code>languageOptions</code> in context (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3052">#3052</a>, thanks [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> <li><a href="./docs/rules/no-named-as-default.md"><code>no-named-as-default</code></a>: Allow using an identifier if the export is both a named and a default export (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3032">#3032</a>, thanks [<a href="https://github.com/akwodkiewicz"><code>@akwodkiewicz</code></a>])</li> <li><a href="./docs/rules/export.md"><code>export</code></a>: False positive for exported overloaded functions in TS (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3065">#3065</a>, thanks [<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>])</li> <li><code>exportMap</code>: export map cache is tainted by unreliable parse results (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3062">#3062</a>, thanks [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> <li><code>exportMap</code>: improve cacheKey when using flat config (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3072">#3072</a>, thanks [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> <li>adjust "is source type module" checks for flat config (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2996">#2996</a>, thanks [<a href="https://github.com/G-Rath"><code>@G-Rath</code></a>])</li> </ul> <h3>Changed</h3> <ul> <li>[Docs] <a href="./docs/rules/no-relative-packages.md"><code>no-relative-packages</code></a>: fix typo (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3066">#3066</a>, thanks [<a href="https://github.com/joshuaobrien"><code>@joshuaobrien</code></a>])</li> <li>[Performance] <a href="./docs/rules/no-cycle.md"><code>no-cycle</code></a>: dont scc for each linted file (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3068">#3068</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[Docs] <a href="./docs/rules/no-cycle.md"><code>no-cycle</code></a>: add <code>disableScc</code> to docs (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3070">#3070</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[Tests] use re-exported <code>RuleTester</code> (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3071">#3071</a>, thanks [<a href="https://github.com/G-Rath"><code>@G-Rath</code></a>])</li> <li>[Docs] <a href="./docs/rules/no-restricted-paths.md"><code>no-restricted-paths</code></a>: fix grammar (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3073">#3073</a>, thanks [<a href="https://github.com/unbeauvoyage"><code>@unbeauvoyage</code></a>])</li> <li>[Tests] <a href="./docs/rules/no-default-export.md"><code>no-default-export</code></a>, <a href="./docs/rules/no-named-export.md"><code>no-named-export</code></a>: add test case (thanks [<a href="https://github.com/G-Rath"><code>@G-Rath</code></a>])</li> </ul> <p><a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3073">#3073</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3073">import-js/eslint-plugin-import#3073</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3072">#3072</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3072">import-js/eslint-plugin-import#3072</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3071">#3071</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3071">import-js/eslint-plugin-import#3071</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3070">#3070</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3070">import-js/eslint-plugin-import#3070</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3068">#3068</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3068">import-js/eslint-plugin-import#3068</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3066">#3066</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3066">import-js/eslint-plugin-import#3066</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3065">#3065</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3065">import-js/eslint-plugin-import#3065</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3062">#3062</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3062">import-js/eslint-plugin-import#3062</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3052">#3052</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3052">import-js/eslint-plugin-import#3052</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3043">#3043</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3043">import-js/eslint-plugin-import#3043</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3032">#3032</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3032">import-js/eslint-plugin-import#3032</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2996">#2996</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/2996">import-js/eslint-plugin-import#2996</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2817">#2817</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/2817">import-js/eslint-plugin-import#2817</a> [<a href="https://github.com/akwodkiewicz"><code>@akwodkiewicz</code></a>]: <a href="https://github.com/akwodkiewicz">https://github.com/akwodkiewicz</a> [<a href="https://github.com/joshuaobrien"><code>@joshuaobrien</code></a>]: <a href="https://github.com/joshuaobrien">https://github.com/joshuaobrien</a> [<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>]: <a href="https://github.com/liuxingbaoyu">https://github.com/liuxingbaoyu</a> [<a href="https://github.com/manuth"><code>@manuth</code></a>]: <a href="https://github.com/manuth">https://github.com/manuth</a> [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>]: <a href="https://github.com/michaelfaith">https://github.com/michaelfaith</a> [<a href="https://github.com/phryneas"><code>@phryneas</code></a>]: <a href="https://github.com/phryneas">https://github.com/phryneas</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md">eslint-plugin-import's changelog</a>.</em></p> <blockquote> <h2>[2.31.0] - 2024-10-03</h2> <h3>Added</h3> <ul> <li>support eslint v9 (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2996">#2996</a>, thanks [<a href="https://github.com/G-Rath"><code>@G-Rath</code></a>] [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> <li>[<code>order</code>]: allow validating named imports (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3043">#3043</a>, thanks [<a href="https://github.com/manuth"><code>@manuth</code></a>])</li> <li>[<code>extensions</code>]: add the <code>checkTypeImports</code> option (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2817">#2817</a>, thanks [<a href="https://github.com/phryneas"><code>@phryneas</code></a>])</li> </ul> <h3>Fixed</h3> <ul> <li><code>ExportMap</code> / flat config: include <code>languageOptions</code> in context (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3052">#3052</a>, thanks [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> <li>[<code>no-named-as-default</code>]: Allow using an identifier if the export is both a named and a default export (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3032">#3032</a>, thanks [<a href="https://github.com/akwodkiewicz"><code>@akwodkiewicz</code></a>])</li> <li>[<code>export</code>]: False positive for exported overloaded functions in TS (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3065">#3065</a>, thanks [<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>])</li> <li><code>exportMap</code>: export map cache is tainted by unreliable parse results (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3062">#3062</a>, thanks [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> <li><code>exportMap</code>: improve cacheKey when using flat config (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3072">#3072</a>, thanks [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> <li>adjust "is source type module" checks for flat config (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2996">#2996</a>, thanks [<a href="https://github.com/G-Rath"><code>@G-Rath</code></a>])</li> </ul> <h3>Changed</h3> <ul> <li>[Docs] [<code>no-relative-packages</code>]: fix typo (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3066">#3066</a>, thanks [<a href="https://github.com/joshuaobrien"><code>@joshuaobrien</code></a>])</li> <li>[Performance] [<code>no-cycle</code>]: dont scc for each linted file (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3068">#3068</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[Docs] [<code>no-cycle</code>]: add <code>disableScc</code> to docs (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3070">#3070</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[Tests] use re-exported <code>RuleTester</code> (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3071">#3071</a>, thanks [<a href="https://github.com/G-Rath"><code>@G-Rath</code></a>])</li> <li>[Docs] [<code>no-restricted-paths</code>]: fix grammar (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3073">#3073</a>, thanks [<a href="https://github.com/unbeauvoyage"><code>@unbeauvoyage</code></a>])</li> <li>[Tests] [<code>no-default-export</code>], [<code>no-named-export</code>]: add test case (thanks [<a href="https://github.com/G-Rath"><code>@G-Rath</code></a>])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
ef0b2fe576 | Pin pylint to 3.2.7 (#931) | ||
|
|
77a904a5ed | New Crowdin updates (#930) | ||
|
|
b90532da41 | New Crowdin updates (#929) | ||
|
|
9b812e7fc3 |
Bump docker/build-push-action from 6.7.0 to 6.8.0 (#926)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.8.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.8.0</h2> <ul> <li>Bump <code>@docker/actions-toolkit</code> from 0.37.1 to 0.38.0 in <a href="https://redirect.github.com/docker/build-push-action/pull/1230">docker/build-push-action#1230</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v6.7.0...v6.8.0">https://github.com/docker/build-push-action/compare/v6.7.0...v6.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
5852ccad46 |
Bump @tabler/icons-react from 3.18.0 to 3.19.0 in /frontend (#925)
Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 3.18.0 to 3.19.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.19.0</h2> <!-- raw HTML omitted --> <h3>18 new icons:</h3> <ul> <li><code>filled/favicon</code></li> <li><code>filled/icons</code></li> <li><code>filled/ironing-1</code></li> <li><code>filled/ironing-2</code></li> <li><code>filled/ironing-3</code></li> <li><code>filled/ironing-steam</code></li> <li><code>filled/sitemap</code></li> <li><code>outline/arrow-down-dashed</code></li> <li><code>outline/arrow-left-dashed</code></li> <li><code>outline/arrow-narrow-down-dashed</code></li> <li><code>outline/arrow-narrow-left-dashed</code></li> <li><code>outline/arrow-narrow-right-dashed</code></li> <li><code>outline/arrow-narrow-up-dashed</code></li> <li><code>outline/arrow-right-dashed</code></li> <li><code>outline/arrow-up-dashed</code></li> <li><code>outline/building-cog</code></li> <li><code>outline/building-minus</code></li> <li><code>outline/building-plus</code></li> </ul> <p>Fixed icon: <code>outline/sitemap</code></p> <h3>Improvements</h3> <ul> <li>allow passing <code>class</code> from component in <code>@tabler/icons-preact</code> package (<a href="https://redirect.github.com/tabler/tabler-icons/pull/1223">tabler/tabler-icons#1223</a>)</li> <li>allow treeshaking with <code>@tabler/icons-solidjs</code> package (<a href="https://redirect.github.com/tabler/tabler-icons/pull/1221">tabler/tabler-icons#1221</a>)</li> <li>generate dynamic imports for <code>@tabler/icons-react</code> package (<a href="https://redirect.github.com/tabler/tabler-icons/pull/1081">tabler/tabler-icons#1081</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>fix default values for <code>size</code> and <code>stroke</code> attributes in <code>@tabler/icons-vue</code> package (<a href="https://redirect.github.com/tabler/tabler-icons/pull/1145">tabler/tabler-icons#1145</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
2495198de6 |
Bump micromatch from 4.0.5 to 4.0.8 in /docs (#922)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micromatch/micromatch/releases">micromatch's releases</a>.</em></p> <blockquote> <h2>4.0.8</h2> <p>Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you see automated scanners saying otherwise, don't be scared.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md">micromatch's changelog</a>.</em></p> <blockquote> <h2>[4.0.8] - 2024-08-22</h2> <ul> <li>backported CVE-2024-4067 fix (from v4.0.6) over to 4.x branch</li> </ul> <h2>[4.0.7] - 2024-05-22</h2> <ul> <li>this is basically v4.0.5, with some README updates</li> <li><strong>it is vulnerable to CVE-2024-4067</strong></li> <li>Updated braces to v3.0.3 to avoid CVE-2024-4068</li> <li>does NOT break API compatibility</li> </ul> <h2>[4.0.6] - 2024-05-21</h2> <ul> <li>Added <code>hasBraces</code> to check if a pattern contains braces.</li> <li>Fixes CVE-2024-4067</li> <li><strong>BREAKS API COMPATIBILITY</strong></li> <li>Should be labeled as a major release, but it's not.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
102a45f5c4 |
Bump eslint-plugin-react from 7.36.1 to 7.37.0 in /frontend (#924)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.36.1 to 7.37.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/releases">eslint-plugin-react's releases</a>.</em></p> <blockquote> <h2>v7.37.0</h2> <h3>Added</h3> <ul> <li>add type generation (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3830">#3830</a>[] <a href="https://github.com/voxpelli"><code>@voxpelli</code></a>)</li> <li>[<code>no-unescaped-entities</code>]: add suggestions (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3831">#3831</a>[] <a href="https://github.com/StyleShit"><code>@StyleShit</code></a>)</li> <li>[<code>forbid-component-props</code>]: add <code>allowedForPatterns</code>/<code>disallowedForPatterns</code> options (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3805">#3805</a>[] <a href="https://github.com/Efimenko"><code>@Efimenko</code></a>)</li> <li>[<code>no-unstable-nested-components</code>]: add <code>propNamePattern</code> to support custom render prop naming conventions (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3826">#3826</a>[] <a href="https://github.com/danreeves"><code>@danreeves</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[readme] flat config example for react 17+ (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3824">#3824</a>[] <a href="https://github.com/GabenGar"><code>@GabenGar</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1000">#1000</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1000">jsx-eslint/eslint-plugin-react#1000</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1002">#1002</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1002">jsx-eslint/eslint-plugin-react#1002</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1005">#1005</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1005">jsx-eslint/eslint-plugin-react#1005</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/100">#100</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/100">jsx-eslint/eslint-plugin-react#100</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1010">#1010</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1010">jsx-eslint/eslint-plugin-react#1010</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1013">#1013</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1013">jsx-eslint/eslint-plugin-react#1013</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1022">#1022</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1022">jsx-eslint/eslint-plugin-react#1022</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1029">#1029</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1029">jsx-eslint/eslint-plugin-react#1029</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/102">#102</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/102">jsx-eslint/eslint-plugin-react#102</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1034">#1034</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1034">jsx-eslint/eslint-plugin-react#1034</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1038">#1038</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1038">jsx-eslint/eslint-plugin-react#1038</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1041">#1041</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1041">jsx-eslint/eslint-plugin-react#1041</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1043">#1043</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1043">jsx-eslint/eslint-plugin-react#1043</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1046">#1046</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1046">jsx-eslint/eslint-plugin-react#1046</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1047">#1047</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1047">jsx-eslint/eslint-plugin-react#1047</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1050">#1050</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1050">jsx-eslint/eslint-plugin-react#1050</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1053">#1053</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1053">jsx-eslint/eslint-plugin-react#1053</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1057">#1057</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1057">jsx-eslint/eslint-plugin-react#1057</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/105">#105</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/105">jsx-eslint/eslint-plugin-react#105</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1061">#1061</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1061">jsx-eslint/eslint-plugin-react#1061</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1062">#1062</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1062">jsx-eslint/eslint-plugin-react#1062</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1070">#1070</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1070">jsx-eslint/eslint-plugin-react#1070</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1071">#1071</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1071">jsx-eslint/eslint-plugin-react#1071</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1073">#1073</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1073">jsx-eslint/eslint-plugin-react#1073</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1076">#1076</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1076">jsx-eslint/eslint-plugin-react#1076</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1079">#1079</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1079">jsx-eslint/eslint-plugin-react#1079</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1088">#1088</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1088">jsx-eslint/eslint-plugin-react#1088</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1098">#1098</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1098">jsx-eslint/eslint-plugin-react#1098</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1101">#1101</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1101">jsx-eslint/eslint-plugin-react#1101</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1103">#1103</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1103">jsx-eslint/eslint-plugin-react#1103</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/110">#110</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/110">jsx-eslint/eslint-plugin-react#110</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1116">#1116</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1116">jsx-eslint/eslint-plugin-react#1116</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1117">#1117</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1117">jsx-eslint/eslint-plugin-react#1117</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1119">#1119</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1119">jsx-eslint/eslint-plugin-react#1119</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1121">#1121</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1121">jsx-eslint/eslint-plugin-react#1121</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1122">#1122</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1122">jsx-eslint/eslint-plugin-react#1122</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1123">#1123</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1123">jsx-eslint/eslint-plugin-react#1123</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1130">#1130</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1130">jsx-eslint/eslint-plugin-react#1130</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1131">#1131</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1131">jsx-eslint/eslint-plugin-react#1131</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1132">#1132</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1132">jsx-eslint/eslint-plugin-react#1132</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's changelog</a>.</em></p> <blockquote> <h2>[7.37.0] - 2024.09.26</h2> <h3>Added</h3> <ul> <li>add type generation (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3830">#3830</a>[] <a href="https://github.com/voxpelli"><code>@voxpelli</code></a>)</li> <li>[<code>no-unescaped-entities</code>]: add suggestions (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3831">#3831</a>[] <a href="https://github.com/StyleShit"><code>@StyleShit</code></a>)</li> <li>[<code>forbid-component-props</code>]: add <code>allowedForPatterns</code>/<code>disallowedForPatterns</code> options (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3805">#3805</a>[] <a href="https://github.com/Efimenko"><code>@Efimenko</code></a>)</li> <li>[<code>no-unstable-nested-components</code>]: add <code>propNamePattern</code> to support custom render prop naming conventions (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3826">#3826</a>[] <a href="https://github.com/danreeves"><code>@danreeves</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[readme] flat config example for react 17+ (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3824">#3824</a>[] <a href="https://github.com/GabenGar"><code>@GabenGar</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3831">#3831</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3831">jsx-eslint/eslint-plugin-react#3831</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3830">#3830</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3830">jsx-eslint/eslint-plugin-react#3830</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3826">#3826</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3826">jsx-eslint/eslint-plugin-react#3826</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3824">#3824</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3824">jsx-eslint/eslint-plugin-react#3824</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3805">#3805</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3805">jsx-eslint/eslint-plugin-react#3805</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
9c06c34a1c |
Bump @tabler/icons-react from 3.17.0 to 3.18.0 in /frontend (#923)
Bumps
[@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react)
from 3.17.0 to 3.18.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.18.0</h2>
<!-- raw HTML omitted -->
<h3>18 new icons:</h3>
<ul>
<li><code>outline/joker</code></li>
<li><code>outline/number-10</code></li>
<li><code>outline/number-11</code></li>
<li><code>outline/play-card-1</code></li>
<li><code>outline/play-card-10</code></li>
<li><code>outline/play-card-2</code></li>
<li><code>outline/play-card-3</code></li>
<li><code>outline/play-card-4</code></li>
<li><code>outline/play-card-5</code></li>
<li><code>outline/play-card-6</code></li>
<li><code>outline/play-card-7</code></li>
<li><code>outline/play-card-8</code></li>
<li><code>outline/play-card-9</code></li>
<li><code>outline/play-card-a</code></li>
<li><code>outline/play-card-j</code></li>
<li><code>outline/play-card-k</code></li>
<li><code>outline/play-card-q</code></li>
<li><code>outline/play-card-star</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
|
|
898b0dcc95 |
Bump @mantine/form from 7.12.1 to 7.13.0 in /frontend (#921)
Bumps [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) from 7.12.1 to 7.13.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.13.0 🎇</h2> <p><a href="https://mantine.dev/changelog/7-13-0">View changelog with demos on mantine.dev website</a></p> <h2>Container queries support in Grid</h2> <p>You can now use <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_containment/Container_queries">container queries</a> in <a href="https://mantine.dev/core/grid">Grid</a> component. With container queries, all responsive values are adjusted based on the container width, not the viewport width.</p> <p>Example of using container queries. To see how the grid changes, resize the root element of the demo with the resize handle located at the bottom right corner of the demo:</p> <pre lang="tsx"><code>import { Grid } from '@mantine/core'; <p>function Demo() { return ( // Wrapper div is added for demonstration purposes only, // it is not required in real projects <div style={{ resize: 'horizontal', overflow: 'hidden', maxWidth: '100%' }}> <Grid type="container" breakpoints={{ xs: '100px', sm: '200px', md: '300px', lg: '400px', xl: '500px' }} > <Col span={{ base: 12, md: 6, lg: 3 }}>1</Col> <Col span={{ base: 12, md: 6, lg: 3 }}>2</Col> <Col span={{ base: 12, md: 6, lg: 3 }}>3</Col> <Col span={{ base: 12, md: 6, lg: 3 }}>4</Col> </Grid> </div> ); } </code></pre></p> <h2>CompositeChart component</h2> <p>New <a href="https://mantine.dev/charts/composite-chart">CompositeChart</a> component allows using <code>Line</code>, <code>Area</code> and <code>Bar</code> charts together in a single chart:</p> <pre lang="tsx"><code>import { CompositeChart } from '@mantine/charts'; import { data } from './data'; <p>function Demo() { return ( <CompositeChart h={300} data={data} dataKey="date" unit="$" maxBarWidth={30} </tr></table> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
bf91d6d2f8 |
Bump @types/node from 22.6.1 to 22.7.0 in /frontend (#920)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.6.1 to 22.7.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> |
||
|
|
931e43f42f |
Bump @types/node from 22.5.0 to 22.6.1 in /frontend (#919)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.0 to 22.6.1. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
d37e113cc9 | New Crowdin updates (#918) | ||
|
|
8cd0f1e6f6 |
Bump next from 14.2.2 to 14.2.10 in /frontend (#917)
Bumps [next](https://github.com/vercel/next.js) from 14.2.2 to 14.2.10. <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>v14.2.10</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Remove invalid fallback revalidate value (<a href="https://redirect.github.com/vercel/next.js/pull/69990">vercel/next.js#69990</a>)</li> <li>Revert server action optimization (<a href="https://redirect.github.com/vercel/next.js/pull/69925">vercel/next.js#69925</a>)</li> <li>Add ability to customize Cache-Control (<a href="https://redirect.github.com/vercel/next.js/issues/69802">#69802</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/huozhi"><code>@huozhi</code></a> and <a href="https://github.com/ijjk"><code>@ijjk</code></a> for helping!</p> <h2>v14.2.9</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Revert "Fix esm property def in flight loader (<a href="https://redirect.github.com/vercel/next.js/issues/66990">#66990</a>)" (<a href="https://redirect.github.com/vercel/next.js/issues/69749">#69749</a>)</li> <li>Disable experimental.optimizeServer by default to fix failed server action (<a href="https://redirect.github.com/vercel/next.js/issues/69788">#69788</a>)</li> <li>Fix middleware fallback: false case (<a href="https://redirect.github.com/vercel/next.js/issues/69799">#69799</a>)</li> <li>Fix status code for /_not-found route (<a href="https://redirect.github.com/vercel/next.js/issues/64058">#64058</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/69808">#69808</a>)</li> <li>Fix metadata prop merging (<a href="https://redirect.github.com/vercel/next.js/issues/69807">#69807</a>)</li> <li>create-next-app: fix font file corruption when using import alias (<a href="https://redirect.github.com/vercel/next.js/issues/69806">#69806</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/huozhi"><code>@huozhi</code></a>, <a href="https://github.com/ztanner"><code>@ztanner</code></a>, <a href="https://github.com/ijjk"><code>@ijjk</code></a>, and <a href="https://github.com/lubieowoce"><code>@lubieowoce</code></a> for helping!</p> <h2>v14.2.8</h2> <h2>What's Changed</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes and minor improvements. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Support <code>esmExternals</code> in app directory</h3> <ul> <li>Support esm externals in app router (<a href="https://redirect.github.com/vercel/next.js/issues/65041">#65041</a>)</li> <li>Turbopack: Allow client components from foreign code in app routes (<a href="https://redirect.github.com/vercel/next.js/issues/64751">#64751</a>)</li> <li>Turbopack: add support for esm externals in app dir (<a href="https://redirect.github.com/vercel/next.js/issues/64918">#64918</a>)</li> <li>other related PRs: <a href="https://redirect.github.com/vercel/next.js/issues/66990">#66990</a> <a href="https://redirect.github.com/vercel/next.js/issues/66727">#66727</a> <a href="https://redirect.github.com/vercel/next.js/issues/66286">#66286</a> <a href="https://redirect.github.com/vercel/next.js/issues/65519">#65519</a></li> </ul> <h3>Reading cookies set in middleware in components and actions</h3> <ul> <li>initialize ALS with cookies in middleware (<a href="https://redirect.github.com/vercel/next.js/issues/65008">#65008</a>)</li> <li>fix middleware cookie initialization (<a href="https://redirect.github.com/vercel/next.js/issues/65820">#65820</a>)</li> <li>ensure cookies set in middleware can be read in a server action (<a href="https://redirect.github.com/vercel/next.js/issues/67924">#67924</a>)</li> <li>fix: merged middleware cookies should preserve options (<a href="https://redirect.github.com/vercel/next.js/issues/67956">#67956</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
fb80e43bd6 |
Bump babel-loader from 9.1.3 to 9.2.1 in /frontend (#915)
Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.3 to 9.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel-loader/releases">babel-loader's releases</a>.</em></p> <blockquote> <h2>v9.2.1</h2> <h2>What's Changed</h2> <ul> <li>Avoid error on missing getLogger by <a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1045">babel/babel-loader#1045</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/babel/babel-loader/compare/v9.2.0...v9.2.1">https://github.com/babel/babel-loader/compare/v9.2.0...v9.2.1</a></p> <h2>v9.2.0</h2> <h2>What's Changed</h2> <ul> <li>Remove caller option check by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1007">babel/babel-loader#1007</a></li> <li>Update deps by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1025">babel/babel-loader#1025</a></li> <li>docs: clarify that <code>cacheIdentifier</code> is computed from the merged options by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1000">babel/babel-loader#1000</a></li> <li>Add babel-loader logger by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1037">babel/babel-loader#1037</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.0">https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
6100cf7436 |
Bump date-fns from 4.0.0 to 4.1.0 in /frontend (#914)
Bumps [date-fns](https://github.com/date-fns/date-fns) from 4.0.0 to 4.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/date-fns/date-fns/releases">date-fns's releases</a>.</em></p> <blockquote> <h2>v4.1.0</h2> <p>This release adds time zone support to format functions (that I somehow missed when working on the feature) and fixes a few bugs.</p> <p>Make sure also upgrade <code>TZDate</code> to v1.0.2 as it <a href="https://github.com/date-fns/tz/blob/main/CHANGELOG.md#v102---2024-09-14">includes a bunch of critical bug fixes</a>.</p> <h3>Fixed</h3> <ul> <li>Fixed internal <code>constructFrom</code> throwing an exception on <code>null</code> arguments. While <code>null</code> isn't allowed, the functions should rather return <code>Invalid Date</code> or <code>NaN</code> in such cases. See <a href="https://redirect.github.com/date-fns/date-fns/issues/3885">#3885</a>.</li> </ul> <h3>Added</h3> <ul> <li>Added missing time zone support to <code>format</code>, <code>formatISO</code>, <code>formatISO9075</code>, <code>formatRelative</code> and <code>formatRFC3339</code>. See <a href="https://redirect.github.com/date-fns/date-fns/issues/3886">#3886</a>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md">date-fns's changelog</a>.</em></p> <blockquote> <h2>v4.1.0 - 2024-09-17</h2> <p>This release adds time zone support to format functions (that I somehow missed when working on the feature) and fixes a few bugs.</p> <p>Make sure also upgrade <code>TZDate</code> to v1.0.2 as it <a href="https://github.com/date-fns/tz/blob/main/CHANGELOG.md#v102---2024-09-14">includes a bunch of critical bug fixes</a>.</p> <h3>Fixed</h3> <ul> <li>Fixed internal <code>constructFrom</code> throwing an exception on <code>null</code> arguments. While <code>null</code> isn't allowed, the functions should rather return <code>Invalid Date</code> or <code>NaN</code> in such cases. See <a href="https://redirect.github.com/date-fns/date-fns/issues/3885">#3885</a>.</li> </ul> <h3>Added</h3> <ul> <li>Added missing time zone support to <code>format</code>, <code>formatISO</code>, <code>formatISO9075</code>, <code>formatRelative</code> and <code>formatRFC3339</code>. See <a href="https://redirect.github.com/date-fns/date-fns/issues/3886">#3886</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
ae472de274 |
Bump @hello-pangea/dnd from 16.6.0 to 17.0.0 in /frontend (#913)
Bumps [@hello-pangea/dnd](https://github.com/hello-pangea/dnd) from 16.6.0 to 17.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hello-pangea/dnd/releases"><code>@hello-pangea/dnd</code>'s releases</a>.</em></p> <blockquote> <h2>Release 17.0.0</h2> <h2><a href="https://github.com/hello-pangea/dnd/compare/v16.6.0...v17.0.0">17.0.0</a> (2024-09-14)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><strong>redux:</strong> bump redux to v5 and react-redux to v9</li> <li><strong>react:</strong> drop support for v16 and v17</li> </ul> <h3>Others 🔧</h3> <ul> <li>bump borwserlist to latest version (<a href=" |
||
|
|
c90bb1f898 |
Bump date-fns from 3.6.0 to 4.0.0 in /frontend (#912)
Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.6.0 to 4.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md">date-fns's changelog</a>.</em></p> <blockquote> <h2>v4.0.0 - 2024-09-16</h2> <p>I have great news! First, ten years after its release, date-fns finally gets first-class time zone support.</p> <p>Another great news is that there aren't many breaking changes in this release. All of them are type-related and will affect only those explicitly using internal date-fns types. Finally, it has been less than a year since the last major release, which is an improvement over the previous four years between v2 and v3. I plan on keeping the pace and minimizing breaking changes moving forward.</p> <p><a href="https://blog.date-fns.org/v40-with-time-zone-support/">Read more about the release in the announcement blog post</a>.</p> <p>- <a href="https://twitter.com/kossnocorp"><code>Sasha @kossnocorp</code></a></p> <h3>Added</h3> <ul> <li> <p>Added time zones support via <a href="https://github.com/date-fns/tz"><code>@date-fns/tz</code></a>'s <code>TZDate</code> class and <code>tz</code> helper function. See its <a href="https://github.com/date-fns/tz">README</a> for the details about the API.</p> </li> <li> <p>All relevant functions now accept the context <code>in</code> option, which allows to specify the time zone to make the calculations in. If the function also returns a date, it will be in the specified time zone:</p> <pre lang="ts"><code>import { addDays, startOfDay } from "date-fns"; import { tz } from "@date-fns/tz"; <p>startOfDay(addDays(Date.now(), 5, { in: tz("Asia/Singapore") }));<br /> //=> "2024-09-16T00:00:00.000+08:00"<br /> </code></pre></p> <p>In the example, <code>addDays</code> will get the current date and time in Singapore and add 5 days to it. <code>startOfDay</code> will inherit the date type and return the start of the day in Singapore.</p> </li> </ul> <h3>Changed</h3> <ul> <li> <p>The function arguments, as well as <code>Interval</code>'s <code>start</code> and <code>end</code>, now can be of different types, allowing you to mix <code>UTCDate</code>, <code>TZDate</code>, <code>Date</code>, and other extensions, as well as primitives (strings and numbers).</p> <p>The functions will normalize these values, make calculations, and return the result in the same type, preventing any bugs caused by the discrepancy. If passed, the type will be inferred from the context <code>in</code> option or the first encountered argument object type. The <code>Interval</code>'s <code>start</code> and <code>end</code> will be considered separately, starting from <code>start</code>.</p> <p>In the given example, the result will be in the <code>TZDate</code> as the first argument is a number, and the <code>start</code> takes precedence over the <code>end</code>.</p> <pre lang="ts"><code>clamp(Date.now(), { start: new TZDate(start, "Asia/Singapore"), end: new UTCDate(), }); //=> TZDate </code></pre> </li> <li> <p><strong>BREAKING</strong>: This release contains a bunch of types changes that should not affect the library's expected usage. The changes are primarily internal and nuanced, so rather than listing them here, I recommend you running the type checker after the upgrade. If there are unfixable problems, please <a href="https://github.com/date-fns/date-fns/issues/new">open an issue</a>.</p> </li> <li> <p><strong>BREAKING</strong>: The package now is ESM-first. The CommonJS is still support and It should not affect most users, but it might break in certains environments. If you encounter any issues, please <a href="https://github.com/date-fns/date-fns/issues/new">report them</a>.</p> </li> </ul> <h3>Fixed</h3> <ul> <li>Fixed CDN build compatibility with jQuery and other tools that expose <code>$</code> by properly wrapping the code in an IIFE.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/date-fns/date-fns/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
1c1ecd0795 |
Bump @tabler/icons-react from 3.16.0 to 3.17.0 in /frontend (#911)
Bumps
[@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react)
from 3.16.0 to 3.17.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.17.0</h2>
<!-- raw HTML omitted -->
<h3>18 new icons:</h3>
<ul>
<li><code>filled/car-suv</code></li>
<li><code>filled/car</code></li>
<li><code>filled/device-cctv</code></li>
<li><code>filled/device-desktop</code></li>
<li><code>filled/device-gamepad-3</code></li>
<li><code>filled/device-imac</code></li>
<li><code>filled/device-ipad</code></li>
<li><code>filled/device-remote</code></li>
<li><code>filled/device-speaker</code></li>
<li><code>filled/device-tv-old</code></li>
<li><code>filled/device-tv</code></li>
<li><code>filled/device-usb</code></li>
<li><code>filled/device-vision-pro</code></li>
<li><code>filled/device-watch</code></li>
<li><code>filled/directions</code></li>
<li><code>filled/disc</code></li>
<li><code>filled/discount</code></li>
<li><code>filled/elevator</code></li>
</ul>
<p>Fixed icons: <code>outline/device-gamepad-3</code>,
<code>outline/device-ipad</code>, <code>outline/device-usb</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
|
|
e94517cf89 |
Bump eslint-plugin-react from 7.35.0 to 7.36.1 in /frontend (#910)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.35.0 to 7.36.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/releases">eslint-plugin-react's releases</a>.</em></p> <blockquote> <h2>v7.36.1</h2> <h3>Fixed</h3> <ul> <li><a href="docs/rules/no-is-mounted.md"><code>no-is-mounted</code></a>: fix logic in method name check (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3821">#3821</a>[] <a href="https://github.com/Mathias-S"><code>@Mathias-S</code></a>)</li> <li><a href="docs/rules/jsx-no-literals.md"><code>jsx-no-literals</code></a>: Avoid crashing on valueless boolean props (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3823">#3823</a>[] <a href="https://github.com/reosarevok"><code>@reosarevok</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3823">#3823</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3823">jsx-eslint/eslint-plugin-react#3823</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3821">#3821</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3821">jsx-eslint/eslint-plugin-react#3821</a></p> <h2>v7.36.0</h2> <h3>Added</h3> <ul> <li>[<code>no-string-refs</code>]: allow this.refs in > 18.3.0 (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3807">#3807</a>[] <a href="https://github.com/henryqdineen"><code>@henryqdineen</code></a>)</li> <li><a href="docs/rules/jsx-no-literals.md"><code>jsx-no-literals</code></a> Add <code>elementOverrides</code> option and the ability to ignore this rule on specific elements (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3812">#3812</a>[] <a href="https://github.com/Pearce-Ropion"><code>@Pearce-Ropion</code></a>)</li> <li>[<code>forward-ref-uses-ref</code>]: add rule for checking ref parameter is added (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3667">#3667</a>[] <a href="https://github.com/NotWoods"><code>@NotWoods</code></a>)</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>function-component-definition</code>], <a href="docs/rules/boolean-prop-naming.md"><code>boolean-prop-naming</code></a>, [<code>jsx-first-prop-new-line</code>], [<code>jsx-props-no-multi-spaces</code>], <code>propTypes</code>: use type args (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3629">#3629</a>[] <a href="https://github.com/HenryBrown0"><code>@HenryBrown0</code></a>)</li> <li>JSX pragma: fail gracefully (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3632">#3632</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>jsx-props-no-spreading</code>]: add <code>explicitSpread</code> option to schema (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3799">#3799</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[Tests] add <code>@typescript-eslint/parser</code> v6 (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3629">#3629</a>[] <a href="https://github.com/HenryBrown0"><code>@HenryBrown0</code></a>)</li> <li>[Tests] add <code>@typescript-eslint/parser</code> v7 and v8 (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3629">#3629</a>[] <a href="https://github.com/hampustagerud"><code>@hampustagerud</code></a>)</li> <li>[Docs] [<code>no-danger</code>]: update broken link (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3817">#3817</a>[] <a href="https://github.com/lucasrmendonca"><code>@lucasrmendonca</code></a>)</li> <li>[types] add jsdoc type annotations (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3731">#3731</a>[] <a href="https://github.com/y-hsgw"><code>@y-hsgw</code></a>)</li> <li>[Tests] <code>button-has-type</code>: add test case with spread (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3731">#3731</a>[] <a href="https://github.com/y-hsgw"><code>@y-hsgw</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3799">#3799</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3799">jsx-eslint/eslint-plugin-react#3799</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3632">#3632</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3632">jsx-eslint/eslint-plugin-react#3632</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3812">#3812</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3812">jsx-eslint/eslint-plugin-react#3812</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3731">#3731</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3731">jsx-eslint/eslint-plugin-react#3731</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3694">#3694</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3667">jsx-eslint/eslint-plugin-react#3667</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3629">#3629</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3629">jsx-eslint/eslint-plugin-react#3629</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3817">#3817</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3817">jsx-eslint/eslint-plugin-react#3817</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3807">#3807</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3807">jsx-eslint/eslint-plugin-react#3807</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.36.0...v7.36.1">7.36.1</a> - 2024.09.12</h2> <h3>Fixed</h3> <ul> <li>[<code>no-is-mounted</code>]: fix logic in method name check (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3821">#3821</a>[] <a href="https://github.com/Mathias-S"><code>@Mathias-S</code></a>)</li> <li>[<code>jsx-no-literals</code>]: Avoid crashing on valueless boolean props (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3823">#3823</a>[] <a href="https://github.com/reosarevok"><code>@reosarevok</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3823">#3823</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3823">jsx-eslint/eslint-plugin-react#3823</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3821">#3821</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3821">jsx-eslint/eslint-plugin-react#3821</a></p> <h2><a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.2...v7.36.0">7.36.0</a> - 2024.09.12</h2> <h3>Added</h3> <ul> <li>[<code>no-string-refs</code>]: allow this.refs in > 18.3.0 (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3807">#3807</a>[] <a href="https://github.com/henryqdineen"><code>@henryqdineen</code></a>)</li> <li>[<code>jsx-no-literals</code>] Add <code>elementOverrides</code> option and the ability to ignore this rule on specific elements (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3812">#3812</a>[] <a href="https://github.com/Pearce-Ropion"><code>@Pearce-Ropion</code></a>)</li> <li>[<code>forward-ref-uses-ref</code>]: add rule for checking ref parameter is added (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3667">#3667</a>[] <a href="https://github.com/NotWoods"><code>@NotWoods</code></a>)</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>function-component-definition</code>], [<code>boolean-prop-naming</code>], [<code>jsx-first-prop-new-line</code>], [<code>jsx-props-no-multi-spaces</code>], <code>propTypes</code>: use type args (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3629">#3629</a>[] <a href="https://github.com/HenryBrown0"><code>@HenryBrown0</code></a>)</li> <li>JSX pragma: fail gracefully (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3632">#3632</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>jsx-props-no-spreading</code>]: add <code>explicitSpread</code> option to schema (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3799">#3799</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[Tests] add <code>@typescript-eslint/parser</code> v6 (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3629">#3629</a>[] <a href="https://github.com/HenryBrown0"><code>@HenryBrown0</code></a>)</li> <li>[Tests] add <code>@typescript-eslint/parser</code> v7 and v8 (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3629">#3629</a>[] <a href="https://github.com/hampustagerud"><code>@hampustagerud</code></a>)</li> <li>[Docs] [<code>no-danger</code>]: update broken link (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3817">#3817</a>[] <a href="https://github.com/lucasrmendonca"><code>@lucasrmendonca</code></a>)</li> <li>[types] add jsdoc type annotations (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3731">#3731</a>[] <a href="https://github.com/y-hsgw"><code>@y-hsgw</code></a>)</li> <li>[Tests] <code>button-has-type</code>: add test case with spread (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3731">#3731</a>[] <a href="https://github.com/y-hsgw"><code>@y-hsgw</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3799">#3799</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3799">jsx-eslint/eslint-plugin-react#3799</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3632">#3632</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3632">jsx-eslint/eslint-plugin-react#3632</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3812">#3812</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3812">jsx-eslint/eslint-plugin-react#3812</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3731">#3731</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3731">jsx-eslint/eslint-plugin-react#3731</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3694">#3694</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3667">jsx-eslint/eslint-plugin-react#3667</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3629">#3629</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3629">jsx-eslint/eslint-plugin-react#3629</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3817">#3817</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3817">jsx-eslint/eslint-plugin-react#3817</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3807">#3807</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3807">jsx-eslint/eslint-plugin-react#3807</a></p> <h2><a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.1...v7.35.2">7.35.2</a> - 2024.09.03</h2> <h3>Fixed</h3> <ul> <li>[<code>jsx-curly-brace-presence</code>]: avoid autofixing attributes with double quotes to a double quoted attribute (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3814">#3814</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3814">#3814</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3814">jsx-eslint/eslint-plugin-react#3814</a></p> <h2>[7.35.1] - 2024.09.02</h2> <h3>Fixed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
4c77a32786 |
Update pytest requirement from <=8.3.2 to <=8.3.3 in /backend (#907)
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.3</h2> <h1>pytest 8.3.3 (2024-09-09)</h1> <h2>Bug fixes</h2> <ul> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12446">#12446</a>: Avoid calling <code>@property</code> (and other instance descriptors) during fixture discovery -- by <code>asottile</code>{.interpreted-text role="user"}</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12659">#12659</a>: Fixed the issue of not displaying assertion failure differences when using the parameter <code>--import-mode=importlib</code> in pytest>=8.1.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12667">#12667</a>: Fixed a regression where type change in [ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to fail.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12744">#12744</a>: Fixed typing compatibility with Python 3.9 or less -- replaced [typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} -- by <code>Avasam</code>{.interpreted-text role="user"}</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12745">#12745</a>: Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/6682">#6682</a>: Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in <code>assert condition, msg</code>).</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/9422">#9422</a>: Fix bug where disabling the terminal plugin via <code>-p no:terminal</code> would cause crashes related to missing the <code>verbose</code> option.</p> <p>-- by <code>GTowers1</code>{.interpreted-text role="user"}</p> </li> </ul> <h2>Improved documentation</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12663">#12663</a>: Clarify that the [pytest_deselected]{.title-ref} hook should be called from [pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected.</li> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12678">#12678</a>: Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref} example in docs.</li> </ul> <h2>Miscellaneous internal changes</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12769">#12769</a>: Fix typos discovered by codespell and add codespell to pre-commit hooks.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
130281c16c |
Bump express from 4.19.2 to 4.20.0 in /docs (#908)
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/expressjs/express/releases">express's releases</a>.</em></p> <blockquote> <h2>4.20.0</h2> <h2>What's Changed</h2> <h3>Important</h3> <ul> <li>IMPORTANT: The default <code>depth</code> level for parsing URL-encoded data is now <code>32</code> (previously was <code>Infinity</code>)</li> <li>Remove link renderization in html while using <code>res.redirect</code></li> </ul> <h3>Other Changes</h3> <ul> <li>4.19.2 Staging by <a href="https://github.com/wesleytodd"><code>@wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5561">expressjs/express#5561</a></li> <li>remove duplicate location test for data uri by <a href="https://github.com/wesleytodd"><code>@wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5562">expressjs/express#5562</a></li> <li>feat: document beta releases expectations by <a href="https://github.com/marco-ippolito"><code>@marco-ippolito</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5565">expressjs/express#5565</a></li> <li>Cut down on duplicated CI runs by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5564">expressjs/express#5564</a></li> <li>Add a Threat Model by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5526">expressjs/express#5526</a></li> <li>Assign captain of encodeurl by <a href="https://github.com/blakeembrey"><code>@blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5579">expressjs/express#5579</a></li> <li>Nominate jonchurch as repo captain for <code>http-errors</code>, <code>expressjs.com</code>, <code>morgan</code>, <code>cors</code>, <code>body-parser</code> by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5587">expressjs/express#5587</a></li> <li>docs: update Security.md by <a href="https://github.com/inigomarquinez"><code>@inigomarquinez</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5590">expressjs/express#5590</a></li> <li>docs: update triage nomination policy by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5600">expressjs/express#5600</a></li> <li>Add CodeQL (SAST) by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5433">expressjs/express#5433</a></li> <li>docs: add UlisesGascon as triage initiative captain by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5605">expressjs/express#5605</a></li> <li>deps: encodeurl@~2.0.0 by <a href="https://github.com/blakeembrey"><code>@blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5569">expressjs/express#5569</a></li> <li>skip QUERY method test by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5628">expressjs/express#5628</a></li> <li>ignore ETAG query test on 21 and 22, reuse skip util by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5639">expressjs/express#5639</a></li> <li>add support Node.js@22 in the CI by <a href="https://github.com/mertcanaltin"><code>@mertcanaltin</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5627">expressjs/express#5627</a></li> <li>doc: add table of contents, tc/triager lists to readme by <a href="https://github.com/mertcanaltin"><code>@mertcanaltin</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5619">expressjs/express#5619</a></li> <li>List and sort all projects, add captains by <a href="https://github.com/blakeembrey"><code>@blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5653">expressjs/express#5653</a></li> <li>docs: add <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> as captain for cookie-parser by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5666">expressjs/express#5666</a></li> <li>✨ bring back query tests for node 21 by <a href="https://github.com/ctcpip"><code>@ctcpip</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5690">expressjs/express#5690</a></li> <li>[v4] Deprecate <code>res.clearCookie</code> accepting <code>options.maxAge</code> and <code>options.expires</code> by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5672">expressjs/express#5672</a></li> <li>skip QUERY tests for Node 21 only, still not supported by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5695">expressjs/express#5695</a></li> <li>📝 update people, add ctcpip to TC by <a href="https://github.com/ctcpip"><code>@ctcpip</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5683">expressjs/express#5683</a></li> <li>remove minor version pinning from ci by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5722">expressjs/express#5722</a></li> <li>Fix link variable use in attribution section of CODE OF CONDUCT by <a href="https://github.com/IamLizu"><code>@IamLizu</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5762">expressjs/express#5762</a></li> <li>Replace Appveyor windows testing with GHA by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5599">expressjs/express#5599</a></li> <li>Add OSSF Scorecard badge by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5436">expressjs/express#5436</a></li> <li>update scorecard link by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5814">expressjs/express#5814</a></li> <li>Nominate <a href="https://github.com/IamLizu"><code>@IamLizu</code></a> to the triage team by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5836">expressjs/express#5836</a></li> <li>deps: path-to-regexp@0.1.8 by <a href="https://github.com/blakeembrey"><code>@blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5603">expressjs/express#5603</a></li> <li>docs: specify new instructions for <code>question</code> and <code>discuss</code> by <a href="https://github.com/IamLizu"><code>@IamLizu</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5835">expressjs/express#5835</a></li> <li>4.x: Upgrade <code>merge-descriptors</code> dependency by <a href="https://github.com/RobinTail"><code>@RobinTail</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5781">expressjs/express#5781</a></li> <li>path-to-regexp@0.1.10 by <a href="https://github.com/blakeembrey"><code>@blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5902">expressjs/express#5902</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/marco-ippolito"><code>@marco-ippolito</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/express/pull/5565">expressjs/express#5565</a></li> <li><a href="https://github.com/inigomarquinez"><code>@inigomarquinez</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/express/pull/5590">expressjs/express#5590</a></li> <li><a href="https://github.com/mertcanaltin"><code>@mertcanaltin</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/express/pull/5627">expressjs/express#5627</a></li> <li><a href="https://github.com/ctcpip"><code>@ctcpip</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/express/pull/5690">expressjs/express#5690</a></li> <li><a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/express/pull/5814">expressjs/express#5814</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/expressjs/express/compare/4.19.1...4.20.0">https://github.com/expressjs/express/compare/4.19.1...4.20.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/expressjs/express/blob/master/History.md">express's changelog</a>.</em></p> <blockquote> <h1>4.20.0 / 2024-09-10</h1> <ul> <li>deps: serve-static@0.16.0 <ul> <li>Remove link renderization in html while redirecting</li> </ul> </li> <li>deps: send@0.19.0 <ul> <li>Remove link renderization in html while redirecting</li> </ul> </li> <li>deps: body-parser@0.6.0 <ul> <li>add <code>depth</code> option to customize the depth level in the parser</li> <li>IMPORTANT: The default <code>depth</code> level for parsing URL-encoded data is now <code>32</code> (previously was <code>Infinity</code>)</li> </ul> </li> <li>Remove link renderization in html while using <code>res.redirect</code></li> <li>deps: path-to-regexp@0.1.10 <ul> <li>Adds support for named matching groups in the routes using a regex</li> <li>Adds backtracking protection to parameters without regexes defined</li> </ul> </li> <li>deps: encodeurl@~2.0.0 <ul> <li>Removes encoding of <code>\</code>, <code>|</code>, and <code>^</code> to align better with URL spec</li> </ul> </li> <li>Deprecate passing <code>options.maxAge</code> and <code>options.expires</code> to <code>res.clearCookie</code> <ul> <li>Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
3f93ec8fa8 |
Bump @tabler/icons-react from 3.15.0 to 3.16.0 in /frontend (#906)
Bumps
[@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react)
from 3.15.0 to 3.16.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.16.0</h2>
<!-- raw HTML omitted -->
<h3>36 new icons:</h3>
<ul>
<li><code>filled/arrow-down-circle</code></li>
<li><code>filled/arrow-down-rhombus</code></li>
<li><code>filled/arrow-down-square</code></li>
<li><code>filled/arrow-guide</code></li>
<li><code>filled/arrow-left-circle</code></li>
<li><code>filled/arrow-left-rhombus</code></li>
<li><code>filled/arrow-left-square</code></li>
<li><code>filled/arrow-move-down</code></li>
<li><code>filled/arrow-move-left</code></li>
<li><code>filled/arrow-move-right</code></li>
<li><code>filled/arrow-move-up</code></li>
<li><code>filled/arrow-right-circle</code></li>
<li><code>filled/arrow-right-rhombus</code></li>
<li><code>filled/arrow-right-square</code></li>
<li><code>filled/arrow-up-circle</code></li>
<li><code>filled/arrow-up-rhombus</code></li>
<li><code>filled/arrow-up-square</code></li>
<li><code>filled/automatic-gearbox</code></li>
<li><code>filled/battery-automotive</code></li>
<li><code>filled/battery-vertical-1</code></li>
<li><code>filled/battery-vertical-2</code></li>
<li><code>filled/battery-vertical-3</code></li>
<li><code>filled/battery-vertical-4</code></li>
<li><code>filled/battery-vertical</code></li>
<li><code>filled/bike</code></li>
<li><code>filled/blender</code></li>
<li><code>filled/bolt</code></li>
<li><code>filled/bong</code></li>
<li><code>filled/box-multiple</code></li>
<li><code>filled/car-4wd</code></li>
<li><code>filled/car-fan</code></li>
<li><code>filled/cardboards</code></li>
<li><code>filled/charging-pile</code></li>
<li><code>filled/christmas-tree</code></li>
<li><code>filled/dashboard</code></li>
<li><code>filled/device-unknown</code></li>
</ul>
<p>Fixed icon: <code>filled/blob</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
|
|
66c9251348 | Small readability fixes (#905) |