Compare commits

..

8 Commits
3.19.4 ... main

Author SHA1 Message Date
d56ea50663 feat: merge
All checks were successful
test-build / guarddog (push) Successful in 1m39s
test-build / build (push) Successful in 2m6s
renovate / renovate (push) Successful in 33s
2026-05-08 18:23:45 -05:00
20ef5697f1 feat: allow processing svg 2026-05-08 18:23:45 -05:00
e0b72bfcbd fix(deps): update dependency @iconify-json/simple-icons to v1.2.81 2026-05-08 18:23:45 -05:00
28724b4024 fix(deps): update dependency astro to v6.2.2 2026-05-08 18:23:45 -05:00
6520a0f50b chore(deps): update dependency typescript-eslint to v8.59.2 2026-05-08 18:23:44 -05:00
f8c7c3f997 chore(deps): update deps 2026-05-08 18:23:44 -05:00
6815d5a68b feat: reduce top transparency effect 2026-05-08 18:23:44 -05:00
e1339a53a2 fix(deps): update astro monorepo 2026-05-08 18:23:44 -05:00
4 changed files with 944 additions and 1213 deletions

View File

@@ -13,6 +13,7 @@ export default defineConfig({
site: getSiteURL(), site: getSiteURL(),
image: { image: {
dangerouslyProcessSVG: true,
remotePatterns: [ remotePatterns: [
{ protocol: 'https', hostname: '*.alexlebens.net' }, { protocol: 'https', hostname: '*.alexlebens.net' },
{ protocol: 'https', hostname: '*.jsdelivr.net' }, { protocol: 'https', hostname: '*.jsdelivr.net' },

2120
bun.lock

File diff suppressed because it is too large Load Diff

View File

@@ -29,25 +29,25 @@
"lint:fix": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\"" "lint:fix": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\""
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "0.9.8", "@astrojs/check": "0.9.9",
"@astrojs/node": "10.0.6", "@astrojs/node": "10.1.0",
"@astrojs/rss": "4.0.18", "@astrojs/rss": "4.0.18",
"@astrojs/sitemap": "3.7.2", "@astrojs/sitemap": "3.7.2",
"@directus/sdk": "21.2.2", "@directus/sdk": "21.3.0",
"@iconify-json/mdi": "1.2.3", "@iconify-json/mdi": "1.2.3",
"@iconify-json/pajamas": "1.2.15", "@iconify-json/pajamas": "1.2.15",
"@iconify-json/simple-icons": "1.2.80", "@iconify-json/simple-icons": "1.2.81",
"@playform/compress": "0.2.3", "@playform/compress": "0.2.3",
"@swup/astro": "1.8.0", "@swup/astro": "1.8.0",
"@tailwindcss/postcss": "4.2.4", "@tailwindcss/postcss": "4.3.0",
"@tailwindcss/vite": "4.2.4", "@tailwindcss/vite": "4.3.0",
"@types/unist": "3.0.3", "@types/unist": "3.0.3",
"astro": "6.1.9", "astro": "6.3.1",
"astro-compress": "2.4.1", "astro-compress": "2.4.1",
"astro-icon": "1.1.5", "astro-icon": "1.1.5",
"dayjs": "1.11.20", "dayjs": "1.11.20",
"markdown-it": "14.1.1", "markdown-it": "14.1.1",
"marked": "18.0.2", "marked": "18.0.3",
"marked-shiki": "1.2.1", "marked-shiki": "1.2.1",
"mdast-util-to-string": "4.0.0", "mdast-util-to-string": "4.0.0",
"photoswipe": "5.4.4", "photoswipe": "5.4.4",
@@ -56,7 +56,7 @@
"sharp": "0.34.5", "sharp": "0.34.5",
"sharp-ico": "0.1.5", "sharp-ico": "0.1.5",
"shiki": "4.0.2", "shiki": "4.0.2",
"tailwindcss": "4.2.4", "tailwindcss": "4.3.0",
"ultrahtml": "1.6.0" "ultrahtml": "1.6.0"
}, },
"devDependencies": { "devDependencies": {
@@ -65,11 +65,11 @@
"@semantic-release/commit-analyzer": "13.0.1", "@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/git": "10.0.1", "@semantic-release/git": "10.0.1",
"@semantic-release/npm": "13.1.5", "@semantic-release/npm": "13.1.5",
"@semantic-release/release-notes-generator": "14.1.0", "@semantic-release/release-notes-generator": "14.1.1",
"@tailwindcss/forms": "0.5.11", "@tailwindcss/forms": "0.5.11",
"@tailwindcss/typography": "0.5.19", "@tailwindcss/typography": "0.5.19",
"@types/markdown-it": "14.1.2", "@types/markdown-it": "14.1.2",
"eslint": "10.2.1", "eslint": "10.3.0",
"eslint-config-prettier": "10.1.8", "eslint-config-prettier": "10.1.8",
"eslint-plugin-astro": "1.7.0", "eslint-plugin-astro": "1.7.0",
"eslint-plugin-format": "2.0.1", "eslint-plugin-format": "2.0.1",
@@ -79,6 +79,6 @@
"semantic-release": "25.0.3", "semantic-release": "25.0.3",
"semantic-release-export-data": "1.2.0", "semantic-release-export-data": "1.2.0",
"typescript": "6.0.3", "typescript": "6.0.3",
"typescript-eslint": "8.59.1" "typescript-eslint": "8.59.2"
} }
} }

View File

@@ -62,14 +62,14 @@ const normalizeTitle = !title ? global.name : `${title} | ${global.name}`;
<script <script
src="/vendor/preline/collapse2.1.0.min.js" src="/vendor/preline/collapse2.1.0.min.js"
is:inline is:inline
/> ></script>
<!-- Rybbit Tracking Snippet --> <!-- Rybbit Tracking Snippet -->
<script <script
src="https://rybbit.alexlebens.dev/api/script.js" src="https://rybbit.alexlebens.dev/api/script.js"
data-site-id={global.rybbit_site_id} data-site-id={global.rybbit_site_id}
defer defer
/> ></script>
</head> </head>
<body class="bg-background selection:bg-yellow-400 m-0 p-0 overflow-hidden"> <body class="bg-background selection:bg-yellow-400 m-0 p-0 overflow-hidden">
@@ -150,16 +150,16 @@ const normalizeTitle = !title ? global.name : `${title} | ${global.name}`;
-webkit-mask-image: linear-gradient( -webkit-mask-image: linear-gradient(
to bottom, to bottom,
transparent 0px, transparent 0px,
transparent 90px, transparent 84px,
black 140px, black 114px,
black 100% black 100%
); );
mask-image: linear-gradient( mask-image: linear-gradient(
to bottom, to bottom,
transparent 0px, transparent 0px,
transparent 90px, transparent 84px,
black 140px, black 114px,
black 100% black 100%
); );