From 3b3dc762452d0c729541d6609534a3e198285314 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 16:43:01 +0000 Subject: [PATCH] chore(deps): update devdependency typescript to v7 --- demos/loaders/package.json | 2 +- packages/airtable/package.json | 2 +- packages/bluesky/package.json | 2 +- packages/csv/package.json | 2 +- packages/feed/package.json | 2 +- packages/mock/package.json | 2 +- packages/utils/package.json | 2 +- packages/youtube/package.json | 2 +- pnpm-lock.yaml | 361 ++++++++++++++++++++++++++------- 9 files changed, 295 insertions(+), 82 deletions(-) diff --git a/demos/loaders/package.json b/demos/loaders/package.json index 6d39cec..af88911 100644 --- a/demos/loaders/package.json +++ b/demos/loaders/package.json @@ -24,6 +24,6 @@ "@atproto/api": "^0.13.31", "@unpic/astro": "^1.0.0", "astro": "^5.10.1", - "typescript": "^5.7.3" + "typescript": "^7.0.2" } } \ No newline at end of file diff --git a/packages/airtable/package.json b/packages/airtable/package.json index f8fe3b7..4da722c 100644 --- a/packages/airtable/package.json +++ b/packages/airtable/package.json @@ -23,7 +23,7 @@ "astro": "^5.10.1", "publint": "^0.3.2", "tsup": "^8.3.6", - "typescript": "^5.7.3" + "typescript": "^7.0.2" }, "peerDependencies": { "astro": "^4.14.0 || ^5.0.0" diff --git a/packages/bluesky/package.json b/packages/bluesky/package.json index dd19220..904c1a4 100644 --- a/packages/bluesky/package.json +++ b/packages/bluesky/package.json @@ -23,7 +23,7 @@ "astro": "^5.10.1", "publint": "^0.3.2", "tsup": "^8.3.6", - "typescript": "^5.7.3", + "typescript": "^7.0.2", "vitest": "^3.2.4" }, "peerDependencies": { diff --git a/packages/csv/package.json b/packages/csv/package.json index d719c80..ab67239 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -24,7 +24,7 @@ "astro": "^5.10.1", "publint": "^0.3.2", "tsup": "^8.3.6", - "typescript": "^5.7.3" + "typescript": "^7.0.2" }, "peerDependencies": { "astro": "^4.14.0 || ^5.0.0" diff --git a/packages/feed/package.json b/packages/feed/package.json index 8ecebe3..33ebfae 100644 --- a/packages/feed/package.json +++ b/packages/feed/package.json @@ -24,7 +24,7 @@ "msw": "^2.10.2", "publint": "^0.3.2", "tsup": "^8.3.6", - "typescript": "^5.7.3" + "typescript": "^7.0.2" }, "peerDependencies": { "astro": "^4.14.0 || ^5.0.0" diff --git a/packages/mock/package.json b/packages/mock/package.json index 9d49de0..25704ce 100644 --- a/packages/mock/package.json +++ b/packages/mock/package.json @@ -23,7 +23,7 @@ "astro": "^5.10.1", "publint": "^0.3.2", "tsup": "^8.3.6", - "typescript": "^5.7.3" + "typescript": "^7.0.2" }, "peerDependencies": { "astro": "^4.14.0 || ^5.0.0" diff --git a/packages/utils/package.json b/packages/utils/package.json index a598272..8faaeb0 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -21,7 +21,7 @@ "astro": "^5.10.1", "publint": "^0.3.2", "tsup": "^8.3.6", - "typescript": "^5.7.3" + "typescript": "^7.0.2" }, "peerDependencies": { "astro": "^4.14.0 || ^5.0.0" diff --git a/packages/youtube/package.json b/packages/youtube/package.json index 3ac12ff..3d9b35d 100644 --- a/packages/youtube/package.json +++ b/packages/youtube/package.json @@ -24,7 +24,7 @@ "msw": "^2.10.2", "publint": "^0.3.2", "tsup": "^8.3.6", - "typescript": "^5.7.3" + "typescript": "^7.0.2" }, "peerDependencies": { "astro": "^4.14.0 || ^5.0.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e1618f9..975b0ee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,7 +25,7 @@ importers: version: 7.0.2(@types/node@22.12.0)(jiti@2.4.2)(yaml@2.5.0) vitest: specifier: ^3.0.4 - version: 3.0.4(@types/debug@4.1.12)(@types/node@22.12.0)(jiti@2.4.2)(msw@2.10.2(@types/node@22.12.0)(typescript@5.7.3))(yaml@2.5.0) + version: 3.0.4(@types/debug@4.1.12)(@types/node@22.12.0)(jiti@2.4.2)(msw@2.10.2(@types/node@22.12.0)(typescript@7.0.2))(yaml@2.5.0) demos/loaders: dependencies: @@ -49,28 +49,28 @@ importers: version: link:../../packages/youtube '@astro-community/astro-embed-bluesky': specifier: ^0.1.3 - version: 0.1.3(astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0)) + version: 0.1.3(astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0)) '@astro-community/astro-embed-youtube': specifier: ^0.5.6 - version: 0.5.6(astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0)) + version: 0.5.6(astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0)) '@astrojs/check': specifier: ^0.9.4 - version: 0.9.4(prettier@3.4.2)(typescript@5.7.3) + version: 0.9.4(prettier@3.4.2)(typescript@7.0.2) '@astrojs/netlify': specifier: ^6.4.0 - version: 6.4.0(@types/node@22.12.0)(astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0))(jiti@2.4.2)(rollup@4.44.0)(yaml@2.5.0) + version: 6.4.0(@types/node@22.12.0)(astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0))(jiti@2.4.2)(rollup@4.44.0)(yaml@2.5.0) '@atproto/api': specifier: ^0.13.31 version: 0.13.31 '@unpic/astro': specifier: ^1.0.0 - version: 1.0.0(astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0)) + version: 1.0.0(astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0)) astro: specifier: ^5.10.1 - version: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0) + version: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0) typescript: - specifier: ^5.7.3 - version: 5.7.3 + specifier: ^7.0.2 + version: 7.0.2 packages/airtable: dependencies: @@ -89,16 +89,16 @@ importers: version: 0.17.3 astro: specifier: ^5.10.1 - version: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0) + version: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0) publint: specifier: ^0.3.2 version: 0.3.2 tsup: specifier: ^8.3.6 - version: 8.3.6(jiti@2.4.2)(postcss@8.5.6)(typescript@5.7.3)(yaml@2.5.0) + version: 8.3.6(jiti@2.4.2)(postcss@8.5.6)(typescript@7.0.2)(yaml@2.5.0) typescript: - specifier: ^5.7.3 - version: 5.7.3 + specifier: ^7.0.2 + version: 7.0.2 packages/bluesky: dependencies: @@ -114,19 +114,19 @@ importers: version: 0.17.3 astro: specifier: ^5.10.1 - version: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0) + version: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0) publint: specifier: ^0.3.2 version: 0.3.2 tsup: specifier: ^8.3.6 - version: 8.3.6(jiti@2.4.2)(postcss@8.5.6)(typescript@5.7.3)(yaml@2.5.0) + version: 8.3.6(jiti@2.4.2)(postcss@8.5.6)(typescript@7.0.2)(yaml@2.5.0) typescript: - specifier: ^5.7.3 - version: 5.7.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.4 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.12.0)(jiti@2.4.2)(msw@2.10.2(@types/node@22.12.0)(typescript@5.7.3))(yaml@2.5.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.12.0)(jiti@2.4.2)(msw@2.10.2(@types/node@22.12.0)(typescript@7.0.2))(yaml@2.5.0) packages/csv: dependencies: @@ -148,16 +148,16 @@ importers: version: 5.3.15 astro: specifier: ^5.10.1 - version: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0) + version: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0) publint: specifier: ^0.3.2 version: 0.3.2 tsup: specifier: ^8.3.6 - version: 8.3.6(jiti@2.4.2)(postcss@8.5.6)(typescript@5.7.3)(yaml@2.5.0) + version: 8.3.6(jiti@2.4.2)(postcss@8.5.6)(typescript@7.0.2)(yaml@2.5.0) typescript: - specifier: ^5.7.3 - version: 5.7.3 + specifier: ^7.0.2 + version: 7.0.2 packages/feed: dependencies: @@ -173,19 +173,19 @@ importers: version: 0.17.3 astro: specifier: ^5.10.1 - version: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0) + version: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0) msw: specifier: ^2.10.2 - version: 2.10.2(@types/node@22.12.0)(typescript@5.7.3) + version: 2.10.2(@types/node@22.12.0)(typescript@7.0.2) publint: specifier: ^0.3.2 version: 0.3.2 tsup: specifier: ^8.3.6 - version: 8.3.6(jiti@2.4.2)(postcss@8.5.6)(typescript@5.7.3)(yaml@2.5.0) + version: 8.3.6(jiti@2.4.2)(postcss@8.5.6)(typescript@7.0.2)(yaml@2.5.0) typescript: - specifier: ^5.7.3 - version: 5.7.3 + specifier: ^7.0.2 + version: 7.0.2 packages/mock: dependencies: @@ -204,16 +204,16 @@ importers: version: 0.17.3 astro: specifier: ^5.10.1 - version: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0) + version: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0) publint: specifier: ^0.3.2 version: 0.3.2 tsup: specifier: ^8.3.6 - version: 8.3.6(jiti@2.4.2)(postcss@8.5.6)(typescript@5.7.3)(yaml@2.5.0) + version: 8.3.6(jiti@2.4.2)(postcss@8.5.6)(typescript@7.0.2)(yaml@2.5.0) typescript: - specifier: ^5.7.3 - version: 5.7.3 + specifier: ^7.0.2 + version: 7.0.2 packages/utils: devDependencies: @@ -222,16 +222,16 @@ importers: version: 0.17.3 astro: specifier: ^5.10.1 - version: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0) + version: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0) publint: specifier: ^0.3.2 version: 0.3.2 tsup: specifier: ^8.3.6 - version: 8.3.6(jiti@2.4.2)(postcss@8.5.6)(typescript@5.7.3)(yaml@2.5.0) + version: 8.3.6(jiti@2.4.2)(postcss@8.5.6)(typescript@7.0.2)(yaml@2.5.0) typescript: - specifier: ^5.7.3 - version: 5.7.3 + specifier: ^7.0.2 + version: 7.0.2 packages/youtube: dependencies: @@ -247,19 +247,19 @@ importers: version: 0.17.3 astro: specifier: ^5.10.1 - version: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0) + version: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0) msw: specifier: ^2.10.2 - version: 2.10.2(@types/node@22.12.0)(typescript@5.7.3) + version: 2.10.2(@types/node@22.12.0)(typescript@7.0.2) publint: specifier: ^0.3.2 version: 0.3.2 tsup: specifier: ^8.3.6 - version: 8.3.6(jiti@2.4.2)(postcss@8.5.6)(typescript@5.7.3)(yaml@2.5.0) + version: 8.3.6(jiti@2.4.2)(postcss@8.5.6)(typescript@7.0.2)(yaml@2.5.0) typescript: - specifier: ^5.7.3 - version: 5.7.3 + specifier: ^7.0.2 + version: 7.0.2 packages: @@ -1381,8 +1381,129 @@ packages: resolution: {integrity: sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript/typescript-aix-ppc64@7.0.2': + resolution: {integrity: sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==} + engines: {node: '>=16.20.0'} + cpu: [ppc64] + os: [aix] + + '@typescript/typescript-darwin-arm64@7.0.2': + resolution: {integrity: sha512-gowzar9MwS/aRWp6f3a4KUqzRjAZjOsmGNCM6LcTgXum+dBfgsBVMN+AgvOCCbguXyick6LJhpBszxMebJ8syA==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [darwin] + + '@typescript/typescript-darwin-x64@7.0.2': + resolution: {integrity: sha512-SZ9xZInqApNlNGc9s0W1VSsktYSOe9cFqNOIqmN1Gs8SmkjKZYFt017G4VwPxASInODuAdbTW7sXiFUf893RgA==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [darwin] + + '@typescript/typescript-freebsd-arm64@7.0.2': + resolution: {integrity: sha512-W5NH4y/J0plIIS5b2xvTEkU7JFxyqdMAOgf+Ilhl0vHQXKO5dZoxd+C/jEtq56c4F3wk71RB4BMRQ2XdI+bwYQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [freebsd] + + '@typescript/typescript-freebsd-x64@7.0.2': + resolution: {integrity: sha512-UMGDx5sTpzNw3WiPebH7l90IWfJggEd+egHt/q6p7/Cm3zqoV7VxkGXt+3DxPIw8CcmvAB0j3sVVfbhX+M4Tpw==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [freebsd] + + '@typescript/typescript-linux-arm64@7.0.2': + resolution: {integrity: sha512-Qh4eU4/y3yDjnfjjyPYihMj5/ODIlmt+Bzu17OI+fiSRDW57QmU5SiN63exPRNJPKUzcc1INa1NXdrJ+MqHjUQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [linux] + + '@typescript/typescript-linux-arm@7.0.2': + resolution: {integrity: sha512-gffT3xPz9sR7j/YJExkyPntrI0P2EP9XbOyWzth2/Gs0RstK+90RBcO0ncXoXy/beYll1SXw846Nf2zdnEz0QQ==} + engines: {node: '>=16.20.0'} + cpu: [arm] + os: [linux] + + '@typescript/typescript-linux-loong64@7.0.2': + resolution: {integrity: sha512-uEHck9i8hoAzXPiYRib1O7miOnz23SxIeVl6F4LXox+qov1K35jHcEW6VHKvZI+pyvl7fZEP4MCU5LYvIq1GuQ==} + engines: {node: '>=16.20.0'} + cpu: [loong64] + os: [linux] + + '@typescript/typescript-linux-mips64el@7.0.2': + resolution: {integrity: sha512-R4KvAMnE43W5Qeqb0Ly56O3mWMWIAgsMyz36DCaycd5nbg/9kzm0liw3JocfRqyJY0KPmzFjbswozXyW0DnIYA==} + engines: {node: '>=16.20.0'} + cpu: [mips64el] + os: [linux] + + '@typescript/typescript-linux-ppc64@7.0.2': + resolution: {integrity: sha512-DORx5b3sd/4S7eayxm4FQv+A7CrkUIGRaHiwI8oiHTAI1fAPWhF4J0vAlkC8biAlHSVVwxMQ3tjZ2/DVbnQiiA==} + engines: {node: '>=16.20.0'} + cpu: [ppc64] + os: [linux] + + '@typescript/typescript-linux-riscv64@7.0.2': + resolution: {integrity: sha512-wf0jqEDOjrPRnKwYRyyJDRo11KMbvMFrU+q4zqKyChODBzvlkbhNQfKvLxQCcwTpdDaXSHZTVuh0JoCrKCUMHQ==} + engines: {node: '>=16.20.0'} + cpu: [riscv64] + os: [linux] + + '@typescript/typescript-linux-s390x@7.0.2': + resolution: {integrity: sha512-IkwJc3L7yhytWd/ewjyxNDfOmswCm9GWMJT/ue/dU4aZNbwZeYAetq42VyLmsmSjvoX7z74X6ZaYCtzAr0EuGw==} + engines: {node: '>=16.20.0'} + cpu: [s390x] + os: [linux] + + '@typescript/typescript-linux-x64@7.0.2': + resolution: {integrity: sha512-EYdf2cNg7rgCWJnxCdJ+F3V39O8ihb37eHAu1LK8oAFizgTQbPOK7zHHXbPt8rX24COqODXeI3sIf0fCXG7H/A==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [linux] + + '@typescript/typescript-netbsd-arm64@7.0.2': + resolution: {integrity: sha512-+polYF4MF04aPpO5FTkHran9yUQDSXqy5GiSDKpsll5jy3l3+g9QLhpf39T+ePtefhXLOGrLl0QIjkQP6VnelA==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [netbsd] + + '@typescript/typescript-netbsd-x64@7.0.2': + resolution: {integrity: sha512-8YIT0EHM/3dq10ZOVF/A7pc/YSMtbcecct4rWtexrnSCHOPcpC2KTLXfTCR6vDpnSiY12heNb1GiN/wu+T/FyA==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [netbsd] + + '@typescript/typescript-openbsd-arm64@7.0.2': + resolution: {integrity: sha512-APT8+ClYnuYm1u9+kgGXoMj2VzWzcymwh2gNSQVySHfkRDGOTVkoWLjCmOQSaO+PoqQ57B0flRp9SA+7GnnkzQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [openbsd] + + '@typescript/typescript-openbsd-x64@7.0.2': + resolution: {integrity: sha512-yX7s+Q0Dln0Dt9tEzZsAjXXR/+ytBM7AlglaqyeMPxQszJ1JhlJdZ6jLA+IzldHtflX81em7lDao1xXu+aRRkg==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [openbsd] + + '@typescript/typescript-sunos-x64@7.0.2': + resolution: {integrity: sha512-dLJDGaLZ1D4HPQn62u1n8mBDkJREwMsAkCdkwd4Ieqw+x3TUyTsqY0YiBCtE6H6OzzgGk3iuZ3vFWRS+E8/d1g==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [sunos] + + '@typescript/typescript-win32-arm64@7.0.2': + resolution: {integrity: sha512-Gyl1Vy6OsWesLzmq+EP0Fb7b4Nid5232AvcA2SFcdYreldpNtYFFofPjnt62y9hQy7VTaZp65ICJjuAQRaVcIQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [win32] + + '@typescript/typescript-win32-x64@7.0.2': + resolution: {integrity: sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [win32] + '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} + deprecated: Potential CWE-502 - Update to 1.3.1 or higher '@unpic/astro@1.0.0': resolution: {integrity: sha512-LC7PriiuAZ5EuD2u2Dgne5UzG+FvuyZNV0zc1ajkJXX4sUMOvj0FWjZc0pEYEgzTnlOGkN91x2nI9gEtDSOIyA==} @@ -2357,6 +2478,7 @@ packages: glob@10.4.5: resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me hasBin: true globby@11.1.0: @@ -3560,6 +3682,7 @@ packages: source-map@0.8.0-beta.0: resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} engines: {node: '>= 8'} + deprecated: The work that was done in this beta branch won't be included in future versions space-separated-tokens@2.0.2: resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} @@ -3670,6 +3793,7 @@ packages: tar@7.4.3: resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==} engines: {node: '>=18'} + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me term-size@2.2.1: resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} @@ -3790,6 +3914,7 @@ packages: tsconfck@3.1.6: resolution: {integrity: sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==} engines: {node: ^18 || >=20} + deprecated: unmaintained hasBin: true peerDependencies: typescript: ^5.0.0 @@ -3847,6 +3972,11 @@ packages: engines: {node: '>=14.17'} hasBin: true + typescript@7.0.2: + resolution: {integrity: sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==} + engines: {node: '>=16.20.0'} + hasBin: true + ufo@1.6.1: resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==} @@ -4462,23 +4592,23 @@ snapshots: typescript: 5.6.1-rc validate-npm-package-name: 5.0.1 - '@astro-community/astro-embed-bluesky@0.1.3(astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0))': + '@astro-community/astro-embed-bluesky@0.1.3(astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0))': dependencies: '@atproto/api': 0.13.31 - astro: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0) + astro: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0) ts-pattern: 5.6.2 - '@astro-community/astro-embed-youtube@0.5.6(astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0))': + '@astro-community/astro-embed-youtube@0.5.6(astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0))': dependencies: - astro: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0) + astro: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0) lite-youtube-embed: 0.3.3 - '@astrojs/check@0.9.4(prettier@3.4.2)(typescript@5.7.3)': + '@astrojs/check@0.9.4(prettier@3.4.2)(typescript@7.0.2)': dependencies: - '@astrojs/language-server': 2.15.3(prettier@3.4.2)(typescript@5.7.3) + '@astrojs/language-server': 2.15.3(prettier@3.4.2)(typescript@7.0.2) chokidar: 4.0.1 kleur: 4.1.5 - typescript: 5.7.3 + typescript: 7.0.2 yargs: 17.7.2 transitivePeerDependencies: - prettier @@ -4490,12 +4620,12 @@ snapshots: '@astrojs/internal-helpers@0.6.1': {} - '@astrojs/language-server@2.15.3(prettier@3.4.2)(typescript@5.7.3)': + '@astrojs/language-server@2.15.3(prettier@3.4.2)(typescript@7.0.2)': dependencies: '@astrojs/compiler': 2.10.3 '@astrojs/yaml2ts': 0.2.1 '@jridgewell/sourcemap-codec': 1.5.0 - '@volar/kit': 2.4.6(typescript@5.7.3) + '@volar/kit': 2.4.6(typescript@7.0.2) '@volar/language-core': 2.4.6 '@volar/language-server': 2.4.6 '@volar/language-service': 2.4.6 @@ -4541,14 +4671,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@astrojs/netlify@6.4.0(@types/node@22.12.0)(astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0))(jiti@2.4.2)(rollup@4.44.0)(yaml@2.5.0)': + '@astrojs/netlify@6.4.0(@types/node@22.12.0)(astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0))(jiti@2.4.2)(rollup@4.44.0)(yaml@2.5.0)': dependencies: '@astrojs/internal-helpers': 0.6.1 '@astrojs/underscore-redirects': 1.0.0 '@netlify/blobs': 8.2.0 '@netlify/functions': 3.1.10(rollup@4.44.0) '@vercel/nft': 0.29.4(rollup@4.44.0) - astro: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0) + astro: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0) esbuild: 0.25.5 tinyglobby: 0.2.14 vite: 6.3.5(@types/node@22.12.0)(jiti@2.4.2)(yaml@2.5.0) @@ -5583,14 +5713,74 @@ snapshots: '@typescript-eslint/types': 8.34.1 eslint-visitor-keys: 4.2.1 + '@typescript/typescript-aix-ppc64@7.0.2': + optional: true + + '@typescript/typescript-darwin-arm64@7.0.2': + optional: true + + '@typescript/typescript-darwin-x64@7.0.2': + optional: true + + '@typescript/typescript-freebsd-arm64@7.0.2': + optional: true + + '@typescript/typescript-freebsd-x64@7.0.2': + optional: true + + '@typescript/typescript-linux-arm64@7.0.2': + optional: true + + '@typescript/typescript-linux-arm@7.0.2': + optional: true + + '@typescript/typescript-linux-loong64@7.0.2': + optional: true + + '@typescript/typescript-linux-mips64el@7.0.2': + optional: true + + '@typescript/typescript-linux-ppc64@7.0.2': + optional: true + + '@typescript/typescript-linux-riscv64@7.0.2': + optional: true + + '@typescript/typescript-linux-s390x@7.0.2': + optional: true + + '@typescript/typescript-linux-x64@7.0.2': + optional: true + + '@typescript/typescript-netbsd-arm64@7.0.2': + optional: true + + '@typescript/typescript-netbsd-x64@7.0.2': + optional: true + + '@typescript/typescript-openbsd-arm64@7.0.2': + optional: true + + '@typescript/typescript-openbsd-x64@7.0.2': + optional: true + + '@typescript/typescript-sunos-x64@7.0.2': + optional: true + + '@typescript/typescript-win32-arm64@7.0.2': + optional: true + + '@typescript/typescript-win32-x64@7.0.2': + optional: true + '@ungap/structured-clone@1.2.0': {} - '@unpic/astro@1.0.0(astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0))': + '@unpic/astro@1.0.0(astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0))': dependencies: '@unpic/core': 1.0.0 '@unpic/pixels': 1.3.0 '@unpic/placeholder': 0.1.2 - astro: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0) + astro: 5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0) blurhash: 2.0.5 '@unpic/core@1.0.0': @@ -5641,22 +5831,22 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.0.4(msw@2.10.2(@types/node@22.12.0)(typescript@5.7.3))(vite@6.3.5(@types/node@22.12.0)(jiti@2.4.2)(yaml@2.5.0))': + '@vitest/mocker@3.0.4(msw@2.10.2(@types/node@22.12.0)(typescript@7.0.2))(vite@6.3.5(@types/node@22.12.0)(jiti@2.4.2)(yaml@2.5.0))': dependencies: '@vitest/spy': 3.0.4 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - msw: 2.10.2(@types/node@22.12.0)(typescript@5.7.3) + msw: 2.10.2(@types/node@22.12.0)(typescript@7.0.2) vite: 6.3.5(@types/node@22.12.0)(jiti@2.4.2)(yaml@2.5.0) - '@vitest/mocker@3.2.4(msw@2.10.2(@types/node@22.12.0)(typescript@5.7.3))(vite@6.3.5(@types/node@22.12.0)(jiti@2.4.2)(yaml@2.5.0))': + '@vitest/mocker@3.2.4(msw@2.10.2(@types/node@22.12.0)(typescript@7.0.2))(vite@6.3.5(@types/node@22.12.0)(jiti@2.4.2)(yaml@2.5.0))': dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - msw: 2.10.2(@types/node@22.12.0)(typescript@5.7.3) + msw: 2.10.2(@types/node@22.12.0)(typescript@7.0.2) vite: 6.3.5(@types/node@22.12.0)(jiti@2.4.2)(yaml@2.5.0) '@vitest/pretty-format@3.0.4': @@ -5710,12 +5900,12 @@ snapshots: loupe: 3.1.4 tinyrainbow: 2.0.0 - '@volar/kit@2.4.6(typescript@5.7.3)': + '@volar/kit@2.4.6(typescript@7.0.2)': dependencies: '@volar/language-service': 2.4.6 '@volar/typescript': 2.4.6 typesafe-path: 0.2.2 - typescript: 5.7.3 + typescript: 7.0.2 vscode-languageserver-textdocument: 1.0.11 vscode-uri: 3.0.8 @@ -5920,7 +6110,7 @@ snapshots: ast-module-types@6.0.1: {} - astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@5.7.3)(yaml@2.5.0): + astro@5.10.1(@netlify/blobs@8.2.0)(@types/node@22.12.0)(jiti@2.4.2)(rollup@4.44.0)(typescript@7.0.2)(yaml@2.5.0): dependencies: '@astrojs/compiler': 2.12.2 '@astrojs/internal-helpers': 0.6.1 @@ -5969,7 +6159,7 @@ snapshots: shiki: 3.7.0 tinyexec: 0.3.2 tinyglobby: 0.2.14 - tsconfck: 3.1.6(typescript@5.7.3) + tsconfck: 3.1.6(typescript@7.0.2) ultrahtml: 1.6.0 unifont: 0.5.0 unist-util-visit: 5.0.0 @@ -5982,7 +6172,7 @@ snapshots: yocto-spinner: 0.2.3 zod: 3.25.67 zod-to-json-schema: 3.24.5(zod@3.25.67) - zod-to-ts: 1.2.0(typescript@5.7.3)(zod@3.25.67) + zod-to-ts: 1.2.0(typescript@7.0.2)(zod@3.25.67) optionalDependencies: sharp: 0.33.4 transitivePeerDependencies: @@ -7489,7 +7679,7 @@ snapshots: ms@2.1.3: {} - msw@2.10.2(@types/node@22.12.0)(typescript@5.7.3): + msw@2.10.2(@types/node@22.12.0)(typescript@7.0.2): dependencies: '@bundled-es-modules/cookie': 2.0.1 '@bundled-es-modules/statuses': 1.0.1 @@ -7510,7 +7700,7 @@ snapshots: type-fest: 4.26.1 yargs: 17.7.2 optionalDependencies: - typescript: 5.7.3 + typescript: 7.0.2 transitivePeerDependencies: - '@types/node' @@ -8430,13 +8620,13 @@ snapshots: ts-pattern@5.6.2: {} - tsconfck@3.1.6(typescript@5.7.3): + tsconfck@3.1.6(typescript@7.0.2): optionalDependencies: - typescript: 5.7.3 + typescript: 7.0.2 tslib@2.8.1: {} - tsup@8.3.6(jiti@2.4.2)(postcss@8.5.6)(typescript@5.7.3)(yaml@2.5.0): + tsup@8.3.6(jiti@2.4.2)(postcss@8.5.6)(typescript@7.0.2)(yaml@2.5.0): dependencies: bundle-require: 5.0.0(esbuild@0.24.0) cac: 6.7.14 @@ -8456,7 +8646,7 @@ snapshots: tree-kill: 1.2.2 optionalDependencies: postcss: 8.5.6 - typescript: 5.7.3 + typescript: 7.0.2 transitivePeerDependencies: - jiti - supports-color @@ -8479,6 +8669,29 @@ snapshots: typescript@5.7.3: {} + typescript@7.0.2: + optionalDependencies: + '@typescript/typescript-aix-ppc64': 7.0.2 + '@typescript/typescript-darwin-arm64': 7.0.2 + '@typescript/typescript-darwin-x64': 7.0.2 + '@typescript/typescript-freebsd-arm64': 7.0.2 + '@typescript/typescript-freebsd-x64': 7.0.2 + '@typescript/typescript-linux-arm': 7.0.2 + '@typescript/typescript-linux-arm64': 7.0.2 + '@typescript/typescript-linux-loong64': 7.0.2 + '@typescript/typescript-linux-mips64el': 7.0.2 + '@typescript/typescript-linux-ppc64': 7.0.2 + '@typescript/typescript-linux-riscv64': 7.0.2 + '@typescript/typescript-linux-s390x': 7.0.2 + '@typescript/typescript-linux-x64': 7.0.2 + '@typescript/typescript-netbsd-arm64': 7.0.2 + '@typescript/typescript-netbsd-x64': 7.0.2 + '@typescript/typescript-openbsd-arm64': 7.0.2 + '@typescript/typescript-openbsd-x64': 7.0.2 + '@typescript/typescript-sunos-x64': 7.0.2 + '@typescript/typescript-win32-arm64': 7.0.2 + '@typescript/typescript-win32-x64': 7.0.2 + ufo@1.6.1: {} uint8arrays@3.0.0: @@ -8696,10 +8909,10 @@ snapshots: optionalDependencies: vite: 6.3.5(@types/node@22.12.0)(jiti@2.4.2)(yaml@2.5.0) - vitest@3.0.4(@types/debug@4.1.12)(@types/node@22.12.0)(jiti@2.4.2)(msw@2.10.2(@types/node@22.12.0)(typescript@5.7.3))(yaml@2.5.0): + vitest@3.0.4(@types/debug@4.1.12)(@types/node@22.12.0)(jiti@2.4.2)(msw@2.10.2(@types/node@22.12.0)(typescript@7.0.2))(yaml@2.5.0): dependencies: '@vitest/expect': 3.0.4 - '@vitest/mocker': 3.0.4(msw@2.10.2(@types/node@22.12.0)(typescript@5.7.3))(vite@6.3.5(@types/node@22.12.0)(jiti@2.4.2)(yaml@2.5.0)) + '@vitest/mocker': 3.0.4(msw@2.10.2(@types/node@22.12.0)(typescript@7.0.2))(vite@6.3.5(@types/node@22.12.0)(jiti@2.4.2)(yaml@2.5.0)) '@vitest/pretty-format': 3.0.4 '@vitest/runner': 3.0.4 '@vitest/snapshot': 3.0.4 @@ -8735,11 +8948,11 @@ snapshots: - tsx - yaml - vitest@3.2.4(@types/debug@4.1.12)(@types/node@22.12.0)(jiti@2.4.2)(msw@2.10.2(@types/node@22.12.0)(typescript@5.7.3))(yaml@2.5.0): + vitest@3.2.4(@types/debug@4.1.12)(@types/node@22.12.0)(jiti@2.4.2)(msw@2.10.2(@types/node@22.12.0)(typescript@7.0.2))(yaml@2.5.0): dependencies: '@types/chai': 5.2.2 '@vitest/expect': 3.2.4 - '@vitest/mocker': 3.2.4(msw@2.10.2(@types/node@22.12.0)(typescript@5.7.3))(vite@6.3.5(@types/node@22.12.0)(jiti@2.4.2)(yaml@2.5.0)) + '@vitest/mocker': 3.2.4(msw@2.10.2(@types/node@22.12.0)(typescript@7.0.2))(vite@6.3.5(@types/node@22.12.0)(jiti@2.4.2)(yaml@2.5.0)) '@vitest/pretty-format': 3.2.4 '@vitest/runner': 3.2.4 '@vitest/snapshot': 3.2.4 @@ -9048,9 +9261,9 @@ snapshots: dependencies: zod: 3.25.67 - zod-to-ts@1.2.0(typescript@5.7.3)(zod@3.25.67): + zod-to-ts@1.2.0(typescript@7.0.2)(zod@3.25.67): dependencies: - typescript: 5.7.3 + typescript: 7.0.2 zod: 3.25.67 zod@3.23.8: {}