Merge pull request 'Fix/#26 re upgrade to astro 7' (#27) from fix/#26-re-upgrade-to-astro-7 into dev
CI / lint-and-format (push) Successful in 32s
CI / changeset-check (push) Successful in 35s
CI / unit-tests (push) Successful in 35s
CI / component-tests (push) Successful in 35s

Reviewed-on: #27
This commit was merged in pull request #27.
This commit is contained in:
2026-08-30 12:47:46 +00:00
6 changed files with 1348 additions and 5431 deletions
+3 -2
View File
@@ -59,8 +59,9 @@ luna-charts/
### Prerequisites
* Node.js `>= 22.0.0`
* pnpm `11.11.0` (see `devEngines` in `package.json`; pnpm will be downloaded automatically via Corepack if missing)
* [Node Version manager](https://github.com/nvm-sh/nvm/blob/master/README.md) `0.40.7`
* Node.js `>= 24.0.0`. Use `nvm install 24` for it
* pnpm `12.0.0`
* Docker (required for running component/browser tests locally, see below)
### Installation
+2 -2
View File
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.40.0",
"astro": "^6.4.8",
"@astrojs/starlight": "^0.41.9",
"astro": "^7.2.9",
"sharp": "^0.34.5"
}
}
-4047
View File
File diff suppressed because it is too large Load Diff
+6 -5
View File
@@ -20,16 +20,17 @@
"author": "",
"license": "ISC",
"devEngines": {
"runtime": {
"name": "node",
"version": ">=22.0.0"
},
"packageManager": {
"name": "pnpm",
"version": "11.11.0",
"version": "12.0.0",
"onFail": "download"
},
"runtime": {
"name": "node",
"version": ">=24.0.0"
}
},
"packageManager": "pnpm@12.0.0",
"type": "module",
"devDependencies": {
"@changesets/cli": "^2.31.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:
os:
- current
- win32
- darwin
- linux
cpu:
- current
- x64
- arm64
libc:
- current
- glibc
- musl
minimumReleaseAgeExclude:
- astro@7.2.9