Compare commits

...

7 Commits

Author SHA1 Message Date
17dd45c4e2 update tag
All checks were successful
test-build / build (push) Successful in 1m23s
release-image / release (push) Successful in 5m51s
renovate / renovate (push) Successful in 3m50s
2025-09-22 19:01:13 -05:00
a2c17a9dc1 update lock
All checks were successful
renovate / renovate (push) Successful in 40s
test-build / build (push) Successful in 1m35s
2025-09-22 18:59:18 -05:00
365d079dfc update packages 2025-09-22 18:57:48 -05:00
f29a5c9dd9 Merge pull request 'Update astro monorepo' (#121) from renovate/astro-monorepo into main
All checks were successful
renovate / renovate (push) Successful in 33s
test-build / build (push) Successful in 50s
2025-09-22 23:55:47 +00:00
cd593905c0 Update astro monorepo
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
test-build / build (pull_request) Successful in 1m10s
2025-09-22 23:55:36 +00:00
20f53409ef Merge pull request 'Update astro monorepo' (#114) from renovate/astro-monorepo into main
Some checks failed
test-build / build (push) Successful in 51s
renovate / renovate (push) Has been cancelled
Reviewed-on: #114
2025-09-22 23:54:55 +00:00
61c6d2ed08 Update astro monorepo
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 59s
2025-09-22 23:51:42 +00:00
3 changed files with 881 additions and 849 deletions

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "site-profile",
"type": "module",
"version": "2.0.5",
"version": "2.0.6",
"homepage": "https://www.alexlebens.dev",
"bugs": {
"url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues",
@@ -28,53 +28,53 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.3",
"@astrojs/node": "^9.3.3",
"@astrojs/mdx": "^4.3.6",
"@astrojs/node": "^9.4.4",
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "^4.3.0",
"@astrojs/react": "^4.3.1",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.2",
"@astrojs/sitemap": "^3.6.0",
"@directus/sdk": "^20.1.0",
"@giscus/react": "^3.1.0",
"@iconify-json/mdi": "^1.1.63",
"@iconify-json/pajamas": "^1.2.13",
"@iconify-json/simple-icons": "^1.2.47",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/pajamas": "^1.2.15",
"@iconify-json/simple-icons": "^1.2.52",
"@playform/compress": "^0.2.0",
"@rehype-pretty/transformers": "^0.13.2",
"@swup/astro": "1.7.0",
"@tailwindcss/postcss": "^4.1.8",
"@tailwindcss/vite": "^4.1.8",
"@directus/sdk": "^20.0.0",
"@types/react": "^19.0.0",
"@types/unist": "^3.0.2",
"astro": "^5.12.8",
"astro-compressor": "^1.0.0",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/vite": "^4.1.13",
"@types/react": "^19.1.13",
"@types/unist": "^3.0.3",
"astro": "^5.13.10",
"astro-compressor": "^1.1.2",
"astro-icon": "^1.1.5",
"framer-motion": "^12.16.0",
"framer-motion": "^12.23.18",
"mdast-util-to-string": "^4.0.0",
"preline": "^3.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"preline": "^3.2.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"reading-time": "^1.5.0",
"rehype-pretty-code": "^0.14.1",
"sharp": "^0.34.3",
"sharp": "^0.34.4",
"sharp-ico": "^0.1.5",
"shiki": "^3.2.2",
"tailwindcss": "^4.1.11",
"ultrahtml": "^1.5.3"
"shiki": "^3.13.0",
"tailwindcss": "^4.1.13",
"ultrahtml": "^1.6.0"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.52.3",
"@eslint-react/eslint-plugin": "^1.53.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/typography": "^0.5.18",
"astro-icon": "^1.1.5",
"eslint": "^9.32.0",
"eslint": "^9.36.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-format": "^1.0.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"prettier": "^3.5.3",
"eslint-plugin-react-refresh": "^0.4.21",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"timeago.js": "^4.0.2",

1670
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff