From fe3446def88cf9bfa36e8c22619478719dc859c9 Mon Sep 17 00:00:00 2001 From: Rune Morling Date: Wed, 10 Jun 2026 15:27:26 +0200 Subject: [PATCH 1/2] chore: Update to pnmp11 and update deps. Signed-off-by: Rune Morling --- README.md | 2 +- package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++---------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 486bc810..98dd0cf5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Before attempting to compile and show the website locally, please ensure that: - `pnpm` is available and in your path - with NodeJS installed, you can run the following from your ${HOME} directory: ``` - npm install pnpm@latest-10 + npm install pnpm@latest-11 ``` - Make sure you add `${HOME}/node_modules/.bin` to your shell ${PATH} - With the above prerequisites satisfied, clone the present repo and cd into the root of it. diff --git a/package.json b/package.json index 6ec1de0e..479abb46 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "html-minifier-terser": "^7.2.0", "html-to-text": "^9.0.5", "js-yaml": "^4.1.0", - "pnpm": "^10.33.0", + "pnpm": "^11.5.3", "preline": "^2.7.0", "rimraf": "^6.0.1", "sharp": "^0.33.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8aa6e296..7951072e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,10 +4,6 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false -allowBuilds: - esbuild: true - sharp: true - importers: .: @@ -94,8 +90,8 @@ importers: specifier: ^4.1.0 version: 4.1.1 pnpm: - specifier: ^10.33.0 - version: 10.33.0 + specifier: ^11.5.3 + version: 11.5.3 preline: specifier: ^2.7.0 version: 2.7.0 @@ -2243,9 +2239,9 @@ packages: pkg-types@2.3.0: resolution: {integrity: sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==} - pnpm@10.33.0: - resolution: {integrity: sha512-EFaLtKavtYyes2MNqQzJUWQXq+vT+rvmc58K55VyjaFJHp21pUTHatjrdXD1xLs9bGN7LLQb/c20f6gjyGSTGQ==} - engines: {node: '>=18.12'} + pnpm@11.5.3: + resolution: {integrity: sha512-esHJGTQcITo03A0Cr7cUPFwmrCbujEeC3uqCG4rGTSE0oIH9iUHa5uKbu0j1jfwrf7zuzMB8svCdIZ00Kklp7Q==} + engines: {node: '>=22.13'} hasBin: true postcss-nested@6.2.0: @@ -3024,6 +3020,10 @@ packages: zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} +allowBuilds: + esbuild: true + sharp: true + snapshots: '@antfu/install-pkg@1.1.0': @@ -5629,7 +5629,7 @@ snapshots: exsolve: 1.0.8 pathe: 2.0.3 - pnpm@10.33.0: {} + pnpm@11.5.3: {} postcss-nested@6.2.0(postcss@8.5.9): dependencies: From b75a382401099af838eae9e13ab17436affc1f21 Mon Sep 17 00:00:00 2001 From: Rune Morling Date: Wed, 10 Jun 2026 15:28:56 +0200 Subject: [PATCH 2/2] download: Add caution box detailing install reqs Signed-off-by: Rune Morling --- src/content/edition/gnome.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/edition/gnome.mdx b/src/content/edition/gnome.mdx index 37f82773..b9a1ed4e 100644 --- a/src/content/edition/gnome.mdx +++ b/src/content/edition/gnome.mdx @@ -10,8 +10,10 @@ import { Aside } from '@astrojs/starlight/components'; AerynOS with [GNOME Desktop](https://www.gnome.org/). Solid GTK integration in a clean, functional package that gets out of your way. We built this to actually work - no bloat, no buzzwords, just a damn good desktop that lets you get things done. -We use this Gnome Edition to serve as a vehicle for our `lichen` live installer which is able to install all of our GNOME, KDE Plasma, Cosmic and a 'Terminal Only' versions of AerynOS. It will always pull the latest packages from our repository at the time of installation. +We use this Gnome Edition to serve as a vehicle for our alpha `lichen` live installer which is able to install all of our GNOME, KDE Plasma, Cosmic and a 'Terminal Only' versions of AerynOS. It will always pull the latest packages from our repository at the time of installation. You can use the 'Terminal Only' version to assemble your own Desktop Experience with MangoWC, Niri or Sway. + +