Fix/#26 re upgrade to astro 7 #27

Merged
Ninosaurier merged 2 commits from fix/#26-re-upgrade-to-astro-7 into dev 2026-08-30 12:47:46 +00:00
6 changed files with 1350 additions and 5429 deletions
Showing only changes of commit 4afa8ba33e - Show all commits
+5
View File
@@ -65,6 +65,11 @@ luna-charts/
### Installation ### Installation
Download the [Node Version manager](https://github.com/nvm-sh/nvm/blob/master/README.md). If the installation was successful, install Node.js version 24:
`nvm install 24`
Afterwards, clone LUNA-Charts from our repository or from GitHub. The GitHub repository is updated every 30 minutes.
```bash ```bash
git clone https://github.com/Ninosaurier/LUNA-Charts.git git clone https://github.com/Ninosaurier/LUNA-Charts.git
cd luna-charts cd luna-charts
+2 -2
View File
@@ -10,8 +10,8 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/starlight": "^0.40.0", "@astrojs/starlight": "^0.41.9",
"astro": "^6.4.8", "astro": "^7.2.9",
"sharp": "^0.34.5" "sharp": "^0.34.5"
} }
} }
-4047
View File
File diff suppressed because it is too large Load Diff
+7 -6
View File
@@ -20,18 +20,19 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"devEngines": { "devEngines": {
"runtime": {
"name": "node",
"version": ">=22.0.0"
},
"packageManager": { "packageManager": {
"name": "pnpm", "name": "pnpm",
"version": "11.11.0", "version": "12.0.0",
"onFail": "download" "onFail": "download"
},
"runtime": {
"name": "node",
"version": ">=24.0.0"
} }
}, },
"packageManager": "pnpm@12.0.0",
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {
"@changesets/cli": "^2.31.0", "@changesets/cli": "^2.31.0",
"@eslint/js": "^10.0.1", "@eslint/js": "^10.0.1",
"eslint": "^10.6.0", "eslint": "^10.6.0",
+1333 -1367
View File
File diff suppressed because it is too large Load Diff
+3 -7
View File
@@ -13,14 +13,10 @@ fetchRetries: 10
supportedArchitectures: supportedArchitectures:
os: os:
- current - current
- win32
- darwin
- linux
cpu: cpu:
- current - current
- x64
- arm64
libc: libc:
- current - current
- glibc
- musl minimumReleaseAgeExclude:
- astro@7.2.9