4 Commits

Author SHA1 Message Date
56fb8f5573 bump version
All checks were successful
renovate / renovate (push) Successful in 27s
test-build / build (push) Successful in 2m3s
release-image / release (push) Successful in 1m59s
2025-12-29 22:04:46 -06:00
c422828058 update lock 2025-12-29 22:04:24 -06:00
c1ac56fea8 bump deps
All checks were successful
renovate / renovate (push) Successful in 34s
test-build / build (push) Successful in 1m57s
release-image / release (push) Successful in 1m54s
2025-12-29 22:00:14 -06:00
a022d1e8fa Update typescript-eslint monorepo to v8.50.1 (#111)
All checks were successful
test-build / build (push) Successful in 41s
renovate / renovate (push) Successful in 1m17s
2025-12-24 00:01:52 +00:00
4 changed files with 315 additions and 315 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: 24.11.1
node-version: 24.12.0
cache: pnpm
- name: Install Dependencies

View File

@@ -1,7 +1,7 @@
ARG REGISTRY=docker.io
FROM ${REGISTRY}/node:24.11.1-alpine3.22 AS base
FROM ${REGISTRY}/node:24.12.0-alpine3.22 AS base
LABEL version="0.0.5"
LABEL version="0.0.7"
LABEL description="Astro based documentation website"
ENV PNPM_HOME="/pnpm"

View File

@@ -1,7 +1,7 @@
{
"name": "site-documentation",
"type": "module",
"version": "0.0.5",
"version": "0.0.7",
"scripts": {
"dev": "astro dev",
"build": "astro build",
@@ -16,23 +16,23 @@
"@astrojs/node": "9.5.1",
"@astrojs/starlight": "^0.37.1",
"@catppuccin/starlight": "1.0.2",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/vite": "^4.1.17",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"astro": "5.16.6",
"motion": "^12.23.26",
"sanitize-html": "^2.17.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.17"
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@typescript-eslint/parser": "8.50.0",
"@typescript-eslint/parser": "8.50.1",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-astro": "1.5.0",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript-eslint": "8.50.0"
"typescript-eslint": "8.50.1"
}
}

612
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff