Skip to content

Commit 1039903

Browse files
committed
upgrade
1 parent 54e66d8 commit 1039903

File tree

3 files changed

+76
-69
lines changed

3 files changed

+76
-69
lines changed

docs/working-notes/todo4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ image flicker, sacekaj i da nije prevMainImage
176176
https://cosmicthemes.com/blog/astro-mdx-external-link/
177177
https://github.com/rehypejs/rehype-external-links
178178

179-
og random image from all-images
179+
og random image from all-images
180180
fix iphone mdx webm to mp4
181181
add tag negation support !tag
182182
```

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"sharp": "0.34.1",
6363
"tailwind-clip-path": "^1.0.0",
6464
"tailwind-merge": "^2.6.0",
65-
"zod": "^3.24.3"
65+
"zod": "^3.24.4"
6666
},
6767
"resolutions": {
6868
"**/sharp": "0.34.1"
@@ -75,10 +75,10 @@
7575
"@tailwindcss/typography": "^0.5.16",
7676
"@types/lodash.debounce": "^4.0.9",
7777
"@types/mdast": "^4.0.3",
78-
"@types/react": "^19.1.2",
78+
"@types/react": "^19.1.3",
7979
"@types/react-dom": "^19.1.3",
80-
"@typescript-eslint/eslint-plugin": "^8.31.1",
81-
"@typescript-eslint/parser": "^8.31.1",
80+
"@typescript-eslint/eslint-plugin": "^8.32.0",
81+
"@typescript-eslint/parser": "^8.32.0",
8282
"eslint": "8.57.0",
8383
"eslint-config-prettier": "^10.1.2",
8484
"eslint-mdx": "^3.4.1",

yarn.lock

Lines changed: 71 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -640,13 +640,20 @@
640640
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.25.2.tgz#839f72c2decd378f86b8f525e1979a97b920c67d"
641641
integrity sha512-kM3HKb16VIXZyIeVrM1ygYmZBKybX8N4p754bw390wGO3Tf2j4L2/WYL+4suWujpgf6GBYs3jv7TyUivdd05JA==
642642

643-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
643+
"@eslint-community/eslint-utils@^4.2.0":
644644
version "4.6.0"
645645
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.6.0.tgz#bfe67b3d334a8579a35e48fe240dc0638d1bcd91"
646646
integrity sha512-WhCn7Z7TauhBtmzhvKpoQs0Wwb/kBcy4CwpuI0/eEIr2Lx2auxmulAzLr91wVZJaz47iUZdkXOK7WlAfxGKCnA==
647647
dependencies:
648648
eslint-visitor-keys "^3.4.3"
649649

650+
"@eslint-community/eslint-utils@^4.7.0":
651+
version "4.7.0"
652+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
653+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
654+
dependencies:
655+
eslint-visitor-keys "^3.4.3"
656+
650657
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
651658
version "4.12.1"
652659
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -1429,10 +1436,10 @@
14291436
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.3.tgz#3f0c60804441bf34d19f8dd0d44405c0c0e21bfa"
14301437
integrity sha512-rJXC08OG0h3W6wDMFxQrZF00Kq6qQvw0djHRdzl3U5DnIERz0MRce3WVc7IS6JYBwtaP/DwYtRRjVlvivNveKg==
14311438

1432-
"@types/react@^19.1.2":
1433-
version "19.1.2"
1434-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.2.tgz#11df86f66f188f212c90ecb537327ec68bfd593f"
1435-
integrity sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==
1439+
"@types/react@^19.1.3":
1440+
version "19.1.3"
1441+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.3.tgz#c75a24b775a63280b02c66a55a3cfa04f4022cf7"
1442+
integrity sha512-dLWQ+Z0CkIvK1J8+wrDPwGxEYFA4RAyHoZPxHVGspYmFVnwGSNT24cGIhFJrtfRnWVuW8X7NO52gCXmhkVUWGQ==
14361443
dependencies:
14371444
csstype "^3.0.2"
14381445

@@ -1478,39 +1485,39 @@
14781485
dependencies:
14791486
"@types/node" "*"
14801487

1481-
"@typescript-eslint/eslint-plugin@^8.31.1":
1482-
version "8.31.1"
1483-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.1.tgz#62f1befe59647524994e89de4516d8dcba7a850a"
1484-
integrity sha512-oUlH4h1ABavI4F0Xnl8/fOtML/eu8nI2A1nYd+f+55XI0BLu+RIqKoCiZKNo6DtqZBEQm5aNKA20G3Z5w3R6GQ==
1488+
"@typescript-eslint/eslint-plugin@^8.32.0":
1489+
version "8.32.0"
1490+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.0.tgz#86630dd3084f9d6c4239bbcd6a7ee1a7ee844f7f"
1491+
integrity sha512-/jU9ettcntkBFmWUzzGgsClEi2ZFiikMX5eEQsmxIAWMOn4H3D4rvHssstmAHGVvrYnaMqdWWWg0b5M6IN/MTQ==
14851492
dependencies:
14861493
"@eslint-community/regexpp" "^4.10.0"
1487-
"@typescript-eslint/scope-manager" "8.31.1"
1488-
"@typescript-eslint/type-utils" "8.31.1"
1489-
"@typescript-eslint/utils" "8.31.1"
1490-
"@typescript-eslint/visitor-keys" "8.31.1"
1494+
"@typescript-eslint/scope-manager" "8.32.0"
1495+
"@typescript-eslint/type-utils" "8.32.0"
1496+
"@typescript-eslint/utils" "8.32.0"
1497+
"@typescript-eslint/visitor-keys" "8.32.0"
14911498
graphemer "^1.4.0"
14921499
ignore "^5.3.1"
14931500
natural-compare "^1.4.0"
1494-
ts-api-utils "^2.0.1"
1501+
ts-api-utils "^2.1.0"
14951502

1496-
"@typescript-eslint/parser@^8.31.1":
1497-
version "8.31.1"
1498-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.1.tgz#e9b0ccf30d37dde724ee4d15f4dbc195995cce1b"
1499-
integrity sha512-oU/OtYVydhXnumd0BobL9rkJg7wFJ9bFFPmSmB/bf/XWN85hlViji59ko6bSKBXyseT9V8l+CN1nwmlbiN0G7Q==
1503+
"@typescript-eslint/parser@^8.32.0":
1504+
version "8.32.0"
1505+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.0.tgz#fe840ecb2726a82fa9f5562837ec40503ae71caf"
1506+
integrity sha512-B2MdzyWxCE2+SqiZHAjPphft+/2x2FlO9YBx7eKE1BCb+rqBlQdhtAEhzIEdozHd55DXPmxBdpMygFJjfjjA9A==
15001507
dependencies:
1501-
"@typescript-eslint/scope-manager" "8.31.1"
1502-
"@typescript-eslint/types" "8.31.1"
1503-
"@typescript-eslint/typescript-estree" "8.31.1"
1504-
"@typescript-eslint/visitor-keys" "8.31.1"
1508+
"@typescript-eslint/scope-manager" "8.32.0"
1509+
"@typescript-eslint/types" "8.32.0"
1510+
"@typescript-eslint/typescript-estree" "8.32.0"
1511+
"@typescript-eslint/visitor-keys" "8.32.0"
15051512
debug "^4.3.4"
15061513

1507-
"@typescript-eslint/scope-manager@8.31.1":
1508-
version "8.31.1"
1509-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.1.tgz#1eb52e76878f545e4add142e0d8e3e97e7aa443b"
1510-
integrity sha512-BMNLOElPxrtNQMIsFHE+3P0Yf1z0dJqV9zLdDxN/xLlWMlXK/ApEsVEKzpizg9oal8bAT5Sc7+ocal7AC1HCVw==
1514+
"@typescript-eslint/scope-manager@8.32.0":
1515+
version "8.32.0"
1516+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz#6be89f652780f0d3d19d58dc0ee107b1a9e3282c"
1517+
integrity sha512-jc/4IxGNedXkmG4mx4nJTILb6TMjL66D41vyeaPWvDUmeYQzF3lKtN15WsAeTr65ce4mPxwopPSo1yUUAWw0hQ==
15111518
dependencies:
1512-
"@typescript-eslint/types" "8.31.1"
1513-
"@typescript-eslint/visitor-keys" "8.31.1"
1519+
"@typescript-eslint/types" "8.32.0"
1520+
"@typescript-eslint/visitor-keys" "8.32.0"
15141521

15151522
"@typescript-eslint/scope-manager@^7.0.0 || ^8.0.0":
15161523
version "8.30.1"
@@ -1520,49 +1527,49 @@
15201527
"@typescript-eslint/types" "8.30.1"
15211528
"@typescript-eslint/visitor-keys" "8.30.1"
15221529

1523-
"@typescript-eslint/type-utils@8.31.1":
1524-
version "8.31.1"
1525-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.1.tgz#be0f438fb24b03568e282a0aed85f776409f970c"
1526-
integrity sha512-fNaT/m9n0+dpSp8G/iOQ05GoHYXbxw81x+yvr7TArTuZuCA6VVKbqWYVZrV5dVagpDTtj/O8k5HBEE/p/HM5LA==
1530+
"@typescript-eslint/type-utils@8.32.0":
1531+
version "8.32.0"
1532+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.0.tgz#5e0882393e801963f749bea38888e716045fe895"
1533+
integrity sha512-t2vouuYQKEKSLtJaa5bB4jHeha2HJczQ6E5IXPDPgIty9EqcJxpr1QHQ86YyIPwDwxvUmLfP2YADQ5ZY4qddZg==
15271534
dependencies:
1528-
"@typescript-eslint/typescript-estree" "8.31.1"
1529-
"@typescript-eslint/utils" "8.31.1"
1535+
"@typescript-eslint/typescript-estree" "8.32.0"
1536+
"@typescript-eslint/utils" "8.32.0"
15301537
debug "^4.3.4"
1531-
ts-api-utils "^2.0.1"
1538+
ts-api-utils "^2.1.0"
15321539

15331540
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^7.0.0 || ^8.0.0", "@typescript-eslint/types@^7.7.1 || ^8":
15341541
version "8.30.1"
15351542
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.30.1.tgz#20ff6d66ab3d8fe0533aeb7092a487393d53f925"
15361543
integrity sha512-81KawPfkuulyWo5QdyG/LOKbspyyiW+p4vpn4bYO7DM/hZImlVnFwrpCTnmNMOt8CvLRr5ojI9nU1Ekpw4RcEw==
15371544

1538-
"@typescript-eslint/types@8.31.1":
1539-
version "8.31.1"
1540-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.1.tgz#478ed6f7e8aee1be7b63a60212b6bffe1423b5d4"
1541-
integrity sha512-SfepaEFUDQYRoA70DD9GtytljBePSj17qPxFHA/h3eg6lPTqGJ5mWOtbXCk1YrVU1cTJRd14nhaXWFu0l2troQ==
1545+
"@typescript-eslint/types@8.32.0":
1546+
version "8.32.0"
1547+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
1548+
integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
15421549

1543-
"@typescript-eslint/typescript-estree@8.31.1":
1544-
version "8.31.1"
1545-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.1.tgz#37792fe7ef4d3021c7580067c8f1ae66daabacdf"
1546-
integrity sha512-kaA0ueLe2v7KunYOyWYtlf/QhhZb7+qh4Yw6Ni5kgukMIG+iP773tjgBiLWIXYumWCwEq3nLW+TUywEp8uEeag==
1550+
"@typescript-eslint/typescript-estree@8.32.0":
1551+
version "8.32.0"
1552+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz#11d45f47bfabb141206a3da6c7b91a9d869ff32d"
1553+
integrity sha512-pU9VD7anSCOIoBFnhTGfOzlVFQIA1XXiQpH/CezqOBaDppRwTglJzCC6fUQGpfwey4T183NKhF1/mfatYmjRqQ==
15471554
dependencies:
1548-
"@typescript-eslint/types" "8.31.1"
1549-
"@typescript-eslint/visitor-keys" "8.31.1"
1555+
"@typescript-eslint/types" "8.32.0"
1556+
"@typescript-eslint/visitor-keys" "8.32.0"
15501557
debug "^4.3.4"
15511558
fast-glob "^3.3.2"
15521559
is-glob "^4.0.3"
15531560
minimatch "^9.0.4"
15541561
semver "^7.6.0"
1555-
ts-api-utils "^2.0.1"
1562+
ts-api-utils "^2.1.0"
15561563

1557-
"@typescript-eslint/utils@8.31.1":
1558-
version "8.31.1"
1559-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.1.tgz#5628ea0393598a0b2f143d0fc6d019f0dee9dd14"
1560-
integrity sha512-2DSI4SNfF5T4oRveQ4nUrSjUqjMND0nLq9rEkz0gfGr3tg0S5KB6DhwR+WZPCjzkZl3cH+4x2ce3EsL50FubjQ==
1564+
"@typescript-eslint/utils@8.32.0":
1565+
version "8.32.0"
1566+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.0.tgz#24570f68cf845d198b73a7f94ca88d8c2505ba47"
1567+
integrity sha512-8S9hXau6nQ/sYVtC3D6ISIDoJzS1NsCK+gluVhLN2YkBPX+/1wkwyUiDKnxRh15579WoOIyVWnoyIf3yGI9REw==
15611568
dependencies:
1562-
"@eslint-community/eslint-utils" "^4.4.0"
1563-
"@typescript-eslint/scope-manager" "8.31.1"
1564-
"@typescript-eslint/types" "8.31.1"
1565-
"@typescript-eslint/typescript-estree" "8.31.1"
1569+
"@eslint-community/eslint-utils" "^4.7.0"
1570+
"@typescript-eslint/scope-manager" "8.32.0"
1571+
"@typescript-eslint/types" "8.32.0"
1572+
"@typescript-eslint/typescript-estree" "8.32.0"
15661573

15671574
"@typescript-eslint/[email protected]":
15681575
version "8.30.1"
@@ -1572,12 +1579,12 @@
15721579
"@typescript-eslint/types" "8.30.1"
15731580
eslint-visitor-keys "^4.2.0"
15741581

1575-
"@typescript-eslint/visitor-keys@8.31.1":
1576-
version "8.31.1"
1577-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.1.tgz#6742b0e3ba1e0c1e35bdaf78c03e759eb8dd8e75"
1578-
integrity sha512-I+/rgqOVBn6f0o7NDTmAPWWC6NuqhV174lfYvAm9fUaWeiefLdux9/YI3/nLugEn9L8fcSi0XmpKi/r5u0nmpw==
1582+
"@typescript-eslint/visitor-keys@8.32.0":
1583+
version "8.32.0"
1584+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz#0cca2cac046bc71cc40ce8214bac2850d6ecf4a6"
1585+
integrity sha512-1rYQTCLFFzOI5Nl0c8LUpJT8HxpwVRn9E4CkMsYfuN6ctmQqExjSTzzSk0Tz2apmXy7WU6/6fyaZVVA/thPN+w==
15791586
dependencies:
1580-
"@typescript-eslint/types" "8.31.1"
1587+
"@typescript-eslint/types" "8.32.0"
15811588
eslint-visitor-keys "^4.2.0"
15821589

15831590
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
@@ -6552,7 +6559,7 @@ trough@^2.0.0:
65526559
resolved "https://registry.yarnpkg.com/trough/-/trough-2.2.0.tgz#94a60bd6bd375c152c1df911a4b11d5b0256f50f"
65536560
integrity sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==
65546561

6555-
ts-api-utils@^2.0.1:
6562+
ts-api-utils@^2.1.0:
65566563
version "2.1.0"
65576564
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
65586565
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
@@ -7363,10 +7370,10 @@ zod@^3.23.8, zod@^3.24.2:
73637370
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.2.tgz#8efa74126287c675e92f46871cfc8d15c34372b3"
73647371
integrity sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==
73657372

7366-
zod@^3.24.3:
7367-
version "3.24.3"
7368-
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.3.tgz#1f40f750a05e477396da64438e0e1c0995dafd87"
7369-
integrity sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg==
7373+
zod@^3.24.4:
7374+
version "3.24.4"
7375+
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.4.tgz#e2e2cca5faaa012d76e527d0d36622e0a90c315f"
7376+
integrity sha512-OdqJE9UDRPwWsrHjLN2F8bPxvwJBK22EHLWtanu0LSYr5YqzsaaW3RMgmjwr8Rypg5k+meEJdSPXJZXE/yqOMg==
73707377

73717378
zwitch@^2.0.0, zwitch@^2.0.4:
73727379
version "2.0.4"

0 commit comments

Comments
 (0)