Merge branch 'renovate/nuxtjs-monorepo' into 'main'

Update dependency nuxt to ^3.17.4

See merge request PronounsPage/PronounsPage!619
This commit is contained in:
Valentyne Stigloher 2025-06-03 11:27:40 +00:00
commit 80a34410b7
3 changed files with 1724 additions and 1928 deletions

View File

@ -31,6 +31,11 @@ check:
name=${1:-$current_section};
echo -e "\033[0;31m$name failed with exit code $exit_code\033[0m"; failures+=("$name");
};
- >
if [ $INSTALL_BUILD_DEPENDENCIES ]; then
apt-get update -y
apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev -y
fi
script:
- start_section "Install Dependencies"
# temporarily replace FontAwesomePro dependency with its fake version as the CI cant access it

View File

@ -111,7 +111,7 @@
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"marked": "^0.7.0",
"nuxt": "^3.17.2",
"nuxt": "^3.17.4",
"path-to-regexp": "0.1.12",
"postcss-rtl": "^2.0.0",
"qr-code-styling": "1.6.0-rc.1",

3645
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff