Compare commits

..

1 Commits
0.6.4 ... 0.6.1

Author SHA1 Message Date
a652d06d31 update dependencies 2025-01-09 21:18:26 -06:00
6 changed files with 1286 additions and 476 deletions

View File

@@ -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:39
FROM renovate/renovate:38

View File

@@ -15,7 +15,7 @@
"packageRules": [
{
"description": "Disables for non major Renovate version",
"matchFileNames": [
"matchPaths": [
".github/renovate-update-notification/Dockerfile"
],
"matchUpdateTypes": [
@@ -29,7 +29,7 @@
},
{
"description": "Generate for major Renovate version",
"matchFileNames": [
"matchPaths": [
".github/renovate-update-notification/Dockerfile"
],
"matchUpdateTypes": [

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
- name: Log into the container registry
uses: docker/login-action@v3
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@v5
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@v6
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
with:
context: .
push: true

View File

@@ -1,6 +1,6 @@
FROM node:22.14.0-alpine3.20 AS base
FROM node:22.13.0-alpine3.20 AS base
LABEL version="0.6.4"
LABEL version="0.6.1"
LABEL description="Astro based website to use as a profile"
ENV PNPM_HOME="/pnpm"

View File

@@ -1,7 +1,7 @@
{
"name": "site-profile",
"type": "module",
"version": "0.6.4",
"version": "0.6.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
@@ -11,9 +11,9 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.1.3",
"@directus/sdk": "^19.0.0",
"astro": "^5.5.2",
"typescript": "^5.8.2"
"@astrojs/node": "^9.0.0",
"@directus/sdk": "^18.0.0",
"astro": "^5.1.4",
"typescript": "^5.7.3"
}
}

1736
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff