Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
04980a38af | |||
385ad20c82 | |||
761652f46d | |||
|
8f6b1af8ad | ||
|
90c8d30e3f | ||
|
ad9128acea | ||
|
5f9235c9dc | ||
|
3b2702af36 | ||
|
f999b9a92c | ||
|
35c940bef7 | ||
|
7aa6898a93 |
@@ -1,2 +1,2 @@
|
||||
# This file is processed by Renovate bot so that it creates a PR on new major Renovate versions
|
||||
FROM renovate/renovate:38
|
||||
FROM renovate/renovate:39
|
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
@@ -15,7 +15,7 @@
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Disables for non major Renovate version",
|
||||
"matchPaths": [
|
||||
"matchFileNames": [
|
||||
".github/renovate-update-notification/Dockerfile"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
@@ -29,7 +29,7 @@
|
||||
},
|
||||
{
|
||||
"description": "Generate for major Renovate version",
|
||||
"matchPaths": [
|
||||
"matchFileNames": [
|
||||
".github/renovate-update-notification/Dockerfile"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
|
6
.github/workflows/release-image.yml
vendored
6
.github/workflows/release-image.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Log into the container registry
|
||||
uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
|
||||
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Extract metadata for Docker
|
||||
id: meta
|
||||
uses: docker/metadata-action@70b2cdc6480c1a8b86edf1777157f8f437de2166
|
||||
uses: docker/metadata-action@8e1d5461f02b7886d3c1a774bfbd873650445aa2
|
||||
with:
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
|
||||
uses: docker/build-push-action@31ca4e5d51253d7e4a2317bfe74699cbe3a398a9
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
@@ -1,6 +1,6 @@
|
||||
FROM node:22.12.0-alpine3.20 AS base
|
||||
FROM node:22.13.0-alpine3.20 AS base
|
||||
|
||||
LABEL version="0.6.0"
|
||||
LABEL version="0.6.2"
|
||||
LABEL description="Astro based website to use as a profile"
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "site-profile",
|
||||
"type": "module",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.2",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
@@ -13,7 +13,7 @@
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/node": "^9.0.0",
|
||||
"@directus/sdk": "^18.0.0",
|
||||
"astro": "^5.0.0",
|
||||
"typescript": "^5.7.2"
|
||||
"astro": "^5.1.4",
|
||||
"typescript": "^5.7.3"
|
||||
}
|
||||
}
|
107
pnpm-lock.yaml
generated
107
pnpm-lock.yaml
generated
@@ -10,19 +10,19 @@ importers:
|
||||
dependencies:
|
||||
'@astrojs/check':
|
||||
specifier: ^0.9.4
|
||||
version: 0.9.4(typescript@5.7.2)
|
||||
version: 0.9.4(typescript@5.7.3)
|
||||
'@astrojs/node':
|
||||
specifier: ^9.0.0
|
||||
version: 9.0.0(astro@5.1.1(jiti@2.4.2)(rollup@4.29.1)(typescript@5.7.2)(yaml@2.5.0))
|
||||
version: 9.0.0(astro@5.1.4(jiti@2.4.2)(rollup@4.29.1)(typescript@5.7.3)(yaml@2.5.0))
|
||||
'@directus/sdk':
|
||||
specifier: ^18.0.0
|
||||
version: 18.0.3
|
||||
astro:
|
||||
specifier: ^5.0.0
|
||||
version: 5.1.1(jiti@2.4.2)(rollup@4.29.1)(typescript@5.7.2)(yaml@2.5.0)
|
||||
specifier: ^5.1.4
|
||||
version: 5.1.4(jiti@2.4.2)(rollup@4.29.1)(typescript@5.7.3)(yaml@2.5.0)
|
||||
typescript:
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
specifier: ^5.7.3
|
||||
version: 5.7.3
|
||||
|
||||
packages:
|
||||
|
||||
@@ -732,9 +732,6 @@ packages:
|
||||
'@types/debug@4.1.12':
|
||||
resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==}
|
||||
|
||||
'@types/estree@1.0.5':
|
||||
resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
|
||||
|
||||
'@types/estree@1.0.6':
|
||||
resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
|
||||
|
||||
@@ -826,8 +823,8 @@ packages:
|
||||
array-iterate@2.0.1:
|
||||
resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==}
|
||||
|
||||
astro@5.1.1:
|
||||
resolution: {integrity: sha512-prpWC2PRs4P3FKQg6gZaU+VNMqbZi5pDvORGB2nrjfRjkrvF6/l4BqhvkJ6YQ0Ohm5rIMVz8ljgaRI77mLHbwg==}
|
||||
astro@5.1.4:
|
||||
resolution: {integrity: sha512-V0XD2GlwUweCROYv+QKs97p7I1cZ6mYycU3VKGbJv2l55suTTy766F/MtHgoM/VAFdPBn488MUvDAYx85gf/Zw==}
|
||||
engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'}
|
||||
hasBin: true
|
||||
|
||||
@@ -1151,9 +1148,6 @@ packages:
|
||||
h3@1.13.0:
|
||||
resolution: {integrity: sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==}
|
||||
|
||||
hast-util-from-html@2.0.1:
|
||||
resolution: {integrity: sha512-RXQBLMl9kjKVNkJTIO6bZyb2n+cUH8LFaSSzo82jiLT6Tfc+Pt7VQCS+/h3YwG4jaNE2TA2sdJisGWR+aJrp0g==}
|
||||
|
||||
hast-util-from-html@2.0.3:
|
||||
resolution: {integrity: sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==}
|
||||
|
||||
@@ -1169,9 +1163,6 @@ packages:
|
||||
hast-util-raw@9.0.4:
|
||||
resolution: {integrity: sha512-LHE65TD2YiNsHD3YuXcKPHXPLuYh/gjp12mOfU8jxSrm1f/yJpsb0F/KKljS6U9LJoP0Ux+tCe8iJ2AsPzTdgA==}
|
||||
|
||||
hast-util-to-html@9.0.3:
|
||||
resolution: {integrity: sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==}
|
||||
|
||||
hast-util-to-html@9.0.4:
|
||||
resolution: {integrity: sha512-wxQzXtdbhiwGAUKrnQJXlOPmHnEehzphwkK7aluUPQ+lEc1xefC8pblMgpp2w5ldBTEfveRIrADcrhGIWrlTDA==}
|
||||
|
||||
@@ -1666,9 +1657,6 @@ packages:
|
||||
rehype-raw@7.0.0:
|
||||
resolution: {integrity: sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==}
|
||||
|
||||
rehype-stringify@10.0.0:
|
||||
resolution: {integrity: sha512-1TX1i048LooI9QoecrXy7nGFFbFSufxVRAfc6Y9YMRAi56l+oB0zP51mLSV312uRuvVLPV1opSlJmslozR1XHQ==}
|
||||
|
||||
rehype-stringify@10.0.1:
|
||||
resolution: {integrity: sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==}
|
||||
|
||||
@@ -1861,8 +1849,8 @@ packages:
|
||||
typescript-auto-import-cache@0.3.3:
|
||||
resolution: {integrity: sha512-ojEC7+Ci1ij9eE6hp8Jl9VUNnsEKzztktP5gtYNRMrTmfXVwA1PITYYAkpxCvvupdSYa/Re51B6KMcv1CTZEUA==}
|
||||
|
||||
typescript@5.7.2:
|
||||
resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==}
|
||||
typescript@5.7.3:
|
||||
resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
@@ -2227,12 +2215,12 @@ packages:
|
||||
|
||||
snapshots:
|
||||
|
||||
'@astrojs/check@0.9.4(typescript@5.7.2)':
|
||||
'@astrojs/check@0.9.4(typescript@5.7.3)':
|
||||
dependencies:
|
||||
'@astrojs/language-server': 2.15.4(typescript@5.7.2)
|
||||
'@astrojs/language-server': 2.15.4(typescript@5.7.3)
|
||||
chokidar: 4.0.3
|
||||
kleur: 4.1.5
|
||||
typescript: 5.7.2
|
||||
typescript: 5.7.3
|
||||
yargs: 17.7.2
|
||||
transitivePeerDependencies:
|
||||
- prettier
|
||||
@@ -2242,12 +2230,12 @@ snapshots:
|
||||
|
||||
'@astrojs/internal-helpers@0.4.2': {}
|
||||
|
||||
'@astrojs/language-server@2.15.4(typescript@5.7.2)':
|
||||
'@astrojs/language-server@2.15.4(typescript@5.7.3)':
|
||||
dependencies:
|
||||
'@astrojs/compiler': 2.10.3
|
||||
'@astrojs/yaml2ts': 0.2.2
|
||||
'@jridgewell/sourcemap-codec': 1.5.0
|
||||
'@volar/kit': 2.4.11(typescript@5.7.2)
|
||||
'@volar/kit': 2.4.11(typescript@5.7.3)
|
||||
'@volar/language-core': 2.4.11
|
||||
'@volar/language-server': 2.4.11
|
||||
'@volar/language-service': 2.4.11
|
||||
@@ -2289,9 +2277,9 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@astrojs/node@9.0.0(astro@5.1.1(jiti@2.4.2)(rollup@4.29.1)(typescript@5.7.2)(yaml@2.5.0))':
|
||||
'@astrojs/node@9.0.0(astro@5.1.4(jiti@2.4.2)(rollup@4.29.1)(typescript@5.7.3)(yaml@2.5.0))':
|
||||
dependencies:
|
||||
astro: 5.1.1(jiti@2.4.2)(rollup@4.29.1)(typescript@5.7.2)(yaml@2.5.0)
|
||||
astro: 5.1.4(jiti@2.4.2)(rollup@4.29.1)(typescript@5.7.3)(yaml@2.5.0)
|
||||
send: 1.1.0
|
||||
server-destroy: 1.0.1
|
||||
transitivePeerDependencies:
|
||||
@@ -2660,7 +2648,7 @@ snapshots:
|
||||
|
||||
'@rollup/pluginutils@5.1.4(rollup@4.29.1)':
|
||||
dependencies:
|
||||
'@types/estree': 1.0.5
|
||||
'@types/estree': 1.0.6
|
||||
estree-walker: 2.0.2
|
||||
picomatch: 4.0.2
|
||||
optionalDependencies:
|
||||
@@ -2756,8 +2744,6 @@ snapshots:
|
||||
dependencies:
|
||||
'@types/ms': 0.7.34
|
||||
|
||||
'@types/estree@1.0.5': {}
|
||||
|
||||
'@types/estree@1.0.6': {}
|
||||
|
||||
'@types/hast@3.0.4':
|
||||
@@ -2778,12 +2764,12 @@ snapshots:
|
||||
|
||||
'@ungap/structured-clone@1.2.0': {}
|
||||
|
||||
'@volar/kit@2.4.11(typescript@5.7.2)':
|
||||
'@volar/kit@2.4.11(typescript@5.7.3)':
|
||||
dependencies:
|
||||
'@volar/language-service': 2.4.11
|
||||
'@volar/typescript': 2.4.11
|
||||
typesafe-path: 0.2.2
|
||||
typescript: 5.7.2
|
||||
typescript: 5.7.3
|
||||
vscode-languageserver-textdocument: 1.0.12
|
||||
vscode-uri: 3.0.8
|
||||
|
||||
@@ -2866,7 +2852,7 @@ snapshots:
|
||||
|
||||
array-iterate@2.0.1: {}
|
||||
|
||||
astro@5.1.1(jiti@2.4.2)(rollup@4.29.1)(typescript@5.7.2)(yaml@2.5.0):
|
||||
astro@5.1.4(jiti@2.4.2)(rollup@4.29.1)(typescript@5.7.3)(yaml@2.5.0):
|
||||
dependencies:
|
||||
'@astrojs/compiler': 2.10.3
|
||||
'@astrojs/internal-helpers': 0.4.2
|
||||
@@ -2913,7 +2899,7 @@ snapshots:
|
||||
semver: 7.6.3
|
||||
shiki: 1.24.4
|
||||
tinyexec: 0.3.1
|
||||
tsconfck: 3.1.4(typescript@5.7.2)
|
||||
tsconfck: 3.1.4(typescript@5.7.3)
|
||||
ultrahtml: 1.5.3
|
||||
unist-util-visit: 5.0.0
|
||||
unstorage: 1.14.1
|
||||
@@ -2926,7 +2912,7 @@ snapshots:
|
||||
yocto-spinner: 0.1.2
|
||||
zod: 3.23.8
|
||||
zod-to-json-schema: 3.24.1(zod@3.23.8)
|
||||
zod-to-ts: 1.2.0(typescript@5.7.2)(zod@3.23.8)
|
||||
zod-to-ts: 1.2.0(typescript@5.7.3)(zod@3.23.8)
|
||||
optionalDependencies:
|
||||
sharp: 0.33.5
|
||||
transitivePeerDependencies:
|
||||
@@ -3201,7 +3187,7 @@ snapshots:
|
||||
|
||||
estree-walker@3.0.3:
|
||||
dependencies:
|
||||
'@types/estree': 1.0.5
|
||||
'@types/estree': 1.0.6
|
||||
|
||||
etag@1.8.1: {}
|
||||
|
||||
@@ -3289,15 +3275,6 @@ snapshots:
|
||||
uncrypto: 0.1.3
|
||||
unenv: 1.10.0
|
||||
|
||||
hast-util-from-html@2.0.1:
|
||||
dependencies:
|
||||
'@types/hast': 3.0.4
|
||||
devlop: 1.1.0
|
||||
hast-util-from-parse5: 8.0.1
|
||||
parse5: 7.1.2
|
||||
vfile: 6.0.3
|
||||
vfile-message: 4.0.2
|
||||
|
||||
hast-util-from-html@2.0.3:
|
||||
dependencies:
|
||||
'@types/hast': 3.0.4
|
||||
@@ -3342,20 +3319,6 @@ snapshots:
|
||||
web-namespaces: 2.0.1
|
||||
zwitch: 2.0.4
|
||||
|
||||
hast-util-to-html@9.0.3:
|
||||
dependencies:
|
||||
'@types/hast': 3.0.4
|
||||
'@types/unist': 3.0.3
|
||||
ccount: 2.0.1
|
||||
comma-separated-tokens: 2.0.3
|
||||
hast-util-whitespace: 3.0.0
|
||||
html-void-elements: 3.0.0
|
||||
mdast-util-to-hast: 13.2.0
|
||||
property-information: 6.5.0
|
||||
space-separated-tokens: 2.0.2
|
||||
stringify-entities: 4.0.4
|
||||
zwitch: 2.0.4
|
||||
|
||||
hast-util-to-html@9.0.4:
|
||||
dependencies:
|
||||
'@types/hast': 3.0.4
|
||||
@@ -4026,7 +3989,7 @@ snapshots:
|
||||
rehype-parse@9.0.0:
|
||||
dependencies:
|
||||
'@types/hast': 3.0.4
|
||||
hast-util-from-html: 2.0.1
|
||||
hast-util-from-html: 2.0.3
|
||||
unified: 11.0.5
|
||||
|
||||
rehype-raw@7.0.0:
|
||||
@@ -4035,23 +3998,17 @@ snapshots:
|
||||
hast-util-raw: 9.0.4
|
||||
vfile: 6.0.3
|
||||
|
||||
rehype-stringify@10.0.0:
|
||||
dependencies:
|
||||
'@types/hast': 3.0.4
|
||||
hast-util-to-html: 9.0.3
|
||||
unified: 11.0.5
|
||||
|
||||
rehype-stringify@10.0.1:
|
||||
dependencies:
|
||||
'@types/hast': 3.0.4
|
||||
hast-util-to-html: 9.0.3
|
||||
hast-util-to-html: 9.0.4
|
||||
unified: 11.0.5
|
||||
|
||||
rehype@13.0.2:
|
||||
dependencies:
|
||||
'@types/hast': 3.0.4
|
||||
rehype-parse: 9.0.0
|
||||
rehype-stringify: 10.0.0
|
||||
rehype-stringify: 10.0.1
|
||||
unified: 11.0.5
|
||||
|
||||
remark-gfm@4.0.0:
|
||||
@@ -4288,9 +4245,9 @@ snapshots:
|
||||
|
||||
trough@2.2.0: {}
|
||||
|
||||
tsconfck@3.1.4(typescript@5.7.2):
|
||||
tsconfck@3.1.4(typescript@5.7.3):
|
||||
optionalDependencies:
|
||||
typescript: 5.7.2
|
||||
typescript: 5.7.3
|
||||
|
||||
tslib@2.6.3:
|
||||
optional: true
|
||||
@@ -4303,7 +4260,7 @@ snapshots:
|
||||
dependencies:
|
||||
semver: 7.6.3
|
||||
|
||||
typescript@5.7.2: {}
|
||||
typescript@5.7.3: {}
|
||||
|
||||
ufo@1.5.4: {}
|
||||
|
||||
@@ -4607,9 +4564,9 @@ snapshots:
|
||||
dependencies:
|
||||
zod: 3.23.8
|
||||
|
||||
zod-to-ts@1.2.0(typescript@5.7.2)(zod@3.23.8):
|
||||
zod-to-ts@1.2.0(typescript@5.7.3)(zod@3.23.8):
|
||||
dependencies:
|
||||
typescript: 5.7.2
|
||||
typescript: 5.7.3
|
||||
zod: 3.23.8
|
||||
|
||||
zod@3.23.8: {}
|
||||
|
Reference in New Issue
Block a user