Compare commits

...

7 Commits

Author SHA1 Message Date
117d2567e5 bump deps
Some checks failed
renovate / renovate (push) Successful in 39s
test-build / build (push) Successful in 2m8s
release-image / release (push) Failing after 4m1s
2025-12-29 21:56:50 -06:00
a400c3187c Merge pull request 'Update dependency @eslint-react/eslint-plugin to v2.4.0' (#258) from renovate/eslint-react-eslint-plugin-2.x-lockfile into main
All checks were successful
test-build / build (push) Successful in 49s
renovate / renovate (push) Successful in 1m21s
Reviewed-on: #258
2025-12-25 18:09:46 +00:00
15fb351504 Update dependency @eslint-react/eslint-plugin to v2.4.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 1m19s
2025-12-25 00:01:14 +00:00
fb492a1028 Merge pull request 'Update dependency typescript-eslint to v8.50.1' (#257) from renovate/typescript-eslint-monorepo into main
All checks were successful
test-build / build (push) Successful in 1m37s
renovate / renovate (push) Successful in 1m20s
2025-12-24 00:02:02 +00:00
c427c5ddb7 Update dependency typescript-eslint to v8.50.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 1m20s
2025-12-24 00:01:47 +00:00
9a686eb9f5 Merge pull request 'Update dependency @tailwindcss/forms to v0.5.11' (#256) from renovate/tailwindcss-forms-0.x-lockfile into main
All checks were successful
test-build / build (push) Successful in 1m32s
renovate / renovate (push) Successful in 1m51s
2025-12-19 00:02:22 +00:00
2e0e52bdf9 Update dependency @tailwindcss/forms to v0.5.11
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 1m12s
2025-12-19 00:02:00 +00:00
4 changed files with 610 additions and 486 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="2.1.2"
LABEL version="2.1.3"
LABEL description="Astro based personal website"
ENV PNPM_HOME="/pnpm"

View File

@@ -1,7 +1,7 @@
{
"name": "site-profile",
"type": "module",
"version": "2.1.2",
"version": "2.1.3",
"homepage": "https://www.alexlebens.dev",
"bugs": {
"url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues",
@@ -38,47 +38,47 @@
"@giscus/react": "^3.1.0",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/pajamas": "^1.2.15",
"@iconify-json/simple-icons": "^1.2.62",
"@iconify-json/simple-icons": "^1.2.64",
"@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",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.7",
"@types/unist": "^3.0.3",
"astro": "^5.16.5",
"astro": "^5.16.6",
"astro-compressor": "^1.2.0",
"astro-icon": "^1.1.5",
"mdast-util-to-string": "^4.0.0",
"motion": "^12.23.26",
"preline": "^3.2.3",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"reading-time": "^1.5.0",
"rehype-pretty-code": "^0.14.1",
"sharp": "^0.34.5",
"sharp-ico": "^0.1.5",
"shiki": "^3.19.0",
"tailwindcss": "^4.1.17",
"shiki": "^3.20.0",
"tailwindcss": "^4.1.18",
"ultrahtml": "^1.6.0"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^2.3.13",
"@tailwindcss/forms": "^0.5.10",
"@eslint-react/eslint-plugin": "^2.4.0",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"astro-icon": "^1.1.5",
"eslint": "^9.39.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-format": "^1.1.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"eslint-plugin-react-refresh": "^0.4.26",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"timeago.js": "^4.0.2",
"typescript": "5.9.3",
"typescript-eslint": "8.50.0"
"typescript-eslint": "8.50.1"
}
}

1062
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff