dependabot[bot]
b33a02991c
Bump the npm-production group with 3 updates
...
Bumps the npm-production group with 3 updates: [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap ), [@iconify-json/simple-icons](https://github.com/iconify/icon-sets ) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro ).
Updates `@astrojs/sitemap` from 3.6.1 to 3.7.0
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.7.0/packages/integrations/sitemap )
Updates `@iconify-json/simple-icons` from 1.2.66 to 1.2.69
- [Commits](https://github.com/iconify/icon-sets/commits )
Updates `astro` from 5.16.11 to 5.17.1
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/astro@5.17.1/packages/astro )
---
updated-dependencies:
- dependency-name: "@astrojs/sitemap"
dependency-version: 3.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: npm-production
- dependency-name: "@iconify-json/simple-icons"
dependency-version: 1.2.69
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm-production
- dependency-name: astro
dependency-version: 5.17.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: npm-production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-01 07:29:23 +00:00
3a64fee42e
Merge pull request #27 from jimeh/feat/astro-experimental-fonts
2026-02-01 02:50:04 +00:00
e5d2604edc
feat: migrate to Astro's experimental font API
...
Replace @fontsource-variable NPM packages with Astro's built-in
experimental font API using the Fontsource provider. Fonts are now
fetched at build time, cached locally, and served with the site.
This provides automatic @font-face generation, preload link injection,
and metric-adjusted fallback fonts (size-adjust, ascent-override, etc.)
to reduce CLS during font loading.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-01 02:43:48 +00:00
dependabot[bot]
e01d929793
Bump diff and astro
...
Bumps [diff](https://github.com/kpdecker/jsdiff ) to 8.0.3 and updates ancestor dependency [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro ). These dependencies need to be updated together.
Updates `diff` from 5.2.0 to 8.0.3
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md )
- [Commits](https://github.com/kpdecker/jsdiff/compare/v5.2.0...v8.0.3 )
Updates `astro` from 5.16.9 to 5.16.11
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/astro@5.16.11/packages/astro )
---
updated-dependencies:
- dependency-name: diff
dependency-version: 8.0.3
dependency-type: indirect
- dependency-name: astro
dependency-version: 5.16.11
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-18 23:50:58 +00:00
dependabot[bot]
ebe2a6be99
Bump tar from 7.5.2 to 7.5.3
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.2 to 7.5.3.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.2...v7.5.3 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-17 15:48:02 +00:00
8465487155
Merge pull request #18 from jimeh/dependabot/npm_and_yarn/devalue-5.6.2
2026-01-16 18:13:18 +00:00
dependabot[bot]
2705ab40d0
Bump h3 from 1.15.4 to 1.15.5
...
Bumps [h3](https://github.com/h3js/h3 ) from 1.15.4 to 1.15.5.
- [Release notes](https://github.com/h3js/h3/releases )
- [Changelog](https://github.com/h3js/h3/blob/v1.15.5/CHANGELOG.md )
- [Commits](https://github.com/h3js/h3/compare/v1.15.4...v1.15.5 )
---
updated-dependencies:
- dependency-name: h3
dependency-version: 1.15.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-15 21:23:14 +00:00
dependabot[bot]
f9f55d3a72
Bump devalue from 5.6.1 to 5.6.2
...
Bumps [devalue](https://github.com/sveltejs/devalue ) from 5.6.1 to 5.6.2.
- [Release notes](https://github.com/sveltejs/devalue/releases )
- [Changelog](https://github.com/sveltejs/devalue/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/devalue/compare/v5.6.1...v5.6.2 )
---
updated-dependencies:
- dependency-name: devalue
dependency-version: 5.6.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-15 19:08:34 +00:00
fb95f72e03
feat: refine and finalize redesign
2026-01-13 09:47:24 +00:00
be51ec4831
feat(design): complete redesign of website
...
Redesign the website with a more modern look.
2026-01-13 09:46:50 +00:00
58f310bb8c
chore(deps): add mise and VSCode launch config
2026-01-13 06:59:50 +00:00
2e5101650f
refactor: port site from Jekyll to Astro
2026-01-10 18:54:17 +00:00