Skip to content

Commit c689084

Browse files
committed
yarn upgrade
1 parent df7b776 commit c689084

File tree

2 files changed

+82
-61
lines changed

2 files changed

+82
-61
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"dc:up": "docker compose up --build --force-recreate -d"
3232
},
3333
"dependencies": {
34-
"@astrojs/mdx": "^4.2.3",
34+
"@astrojs/mdx": "^4.2.4",
3535
"@astrojs/partytown": "^2.1.4",
36-
"@astrojs/react": "^4.2.3",
36+
"@astrojs/react": "^4.2.4",
3737
"@astrojs/sitemap": "^3.3.0",
3838
"@astrojs/tailwind": "^5.1.5",
3939
"@fontsource-variable/inter": "^5.2.5",
40-
"astro": "^5.6.1",
40+
"astro": "^5.6.2",
4141
"astro-embed": "^0.9.0",
4242
"astro-expressive-code": "^0.41.1",
4343
"astro-icon": "^1.1.5",
@@ -71,10 +71,10 @@
7171
"@tailwindcss/typography": "^0.5.16",
7272
"@types/lodash.debounce": "^4.0.9",
7373
"@types/mdast": "^4.0.3",
74-
"@types/react": "^19.1.0",
74+
"@types/react": "^19.1.2",
7575
"@types/react-dom": "^19.1.1",
76-
"@typescript-eslint/eslint-plugin": "^8.29.0",
77-
"@typescript-eslint/parser": "^8.29.0",
76+
"@typescript-eslint/eslint-plugin": "^8.30.1",
77+
"@typescript-eslint/parser": "^8.30.1",
7878
"eslint": "8.57.0",
7979
"eslint-config-prettier": "^10.1.2",
8080
"eslint-mdx": "^3.3.2",

yarn.lock

Lines changed: 76 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@
163163
unist-util-visit-parents "^6.0.1"
164164
vfile "^6.0.3"
165165

166-
"@astrojs/mdx@^4.2.3":
167-
version "4.2.3"
168-
resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-4.2.3.tgz#224347aedb1d99d3c9272d01b9239cdf90348150"
169-
integrity sha512-oteB88udzzZmix5kWWUMeMJfeB2Dj8g7jy9LVNuTzGlBh3mEkGhQr6FsIR43p0JKCN11fl5J7P/Ev4Q0Nf0KQQ==
166+
"@astrojs/mdx@^4.2.4":
167+
version "4.2.4"
168+
resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-4.2.4.tgz#750f61d81d6074b830cff4f1ac8fb5c4044b7883"
169+
integrity sha512-c832AWpiMCcuPY8j+yr5T+hOf8n5RlKLFHlNTt15xxkOk3zjFJP81TIYKrMrbhD5rMzJ09Ixi+xM0m68w2Q0DQ==
170170
dependencies:
171171
"@astrojs/markdown-remark" "6.3.1"
172172
"@mdx-js/mdx" "^3.1.0"
@@ -197,14 +197,14 @@
197197
dependencies:
198198
prismjs "^1.29.0"
199199

200-
"@astrojs/react@^4.2.3":
201-
version "4.2.3"
202-
resolved "https://registry.yarnpkg.com/@astrojs/react/-/react-4.2.3.tgz#765c3056a45e1d392d81c9c0412b524a38fbc150"
203-
integrity sha512-icL1hCnW1v+w+NCAz8REfsh9R1aGMW75fYBoeLjyhrVDxXQHiFbTfyBIHkgH79qqID7SM81+hPxHlqcgCuBP8w==
200+
"@astrojs/react@^4.2.4":
201+
version "4.2.4"
202+
resolved "https://registry.yarnpkg.com/@astrojs/react/-/react-4.2.4.tgz#fcce2d8d042b17e36489e15004a62c8dc1441c62"
203+
integrity sha512-Qnj4dPsGZzUF0duQG+m6B7oFbGZpiRTl8TP6WvjeMr6BlI3dobj7wkKc/I9dQhUrWsswUafbPJuOJPGFUZtmKQ==
204204
dependencies:
205205
"@vitejs/plugin-react" "^4.3.4"
206206
ultrahtml "^1.5.3"
207-
vite "^6.2.4"
207+
vite "^6.2.6"
208208

209209
"@astrojs/sitemap@^3.3.0":
210210
version "3.3.0"
@@ -1408,10 +1408,10 @@
14081408
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.2.tgz#bd1fe3b8c28a3a2e942f85314dcfb71f531a242f"
14091409
integrity sha512-XGJkWF41Qq305SKWEILa1O8vzhb3aOo3ogBlSmiqNko/WmRb6QIaweuZCXjKygVDXpzXb5wyxKTSOsmkuqj+Qw==
14101410

1411-
"@types/react@^19.1.0":
1412-
version "19.1.1"
1413-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.1.tgz#f7f2bb4a0a8d22b9ee4b8f6e27f0c78d76eb7f9b"
1414-
integrity sha512-ePapxDL7qrgqSF67s0h9m412d9DbXyC1n59O2st+9rjuuamWsZuD2w55rqY12CbzsZ7uVXb5Nw0gEp9Z8MMutQ==
1411+
"@types/react@^19.1.2":
1412+
version "19.1.2"
1413+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.2.tgz#11df86f66f188f212c90ecb537327ec68bfd593f"
1414+
integrity sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==
14151415
dependencies:
14161416
csstype "^3.0.2"
14171417

@@ -1457,47 +1457,55 @@
14571457
dependencies:
14581458
"@types/node" "*"
14591459

1460-
"@typescript-eslint/eslint-plugin@^8.29.0":
1461-
version "8.29.1"
1462-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.1.tgz#593639d9bb5239b2d877d65757b7e2c9100a2e84"
1463-
integrity sha512-ba0rr4Wfvg23vERs3eB+P3lfj2E+2g3lhWcCVukUuhtcdUx5lSIFZlGFEBHKr+3zizDa/TvZTptdNHVZWAkSBg==
1460+
"@typescript-eslint/eslint-plugin@^8.30.1":
1461+
version "8.30.1"
1462+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.30.1.tgz#9beb9e4fbfdde40410e96587cc56dded1942cdf1"
1463+
integrity sha512-v+VWphxMjn+1t48/jO4t950D6KR8JaJuNXzi33Ve6P8sEmPr5k6CEXjdGwT6+LodVnEa91EQCtwjWNUCPweo+Q==
14641464
dependencies:
14651465
"@eslint-community/regexpp" "^4.10.0"
1466-
"@typescript-eslint/scope-manager" "8.29.1"
1467-
"@typescript-eslint/type-utils" "8.29.1"
1468-
"@typescript-eslint/utils" "8.29.1"
1469-
"@typescript-eslint/visitor-keys" "8.29.1"
1466+
"@typescript-eslint/scope-manager" "8.30.1"
1467+
"@typescript-eslint/type-utils" "8.30.1"
1468+
"@typescript-eslint/utils" "8.30.1"
1469+
"@typescript-eslint/visitor-keys" "8.30.1"
14701470
graphemer "^1.4.0"
14711471
ignore "^5.3.1"
14721472
natural-compare "^1.4.0"
14731473
ts-api-utils "^2.0.1"
14741474

1475-
"@typescript-eslint/parser@^8.29.0":
1476-
version "8.29.1"
1477-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.1.tgz#10bf37411be0a199c27b6515726e22fe8d3df8d0"
1478-
integrity sha512-zczrHVEqEaTwh12gWBIJWj8nx+ayDcCJs06yoNMY0kwjMWDM6+kppljY+BxWI06d2Ja+h4+WdufDcwMnnMEWmg==
1475+
"@typescript-eslint/parser@^8.30.1":
1476+
version "8.30.1"
1477+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.30.1.tgz#8a9fa650b046e64656e21d4fdff86535b6a084b6"
1478+
integrity sha512-H+vqmWwT5xoNrXqWs/fesmssOW70gxFlgcMlYcBaWNPIEWDgLa4W9nkSPmhuOgLnXq9QYgkZ31fhDyLhleCsAg==
14791479
dependencies:
1480-
"@typescript-eslint/scope-manager" "8.29.1"
1481-
"@typescript-eslint/types" "8.29.1"
1482-
"@typescript-eslint/typescript-estree" "8.29.1"
1483-
"@typescript-eslint/visitor-keys" "8.29.1"
1480+
"@typescript-eslint/scope-manager" "8.30.1"
1481+
"@typescript-eslint/types" "8.30.1"
1482+
"@typescript-eslint/typescript-estree" "8.30.1"
1483+
"@typescript-eslint/visitor-keys" "8.30.1"
14841484
debug "^4.3.4"
14851485

1486-
"@typescript-eslint/[email protected]", "@typescript-eslint/scope-manager@^7.0.0 || ^8.0.0":
1486+
"@typescript-eslint/[email protected]":
1487+
version "8.30.1"
1488+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.30.1.tgz#f99c7efd53b5ff9fb57e55be71eb855603fd80b7"
1489+
integrity sha512-+C0B6ChFXZkuaNDl73FJxRYT0G7ufVPOSQkqkpM/U198wUwUFOtgo1k/QzFh1KjpBitaK7R1tgjVz6o9HmsRPg==
1490+
dependencies:
1491+
"@typescript-eslint/types" "8.30.1"
1492+
"@typescript-eslint/visitor-keys" "8.30.1"
1493+
1494+
"@typescript-eslint/scope-manager@^7.0.0 || ^8.0.0":
14871495
version "8.29.1"
14881496
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.1.tgz#cfdfd4144f20c38b9d3e430efd6480e297ef52f6"
14891497
integrity sha512-2nggXGX5F3YrsGN08pw4XpMLO1Rgtnn4AzTegC2MDesv6q3QaTU5yU7IbS1tf1IwCR0Hv/1EFygLn9ms6LIpDA==
14901498
dependencies:
14911499
"@typescript-eslint/types" "8.29.1"
14921500
"@typescript-eslint/visitor-keys" "8.29.1"
14931501

1494-
"@typescript-eslint/type-utils@8.29.1":
1495-
version "8.29.1"
1496-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.1.tgz#653dfff5c1711bc920a6a46a5a2c274899f00179"
1497-
integrity sha512-DkDUSDwZVCYN71xA4wzySqqcZsHKic53A4BLqmrWFFpOpNSoxX233lwGu/2135ymTCR04PoKiEEEvN1gFYg4Tw==
1502+
"@typescript-eslint/type-utils@8.30.1":
1503+
version "8.30.1"
1504+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.30.1.tgz#151ee0529d6e6df19d8a3a23e81c809d2e4f6b1a"
1505+
integrity sha512-64uBF76bfQiJyHgZISC7vcNz3adqQKIccVoKubyQcOnNcdJBvYOILV1v22Qhsw3tw3VQu5ll8ND6hycgAR5fEA==
14981506
dependencies:
1499-
"@typescript-eslint/typescript-estree" "8.29.1"
1500-
"@typescript-eslint/utils" "8.29.1"
1507+
"@typescript-eslint/typescript-estree" "8.30.1"
1508+
"@typescript-eslint/utils" "8.30.1"
15011509
debug "^4.3.4"
15021510
ts-api-utils "^2.0.1"
15031511

@@ -1506,29 +1514,34 @@
15061514
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.1.tgz#984ed1283fedbfb41d3993a9abdcb7b299971500"
15071515
integrity sha512-VT7T1PuJF1hpYC3AGm2rCgJBjHL3nc+A/bhOp9sGMKfi5v0WufsX/sHCFBfNTx2F+zA6qBc/PD0/kLRLjdt8mQ==
15081516

1509-
"@typescript-eslint/[email protected]":
1510-
version "8.29.1"
1511-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.1.tgz#4ac085665ed5390d11c0e3426427978570e3b747"
1512-
integrity sha512-l1enRoSaUkQxOQnbi0KPUtqeZkSiFlqrx9/3ns2rEDhGKfTa+88RmXqedC1zmVTOWrLc2e6DEJrTA51C9iLH5g==
1517+
"@typescript-eslint/[email protected]":
1518+
version "8.30.1"
1519+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.30.1.tgz#20ff6d66ab3d8fe0533aeb7092a487393d53f925"
1520+
integrity sha512-81KawPfkuulyWo5QdyG/LOKbspyyiW+p4vpn4bYO7DM/hZImlVnFwrpCTnmNMOt8CvLRr5ojI9nU1Ekpw4RcEw==
1521+
1522+
"@typescript-eslint/[email protected]":
1523+
version "8.30.1"
1524+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.30.1.tgz#f5c133e4a76a54d25607434f2c276409d7bec4ba"
1525+
integrity sha512-kQQnxymiUy9tTb1F2uep9W6aBiYODgq5EMSk6Nxh4Z+BDUoYUSa029ISs5zTzKBFnexQEh71KqwjKnRz58lusQ==
15131526
dependencies:
1514-
"@typescript-eslint/types" "8.29.1"
1515-
"@typescript-eslint/visitor-keys" "8.29.1"
1527+
"@typescript-eslint/types" "8.30.1"
1528+
"@typescript-eslint/visitor-keys" "8.30.1"
15161529
debug "^4.3.4"
15171530
fast-glob "^3.3.2"
15181531
is-glob "^4.0.3"
15191532
minimatch "^9.0.4"
15201533
semver "^7.6.0"
15211534
ts-api-utils "^2.0.1"
15221535

1523-
"@typescript-eslint/utils@8.29.1":
1524-
version "8.29.1"
1525-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.1.tgz#3d206c8c8def3527a8eb0588e94e3e60f7e167c9"
1526-
integrity sha512-QAkFEbytSaB8wnmB+DflhUPz6CLbFWE2SnSCrRMEa+KnXIzDYbpsn++1HGvnfAsUY44doDXmvRkO5shlM/3UfA==
1536+
"@typescript-eslint/utils@8.30.1":
1537+
version "8.30.1"
1538+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.30.1.tgz#23d4824394765948fe73dc7113892f85fdc80efd"
1539+
integrity sha512-T/8q4R9En2tcEsWPQgB5BQ0XJVOtfARcUvOa8yJP3fh9M/mXraLxZrkCfGb6ChrO/V3W+Xbd04RacUEqk1CFEQ==
15271540
dependencies:
15281541
"@eslint-community/eslint-utils" "^4.4.0"
1529-
"@typescript-eslint/scope-manager" "8.29.1"
1530-
"@typescript-eslint/types" "8.29.1"
1531-
"@typescript-eslint/typescript-estree" "8.29.1"
1542+
"@typescript-eslint/scope-manager" "8.30.1"
1543+
"@typescript-eslint/types" "8.30.1"
1544+
"@typescript-eslint/typescript-estree" "8.30.1"
15321545

15331546
"@typescript-eslint/[email protected]":
15341547
version "8.29.1"
@@ -1538,6 +1551,14 @@
15381551
"@typescript-eslint/types" "8.29.1"
15391552
eslint-visitor-keys "^4.2.0"
15401553

1554+
"@typescript-eslint/[email protected]":
1555+
version "8.30.1"
1556+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.30.1.tgz#510955ef1fb56e08da4b7953a3377258e5942e36"
1557+
integrity sha512-aEhgas7aJ6vZnNFC7K4/vMGDGyOiqWcYZPpIWrTKuTAlsvDNKy2GFDqh9smL+iq069ZvR0YzEeq0B8NJlLzjFA==
1558+
dependencies:
1559+
"@typescript-eslint/types" "8.30.1"
1560+
eslint-visitor-keys "^4.2.0"
1561+
15411562
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
15421563
version "1.3.0"
15431564
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -1828,10 +1849,10 @@ astro-social-share@^2.0.3:
18281849
resolved "https://registry.yarnpkg.com/astro-social-share/-/astro-social-share-2.1.0.tgz#7c0da29b24e8c900d46164cdc306e2509e1b4403"
18291850
integrity sha512-t5DykR+T7gGNLTnrFXASCyufCpXcWhLdXFLSRYRKvMOFSUaaPIWMPu1ncIhxdFD7hm7SWHboAb33nJUUZxJH2Q==
18301851

1831-
astro@^5.6.1:
1832-
version "5.6.1"
1833-
resolved "https://registry.yarnpkg.com/astro/-/astro-5.6.1.tgz#063719f320d5eafacf895e9842ae4c060bc2e036"
1834-
integrity sha512-aQ2TV7wIf+q2Oi6gGWMINHWEAZqoP0eH6/mihodfTJYATPWyd03JIGVfjtYUJlkNdNSKxDXwEe/r/Zx4CZ1FPg==
1852+
astro@^5.6.2:
1853+
version "5.6.2"
1854+
resolved "https://registry.yarnpkg.com/astro/-/astro-5.6.2.tgz#5d954ed7ef0b49d81b6b64d9ab1fbc6f6709e465"
1855+
integrity sha512-Ds4x3Au2s+YfBKLXY2HCHird+73ff4wTds+cuAGqaHmY4GR+Gc+sCAP54Mq6blkpuFqXwqjPUAcmxvAwovJPGQ==
18351856
dependencies:
18361857
"@astrojs/compiler" "^2.11.0"
18371858
"@astrojs/internal-helpers" "0.6.1"
@@ -1882,7 +1903,7 @@ astro@^5.6.1:
18821903
unist-util-visit "^5.0.0"
18831904
unstorage "^1.15.0"
18841905
vfile "^6.0.3"
1885-
vite "^6.2.4"
1906+
vite "^6.2.6"
18861907
vitefu "^1.0.6"
18871908
xxhash-wasm "^1.1.0"
18881909
yargs-parser "^21.1.1"
@@ -6774,7 +6795,7 @@ vfile@^6.0.0, vfile@^6.0.3:
67746795
"@types/unist" "^3.0.0"
67756796
vfile-message "^4.0.0"
67766797

6777-
vite@^6.2.4:
6798+
vite@^6.2.6:
67786799
version "6.2.6"
67796800
resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.6.tgz#7f0ccf2fdc0c1eda079ce258508728e2473d3f61"
67806801
integrity sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==

0 commit comments

Comments
 (0)