Update stuffs
2
makefile
@@ -27,7 +27,7 @@ gomodule: ## Update Go Module
|
|||||||
|
|
||||||
update: clean ## Update the site requirements
|
update: clean ## Update the site requirements
|
||||||
@npm update
|
@npm update
|
||||||
@uv lock
|
@uv lock --upgrade
|
||||||
@uv sync
|
@uv sync
|
||||||
@uv run pre-commit autoupdate
|
@uv run pre-commit autoupdate
|
||||||
@uv export --no-dev --no-hashes --format requirements-txt > requirements.txt
|
@uv export --no-dev --no-hashes --format requirements-txt > requirements.txt
|
||||||
|
|||||||
6
package-lock.json
generated
@@ -160,9 +160,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/caniuse-lite": {
|
"node_modules/caniuse-lite": {
|
||||||
"version": "1.0.30001761",
|
"version": "1.0.30001762",
|
||||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001761.tgz",
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001762.tgz",
|
||||||
"integrity": "sha512-JF9ptu1vP2coz98+5051jZ4PwQgd2ni8A+gYSN7EA7dPKIMf0pDlSUxhdmVOaV3/fYK5uWBkgSXJaRLr4+3A6g==",
|
"integrity": "sha512-PxZwGNvH7Ak8WX5iXzoK1KPZttBXNPuaOvI2ZYU7NrlM+d9Ov+TUvlLOBNGzVXAntMSMMlJPd+jY6ovrVjSmUw==",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
|
|||||||
@@ -1,44 +1,44 @@
|
|||||||
# This file was autogenerated by uv via the following command:
|
# This file was autogenerated by uv via the following command:
|
||||||
# uv export --no-dev --no-hashes --format requirements-txt
|
# uv export --no-dev --no-hashes --format requirements-txt
|
||||||
beautifulsoup4==4.13.5
|
beautifulsoup4==4.14.3
|
||||||
# via fundor333-github-io
|
# via fundor333-github-io
|
||||||
bleach==6.2.0
|
bleach==6.3.0
|
||||||
# via fundor333-github-io
|
# via fundor333-github-io
|
||||||
certifi==2025.8.3
|
certifi==2026.1.4
|
||||||
# via requests
|
# via requests
|
||||||
charset-normalizer==3.4.3
|
charset-normalizer==3.4.4
|
||||||
# via requests
|
# via requests
|
||||||
click==8.2.1
|
click==8.3.1
|
||||||
# via
|
# via
|
||||||
# typer
|
# typer
|
||||||
# weeknotebot
|
# weeknotebot
|
||||||
colorama==0.4.6 ; sys_platform == 'win32'
|
colorama==0.4.6 ; sys_platform == 'win32'
|
||||||
# via click
|
# via click
|
||||||
feedparser==6.0.11
|
feedparser==6.0.12
|
||||||
# via
|
# via
|
||||||
# fundor333-github-io
|
# fundor333-github-io
|
||||||
# weeknotebot
|
# weeknotebot
|
||||||
idna==3.10
|
idna==3.11
|
||||||
# via requests
|
# via requests
|
||||||
lxml==6.0.1
|
lxml==6.0.2
|
||||||
# via fundor333-github-io
|
# via fundor333-github-io
|
||||||
markdown-it-py==4.0.0
|
markdown-it-py==4.0.0
|
||||||
# via rich
|
# via rich
|
||||||
marshmallow==3.26.1
|
marshmallow==3.26.2
|
||||||
# via weeknotebot
|
# via weeknotebot
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
# via markdown-it-py
|
# via markdown-it-py
|
||||||
packaging==25.0
|
packaging==25.0
|
||||||
# via marshmallow
|
# via marshmallow
|
||||||
pillow==11.3.0
|
pillow==12.1.0
|
||||||
# via fundor333-github-io
|
# via fundor333-github-io
|
||||||
pygments==2.19.2
|
pygments==2.19.2
|
||||||
# via rich
|
# via rich
|
||||||
python-dotenv==1.1.1
|
python-dotenv==1.2.1
|
||||||
# via fundor333-github-io
|
# via fundor333-github-io
|
||||||
python-frontmatter==1.1.0
|
python-frontmatter==1.1.0
|
||||||
# via fundor333-github-io
|
# via fundor333-github-io
|
||||||
pyyaml==6.0.2
|
pyyaml==6.0.3
|
||||||
# via
|
# via
|
||||||
# fundor333-github-io
|
# fundor333-github-io
|
||||||
# python-frontmatter
|
# python-frontmatter
|
||||||
@@ -54,17 +54,17 @@ sgmllib3k==1.0.0
|
|||||||
# via feedparser
|
# via feedparser
|
||||||
shellingham==1.5.4
|
shellingham==1.5.4
|
||||||
# via typer
|
# via typer
|
||||||
soupsieve==2.8
|
soupsieve==2.8.1
|
||||||
# via beautifulsoup4
|
# via beautifulsoup4
|
||||||
typer==0.17.4
|
typer==0.21.0
|
||||||
# via fundor333-github-io
|
# via fundor333-github-io
|
||||||
typing-extensions==4.15.0
|
typing-extensions==4.15.0
|
||||||
# via
|
# via
|
||||||
# beautifulsoup4
|
# beautifulsoup4
|
||||||
# typer
|
# typer
|
||||||
urllib3==2.5.0
|
urllib3==2.6.2
|
||||||
# via requests
|
# via requests
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
# via bleach
|
# via bleach
|
||||||
weeknotebot==1.8.0
|
weeknotebot==1.9.0
|
||||||
# via fundor333-github-io
|
# via fundor333-github-io
|
||||||
|
|||||||
BIN
resources/_gen/images/img/logo_hu_17c8eb7d9576a0e6.webp
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
resources/_gen/images/img/logo_hu_52e6fa03a9596cbe.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 12 KiB |
BIN
resources/_gen/images/img/logo_hu_c91ad6d51330a9c4.webp
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 490 KiB After Width: | Height: | Size: 305 KiB |
|
Before Width: | Height: | Size: 245 KiB After Width: | Height: | Size: 155 KiB |
|
Before Width: | Height: | Size: 386 KiB After Width: | Height: | Size: 158 KiB |
|
Before Width: | Height: | Size: 305 KiB After Width: | Height: | Size: 8.0 KiB |
|
Before Width: | Height: | Size: 301 KiB After Width: | Height: | Size: 128 KiB |
|
Before Width: | Height: | Size: 204 KiB After Width: | Height: | Size: 244 KiB |
|
Before Width: | Height: | Size: 265 KiB After Width: | Height: | Size: 161 KiB |
|
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 386 KiB |
|
Before Width: | Height: | Size: 317 KiB After Width: | Height: | Size: 322 KiB |
|
Before Width: | Height: | Size: 370 KiB After Width: | Height: | Size: 265 KiB |
|
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 161 KiB After Width: | Height: | Size: 165 KiB |
|
Before Width: | Height: | Size: 231 KiB After Width: | Height: | Size: 530 KiB |
|
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 142 KiB |
|
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 338 KiB |
|
Before Width: | Height: | Size: 298 KiB After Width: | Height: | Size: 231 KiB |
|
Before Width: | Height: | Size: 500 KiB After Width: | Height: | Size: 470 KiB |
|
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 204 KiB |
|
Before Width: | Height: | Size: 258 KiB After Width: | Height: | Size: 245 KiB |
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 370 KiB |
|
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 490 KiB |
|
Before Width: | Height: | Size: 470 KiB After Width: | Height: | Size: 180 KiB |
|
Before Width: | Height: | Size: 338 KiB After Width: | Height: | Size: 140 KiB |
|
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 174 KiB |
|
Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 258 KiB |
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 317 KiB |
|
Before Width: | Height: | Size: 322 KiB After Width: | Height: | Size: 140 KiB |
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 301 KiB |
|
Before Width: | Height: | Size: 155 KiB After Width: | Height: | Size: 298 KiB |
|
Before Width: | Height: | Size: 530 KiB After Width: | Height: | Size: 129 KiB |
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 174 KiB |
|
Before Width: | Height: | Size: 244 KiB After Width: | Height: | Size: 500 KiB |