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