Compare commits

..

No commits in common. "main" and "v1.29.0-beta.3" have entirely different histories.

7 changed files with 6443 additions and 7633 deletions

View File

@ -1,5 +1,5 @@
{ {
"_variables": { "_variables": {
"lastUpdateCheck": 1741386617926 "lastUpdateCheck": 1726089127618
} }
} }

2
.astro/types.d.ts vendored
View File

@ -1,2 +1,2 @@
/// <reference types="astro/client" /> /// <reference types="astro/client" />
/// <reference path="content.d.ts" /> /// <reference path="astro/content.d.ts" />

View File

@ -1,12 +1,3 @@
# [1.29.0](https://github.com/deployn/astro-deploy/compare/v1.28.0...v1.29.0) (2025-03-08)
### Features
* add 404 page ([04cba4f](https://github.com/deployn/astro-deploy/commit/04cba4fa051b1c8958aa4dfe99266c56d0e8cf0b))
* **blog:** add redirect to 404 page if entry is not found ([6cd32df](https://github.com/deployn/astro-deploy/commit/6cd32df0eeadad3094cc35724961a4bbd5541eb0))
* **Dockerfile:** use Alpine base image and add healthcheck ([02e218d](https://github.com/deployn/astro-deploy/commit/02e218d1853c3c06d48bb3f8811564d910c61837))
# [1.29.0-beta.3](https://github.com/deployn/astro-deploy/compare/v1.29.0-beta.2...v1.29.0-beta.3) (2024-10-05) # [1.29.0-beta.3](https://github.com/deployn/astro-deploy/compare/v1.29.0-beta.2...v1.29.0-beta.3) (2024-10-05)

View File

@ -1,5 +1,5 @@
# Build Stage # Build Stage
FROM node:22-slim AS build FROM node:20-alpine AS build
ENV PNPM_HOME="/pnpm" ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH" ENV PATH="$PNPM_HOME:$PATH"

View File

@ -6,7 +6,7 @@ A custom Astro.js template
## Features ## Features
- 🚀 Astro.js 5 for modern web development. - 🚀 Astro.js 4 for modern web development.
- 🐳 Docker integration for consistent environments and easy deployment. - 🐳 Docker integration for consistent environments and easy deployment.
- 🍃 Tailwind CSS for utility-first styling and rapid UI development. - 🍃 Tailwind CSS for utility-first styling and rapid UI development.
- ⚛️ React.js integration, enabling complex UI construction with ease. - ⚛️ React.js integration, enabling complex UI construction with ease.

View File

@ -1,7 +1,7 @@
{ {
"name": "astro-deploy", "name": "astro-deploy",
"type": "module", "type": "module",
"version": "1.29.0", "version": "1.29.0-beta.3",
"description": "A custom Astro.js template", "description": "A custom Astro.js template",
"private": true, "private": true,
"scripts": { "scripts": {
@ -15,51 +15,50 @@
"upgrade": "pnpm update --interactive --latest", "upgrade": "pnpm update --interactive --latest",
"commit": "cz" "commit": "cz"
}, },
"packageManager": "pnpm@9.8.0",
"dependencies": { "dependencies": {
"@astrojs/alpinejs": "^0.4.0", "@astrojs/alpinejs": "^0.4.0",
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.1.0", "@astrojs/mdx": "^3.1.7",
"@astrojs/react": "^4.2.1", "@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1", "@astrojs/sitemap": "^3.2.0",
"@astrojs/tailwind": "^5.1.2", "@astrojs/tailwind": "^5.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.2", "@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-slot": "^1.1.0",
"astro": "^5.4.2", "astro": "^4.15.11",
"astro-expressive-code": "^0.40.2", "astro-expressive-code": "^0.37.0",
"astro-icon": "^1.1.1" "astro-icon": "^1.1.1"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^19.5.0", "@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0", "@commitlint/config-conventional": "^19.5.0",
"@commitlint/cz-commitlint": "^19.5.0", "@commitlint/cz-commitlint": "^19.5.0",
"@directus/sdk": "^19.0.1", "@directus/sdk": "^17.0.1",
"@iconify-json/line-md": "^1.2.1", "@iconify-json/line-md": "^1.2.1",
"@pagefind/default-ui": "^1.1.1", "@pagefind/default-ui": "^1.1.1",
"@semantic-release/changelog": "^6.0.3", "@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1", "@semantic-release/git": "^10.0.1",
"@tailwindcss/typography": "^0.5.15", "@tailwindcss/typography": "^0.5.15",
"@types/alpinejs": "^3.13.10", "@types/alpinejs": "^3.13.10",
"@types/react": "^19.0.10", "@types/react": "^18.3.11",
"@types/react-dom": "^19.0.4", "@types/react-dom": "^18.3.0",
"@vite-pwa/assets-generator": "^0.2.6", "@vite-pwa/assets-generator": "^0.2.6",
"alpinejs": "^3.14.1", "alpinejs": "^3.14.1",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"commitizen": "^4.3.1", "commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"lucide-react": "^0.479.0", "lucide-react": "^0.447.0",
"pagefind": "^1.1.1", "pagefind": "^1.1.1",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1", "prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8", "prettier-plugin-tailwindcss": "^0.6.8",
"pwa-asset-generator": "^6.3.2", "pwa-asset-generator": "^6.3.2",
"react": "^19.0.0", "react": "^18.3.1",
"react-dom": "^19.0.0", "react-dom": "^18.3.1",
"semantic-release": "^24.1.1", "semantic-release": "^24.1.2",
"sharp": "0.32.6", "sharp": "0.32.6",
"tailwind-merge": "^3.0.2", "tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.11", "tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },

13880
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff