Compare commits

..

15 Commits

Author SHA1 Message Date
d9339214bc update image
All checks were successful
renovate / renovate (push) Successful in 30s
test-build / build (push) Successful in 2m16s
release-image / release (push) Successful in 10m53s
2025-12-01 14:57:49 -06:00
e40e60023d update package 2025-12-01 14:56:58 -06:00
baa979d475 Merge pull request 'Update dependency shiki to v3.17.0' (#231) from renovate/shiki-monorepo into main
Some checks failed
renovate / renovate (push) Successful in 1m26s
test-build / build (push) Has been cancelled
Reviewed-on: #231
2025-12-01 20:55:24 +00:00
6d854c04a5 Merge pull request 'Update dependency prettier to v3.7.3' (#230) from renovate/prettier-3.x-lockfile into main
Some checks failed
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled
Reviewed-on: #230
2025-12-01 20:55:04 +00:00
019c544d57 Merge pull request 'Update dependency typescript-eslint to v8.48.0' (#226) from renovate/typescript-eslint-monorepo into main
Some checks failed
test-build / build (push) Has been cancelled
renovate / renovate (push) Has been cancelled
Reviewed-on: #226
2025-12-01 20:54:41 +00:00
2d86be0c8f Merge pull request 'Update Node.js to v24.11.1' (#209) from renovate/docker.io-node-24.x into main
Some checks failed
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled
Reviewed-on: #209
2025-12-01 20:54:15 +00:00
2ac89d8d35 Merge pull request 'Update dependency node to v24.11.1' (#208) from renovate/node-24.x into main
Some checks failed
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled
Reviewed-on: #208
2025-12-01 20:53:45 +00:00
1874cb6dba Update dependency typescript-eslint to v8.48.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 58s
2025-12-01 00:05:06 +00:00
218797577e Update dependency shiki to v3.17.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 1m46s
2025-12-01 00:04:48 +00:00
96e4670f49 Update dependency prettier to v3.7.3
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 1m50s
2025-12-01 00:03:59 +00:00
0fde0d1f8b Update Node.js to v24.11.1
All checks were successful
test-build / build (pull_request) Successful in 1m49s
2025-12-01 00:03:22 +00:00
f87ad542b2 Update dependency node to v24.11.1
All checks were successful
test-build / build (pull_request) Successful in 1m23s
2025-12-01 00:03:16 +00:00
0dc48fa375 Merge pull request 'Update dependency astro to v5.16.3' (#232) from renovate/astro-monorepo into main
All checks were successful
test-build / build (push) Successful in 1m23s
renovate / renovate (push) Successful in 2m33s
2025-12-01 00:01:54 +00:00
cda1c254b6 Update dependency astro to v5.16.3
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 1m38s
2025-12-01 00:01:32 +00:00
5acc6f0ccd Merge pull request 'Update dependency @eslint-react/eslint-plugin to v2.3.9' (#228) from renovate/eslint-react-eslint-plugin-2.x-lockfile into main
All checks were successful
test-build / build (push) Successful in 1m35s
renovate / renovate (push) Successful in 2m33s
2025-11-30 00:03:02 +00:00
4 changed files with 298 additions and 583 deletions

View File

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

View File

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

View File

@@ -27,30 +27,30 @@
"lint:fix": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\""
},
"dependencies": {
"@astrojs/check": "^0.9.5",
"@astrojs/mdx": "^4.3.10",
"@astrojs/node": "^9.5.0",
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.12",
"@astrojs/node": "^9.5.1",
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.13",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.0",
"@directus/sdk": "^20.1.1",
"@directus/sdk": "^20.2.0",
"@giscus/react": "^3.1.0",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/pajamas": "^1.2.15",
"@iconify-json/simple-icons": "^1.2.58",
"@iconify-json/simple-icons": "^1.2.61",
"@playform/compress": "^0.2.0",
"@rehype-pretty/transformers": "^0.13.2",
"@swup/astro": "1.7.0",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/vite": "^4.1.17",
"@types/react": "^19.2.2",
"@types/react": "^19.2.7",
"@types/unist": "^3.0.3",
"astro": "^5.15.5",
"astro": "^5.16.3",
"astro-compressor": "^1.2.0",
"astro-icon": "^1.1.5",
"mdast-util-to-string": "^4.0.0",
"motion": "^12.23.24",
"motion": "^12.23.25",
"preline": "^3.2.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
@@ -58,12 +58,12 @@
"rehype-pretty-code": "^0.14.1",
"sharp": "^0.34.5",
"sharp-ico": "^0.1.5",
"shiki": "^3.15.0",
"shiki": "^3.17.1",
"tailwindcss": "^4.1.17",
"ultrahtml": "^1.6.0"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^2.3.4",
"@eslint-react/eslint-plugin": "^2.3.9",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.19",
"astro-icon": "^1.1.5",
@@ -74,11 +74,11 @@
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"prettier": "^3.6.2",
"prettier": "^3.7.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"timeago.js": "^4.0.2",
"typescript": "5.9.3",
"typescript-eslint": "8.47.0"
"typescript-eslint": "8.48.0"
}
}

847
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff