Compare commits
7 Commits
bd4b85c874
...
0.5.4
Author | SHA1 | Date | |
---|---|---|---|
3d53b15f7b | |||
|
d10fe280a5 | ||
|
5ea5774042 | ||
|
3c82fb43d8 | ||
|
c7071ab583 | ||
|
125d70d62e | ||
|
357634d3f0 |
6
.github/workflows/release-image.yml
vendored
6
.github/workflows/release-image.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Log into the container registry
|
- name: Log into the container registry
|
||||||
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
|
uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata for Docker
|
- name: Extract metadata for Docker
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@60a0d343a0d8a18aedee9d34e62251f752153bdb
|
uses: docker/metadata-action@70b2cdc6480c1a8b86edf1777157f8f437de2166
|
||||||
with:
|
with:
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
|
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
10
package.json
10
package.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "site-profile",
|
"name": "site-profile",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.5.3",
|
"version": "0.5.4",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
@@ -11,9 +11,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.9.3",
|
"@astrojs/check": "^0.9.3",
|
||||||
"@astrojs/node": "^8.3.3",
|
"@astrojs/node": "^8.3.4",
|
||||||
"@directus/sdk": "^17.0.0",
|
"@directus/sdk": "^17.0.1",
|
||||||
"astro": "^4.14.5",
|
"astro": "^4.15.9",
|
||||||
"typescript": "^5.5.4"
|
"typescript": "^5.6.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
66
pnpm-lock.yaml
generated
66
pnpm-lock.yaml
generated
@@ -10,19 +10,19 @@ importers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/check':
|
'@astrojs/check':
|
||||||
specifier: ^0.9.3
|
specifier: ^0.9.3
|
||||||
version: 0.9.3(typescript@5.5.4)
|
version: 0.9.3(typescript@5.6.2)
|
||||||
'@astrojs/node':
|
'@astrojs/node':
|
||||||
specifier: ^8.3.3
|
specifier: ^8.3.3
|
||||||
version: 8.3.3(astro@4.14.6(rollup@4.21.1)(typescript@5.5.4))
|
version: 8.3.4(astro@4.14.6(rollup@4.21.1)(typescript@5.6.2))
|
||||||
'@directus/sdk':
|
'@directus/sdk':
|
||||||
specifier: ^17.0.0
|
specifier: ^17.0.0
|
||||||
version: 17.0.0
|
version: 17.0.1
|
||||||
astro:
|
astro:
|
||||||
specifier: ^4.14.5
|
specifier: ^4.14.5
|
||||||
version: 4.14.6(rollup@4.21.1)(typescript@5.5.4)
|
version: 4.14.6(rollup@4.21.1)(typescript@5.6.2)
|
||||||
typescript:
|
typescript:
|
||||||
specifier: ^5.5.4
|
specifier: ^5.5.4
|
||||||
version: 5.5.4
|
version: 5.6.2
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@@ -57,8 +57,8 @@ packages:
|
|||||||
'@astrojs/markdown-remark@5.2.0':
|
'@astrojs/markdown-remark@5.2.0':
|
||||||
resolution: {integrity: sha512-vWGM24KZXz11jR3JO+oqYU3T2qpuOi4uGivJ9SQLCAI01+vEkHC60YJMRvHPc+hwd60F7euNs1PeOEixIIiNQw==}
|
resolution: {integrity: sha512-vWGM24KZXz11jR3JO+oqYU3T2qpuOi4uGivJ9SQLCAI01+vEkHC60YJMRvHPc+hwd60F7euNs1PeOEixIIiNQw==}
|
||||||
|
|
||||||
'@astrojs/node@8.3.3':
|
'@astrojs/node@8.3.4':
|
||||||
resolution: {integrity: sha512-idrKhnnPSi0ABV+PCQsRQqVNwpOvVDF/+fkwcIiE8sr9J8EMvW9g/oyAt8T4X2OBJ8FUzYPL8klfCdG7r0eB5g==}
|
resolution: {integrity: sha512-xzQs39goN7xh9np9rypGmbgZj3AmmjNxEMj9ZWz5aBERlqqFF3n8A/w/uaJeZ/bkHS60l1BXVS0tgsQt9MFqBA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
astro: ^4.2.0
|
astro: ^4.2.0
|
||||||
|
|
||||||
@@ -164,8 +164,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==}
|
resolution: {integrity: sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
'@directus/sdk@17.0.0':
|
'@directus/sdk@17.0.1':
|
||||||
resolution: {integrity: sha512-ADKoFrLjWPVVsYNK0EffVFstl/ZHVaQbiUp4NCueKfvFaOSLQ16xSVNj5O//rP5+rU8t1HkjwC6JDh02rao7ZQ==}
|
resolution: {integrity: sha512-6TorT8am/8q2YmhLhGY1yZks2rFr31my5WqbXUPZs+4hPWYkTNThns2lfhZQ8w2KBh9DZ7v5SaghZNSIswUOwA==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
|
|
||||||
'@emmetio/abbreviation@2.3.3':
|
'@emmetio/abbreviation@2.3.3':
|
||||||
@@ -1587,8 +1587,8 @@ packages:
|
|||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
send@0.18.0:
|
send@0.19.0:
|
||||||
resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==}
|
resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==}
|
||||||
engines: {node: '>= 0.8.0'}
|
engines: {node: '>= 0.8.0'}
|
||||||
|
|
||||||
server-destroy@1.0.1:
|
server-destroy@1.0.1:
|
||||||
@@ -1720,8 +1720,8 @@ packages:
|
|||||||
typescript-auto-import-cache@0.3.3:
|
typescript-auto-import-cache@0.3.3:
|
||||||
resolution: {integrity: sha512-ojEC7+Ci1ij9eE6hp8Jl9VUNnsEKzztktP5gtYNRMrTmfXVwA1PITYYAkpxCvvupdSYa/Re51B6KMcv1CTZEUA==}
|
resolution: {integrity: sha512-ojEC7+Ci1ij9eE6hp8Jl9VUNnsEKzztktP5gtYNRMrTmfXVwA1PITYYAkpxCvvupdSYa/Re51B6KMcv1CTZEUA==}
|
||||||
|
|
||||||
typescript@5.5.4:
|
typescript@5.6.2:
|
||||||
resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==}
|
resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==}
|
||||||
engines: {node: '>=14.17'}
|
engines: {node: '>=14.17'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
@@ -2005,13 +2005,13 @@ snapshots:
|
|||||||
'@jridgewell/gen-mapping': 0.3.5
|
'@jridgewell/gen-mapping': 0.3.5
|
||||||
'@jridgewell/trace-mapping': 0.3.25
|
'@jridgewell/trace-mapping': 0.3.25
|
||||||
|
|
||||||
'@astrojs/check@0.9.3(typescript@5.5.4)':
|
'@astrojs/check@0.9.3(typescript@5.6.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/language-server': 2.14.1(typescript@5.5.4)
|
'@astrojs/language-server': 2.14.1(typescript@5.6.2)
|
||||||
chokidar: 3.6.0
|
chokidar: 3.6.0
|
||||||
fast-glob: 3.3.2
|
fast-glob: 3.3.2
|
||||||
kleur: 4.1.5
|
kleur: 4.1.5
|
||||||
typescript: 5.5.4
|
typescript: 5.6.2
|
||||||
yargs: 17.7.2
|
yargs: 17.7.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- prettier
|
- prettier
|
||||||
@@ -2021,12 +2021,12 @@ snapshots:
|
|||||||
|
|
||||||
'@astrojs/internal-helpers@0.4.1': {}
|
'@astrojs/internal-helpers@0.4.1': {}
|
||||||
|
|
||||||
'@astrojs/language-server@2.14.1(typescript@5.5.4)':
|
'@astrojs/language-server@2.14.1(typescript@5.6.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/compiler': 2.10.3
|
'@astrojs/compiler': 2.10.3
|
||||||
'@astrojs/yaml2ts': 0.2.1
|
'@astrojs/yaml2ts': 0.2.1
|
||||||
'@jridgewell/sourcemap-codec': 1.5.0
|
'@jridgewell/sourcemap-codec': 1.5.0
|
||||||
'@volar/kit': 2.4.0(typescript@5.5.4)
|
'@volar/kit': 2.4.0(typescript@5.6.2)
|
||||||
'@volar/language-core': 2.4.0
|
'@volar/language-core': 2.4.0
|
||||||
'@volar/language-server': 2.4.0
|
'@volar/language-server': 2.4.0
|
||||||
'@volar/language-service': 2.4.0
|
'@volar/language-service': 2.4.0
|
||||||
@@ -2068,10 +2068,10 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@astrojs/node@8.3.3(astro@4.14.6(rollup@4.21.1)(typescript@5.5.4))':
|
'@astrojs/node@8.3.4(astro@4.14.6(rollup@4.21.1)(typescript@5.6.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
astro: 4.14.6(rollup@4.21.1)(typescript@5.5.4)
|
astro: 4.14.6(rollup@4.21.1)(typescript@5.6.2)
|
||||||
send: 0.18.0
|
send: 0.19.0
|
||||||
server-destroy: 1.0.1
|
server-destroy: 1.0.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@@ -2230,7 +2230,7 @@ snapshots:
|
|||||||
'@babel/helper-validator-identifier': 7.24.7
|
'@babel/helper-validator-identifier': 7.24.7
|
||||||
to-fast-properties: 2.0.0
|
to-fast-properties: 2.0.0
|
||||||
|
|
||||||
'@directus/sdk@17.0.0': {}
|
'@directus/sdk@17.0.1': {}
|
||||||
|
|
||||||
'@emmetio/abbreviation@2.3.3':
|
'@emmetio/abbreviation@2.3.3':
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -2542,12 +2542,12 @@ snapshots:
|
|||||||
|
|
||||||
'@ungap/structured-clone@1.2.0': {}
|
'@ungap/structured-clone@1.2.0': {}
|
||||||
|
|
||||||
'@volar/kit@2.4.0(typescript@5.5.4)':
|
'@volar/kit@2.4.0(typescript@5.6.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@volar/language-service': 2.4.0
|
'@volar/language-service': 2.4.0
|
||||||
'@volar/typescript': 2.4.0
|
'@volar/typescript': 2.4.0
|
||||||
typesafe-path: 0.2.2
|
typesafe-path: 0.2.2
|
||||||
typescript: 5.5.4
|
typescript: 5.6.2
|
||||||
vscode-languageserver-textdocument: 1.0.12
|
vscode-languageserver-textdocument: 1.0.12
|
||||||
vscode-uri: 3.0.8
|
vscode-uri: 3.0.8
|
||||||
|
|
||||||
@@ -2636,7 +2636,7 @@ snapshots:
|
|||||||
|
|
||||||
array-iterate@2.0.1: {}
|
array-iterate@2.0.1: {}
|
||||||
|
|
||||||
astro@4.14.6(rollup@4.21.1)(typescript@5.5.4):
|
astro@4.14.6(rollup@4.21.1)(typescript@5.6.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/compiler': 2.10.3
|
'@astrojs/compiler': 2.10.3
|
||||||
'@astrojs/internal-helpers': 0.4.1
|
'@astrojs/internal-helpers': 0.4.1
|
||||||
@@ -2694,7 +2694,7 @@ snapshots:
|
|||||||
shiki: 1.14.1
|
shiki: 1.14.1
|
||||||
string-width: 7.2.0
|
string-width: 7.2.0
|
||||||
strip-ansi: 7.1.0
|
strip-ansi: 7.1.0
|
||||||
tsconfck: 3.1.1(typescript@5.5.4)
|
tsconfck: 3.1.1(typescript@5.6.2)
|
||||||
unist-util-visit: 5.0.0
|
unist-util-visit: 5.0.0
|
||||||
vfile: 6.0.3
|
vfile: 6.0.3
|
||||||
vite: 5.4.2
|
vite: 5.4.2
|
||||||
@@ -2704,7 +2704,7 @@ snapshots:
|
|||||||
yargs-parser: 21.1.1
|
yargs-parser: 21.1.1
|
||||||
zod: 3.23.8
|
zod: 3.23.8
|
||||||
zod-to-json-schema: 3.23.2(zod@3.23.8)
|
zod-to-json-schema: 3.23.2(zod@3.23.8)
|
||||||
zod-to-ts: 1.2.0(typescript@5.5.4)(zod@3.23.8)
|
zod-to-ts: 1.2.0(typescript@5.6.2)(zod@3.23.8)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
sharp: 0.33.5
|
sharp: 0.33.5
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@@ -3837,7 +3837,7 @@ snapshots:
|
|||||||
|
|
||||||
semver@7.6.3: {}
|
semver@7.6.3: {}
|
||||||
|
|
||||||
send@0.18.0:
|
send@0.19.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 2.6.9
|
debug: 2.6.9
|
||||||
depd: 2.0.0
|
depd: 2.0.0
|
||||||
@@ -3969,9 +3969,9 @@ snapshots:
|
|||||||
|
|
||||||
trough@2.2.0: {}
|
trough@2.2.0: {}
|
||||||
|
|
||||||
tsconfck@3.1.1(typescript@5.5.4):
|
tsconfck@3.1.1(typescript@5.6.2):
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.5.4
|
typescript: 5.6.2
|
||||||
|
|
||||||
tslib@2.7.0:
|
tslib@2.7.0:
|
||||||
optional: true
|
optional: true
|
||||||
@@ -3984,7 +3984,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
semver: 7.6.3
|
semver: 7.6.3
|
||||||
|
|
||||||
typescript@5.5.4: {}
|
typescript@5.6.2: {}
|
||||||
|
|
||||||
unified@11.0.5:
|
unified@11.0.5:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -4253,9 +4253,9 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
zod: 3.23.8
|
zod: 3.23.8
|
||||||
|
|
||||||
zod-to-ts@1.2.0(typescript@5.5.4)(zod@3.23.8):
|
zod-to-ts@1.2.0(typescript@5.6.2)(zod@3.23.8):
|
||||||
dependencies:
|
dependencies:
|
||||||
typescript: 5.5.4
|
typescript: 5.6.2
|
||||||
zod: 3.23.8
|
zod: 3.23.8
|
||||||
|
|
||||||
zod@3.23.8: {}
|
zod@3.23.8: {}
|
||||||
|
Reference in New Issue
Block a user