mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@11ty/eleventy](https://www.11ty.dev/) ([source](https://github.com/11ty/eleventy)) | [`3.1.5` → `3.1.6`](https://renovatebot.com/diffs/npm/@11ty%2feleventy/3.1.5/3.1.6) |  |  | --- ### Release Notes <details> <summary>11ty/eleventy (@​11ty/eleventy)</summary> ### [`v3.1.6`](https://github.com/11ty/buildawesome/releases/tag/v3.1.6): Eleventy v3.1.6: Everybody wants to do Maintenance [Compare Source](https://github.com/11ty/eleventy/compare/v3.1.5...v3.1.6) - Fixes Node 26 `module.register` deprecation warning shown in console [#​4283](https://github.com/11ty/eleventy/issues/4283) (fixed in v4 alphas in [#​4271](https://github.com/11ty/eleventy/issues/4271)) - Minor dependency upgrades for `npm audit` fixes - `liquidjs` upgrade from `1.25.0` to `1.27.0` - `markdown-it` upgrade from `14.1.1` to `14.2.0` - Adds Node 26 to CI for v3 branch - Opt out of package manager cache for GitHub Actions CI release workflow (hardening security) **Milestone**: <https://github.com/11ty/eleventy/milestone/52?closed=1> **Full Changelog**: <https://github.com/11ty/eleventy/compare/v3.1.5...v3.1.6> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Only on Sunday and Saturday (`* * * * 0,6`) - Automerge - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI2MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19--> Co-authored-by: woodpecker-bot <woodpecker-bot@obermui.de> Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/844
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"name": "codeberg-docs",
|
|
"description": "The documentation site for Codeberg",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "eleventy",
|
|
"dev": "eleventy --serve --incremental",
|
|
"lint-markdown": "markdownlint-cli2 '**/*.md' '#node_modules'",
|
|
"lint-markdown-fix": "markdownlint-cli2 --fix '**/*.md' '#node_modules'",
|
|
"lint-prettier": "prettier --check .",
|
|
"lint-prettier-fix": "prettier -w --check .",
|
|
"lint-spellcheck": "cspell lint --no-progress --gitignore '{**,.*}/{*,.*}'"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "3.1.6",
|
|
"@11ty/eleventy-img": "6.0.4",
|
|
"@11ty/eleventy-navigation": "1.0.5",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "5.0.2",
|
|
"@fortawesome/fontawesome-svg-core": "7.1.0",
|
|
"@fortawesome/free-solid-svg-icons": "7.1.0",
|
|
"@toycode/markdown-it-class": "1.2.4",
|
|
"@uncenter/eleventy-plugin-toc": "2.1.2",
|
|
"cspell": "9.8.0",
|
|
"halfmoon": "2.0.2",
|
|
"markdown-it": "14.2.0",
|
|
"markdown-it-anchor": "9.2.0",
|
|
"markdownlint-cli2": "0.20.0",
|
|
"pagefind": "1.5.2",
|
|
"prettier": "3.9.4"
|
|
}
|
|
}
|