Updated dependencies

This commit is contained in:
squidfunk
2025-05-01 10:53:50 +02:00
parent 4c0004e16b
commit e56efb2398
8 changed files with 435 additions and 488 deletions

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.328 5.553c-2.648.906-4.008 4.372-7.101 4.833C4.827 10.833.752 7.205 0 6c0 0 .526.906 1.28 2.105C5.205 14.297 7.772 18.224 12 18.75c5.28.68 8.146-4.535 8.826-6.64.607-1.732 1.733-1.66 2.494-1.433l.68.227s-2.729-7.402-8.688-5.36l.016.008z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.056 3c-4.128 0-5.432 3.97-7.994 5.966l-.152.115c-.828.607-1.787 1.005-3.012 1.005C2.009 10.083.38 7.855 0 6.435c0 1.098.177 2.248.499 3.397C2.049 15.403 6.96 21 11.41 21c5.206 0 8.985-5.428 10.127-9.556.369-1.332 1.204-2.478 2.368-3.178l.095-.06-.14-.054-.001.004c-1.144-.453-2.082-1.308-2.72-2.384-.983-1.65-2.984-2.77-5.083-2.77m2.705 3.75c.379.008.702.358.736.822.037.496-.269.933-.683.976-.412.041-.775-.325-.811-.82s.267-.93.68-.976zm-4.609 2.252a2.46 2.46 0 0 1 1.048.714c1.487 1.825.403 4.62-1.368 5.858-2.196 1.616-5.202.876-7.382-.379a9.5 9.5 0 0 1-2.775-2.433 10 10 0 0 1-.672-1.021c-.011-.018.015-.035.027-.019 1.391 1.977 3.554 3.302 5.904 3.715.947.144 1.903.24 2.794-.036 1.532-.524 2.903-1.736 3.334-3.329.321-1.088.026-2.33-.938-3.019-.028-.017 0-.064.028-.052"/></svg>

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 858 B

View File

@@ -238,14 +238,14 @@
"search.result.term.missing": lang.t("search.result.term.missing"),
"select.version": lang.t("select.version")
},
"search": "assets/javascripts/workers/search.f8cc74c7.min.js" | url,
"search": "assets/javascripts/workers/search.d50fe291.min.js" | url,
"tags": _.tags or none,
"version": _.version or none
} | tojson -}}
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.c8b220af.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.22469e04.min.js' | url }}"></script>
{% for script in config.extra_javascript %}
{{ script | script_tag }}
{% endfor %}

889
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -62,19 +62,19 @@
"@types/fuzzaldrin-plus": "^0.6.5",
"@types/html-minifier-terser": "^7.0.2",
"@types/lunr": "^2.3.7",
"@types/node": "^22.14.1",
"@types/node": "^22.15.3",
"@types/resize-observer-browser": "^0.1.11",
"@types/sass": "^1.45.0",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"autoprefixer": "^10.4.21",
"chokidar": "^4.0.3",
"cssnano": "5.1.0",
"esbuild": "^0.25.2",
"esbuild": "^0.25.3",
"eslint": "8.57.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.6.9",
"eslint-plugin-jsdoc": "^50.6.11",
"eslint-plugin-no-null": "^1.0.2",
"github-types": "^1.0.0",
"gitlab": "^14.2.2",
@@ -82,7 +82,7 @@
"html-minifier-terser": "^7.2.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"npm-check-updates": "^17.1.18",
"npm-check-updates": "^18.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.3",
"postcss-dir-pseudo-class": "^9.0.1",
@@ -91,9 +91,9 @@
"postcss-pseudo-is": "^0.3.0",
"preact": "^10.26.5",
"rimraf": "^6.0.1",
"sass": "^1.86.3",
"simple-icons": "^14.12.2",
"stylelint": "^16.18.0",
"sass": "^1.87.0",
"simple-icons": "^14.12.3",
"stylelint": "^16.19.1",
"stylelint-config-recess-order": "5.1.1",
"stylelint-config-recommended": "14.0.1",
"stylelint-config-standard-scss": "^14.0.0",