Martin
6059dc188e
build(deps): Bump react-spinners from 0.13.8 to 0.17.0 ( #58 )
...
Bumps [react-spinners](https://github.com/davidhu2000/react-spinners )
from 0.13.8 to 0.17.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/davidhu2000/react-spinners/releases ">react-spinners's
releases</a>.</em></p>
<blockquote>
<h2>v0.17.0</h2>
<h2>Features</h2>
<ul>
<li>fix: add use client to ensure loaders run on server components by <a
href="https://github.com/davidhu2000 "><code>@davidhu2000</code></a> in
<a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/639 ">davidhu2000/react-spinners#639</a></li>
</ul>
<h2>Chores</h2>
<p>Remove unused outputted files from published package, including
<code>umd</code> files, duplicated <code>cjs</code> files, test files,
and unnecessary config files. This decreased the total package size by
<code>321KB</code>,</p>
<pre lang="diff"><code>- 541KB
+ 220KB
</code></pre>
<h2>Changelog</h2>
<ul>
<li>release 0.17.0-beta.1 by <a
href="https://github.com/davidhu2000 "><code>@davidhu2000</code></a> in
<a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/640 ">davidhu2000/react-spinners#640</a></li>
<li>chore(deps-dev): bump the eslint group with 2 updates by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/641 ">davidhu2000/react-spinners#641</a></li>
<li>chore(deps-dev): bump <code>@vitejs/plugin-react</code> from 4.3.4
to 4.4.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/642 ">davidhu2000/react-spinners#642</a></li>
<li>chore(deps-dev): bump vite from 6.2.6 to 6.3.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/643 ">davidhu2000/react-spinners#643</a></li>
<li>chore: update-yarn to stable version, dedupe deps by <a
href="https://github.com/davidhu2000 "><code>@davidhu2000</code></a> in
<a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/644 ">davidhu2000/react-spinners#644</a></li>
<li>chore: add unnecessary files to npmignore by <a
href="https://github.com/davidhu2000 "><code>@davidhu2000</code></a> in
<a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/645 ">davidhu2000/react-spinners#645</a></li>
<li>chore: remove umd files from npm publish by <a
href="https://github.com/davidhu2000 "><code>@davidhu2000</code></a> in
<a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/646 ">davidhu2000/react-spinners#646</a></li>
<li>chore: dedupe-cjs-outputs by <a
href="https://github.com/davidhu2000 "><code>@davidhu2000</code></a> in
<a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/647 ">davidhu2000/react-spinners#647</a></li>
<li>chore: revert cjs changes, remove <code>cjs</code> folder from build
outputs by <a
href="https://github.com/davidhu2000 "><code>@davidhu2000</code></a> in
<a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/648 ">davidhu2000/react-spinners#648</a></li>
<li>chore: add eslint config to npmignore by <a
href="https://github.com/davidhu2000 "><code>@davidhu2000</code></a> in
<a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/649 ">davidhu2000/react-spinners#649</a></li>
<li>chore: update readme example to not use path import by <a
href="https://github.com/davidhu2000 "><code>@davidhu2000</code></a> in
<a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/650 ">davidhu2000/react-spinners#650</a></li>
<li>chore(deps-dev): bump vite from 6.3.1 to 6.3.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/651 ">davidhu2000/react-spinners#651</a></li>
<li>chore(deps-dev): bump eslint from 9.24.0 to 9.25.0 in the eslint
group by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/653 ">davidhu2000/react-spinners#653</a></li>
<li>chore(deps-dev): bump <code>@vitejs/plugin-react</code> from 4.4.0
to 4.4.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/652 ">davidhu2000/react-spinners#652</a></li>
<li>chore: release-0.17.0 by <a
href="https://github.com/davidhu2000 "><code>@davidhu2000</code></a> in
<a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/654 ">davidhu2000/react-spinners#654</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/davidhu2000/react-spinners/compare/v0.16.1...v0.17.0 ">https://github.com/davidhu2000/react-spinners/compare/v0.16.1...v0.17.0 </a></p>
<h2>v0.16.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: update scale loader prop to be optional to fix breaking change
by <a
href="https://github.com/davidhu2000 "><code>@davidhu2000</code></a> in
<a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/638 ">davidhu2000/react-spinners#638</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/davidhu2000/react-spinners/compare/v0.16.0...v0.16.1 ">https://github.com/davidhu2000/react-spinners/compare/v0.16.0...v0.16.1 </a></p>
<h2>v0.16.0</h2>
<blockquote>
<p>[!CAUTION]
This version included a breaking change in <code>ScaleLoader</code>
where the newly introduced <code>barCount</code> prop was not marked as
optional. This issue has been patched in <code>v0.16.1</code>.</p>
</blockquote>
<h2>What's Changed</h2>
<ul>
<li>chore: add-dependabot-gruping by <a
href="https://github.com/davidhu2000 "><code>@davidhu2000</code></a> in
<a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/618 ">davidhu2000/react-spinners#618</a></li>
<li>Bump nanoid from 3.3.7 to 3.3.8 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/616 ">davidhu2000/react-spinners#616</a></li>
<li>chore(deps-dev): bump the testing group with 3 updates by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/623 ">davidhu2000/react-spinners#623</a></li>
<li>chore: add storybook to storeybook grouping by <a
href="https://github.com/davidhu2000 "><code>@davidhu2000</code></a> in
<a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/627 ">davidhu2000/react-spinners#627</a></li>
<li>chore: update storybook to latest version by <a
href="https://github.com/davidhu2000 "><code>@davidhu2000</code></a> in
<a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/630 ">davidhu2000/react-spinners#630</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/davidhu2000/react-spinners/blob/main/CHANGELOG.md ">react-spinners's
changelog</a>.</em></p>
<blockquote>
<blockquote>
<p>[!IMPORTANT]<br />
This changelog is deprecated. Please check <a
href="https://github.com/davidhu2000/react-spinners/releases ">GitHub
Releases</a> for the most up-to-date release information.</p>
</blockquote>
<h1>Change Log</h1>
<p>All notable changes to this project will be documented in this file.
This project adheres to <a href="http://semver.org/ ">Semantic
Versioning</a>.</p>
<h2>0.14.1</h2>
<ul>
<li>revert <a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/602 ">#602</a>
due to issues with test and server side rendering</li>
</ul>
<h2>0.14.0</h2>
<ul>
<li>feat: color prop can accept rgb colors <a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/586 ">#586</a></li>
<li>fix: multiple hash loader with different color renders as the same
color <a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/602 ">#602</a></li>
<li>fix: moon loader wobble if size is not divisible by 7 <a
href="https://redirect.github.com/davidhu2000/react-spinners/pull/603 ">#603</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/davidhu2000/react-spinners/commit/0a3a88c6f25c82fd4ba0638522f37ba20efb085a "><code>0a3a88c</code></a>
chore: release-0.17.0 (<a
href="https://redirect.github.com/davidhu2000/react-spinners/issues/654 ">#654</a>)</li>
<li><a
href="https://github.com/davidhu2000/react-spinners/commit/b5c4b028b2045321b192c15f7bc4929a48495eac "><code>b5c4b02</code></a>
chore(deps-dev): bump <code>@vitejs/plugin-react</code> from 4.4.0 to
4.4.1 (<a
href="https://redirect.github.com/davidhu2000/react-spinners/issues/652 ">#652</a>)</li>
<li><a
href="https://github.com/davidhu2000/react-spinners/commit/6031d76cc6499dd0e21cd97aceeedcdb54028499 "><code>6031d76</code></a>
chore(deps-dev): bump eslint from 9.24.0 to 9.25.0 in the eslint group
(<a
href="https://redirect.github.com/davidhu2000/react-spinners/issues/653 ">#653</a>)</li>
<li><a
href="https://github.com/davidhu2000/react-spinners/commit/ad81495046fdac79bb21cd223b16178e0e0055d1 "><code>ad81495</code></a>
chore(deps-dev): bump vite from 6.3.1 to 6.3.2 (<a
href="https://redirect.github.com/davidhu2000/react-spinners/issues/651 ">#651</a>)</li>
<li><a
href="https://github.com/davidhu2000/react-spinners/commit/06ee10d26850fe817344539d13251155bd2a36d1 "><code>06ee10d</code></a>
bump version to 0.17.0-beta.6</li>
<li><a
href="https://github.com/davidhu2000/react-spinners/commit/f97f3df7af86fcd63dbedd389e22f8aa44ae5a11 "><code>f97f3df</code></a>
chore: update readme example to not use path import (<a
href="https://redirect.github.com/davidhu2000/react-spinners/issues/650 ">#650</a>)</li>
<li><a
href="https://github.com/davidhu2000/react-spinners/commit/efb439a1a53ad43cc0ef8b0c1b05b09939c2b4f6 "><code>efb439a</code></a>
chore: add eslint config to npmignore (<a
href="https://redirect.github.com/davidhu2000/react-spinners/issues/649 ">#649</a>)</li>
<li><a
href="https://github.com/davidhu2000/react-spinners/commit/ce5d33ea21d1deef9bbec3da732a5740355927cf "><code>ce5d33e</code></a>
chore: revert cjs changes, remove <code>cjs</code> folder from build
outputs (<a
href="https://redirect.github.com/davidhu2000/react-spinners/issues/648 ">#648</a>)</li>
<li><a
href="https://github.com/davidhu2000/react-spinners/commit/1b7dad0532f8abef2232edfc765ce44696afa759 "><code>1b7dad0</code></a>
chore: dedupe-cjs-outputs (<a
href="https://redirect.github.com/davidhu2000/react-spinners/issues/647 ">#647</a>)</li>
<li><a
href="https://github.com/davidhu2000/react-spinners/commit/875b03c78bb463f393216e3ffb666cbaabf91cb3 "><code>875b03c</code></a>
release 0.17.0-beta.3</li>
<li>Additional commits viewable in <a
href="https://github.com/davidhu2000/react-spinners/compare/v0.13.8...v0.17.0 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
2026-02-08 08:08:31 +01:00
Martin
4d9f6128c1
build(deps): Bump axios from 1.13.2 to 1.13.4 ( #59 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.13.2 to 1.13.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/axios/axios/releases ">axios's
releases</a>.</em></p>
<blockquote>
<h2>v1.13.4</h2>
<h2>Overview</h2>
<p>The release addresses issues discovered in v1.13.3 and includes
significant CI/CD improvements.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/axios/axios/compare/v1.13.3...v1.13.4 ">v1.13.3...v1.13.4</a></p>
<h2>What's New in v1.13.4</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>fix: issues with version 1.13.3</strong> (<a
href="https://redirect.github.com/axios/axios/issues/7352 ">#7352</a>)
(<a
href="https://github.com/axios/axios/commit/ee90dfc28abffbb61e24974b2bd3139a4a40ac76 ">ee90dfc</a>)
<ul>
<li>Fixed issues discovered in v1.13.3 release</li>
<li>Cleaned up interceptor test files</li>
<li>Improved workflow configurations</li>
</ul>
</li>
</ul>
<h3>Infrastructure & CI/CD</h3>
<ul>
<li>
<p><strong>refactor: ci and build</strong> (<a
href="https://redirect.github.com/axios/axios/issues/7340 ">#7340</a>)
(<a
href="https://github.com/axios/axios/commit/8ff6c19e2d764e8706e6a32b9f17a230dfe96e0c ">8ff6c19</a>)</p>
<ul>
<li>Major refactoring of CI/CD workflows</li>
<li>Consolidated workflow files for better maintainability</li>
<li>Added mise configuration for the development environment</li>
<li>Improved sponsor block update automation</li>
<li>Enhanced issue and PR templates</li>
<li>Added automatic release notes generation</li>
<li>Implemented workflow cancellation for concurrent runs</li>
</ul>
</li>
<li>
<p><strong>chore: codegen and some updates to workflows</strong> (<a
href="https://github.com/axios/axios/commit/76cf77b ">76cf77b</a>)</p>
<ul>
<li>Code generation improvements</li>
<li>Workflow optimisations</li>
</ul>
</li>
</ul>
<h2>Migration Notes</h2>
<h3>Breaking Changes</h3>
<p>None in this release.</p>
<h3>Deprecations</h3>
<p>None in this release.</p>
<h2>Contributors</h2>
<p>Thank you to all contributors who made this release possible! Special
thanks to:</p>
<ul>
<li><a href="https://github.com/jasonsaayman ">jasonsaayman</a> - Release
management and CI/CD improvements</li>
</ul>
<h2>Release v1.13.3</h2>
<h2>Release notes:</h2>
<h3>Bug Fixes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md ">axios's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2><a
href="https://github.com/axios/axios/compare/v1.13.2...v1.13.3 ">1.13.3</a>
(2026-01-20)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>http2:</strong> Use port 443 for HTTPS connections by
default. (<a
href="https://redirect.github.com/axios/axios/issues/7256 ">#7256</a>)
(<a
href="https://github.com/axios/axios/commit/d7e60653460480ffacecf85383012ca1baa6263e ">d7e6065</a>)</li>
<li><strong>interceptor:</strong> handle the error in the same
interceptor (<a
href="https://redirect.github.com/axios/axios/issues/6269 ">#6269</a>)
(<a
href="https://github.com/axios/axios/commit/5945e40bb171d4ac4fc195df276cf952244f0f89 ">5945e40</a>)</li>
<li>main field in package.json should correspond to cjs artifacts (<a
href="https://redirect.github.com/axios/axios/issues/5756 ">#5756</a>)
(<a
href="https://github.com/axios/axios/commit/7373fbff24cd92ce650d99ff6f7fe08c2e2a0a04 ">7373fbf</a>)</li>
<li><strong>package.json:</strong> add 'bun' package.json 'exports'
condition. Load the Node.js build in Bun instead of the browser build
(<a
href="https://redirect.github.com/axios/axios/issues/5754 ">#5754</a>)
(<a
href="https://github.com/axios/axios/commit/b89217e3e91de17a3d55e2b8f39ceb0e9d8aeda8 ">b89217e</a>)</li>
<li>silentJSONParsing=false should throw on invalid JSON (<a
href="https://redirect.github.com/axios/axios/issues/7253 ">#7253</a>)
(<a
href="https://redirect.github.com/axios/axios/issues/7257 ">#7257</a>)
(<a
href="https://github.com/axios/axios/commit/7d19335e43d6754a1a9a66e424f7f7da259895bf ">7d19335</a>)</li>
<li>turn AxiosError into a native error (<a
href="https://redirect.github.com/axios/axios/issues/5394 ">#5394</a>)
(<a
href="https://redirect.github.com/axios/axios/issues/5558 ">#5558</a>)
(<a
href="https://github.com/axios/axios/commit/1c6a86dd2c0623ee1af043a8491dbc96d40e883b ">1c6a86d</a>)</li>
<li><strong>types:</strong> add handlers to AxiosInterceptorManager
interface (<a
href="https://redirect.github.com/axios/axios/issues/5551 ">#5551</a>)
(<a
href="https://github.com/axios/axios/commit/8d1271b49fc226ed7defd07cd577bd69a55bb13a ">8d1271b</a>)</li>
<li><strong>types:</strong> restore AxiosError.cause type from unknown
to Error (<a
href="https://redirect.github.com/axios/axios/issues/7327 ">#7327</a>)
(<a
href="https://github.com/axios/axios/commit/d8233d9e8e9a64bfba9bbe01d475ba417510b82b ">d8233d9</a>)</li>
<li>unclear error message is thrown when specifying an empty proxy
authorization (<a
href="https://redirect.github.com/axios/axios/issues/6314 ">#6314</a>)
(<a
href="https://github.com/axios/axios/commit/6ef867e684adf7fb2343e3b29a79078a3c76dc29 ">6ef867e</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add <code>undefined</code> as a value in AxiosRequestConfig (<a
href="https://redirect.github.com/axios/axios/issues/5560 ">#5560</a>)
(<a
href="https://github.com/axios/axios/commit/095033c626895ecdcda2288050b63dcf948db3bd ">095033c</a>)</li>
<li>add automatic minor and patch upgrades to dependabot (<a
href="https://redirect.github.com/axios/axios/issues/6053 ">#6053</a>)
(<a
href="https://github.com/axios/axios/commit/65a7584eda6164980ddb8cf5372f0afa2a04c1ed ">65a7584</a>)</li>
<li>add Node.js coverage script using c8 (closes <a
href="https://redirect.github.com/axios/axios/issues/7289 ">#7289</a>)
(<a
href="https://redirect.github.com/axios/axios/issues/7294 ">#7294</a>)
(<a
href="https://github.com/axios/axios/commit/ec9d94e9f88da13e9219acadf65061fb38ce080a ">ec9d94e</a>)</li>
<li>added copilot instructions (<a
href="https://github.com/axios/axios/commit/3f83143bfe617eec17f9d7dcf8bafafeeae74c26 ">3f83143</a>)</li>
<li>compatibility with frozen prototypes (<a
href="https://redirect.github.com/axios/axios/issues/6265 ">#6265</a>)
(<a
href="https://github.com/axios/axios/commit/860e03396a536e9b926dacb6570732489c9d7012 ">860e033</a>)</li>
<li>enhance pipeFileToResponse with error handling (<a
href="https://redirect.github.com/axios/axios/issues/7169 ">#7169</a>)
(<a
href="https://github.com/axios/axios/commit/88d78842541610692a04282233933d078a8a2552 ">88d7884</a>)</li>
<li><strong>types:</strong> Intellisense for string literals in a
widened union (<a
href="https://redirect.github.com/axios/axios/issues/6134 ">#6134</a>)
(<a
href="https://github.com/axios/axios/commit/f73474d02c5aa957b2daeecee65508557fd3c6e5 ">f73474d</a>),
closes <a
href="https://redirect.github.com//redirect.github.com/microsoft/TypeScript/issues/33471/issues/issuecomment-1376364329 ">microsoft/TypeScript#33471</a></li>
</ul>
<h3>Reverts</h3>
<ul>
<li>Revert "fix: silentJSONParsing=false should throw on invalid
JSON (<a
href="https://redirect.github.com/axios/axios/issues/7253 ">#7253</a>)
(<a
href="https://redirect.github.com/axios/axios/issues/7 ">#7</a>…"
(<a
href="https://redirect.github.com/axios/axios/issues/7298 ">#7298</a>)
(<a
href="https://github.com/axios/axios/commit/a4230f5581b3f58b6ff531b6dbac377a4fd7942a ">a4230f5</a>),
closes <a
href="https://redirect.github.com/axios/axios/issues/7253 ">#7253</a> <a
href="https://redirect.github.com/axios/axios/issues/7 ">#7</a> <a
href="https://redirect.github.com/axios/axios/issues/7298 ">#7298</a></li>
<li><strong>deps:</strong> bump peter-evans/create-pull-request from 7
to 8 in the github-actions group (<a
href="https://redirect.github.com/axios/axios/issues/7334 ">#7334</a>)
(<a
href="https://github.com/axios/axios/commit/2d6ad5e48bd29b0b2b5e7e95fb473df98301543a ">2d6ad5e</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a href="https://github.com/ashvin2005 "
title="+1752/-4 ([#7218 ](https://github.com/axios/axios/issues/7218 )
[#7218 ](https://github.com/axios/axios/issues/7218 ) )">Ashvin
Tiwari</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/mochinikunj "
title="+940/-12 ([#7294 ](https://github.com/axios/axios/issues/7294 )
[#7294 ](https://github.com/axios/axios/issues/7294 ) )">Nikunj
Mochi</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/imanchalsingh "
title="+544/-102 ([#7169 ](https://github.com/axios/axios/issues/7169 )
[#7185 ](https://github.com/axios/axios/issues/7185 ) )">Anchal
Singh</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman "
title="+317/-73 ([#7334 ](https://github.com/axios/axios/issues/7334 )
[#7298 ](https://github.com/axios/axios/issues/7298 )
)">jasonsaayman</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/brodo "
title="+99/-120 ([#5558 ](https://github.com/axios/axios/issues/5558 )
)">Julian Dax</a></li>
<li><!-- raw HTML omitted --> <a
href="https://github.com/AKASHDHARDUBEY " title="+167/-0
([#7287 ](https://github.com/axios/axios/issues/7287 )
[#7288 ](https://github.com/axios/axios/issues/7288 ) )">Akash Dhar
Dubey</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/madhumitaaa "
title="+20/-68 ([#7198 ](https://github.com/axios/axios/issues/7198 )
)">Madhumita</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/Tackoil "
title="+80/-2 ([#6269 ](https://github.com/axios/axios/issues/6269 )
)">Tackoil</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/justindhillon "
title="+41/-41 ([#6324 ](https://github.com/axios/axios/issues/6324 )
[#6315 ](https://github.com/axios/axios/issues/6315 ) )">Justin
Dhillon</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/Rudrxxx "
title="+71/-2 ([#7257 ](https://github.com/axios/axios/issues/7257 )
)">Rudransh</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/WuMingDao "
title="+36/-36 ([#7215 ](https://github.com/axios/axios/issues/7215 )
)">WuMingDao</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/codenomnom "
title="+70/-0 ([#7201 ](https://github.com/axios/axios/issues/7201 )
[#7201 ](https://github.com/axios/axios/issues/7201 )
)">codenomnom</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/Nandann018-ux "
title="+60/-10 ([#7272 ](https://github.com/axios/axios/issues/7272 )
)">Nandan Acharya</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/KernelDeimos "
title="+22/-40 ([#7042 ](https://github.com/axios/axios/issues/7042 )
)">Eric Dubé</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/tiborpilz "
title="+40/-4 ([#5551 ](https://github.com/axios/axios/issues/5551 )
)">Tibor Pilz</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/joaoGabriel55 "
title="+31/-4 ([#6314 ](https://github.com/axios/axios/issues/6314 )
)">Gabriel Quaresma</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/turadg "
title="+23/-6 ([#6265 ](https://github.com/axios/axios/issues/6265 )
)">Turadg Aleahmad</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/axios/axios/commit/9336cf9a3393790ec8ca91fe3862e83fcdbe6b9d "><code>9336cf9</code></a>
chore(release): prepare release 1.13.4 (<a
href="https://redirect.github.com/axios/axios/issues/7353 ">#7353</a>)</li>
<li><a
href="https://github.com/axios/axios/commit/ee90dfc28abffbb61e24974b2bd3139a4a40ac76 "><code>ee90dfc</code></a>
fix: issues with version 1.13.3 (<a
href="https://redirect.github.com/axios/axios/issues/7352 ">#7352</a>)</li>
<li><a
href="https://github.com/axios/axios/commit/af4f6d960f7478604841cfff2eb5c2491565c518 "><code>af4f6d9</code></a>
fix: release branch yml</li>
<li><a
href="https://github.com/axios/axios/commit/253e3ad06a7b0fd3ec8ef73632aef84598e7cb78 "><code>253e3ad</code></a>
fix: all merge configs</li>
<li><a
href="https://github.com/axios/axios/commit/8ff6c19e2d764e8706e6a32b9f17a230dfe96e0c "><code>8ff6c19</code></a>
refactor: ci and build (<a
href="https://redirect.github.com/axios/axios/issues/7340 ">#7340</a>)</li>
<li><a
href="https://github.com/axios/axios/commit/ab06109b40e129e43096f9c75aaa21bc74ef9fc8 "><code>ab06109</code></a>
chore(release): v1.13.3 (<a
href="https://redirect.github.com/axios/axios/issues/7335 ">#7335</a>)</li>
<li><a
href="https://github.com/axios/axios/commit/2d6ad5e48bd29b0b2b5e7e95fb473df98301543a "><code>2d6ad5e</code></a>
revert(deps): bump peter-evans/create-pull-request from 7 to 8 in the
github-...</li>
<li><a
href="https://github.com/axios/axios/commit/cb49a6f84bb8cba4b72df078973d871d68bd46da "><code>cb49a6f</code></a>
chore(sponsor): update sponsor block (<a
href="https://redirect.github.com/axios/axios/issues/7330 ">#7330</a>)</li>
<li><a
href="https://github.com/axios/axios/commit/d8233d9e8e9a64bfba9bbe01d475ba417510b82b "><code>d8233d9</code></a>
fix(types): restore AxiosError.cause type from unknown to Error (<a
href="https://redirect.github.com/axios/axios/issues/7327 ">#7327</a>)</li>
<li><a
href="https://github.com/axios/axios/commit/5945e40bb171d4ac4fc195df276cf952244f0f89 "><code>5945e40</code></a>
fix(interceptor): handle the error in the same interceptor (<a
href="https://redirect.github.com/axios/axios/issues/6269 ">#6269</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/axios/axios/compare/v1.13.2...v1.13.4 ">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub ">https://www.npmjs.com/~GitHub </a>
Actions), a new releaser for axios since your current version.</p>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
2026-02-08 08:06:14 +01:00
Martin
e539bb1b63
build(deps-dev): Bump typescript-eslint from 8.53.1 to 8.54.0 ( #60 )
...
Bumps
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint )
from 8.53.1 to 8.54.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases ">typescript-eslint's
releases</a>.</em></p>
<blockquote>
<h2>v8.54.0</h2>
<h2>8.54.0 (2026-01-26)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin-internal:</strong> add prefer-tsutils-methods
rule (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11974 ">#11974</a>,
<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11625 ">#11625</a>)</li>
<li><strong>scope-manager:</strong> support ScopeManager#addGlobals (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11914 ">#11914</a>)</li>
<li><strong>typescript-estree:</strong> add shortcut methods to
ParserServicesWithTypeInformation (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11965 ">#11965</a>,
<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11955 ">#11955</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unused-private-class-members]
private destructured class member is defined but used (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11785 ">#11785</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion]
check both base constraint and actual type for non-null assertions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11967 ">#11967</a>,
<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11559 ">#11559</a>)</li>
<li><strong>scope-manager:</strong> fix catch clause scopes
<code>def.name</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11982 ">#11982</a>)</li>
<li><strong>scope-manager:</strong> prevent misidentification of
<code>"use strict"</code> directives (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11995 ">#11995</a>)</li>
<li><strong>utils:</strong> handle missing <code>FlatESLint</code> and
<code>LegacyESLint</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11958 ">#11958</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Brad Zacher <a
href="https://github.com/bradzacher "><code>@bradzacher</code></a></li>
<li>fnx <a
href="https://github.com/DMartens "><code>@DMartens</code></a></li>
<li>Francesco Trotta</li>
<li>Josh Goldberg</li>
<li>MinJae <a
href="https://github.com/Ju-MINJAE "><code>@Ju-MINJAE</code></a></li>
<li>Minyeong Kim <a
href="https://github.com/minyeong981 "><code>@minyeong981</code></a></li>
<li>overlookmotel</li>
<li>Yuya Yoshioka <a
href="https://github.com/YuyaYoshioka "><code>@YuyaYoshioka</code></a></li>
<li>김현수 <a
href="https://github.com/Kimsoo0119 "><code>@Kimsoo0119</code></a></li>
</ul>
<p>You can read about our <a
href="https://typescript-eslint.io/users/versioning ">versioning
strategy</a> and <a
href="https://typescript-eslint.io/users/releases ">releases</a> on our
website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md ">typescript-eslint's
changelog</a>.</em></p>
<blockquote>
<h2>8.54.0 (2026-01-26)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<p>You can read about our <a
href="https://typescript-eslint.io/users/versioning ">versioning
strategy</a> and <a
href="https://typescript-eslint.io/users/releases ">releases</a> on our
website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d423e57622e1c8e789a1b84109d1ab2c15497507 "><code>d423e57</code></a>
chore(release): publish 8.54.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-eslint ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
2026-02-08 08:04:41 +01:00
Martin
e062283e48
build(deps-dev): Bump @eslint/compat from 2.0.1 to 2.0.2 ( #63 )
...
Bumps
[@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat )
from 2.0.1 to 2.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/rewrite/releases "><code>@eslint/compat</code>'s
releases</a>.</em></p>
<blockquote>
<h2>compat: v2.0.2</h2>
<h2><a
href="https://github.com/eslint/rewrite/compare/compat-v2.0.1...compat-v2.0.2 ">2.0.2</a>
(2026-01-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add eslint 10 as peer dependency (<a
href="https://redirect.github.com/eslint/rewrite/issues/361 ">#361</a>)
(<a
href="https://github.com/eslint/rewrite/commit/ecb37dcafc6513649c03f245f0f2505e7eb10dd1 ">ecb37dc</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li><code>@eslint/core</code> bumped from ^1.0.1 to ^1.1.0</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>migrate-config: v2.0.2</h2>
<h2><a
href="https://github.com/eslint/rewrite/compare/migrate-config-v2.0.1...migrate-config-v2.0.2 ">2.0.2</a>
(2026-01-29)</h2>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li><code>@eslint/compat</code> bumped from ^2.0.1 to ^2.0.2</li>
</ul>
</li>
<li>devDependencies
<ul>
<li><code>@eslint/core</code> bumped from ^1.0.1 to ^1.1.0</li>
</ul>
</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md "><code>@eslint/compat</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/eslint/rewrite/compare/compat-v2.0.1...compat-v2.0.2 ">2.0.2</a>
(2026-01-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add eslint 10 as peer dependency (<a
href="https://redirect.github.com/eslint/rewrite/issues/361 ">#361</a>)
(<a
href="https://github.com/eslint/rewrite/commit/ecb37dcafc6513649c03f245f0f2505e7eb10dd1 ">ecb37dc</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li><code>@eslint/core</code> bumped from ^1.0.1 to ^1.1.0</li>
</ul>
</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eslint/rewrite/commit/7960653fe678b563051e2fbb99caf9fd3c07528c "><code>7960653</code></a>
chore: release main (<a
href="https://github.com/eslint/rewrite/tree/HEAD/packages/compat/issues/356 ">#356</a>)</li>
<li><a
href="https://github.com/eslint/rewrite/commit/ecb37dcafc6513649c03f245f0f2505e7eb10dd1 "><code>ecb37dc</code></a>
fix: add eslint 10 as peer dependency (<a
href="https://github.com/eslint/rewrite/tree/HEAD/packages/compat/issues/361 ">#361</a>)</li>
<li><a
href="https://github.com/eslint/rewrite/commit/074cac2268ef11f9433282b6f043a15cec8c609d "><code>074cac2</code></a>
docs: Update README sponsors</li>
<li><a
href="https://github.com/eslint/rewrite/commit/a3b0fd51027ce7b3102591ebda42326af87b8e3e "><code>a3b0fd5</code></a>
docs: Update README sponsors</li>
<li>See full diff in <a
href="https://github.com/eslint/rewrite/commits/compat-v2.0.2/packages/compat ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
2026-02-08 08:03:53 +01:00
Martin
ad5884307e
revert dependabot to reasonable config ( #64 )
2026-02-08 07:28:16 +01:00
martin-mfg
868395ff48
revert dependabot to reasonable config
2026-02-08 07:24:42 +01:00
dependabot[bot]
13757bbc21
build(deps-dev): Bump @eslint/compat from 2.0.1 to 2.0.2
...
Bumps [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat ) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/eslint/rewrite/releases )
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md )
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.2/packages/compat )
---
updated-dependencies:
- dependency-name: "@eslint/compat"
dependency-version: 2.0.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-08 06:18:45 +00:00
dependabot[bot]
b69c3f0670
build(deps-dev): Bump typescript-eslint from 8.53.1 to 8.54.0
...
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) from 8.53.1 to 8.54.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-version: 8.54.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-08 06:17:53 +00:00
dependabot[bot]
096f4eecc0
build(deps): Bump axios from 1.13.2 to 1.13.4
...
Bumps [axios](https://github.com/axios/axios ) from 1.13.2 to 1.13.4.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.13.2...v1.13.4 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.13.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-08 06:17:18 +00:00
dependabot[bot]
792b9b5eed
build(deps): Bump react-spinners from 0.13.8 to 0.17.0
...
Bumps [react-spinners](https://github.com/davidhu2000/react-spinners ) from 0.13.8 to 0.17.0.
- [Release notes](https://github.com/davidhu2000/react-spinners/releases )
- [Changelog](https://github.com/davidhu2000/react-spinners/blob/main/CHANGELOG.md )
- [Commits](https://github.com/davidhu2000/react-spinners/compare/v0.13.8...v0.17.0 )
---
updated-dependencies:
- dependency-name: react-spinners
dependency-version: 0.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-08 06:17:05 +00:00
Martin
d7b3f950fb
daily dependabot runs ( #52 )
...
> The property '#/updates/0/schedule/interval/cronjob' is invalid:
Cronjob expression '10/15 * * * *' has a minimum interval of 0 hours
which is less than the minimum allowed interval of 24 hours.
2026-02-08 07:14:40 +01:00
martin-mfg
9912cced12
daily dependabot runs
2026-02-08 07:12:37 +01:00
Martin
42c308e34a
frequent dependabot runs ( #51 )
...
Dependabot didn't create any PRs so far. Let's see if this helps.
2026-02-08 07:09:37 +01:00
martin-mfg
ec888dbcd3
frequent dependabot runs
2026-02-08 07:07:06 +01:00
Martin
3fc1484fcd
ci: avoid multiple ci runs when event is pull_request ( #48 )
...
-
https://docs.github.com/en/actions/how-tos/write-workflows/choose-when-workflows-run/control-workflow-concurrency
-
https://docs.github.com/en/actions/reference/workflows-and-actions/contexts#github-context
> `github.ref_name`: The short ref name of the branch or tag that
triggered the workflow run. This value matches the branch or tag name
shown on GitHub. For example, feature-branch-1.For pull requests that
were not merged, the format is <pr_number>/merge.
2026-02-08 06:50:49 +01:00
Martin
27a5ce4de9
ci: remove monorepo branch from pull_request.branches ( #49 )
2026-02-08 06:45:41 +01:00
Martin
54dd1f2c35
fix login urls ( #50 )
2026-02-08 06:36:36 +01:00
martin-mfg
88ffaf8c9e
fix login urls
2026-02-08 06:33:13 +01:00
Marco Pasqualetti
433cd84087
ci: remove monorepo branch from pull_request.branches
2026-02-08 03:00:35 +01:00
Marco Pasqualetti
046a0cfd39
ci: avoid multiple ci runs when event is pull_request
2026-02-07 20:42:07 +01:00
Martin
ef52e2b341
fix frontend process.env, cleanup ( #44 )
...
- fix `process.env` in frontend
- remove redundant frontend command "build-trends"
- remove outdated frontend/README.md
- add documentation about skipping Vercel build cache
2026-02-07 17:51:40 +01:00
martin-mfg
8cd32880c2
try with Vercel build cache 4
2026-02-07 17:40:34 +01:00
martin-mfg
d2d2d4bc71
try with Vercel build cache 3
2026-02-07 17:26:34 +01:00
martin-mfg
43dbca0e9c
remove docs for skipping vercel build
2026-02-07 16:11:16 +01:00
martin-mfg
d5fd9990bf
try with Vercel build cache 2
2026-02-07 16:00:34 +01:00
martin-mfg
8ef2c8034f
try with Vercel build cache
2026-02-07 15:54:51 +01:00
martin-mfg
601f2d999a
different approach for 'process.env'
2026-02-07 15:36:25 +01:00
martin-mfg
7549265c8d
comment: fix 'dev' command
2026-02-07 13:39:52 +01:00
martin-mfg
1cbca64681
fix dependabot intervals again
2026-02-06 18:13:17 +01:00
martin-mfg
09321258e7
fix dependabot intervals
2026-02-06 18:10:20 +01:00
Martin
0a4a579d0a
add dependabot ( #45 )
2026-02-06 18:08:00 +01:00
martin-mfg
e7b920f449
add dependabot
2026-02-06 18:05:17 +01:00
martin-mfg
ca5a59df07
revert rewrite change
2026-02-06 17:34:37 +01:00
martin-mfg
35955f93f1
add skipping build cache to docs
2026-02-06 17:24:50 +01:00
martin-mfg
ad30a5bd2e
cleanup, remove redundant 'build-trends'
2026-02-06 17:20:49 +01:00
martin-mfg
063baf7808
fix typo
2026-02-06 16:53:38 +01:00
martin-mfg
d28e11696e
use different env define
2026-02-06 16:50:26 +01:00
martin-mfg
db7e859f9e
remove 'process.env' define
2026-02-06 13:46:16 +01:00
martin-mfg
ef0518a44c
exclude 'process' polyfill
2026-02-06 13:36:01 +01:00
martin-mfg
8cfe8f3023
update backend rewrite
2026-02-06 12:21:35 +01:00
martin-mfg
ccc9958621
disable minify
2026-02-06 12:18:19 +01:00
Martin
336163118f
merge monorepo into master ( #43 )
2026-02-06 11:44:38 +01:00
martin-mfg
b57658b274
upgrade pnpm
2026-02-06 10:04:41 +01:00
martin-mfg
b46c7a826c
try fix Vercel frontend build 3, amended
2026-02-05 21:51:49 +01:00
martin-mfg
5f51562dd8
try fix Vercel frontend build 2
2026-02-05 21:37:52 +01:00
martin-mfg
05c99f4557
try fix Vercel frontend build
2026-02-05 21:26:27 +01:00
martin-mfg
867af4bba5
try fix Vercel build 7
2026-02-05 21:09:13 +01:00
martin-mfg
efa5beb521
try fix Vercel build 6
2026-02-05 20:51:48 +01:00
martin-mfg
38f68e4c71
try fix Vercel build 5
2026-02-05 20:41:26 +01:00
martin-mfg
3c23af5eb5
try fix Vercel build 4
2026-02-05 20:34:55 +01:00