4 Commits

Author SHA1 Message Date
5cb56dd48d Update actions/checkout action to v5
Some checks failed
test-build / build (pull_request) Failing after 3s
2025-09-11 00:03:36 +00:00
f77b2087bd Update dependency astro to v5.13.7 (#18)
All checks were successful
test-build / build (push) Successful in 31s
renovate / renovate (push) Successful in 1m16s
2025-09-11 00:01:12 +00:00
27b37ba146 Update astro monorepo (#17)
All checks were successful
test-build / build (push) Successful in 1m32s
renovate / renovate (push) Successful in 1m48s
2025-09-10 00:01:43 +00:00
19af544520 Update tailwindcss monorepo to v4.1.13 (#15)
All checks were successful
test-build / build (push) Successful in 35s
renovate / renovate (push) Successful in 2m13s
2025-09-06 00:01:21 +00:00
6 changed files with 221 additions and 354 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
- name: Login to Registry - name: Login to Registry
uses: docker/login-action@v3 uses: docker/login-action@v3

View File

@@ -16,7 +16,7 @@ jobs:
container: ghcr.io/renovatebot/renovate:41 container: ghcr.io/renovatebot/renovate:41
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
- name: Renovate - name: Renovate
run: renovate run: renovate

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
- name: Set up pnpm - name: Set up pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4

View File

@@ -1,5 +1,5 @@
ARG REGISTRY=docker.io ARG REGISTRY=docker.io
FROM ${REGISTRY}/node:22.19.0-alpine3.22 AS base FROM ${REGISTRY}/node:22.18.0-alpine3.22 AS base
LABEL version="0.0.1" LABEL version="0.0.1"
LABEL description="Astro based documentation website" LABEL description="Astro based documentation website"

View File

@@ -12,13 +12,13 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "4.3.4", "@astrojs/mdx": "4.3.5",
"@astrojs/node": "9.4.3", "@astrojs/node": "9.4.3",
"@astrojs/starlight": "^0.35.2", "@astrojs/starlight": "^0.35.2",
"@catppuccin/starlight": "1.0.2", "@catppuccin/starlight": "1.0.2",
"@tailwindcss/postcss": "^4.1.8", "@tailwindcss/postcss": "^4.1.8",
"@tailwindcss/vite": "^4.1.8", "@tailwindcss/vite": "^4.1.8",
"astro": "5.13.5", "astro": "5.13.7",
"framer-motion": "^12.16.0", "framer-motion": "^12.16.0",
"sanitize-html": "^2.17.0", "sanitize-html": "^2.17.0",
"sharp": "^0.34.2", "sharp": "^0.34.2",

563
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff