Commit Graph

14 Commits

Author SHA1 Message Date
renovate[bot]
2dc321e9fe
chore(deps): update npm (development) (#2497)
Some checks failed
Push & Release 🌍 / Automation 🎛️ (push) Has been cancelled
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Has been cancelled
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Has been cancelled
Push & Release 🌍 / Deploy 🚀 (push) Has been cancelled
2024-11-20 13:55:07 +00:00
Fernando Fernández
d3870c6ecf
chore(vite): replace rollup-plugin-visualizer with sonda 2024-11-15 08:49:27 +00:00
renovate[bot]
1a4f2adfe4
chore(deps): update npm (development) (#2489) 2024-11-12 12:00:03 +01:00
Fernando Fernández
c2a01df25b
chore(typescript): remove unnecessary baseUrl
Some checks are pending
Push & Release 🌍 / Automation 🎛️ (push) Waiting to run
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Waiting to run
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Waiting to run
Push & Release 🌍 / Deploy 🚀 (push) Blocked by required conditions
2024-11-07 08:30:28 +00:00
renovate[bot]
e1556997c4
chore(deps): update npm (development) (#2470) 2024-11-05 22:47:48 +00:00
Fernando Fernández
b856b0ff85
chore: fix some lint issues 2024-11-04 20:00:38 +00:00
Fernando Fernández
98471eee65 chore(configs): fix wrong type mapping in TypeScript 2024-11-04 20:41:56 +01:00
Fernando Fernández
356aacc6be feat(lint): uniformize ESLint commands
We override the CLI arguments passed at runtime to simplify our setup in a way
that all the extra config (cache, max warnings) also come from a single point,
without needing to update the run command of a lot of packages
2024-11-04 09:09:05 +01:00
Fernando Fernández
05a26faa65 feat(build): add size report 2024-11-04 09:09:05 +01:00
Fernando Fernández
410358c939
perf: reduce iterations and allocations (#2481)
Some checks failed
Push & Release 🌍 / Automation 🎛️ (push) Has been cancelled
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Has been cancelled
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Has been cancelled
Push & Release 🌍 / Deploy 🚀 (push) Has been cancelled
* Object.keys and Object.values were used in some for loops,
which increased allocations and memory pressure unnecessarily.
2024-10-26 16:23:42 +00:00
renovate[bot]
a47a7d589b
chore(deps): update npm (development) (#2458) 2024-10-14 11:33:38 +00:00
Fernando Fernández
cb89d94228
chore: finish monorepo setup
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-10-14 12:34:51 +02:00
Fernando Fernández
4c4cdbc9db refactor: extract configs into its own package
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-10-14 12:24:01 +02:00
Fernando Fernández
4fa0a56ce2 refactor: extract vite plugins into its own package
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-10-14 12:24:01 +02:00