Compare commits

...

18 Commits

Author SHA1 Message Date
aca3566608 update lock
All checks were successful
renovate / renovate (push) Successful in 53s
test-build / build (push) Successful in 49s
release-image / release (push) Successful in 9m0s
2025-11-10 17:04:22 -06:00
e11af62c90 update image to node 24
Some checks failed
renovate / renovate (push) Successful in 41s
test-build / build (push) Has been cancelled
2025-11-10 17:03:29 -06:00
be31df455f Merge pull request 'Update dependency @iconify-json/simple-icons to v1.2.58' (#205) from renovate/iconify-json-simple-icons-1.x-lockfile into main
All checks were successful
renovate / renovate (push) Successful in 1m9s
test-build / build (push) Successful in 2m44s
2025-11-10 22:43:28 +00:00
e0d7032727 Update dependency @iconify-json/simple-icons to v1.2.58
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 3m15s
2025-11-10 22:43:20 +00:00
e5e809fe45 change to js
Some checks failed
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled
2025-11-10 16:42:05 -06:00
6ac7de8892 change to js
Some checks failed
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled
2025-11-10 16:41:42 -06:00
d417fe92cd Merge pull request 'Update actions/checkout action to v5' (#168) from renovate/actions-checkout-5.x into main
Some checks failed
renovate / renovate (push) Has been cancelled
test-build / build (push) Has started running
Reviewed-on: #168
2025-11-10 22:40:44 +00:00
98f02dbde1 Merge pull request 'Update dependency eslint-plugin-astro to v1.5.0' (#199) from renovate/eslint-plugin-astro-1.x-lockfile into main
Some checks failed
renovate / renovate (push) Has been cancelled
test-build / build (push) Has started running
Reviewed-on: #199
2025-11-10 22:39:52 +00:00
0222d3d401 Merge pull request 'Update dependency shiki to v3.15.0' (#204) from renovate/shiki-monorepo into main
Some checks failed
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled
Reviewed-on: #204
2025-11-10 22:39:04 +00:00
d6ee4a2698 Merge pull request 'Update actions/setup-node action to v6' (#170) from renovate/actions-setup-node-6.x into main
Some checks failed
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled
Reviewed-on: #170
2025-11-10 22:38:46 +00:00
2929341ad9 Update actions/setup-node action to v6
Some checks failed
test-build / build (pull_request) Failing after 7s
2025-11-10 04:24:57 +00:00
313d8956fb Update actions/checkout action to v5
Some checks failed
test-build / build (pull_request) Failing after 3s
2025-11-10 04:24:47 +00:00
2c5deaa49e Update dependency shiki to v3.15.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 1m30s
2025-11-10 04:24:42 +00:00
322f297bbe Update dependency eslint-plugin-astro to v1.5.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 59s
2025-11-10 04:24:22 +00:00
a383bdc849 Merge pull request 'Update ghcr.io/renovatebot/renovate Docker tag to v42' (#200) from renovate/ghcr.io-renovatebot-renovate-42.x into main
All checks were successful
test-build / build (push) Successful in 1m33s
renovate / renovate (push) Successful in 2m4s
Reviewed-on: #200
2025-11-10 04:23:05 +00:00
0ffee0c0d9 Update ghcr.io/renovatebot/renovate Docker tag to v42
All checks were successful
test-build / build (pull_request) Successful in 1m32s
2025-11-09 00:03:20 +00:00
2b77fb7263 Merge pull request 'Update tailwindcss monorepo to v4.1.17' (#203) from renovate/tailwindcss-monorepo into main
All checks were successful
test-build / build (push) Successful in 1m50s
renovate / renovate (push) Successful in 1m55s
2025-11-09 00:01:58 +00:00
c53dfedb67 Update tailwindcss monorepo to v4.1.17
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 1m10s
2025-11-08 00:04:21 +00:00
6 changed files with 777 additions and 704 deletions

View File

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

View File

@@ -13,10 +13,10 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41
container: ghcr.io/renovatebot/renovate:42
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Renovate
run: renovate

View File

@@ -11,10 +11,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-js
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Set up pnpm
uses: pnpm/action-setup@v4
@@ -22,9 +22,9 @@ jobs:
version: 10.x
- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: 22.21.1
node-version: 24.11.0
cache: pnpm
- name: Install Dependencies

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "site-profile",
"type": "module",
"version": "2.0.6",
"version": "2.1.0",
"homepage": "https://www.alexlebens.dev",
"bugs": {
"url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues",
@@ -27,56 +27,56 @@
"lint:fix": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\""
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.6",
"@astrojs/node": "^9.4.4",
"@astrojs/check": "^0.9.5",
"@astrojs/mdx": "^4.3.10",
"@astrojs/node": "^9.5.0",
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "^4.3.1",
"@astrojs/rss": "^4.0.12",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.13",
"@astrojs/sitemap": "^3.6.0",
"@directus/sdk": "^20.1.0",
"@directus/sdk": "^20.1.1",
"@giscus/react": "^3.1.0",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/pajamas": "^1.2.15",
"@iconify-json/simple-icons": "^1.2.52",
"@iconify-json/simple-icons": "^1.2.58",
"@playform/compress": "^0.2.0",
"@rehype-pretty/transformers": "^0.13.2",
"@swup/astro": "1.7.0",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/vite": "^4.1.13",
"@types/react": "^19.1.13",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/vite": "^4.1.17",
"@types/react": "^19.2.2",
"@types/unist": "^3.0.3",
"astro": "^5.13.10",
"astro-compressor": "^1.1.2",
"astro": "^5.15.5",
"astro-compressor": "^1.2.0",
"astro-icon": "^1.1.5",
"framer-motion": "^12.23.18",
"mdast-util-to-string": "^4.0.0",
"motion": "^12.23.24",
"preline": "^3.2.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"reading-time": "^1.5.0",
"rehype-pretty-code": "^0.14.1",
"sharp": "^0.34.4",
"sharp": "^0.34.5",
"sharp-ico": "^0.1.5",
"shiki": "^3.13.0",
"tailwindcss": "^4.1.13",
"shiki": "^3.15.0",
"tailwindcss": "^4.1.17",
"ultrahtml": "^1.6.0"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^2.0.0",
"@eslint-react/eslint-plugin": "^2.3.4",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.18",
"@tailwindcss/typography": "^0.5.19",
"astro-icon": "^1.1.5",
"eslint": "^9.36.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-format": "^1.0.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-react-refresh": "^0.4.21",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.0",
"prettier-plugin-tailwindcss": "^0.7.1",
"timeago.js": "^4.0.2",
"typescript": "5.9.3",
"typescript-eslint": "8.46.3"

1409
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff