Commit Graph

7 Commits

Author SHA1 Message Date
c96b0ed78c chore: update all dependencies to latest (#37)
- Astro 5.1 -> 5.17
- Starlight 0.31 -> 0.37 (social config migrated to array format)
- Tailwind CSS 3 -> 4 (migrated to Vite plugin + CSS-based config)
- sharp 0.32 -> 0.34
- ESLint 8 -> 9 (migrated to flat config)
- Prettier, prettier-plugin-astro, prettier-plugin-tailwindcss updated
- Removed dotenv (using Astro import.meta.env)
- Removed tailwind.config.mjs (config now in CSS via @theme)
- Updated Badge import to new Starlight components path
- Node.js 18 -> 22
- Switched from npm to bun
2026-02-23 11:27:48 -05:00
dependabot[bot]
44f45ff89f chore(deps): bump astro, @astrojs/starlight and @astrojs/tailwind
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) and [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind). These dependencies needed to be updated together.

Updates `astro` from 3.4.3 to 5.1.8
- [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.1.8/packages/astro)

Updates `@astrojs/starlight` from 0.12.0 to 0.31.1
- [Release notes](https://github.com/withastro/starlight/releases)
- [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md)
- [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.31.1/packages/starlight)

Updates `@astrojs/tailwind` from 5.0.2 to 5.1.5
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/tailwind@5.1.5/packages/integrations/tailwind)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
- dependency-name: "@astrojs/starlight"
  dependency-type: direct:production
- dependency-name: "@astrojs/tailwind"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 20:58:52 +00:00
Ethan Holz
c8b8b6714a chore: updared starlight 2023-11-05 20:19:22 -06:00
J. Scott Smith
081b74d899 added Prettier, Tailwind, styling, branding, sitemap, tracking 2023-11-03 01:32:34 -07:00
Ethan Holz
623d9db1b2 update zod dep for CVE 2023-10-25 11:55:08 -05:00
Ethan Holz
49f052621e initial astro env 2023-10-25 11:21:05 -05:00
Ethan Holz
e593bdcd62 chore: tooling updates 2023-10-19 11:42:22 -04:00