Update dependencies (ApexCharts 6, TypeScript 7) and fix build warnings (#2717)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Paweł Kuna
2026-07-29 23:07:00 +02:00
committed by GitHub
co-authored by StarDev
parent 416ca63ca4
commit 46dbf6093b
9 changed files with 911 additions and 478 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
// @ts-check
import { defineConfig } from 'astro/config';
import mdx from '@astrojs/mdx';
import { satteri } from '@astrojs/markdown-satteri';
import beautify from 'js-beautify';
import { execFileSync } from 'node:child_process';
import { fileURLToPath } from 'node:url';
@@ -75,7 +76,7 @@ export default defineConfig({
integrations: [mdx(), prettifyHtml()],
markdown: {
// markdown-it in Eleventy does not produce typographic quotes — neither do we
smartypants: false,
processor: satteri({ features: { smartPunctuation: false } }),
shikiConfig: {
theme: 'github-dark',
transformers: [