4 Commits

Author SHA1 Message Date
3d59f392bc update lock
All checks were successful
release-image / release (push) Successful in 3m41s
renovate / renovate (push) Successful in 24s
test-build / build (push) Successful in 1m25s
2025-11-10 17:08:11 -06:00
6b8ea1c474 update to node 24
Some checks failed
test-build / build (push) Failing after 12s
renovate / renovate (push) Has been cancelled
2025-11-10 17:07:29 -06:00
9c5ef06081 Update actions/setup-node action to v6 (#56)
All checks were successful
renovate / renovate (push) Successful in 30s
test-build / build (push) Successful in 47s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://github.com/actions/setup-node) | action | major | `v4` -> `v6` |

---

### Release Notes

<details>
<summary>actions/setup-node (actions/setup-node)</summary>

### [`v6`](https://github.com/actions/setup-node/compare/v5...v6)

[Compare Source](https://github.com/actions/setup-node/compare/v5...v6)

### [`v5`](https://github.com/actions/setup-node/compare/v4...v5)

[Compare Source](https://github.com/actions/setup-node/compare/v4...v5)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #56
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-11-10 22:46:00 +00:00
bfa57c872f Update actions/checkout action to v5 (#54)
Some checks failed
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | major | `v4` -> `v5` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

### [`v5`](https://github.com/actions/checkout/compare/v4...v5)

[Compare Source](https://github.com/actions/checkout/compare/v4...v5)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #54
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-11-10 22:45:54 +00:00
6 changed files with 24 additions and 24 deletions

View File

@@ -12,7 +12,7 @@ jobs:
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

@@ -16,7 +16,7 @@ jobs:
container: ghcr.io/renovatebot/renovate:42
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Renovate
run: renovate

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-js
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Set up pnpm
uses: pnpm/action-setup@v4
@@ -24,7 +24,7 @@ jobs:
- name: Set up Node.js
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="0.0.2"
LABEL version="0.0.3"
LABEL description="Astro based documentation website"
ENV PNPM_HOME="/pnpm"

View File

@@ -1,7 +1,7 @@
{
"name": "site-documentation",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"scripts": {
"dev": "astro dev",
"build": "astro build",
@@ -14,25 +14,25 @@
"dependencies": {
"@astrojs/mdx": "4.3.10",
"@astrojs/node": "9.5.0",
"@astrojs/starlight": "^0.36.0",
"@astrojs/starlight": "^0.36.2",
"@catppuccin/starlight": "1.0.2",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/vite": "^4.1.13",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/vite": "^4.1.17",
"astro": "5.15.4",
"framer-motion": "^12.23.18",
"framer-motion": "^12.23.24",
"sanitize-html": "^2.17.0",
"sharp": "^0.34.4",
"tailwindcss": "^4.1.13"
"sharp": "^0.34.5",
"tailwindcss": "^4.1.17"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.18",
"@tailwindcss/typography": "^0.5.19",
"@typescript-eslint/parser": "8.46.3",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-astro": "1.5.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.0",
"prettier-plugin-tailwindcss": "^0.7.1",
"typescript-eslint": "8.46.3"
}
}

18
pnpm-lock.yaml generated
View File

@@ -15,35 +15,35 @@ importers:
specifier: 9.5.0
version: 9.5.0(astro@5.15.4(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.0)(typescript@5.9.2))
'@astrojs/starlight':
specifier: ^0.36.0
specifier: ^0.36.2
version: 0.36.2(astro@5.15.4(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.0)(typescript@5.9.2))
'@catppuccin/starlight':
specifier: 1.0.2
version: 1.0.2(@astrojs/starlight@0.36.2(astro@5.15.4(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.0)(typescript@5.9.2)))(astro@5.15.4(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.0)(typescript@5.9.2))
'@tailwindcss/postcss':
specifier: ^4.1.13
specifier: ^4.1.17
version: 4.1.17
'@tailwindcss/vite':
specifier: ^4.1.13
specifier: ^4.1.17
version: 4.1.17(vite@6.4.1(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.2))
astro:
specifier: 5.15.4
version: 5.15.4(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.0)(typescript@5.9.2)
framer-motion:
specifier: ^12.23.18
specifier: ^12.23.24
version: 12.23.24(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
sanitize-html:
specifier: ^2.17.0
version: 2.17.0
sharp:
specifier: ^0.34.4
specifier: ^0.34.5
version: 0.34.5
tailwindcss:
specifier: ^4.1.13
specifier: ^4.1.17
version: 4.1.17
devDependencies:
'@tailwindcss/typography':
specifier: ^0.5.18
specifier: ^0.5.19
version: 0.5.19(tailwindcss@4.1.17)
'@typescript-eslint/parser':
specifier: 8.46.3
@@ -64,7 +64,7 @@ importers:
specifier: ^0.14.1
version: 0.14.1
prettier-plugin-tailwindcss:
specifier: ^0.7.0
specifier: ^0.7.1
version: 0.7.1(prettier-plugin-astro@0.14.1)(prettier@3.6.2)
typescript-eslint:
specifier: 8.46.3
@@ -3473,7 +3473,7 @@ snapshots:
'@types/sax@1.2.7':
dependencies:
'@types/node': 17.0.45
'@types/node': 24.5.2
'@types/unist@2.0.11': {}