From 03ee91019206b268f45673096fd7c39028780f9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:32:08 +0000 Subject: [PATCH] chore(deps): update dependency @sanity/pkg-utils to v7 --- package.json | 2 +- packages/@repo/studio-url/package.json | 2 +- packages/comlink/package.json | 2 +- packages/core-loader/package.json | 2 +- packages/insert-menu/package.json | 2 +- packages/next-loader/package.json | 2 +- packages/presentation-comlink/package.json | 2 +- packages/preview-url-secret/package.json | 2 +- packages/react-loader/package.json | 2 +- packages/svelte-loader/package.json | 2 +- .../vercel-protection-bypass/package.json | 2 +- packages/visual-editing-csm/package.json | 2 +- packages/visual-editing-types/package.json | 2 +- packages/visual-editing/package.json | 2 +- pnpm-lock.yaml | 802 +++++++----------- 15 files changed, 337 insertions(+), 493 deletions(-) diff --git a/package.json b/package.json index d6cfde995..7b3f0412d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@repo/prettier-config": "workspace:*", - "@sanity/pkg-utils": "6.13.4", + "@sanity/pkg-utils": "7.0.4", "@types/node": "^22.8.4", "@types/react": "19.0.8", "@types/react-dom": "19.0.3", diff --git a/packages/@repo/studio-url/package.json b/packages/@repo/studio-url/package.json index ab6ea5028..45c7447f1 100644 --- a/packages/@repo/studio-url/package.json +++ b/packages/@repo/studio-url/package.json @@ -37,7 +37,7 @@ "@repo/eslint-config": "workspace:*", "@repo/package.config": "workspace:*", "@repo/prettier-config": "workspace:*", - "@sanity/pkg-utils": "6.13.4", + "@sanity/pkg-utils": "7.0.4", "typescript": "5.7.3" } } diff --git a/packages/comlink/package.json b/packages/comlink/package.json index 2c8dc19a1..0caf9b122 100644 --- a/packages/comlink/package.json +++ b/packages/comlink/package.json @@ -57,7 +57,7 @@ "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/package.config": "workspace:*", - "@sanity/pkg-utils": "6.13.4", + "@sanity/pkg-utils": "7.0.4", "eslint": "^8.57.1", "typescript": "5.7.3", "vitest": "^3.0.5" diff --git a/packages/core-loader/package.json b/packages/core-loader/package.json index f0d133f76..0c54267a1 100644 --- a/packages/core-loader/package.json +++ b/packages/core-loader/package.json @@ -77,7 +77,7 @@ "@repo/eslint-config": "workspace:*", "@repo/package.config": "workspace:*", "@repo/prettier-config": "workspace:*", - "@sanity/pkg-utils": "6.13.4", + "@sanity/pkg-utils": "7.0.4", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "async-cache-dedupe": "2.2.0", diff --git a/packages/insert-menu/package.json b/packages/insert-menu/package.json index 7adae4944..da197aee1 100644 --- a/packages/insert-menu/package.json +++ b/packages/insert-menu/package.json @@ -47,7 +47,7 @@ "react-compiler-runtime": "19.0.0-beta-30d8a17-20250209" }, "devDependencies": { - "@sanity/pkg-utils": "^6.13.4", + "@sanity/pkg-utils": "^7.0.4", "@sanity/types": "3.74.1", "@sanity/ui-workshop": "^2.0.26", "@types/lodash": "^4.17.15", diff --git a/packages/next-loader/package.json b/packages/next-loader/package.json index a743d7612..f6ebcf094 100644 --- a/packages/next-loader/package.json +++ b/packages/next-loader/package.json @@ -97,7 +97,7 @@ "@repo/eslint-config": "workspace:*", "@repo/package.config": "workspace:*", "@repo/prettier-config": "workspace:*", - "@sanity/pkg-utils": "6.13.4", + "@sanity/pkg-utils": "7.0.4", "@sanity/preview-url-secret": "workspace:*", "@types/react": "^19.0.8", "eslint": "^8.57.1", diff --git a/packages/presentation-comlink/package.json b/packages/presentation-comlink/package.json index 3c6ac1981..c3ed6c164 100644 --- a/packages/presentation-comlink/package.json +++ b/packages/presentation-comlink/package.json @@ -53,7 +53,7 @@ "@repo/eslint-config": "workspace:*", "@repo/package.config": "workspace:*", "@sanity/client": "^6.27.2", - "@sanity/pkg-utils": "6.13.4", + "@sanity/pkg-utils": "7.0.4", "eslint": "^8.57.1", "typescript": "5.7.3", "vitest": "^3.0.5" diff --git a/packages/preview-url-secret/package.json b/packages/preview-url-secret/package.json index 967e856d1..ef7b76bd2 100644 --- a/packages/preview-url-secret/package.json +++ b/packages/preview-url-secret/package.json @@ -133,7 +133,7 @@ "@repo/prettier-config": "workspace:*", "@sanity/client": "^6.27.2", "@sanity/icons": "^3.5.7", - "@sanity/pkg-utils": "6.13.4", + "@sanity/pkg-utils": "7.0.4", "eslint": "^8.57.1", "sanity": "3.74.1", "typescript": "5.7.3", diff --git a/packages/react-loader/package.json b/packages/react-loader/package.json index 90a665e17..84fddc229 100644 --- a/packages/react-loader/package.json +++ b/packages/react-loader/package.json @@ -90,7 +90,7 @@ "@repo/eslint-config": "workspace:*", "@repo/package.config": "workspace:*", "@repo/prettier-config": "workspace:*", - "@sanity/pkg-utils": "6.13.4", + "@sanity/pkg-utils": "7.0.4", "@types/react": "^19.0.8", "eslint": "^8.57.1", "fast-deep-equal": "3.1.3", diff --git a/packages/svelte-loader/package.json b/packages/svelte-loader/package.json index 949590703..b5aed584c 100644 --- a/packages/svelte-loader/package.json +++ b/packages/svelte-loader/package.json @@ -55,7 +55,7 @@ "@repo/eslint-config": "workspace:*", "@repo/package.config": "workspace:*", "@repo/prettier-config": "workspace:*", - "@sanity/pkg-utils": "6.13.4", + "@sanity/pkg-utils": "7.0.4", "@sanity/visual-editing": "workspace:*", "@sveltejs/kit": "^2.17.1", "@sveltejs/vite-plugin-svelte": "^3.1.2", diff --git a/packages/vercel-protection-bypass/package.json b/packages/vercel-protection-bypass/package.json index d25f883a9..1f3bf0b0e 100644 --- a/packages/vercel-protection-bypass/package.json +++ b/packages/vercel-protection-bypass/package.json @@ -58,7 +58,7 @@ "@repo/eslint-config": "workspace:*", "@repo/package.config": "workspace:*", "@repo/prettier-config": "workspace:*", - "@sanity/pkg-utils": "6.13.4", + "@sanity/pkg-utils": "7.0.4", "babel-plugin-react-compiler": "19.0.0-beta-30d8a17-20250209", "eslint": "^8.57.1", "react": "^19.0.0", diff --git a/packages/visual-editing-csm/package.json b/packages/visual-editing-csm/package.json index bc323d222..971df6635 100644 --- a/packages/visual-editing-csm/package.json +++ b/packages/visual-editing-csm/package.json @@ -54,7 +54,7 @@ "@repo/eslint-config": "workspace:*", "@repo/package.config": "workspace:*", "@sanity/client": "^6.27.2", - "@sanity/pkg-utils": "6.13.4", + "@sanity/pkg-utils": "7.0.4", "eslint": "^8.57.1", "typescript": "5.7.3", "vitest": "^3.0.5" diff --git a/packages/visual-editing-types/package.json b/packages/visual-editing-types/package.json index 847a98b51..54264a7ee 100644 --- a/packages/visual-editing-types/package.json +++ b/packages/visual-editing-types/package.json @@ -50,7 +50,7 @@ "@repo/package.config": "workspace:*", "@sanity/client": "^6.27.2", "@sanity/insert-menu": "workspace:*", - "@sanity/pkg-utils": "6.13.4", + "@sanity/pkg-utils": "7.0.4", "@sanity/types": "3.74.1", "eslint": "^8.57.1", "typescript": "5.7.3" diff --git a/packages/visual-editing/package.json b/packages/visual-editing/package.json index f31e9cc3c..d9e8d45bf 100644 --- a/packages/visual-editing/package.json +++ b/packages/visual-editing/package.json @@ -168,7 +168,7 @@ "@repo/package.config": "workspace:*", "@sanity/client": "^6.27.2", "@sanity/demo": "^2.0.0", - "@sanity/pkg-utils": "6.13.4", + "@sanity/pkg-utils": "7.0.4", "@storybook/addon-essentials": "^8.5.3", "@storybook/addon-interactions": "^8.5.3", "@storybook/addon-links": "^8.5.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0c61f49ab..a9bb0b164 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,8 +46,8 @@ importers: specifier: workspace:* version: link:packages/@repo/prettier-config '@sanity/pkg-utils': - specifier: 6.13.4 - version: 6.13.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) + specifier: 7.0.4 + version: 7.0.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) '@types/node': specifier: ^22.8.4 version: 22.13.1 @@ -92,7 +92,7 @@ importers: version: 5.1.5(astro@5.2.5(@types/node@22.13.1)(db0@0.2.3)(ioredis@5.5.0)(jiti@2.4.2)(rollup@4.34.5)(terser@5.38.1)(typescript@5.7.3)(yaml@2.7.0))(tailwindcss@3.4.17) '@astrojs/vercel': specifier: ^8.0.6 - version: 8.0.6(@remix-run/react@2.15.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.7.3))(@sveltejs/kit@2.17.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(astro@5.2.5(@types/node@22.13.1)(db0@0.2.3)(ioredis@5.5.0)(jiti@2.4.2)(rollup@4.34.5)(terser@5.38.1)(typescript@5.7.3)(yaml@2.7.0))(encoding@0.1.13)(next@15.1.6(@babel/core@7.26.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(rollup@4.34.5)(svelte@4.2.19)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3)) + version: 8.0.6(@remix-run/react@2.15.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.7.3))(@sveltejs/kit@2.17.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(astro@5.2.5(@types/node@22.13.1)(db0@0.2.3)(ioredis@5.5.0)(jiti@2.4.2)(rollup@4.34.5)(terser@5.38.1)(typescript@5.7.3)(yaml@2.7.0))(encoding@0.1.13)(next@15.1.6(@babel/core@7.26.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(rollup@4.34.5)(svelte@4.2.19)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3)) '@repo/env': specifier: workspace:* version: link:../../packages/@repo/env @@ -177,7 +177,7 @@ importers: version: 19.0.3(@types/react@19.0.8) '@vercel/speed-insights': specifier: ^1.1.0 - version: 1.1.0(@sveltejs/kit@2.17.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.1.0(@types/node@20.17.17)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.1.0(@types/node@20.17.17)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(next@15.2.0-canary.45(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(svelte@4.2.19)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3)) + version: 1.1.0(@sveltejs/kit@2.17.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.1.0(@types/node@20.17.17)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.1.0(@types/node@20.17.17)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(next@15.2.0-canary.48(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(svelte@4.2.19)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3)) autoprefixer: specifier: ^10.4.20 version: 10.4.20(postcss@8.5.1) @@ -192,10 +192,10 @@ importers: version: 12.4.1(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) next: specifier: canary - version: 15.2.0-canary.45(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 15.2.0-canary.48(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) next-sanity: specifier: 9.8.54 - version: 9.8.54(@sanity/client@6.27.2)(@sanity/icons@3.5.7(react@19.0.0))(@sanity/types@3.74.1(@types/react@19.0.8))(@sanity/ui@2.12.2(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0)(styled-components@6.1.15(react-dom@19.0.0(react@19.0.0))(react@19.0.0)))(next@15.2.0-canary.45(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(sanity@3.74.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@20.17.17)(@types/react@19.0.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(jiti@2.4.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.15(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.38.1)(typescript@5.7.3)(yaml@2.7.0))(styled-components@6.1.15(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) + version: 9.8.54(@sanity/client@6.27.2)(@sanity/icons@3.5.7(react@19.0.0))(@sanity/types@3.74.1(@types/react@19.0.8))(@sanity/ui@2.12.2(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0)(styled-components@6.1.15(react-dom@19.0.0(react@19.0.0))(react@19.0.0)))(next@15.2.0-canary.48(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(sanity@3.74.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@20.17.17)(@types/react@19.0.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(jiti@2.4.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.15(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.38.1)(typescript@5.7.3)(yaml@2.7.0))(styled-components@6.1.15(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) postcss: specifier: ^8.5.1 version: 8.5.1 @@ -220,7 +220,7 @@ importers: devDependencies: '@next/bundle-analyzer': specifier: canary - version: 15.2.0-canary.45 + version: 15.2.0-canary.48 '@repo/prettier-config': specifier: workspace:* version: link:../../packages/@repo/prettier-config @@ -229,7 +229,7 @@ importers: version: 8.57.1 eslint-config-next: specifier: canary - version: 15.2.0-canary.45(eslint@8.57.1)(typescript@5.7.3) + version: 15.2.0-canary.48(eslint@8.57.1)(typescript@5.7.3) eslint-plugin-react-compiler: specifier: 19.0.0-beta-30d8a17-20250209 version: 19.0.0-beta-30d8a17-20250209(eslint@8.57.1) @@ -989,8 +989,8 @@ importers: specifier: workspace:* version: link:../prettier-config '@sanity/pkg-utils': - specifier: 6.13.4 - version: 6.13.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) + specifier: 7.0.4 + version: 7.0.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) typescript: specifier: 5.7.3 version: 5.7.3 @@ -1014,8 +1014,8 @@ importers: specifier: workspace:* version: link:../@repo/package.config '@sanity/pkg-utils': - specifier: 6.13.4 - version: 6.13.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) + specifier: 7.0.4 + version: 7.0.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) eslint: specifier: ^8.57.1 version: 8.57.1 @@ -1130,8 +1130,8 @@ importers: specifier: workspace:* version: link:../@repo/prettier-config '@sanity/pkg-utils': - specifier: 6.13.4 - version: 6.13.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) + specifier: 7.0.4 + version: 7.0.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) '@typescript-eslint/eslint-plugin': specifier: ^7.18.0 version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3) @@ -1173,8 +1173,8 @@ importers: version: 19.0.0-beta-30d8a17-20250209(react@19.0.0) devDependencies: '@sanity/pkg-utils': - specifier: ^6.13.4 - version: 6.13.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) + specifier: ^7.0.4 + version: 7.0.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) '@sanity/types': specifier: 3.74.1 version: 3.74.1(@types/react@19.0.8)(debug@4.4.0) @@ -1243,8 +1243,8 @@ importers: specifier: workspace:* version: link:../@repo/prettier-config '@sanity/pkg-utils': - specifier: 6.13.4 - version: 6.13.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) + specifier: 7.0.4 + version: 7.0.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) '@sanity/preview-url-secret': specifier: workspace:* version: link:../preview-url-secret @@ -1289,8 +1289,8 @@ importers: specifier: ^6.27.2 version: 6.27.2(debug@4.4.0) '@sanity/pkg-utils': - specifier: 6.13.4 - version: 6.13.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) + specifier: 7.0.4 + version: 7.0.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) eslint: specifier: ^8.57.1 version: 8.57.1 @@ -1323,8 +1323,8 @@ importers: specifier: ^3.5.7 version: 3.5.7(react@19.0.0) '@sanity/pkg-utils': - specifier: 6.13.4 - version: 6.13.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) + specifier: 7.0.4 + version: 7.0.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) eslint: specifier: ^8.57.1 version: 8.57.1 @@ -1360,8 +1360,8 @@ importers: specifier: workspace:* version: link:../@repo/prettier-config '@sanity/pkg-utils': - specifier: 6.13.4 - version: 6.13.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) + specifier: 7.0.4 + version: 7.0.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) '@types/react': specifier: 19.0.8 version: 19.0.8 @@ -1403,8 +1403,8 @@ importers: specifier: workspace:* version: link:../@repo/prettier-config '@sanity/pkg-utils': - specifier: 6.13.4 - version: 6.13.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) + specifier: 7.0.4 + version: 7.0.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) '@sanity/visual-editing': specifier: workspace:* version: link:../visual-editing @@ -1455,8 +1455,8 @@ importers: specifier: workspace:* version: link:../@repo/prettier-config '@sanity/pkg-utils': - specifier: 6.13.4 - version: 6.13.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) + specifier: 7.0.4 + version: 7.0.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) babel-plugin-react-compiler: specifier: 19.0.0-beta-30d8a17-20250209 version: 19.0.0-beta-30d8a17-20250209 @@ -1510,7 +1510,7 @@ importers: version: 1.0.2 next: specifier: '>= 13 || >=14.3.0-canary.0 <14.3.0 || >=15.0.0-rc' - version: 15.1.6(@babel/core@7.26.7)(babel-plugin-react-compiler@19.0.0-beta-714736e-20250131)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 15.1.6(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) rxjs: specifier: ^7.8.1 version: 7.8.1 @@ -1546,8 +1546,8 @@ importers: specifier: ^2.0.0 version: 2.0.0(@sanity/color@3.0.6)(tailwindcss@3.4.17) '@sanity/pkg-utils': - specifier: 6.13.4 - version: 6.13.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) + specifier: 7.0.4 + version: 7.0.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) '@storybook/addon-essentials': specifier: ^8.5.3 version: 8.5.3(@types/react@19.0.8)(storybook@8.5.3(prettier@3.4.2)) @@ -1655,8 +1655,8 @@ importers: specifier: ^6.27.2 version: 6.27.2(debug@4.4.0) '@sanity/pkg-utils': - specifier: 6.13.4 - version: 6.13.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) + specifier: 7.0.4 + version: 7.0.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) eslint: specifier: ^8.57.1 version: 8.57.1 @@ -1682,8 +1682,8 @@ importers: specifier: workspace:* version: link:../insert-menu '@sanity/pkg-utils': - specifier: 6.13.4 - version: 6.13.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) + specifier: 7.0.4 + version: 7.0.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3) '@sanity/types': specifier: 3.74.1 version: 3.74.1(@types/react@19.0.8)(debug@4.4.0) @@ -1800,10 +1800,6 @@ packages: resolution: {integrity: sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.7': - resolution: {integrity: sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==} - engines: {node: '>=6.9.0'} - '@babel/core@7.26.8': resolution: {integrity: sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==} engines: {node: '>=6.9.0'} @@ -1815,10 +1811,6 @@ packages: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 - '@babel/generator@7.26.5': - resolution: {integrity: sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==} - engines: {node: '>=6.9.0'} - '@babel/generator@7.26.8': resolution: {integrity: sha512-ef383X5++iZHWAXX0SXQR6ZyQhw/0KtTkrTz61WXRhFM6dhpHulO/RJz79L8S6ugZHJkOOkUrUdxgdF2YiPFnA==} engines: {node: '>=6.9.0'} @@ -1906,11 +1898,6 @@ packages: resolution: {integrity: sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==} engines: {node: '>=6.9.0'} - '@babel/parser@7.26.7': - resolution: {integrity: sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==} - engines: {node: '>=6.0.0'} - hasBin: true - '@babel/parser@7.26.8': resolution: {integrity: sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==} engines: {node: '>=6.0.0'} @@ -2385,26 +2372,14 @@ packages: resolution: {integrity: sha512-Fvdo9Dd20GDUAREzYMIR2EFMKAJ+ccxstgQdb39XV/yvygHL4UPcqgTkiChPyltAe/b+zgq+vUPXeukEZ6aUeA==} engines: {node: '>=6.9.0'} - '@babel/template@7.25.9': - resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==} - engines: {node: '>=6.9.0'} - '@babel/template@7.26.8': resolution: {integrity: sha512-iNKaX3ZebKIsCvJ+0jd6embf+Aulaa3vNBqZ41kM7iTWjx5qzWKXGHiJUW3+nTpQ18SG11hdF8OAzKrpXkb96Q==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.26.7': - resolution: {integrity: sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==} - engines: {node: '>=6.9.0'} - '@babel/traverse@7.26.8': resolution: {integrity: sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA==} engines: {node: '>=6.9.0'} - '@babel/types@7.26.7': - resolution: {integrity: sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==} - engines: {node: '>=6.9.0'} - '@babel/types@7.26.8': resolution: {integrity: sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==} engines: {node: '>=6.9.0'} @@ -3238,10 +3213,17 @@ packages: '@microsoft/api-extractor-model@7.30.1': resolution: {integrity: sha512-CTS2PlASJHxVY8hqHORVb1HdECWOEMcMnM6/kDkPr0RZapAFSIHhg9D4jxuE8g+OWYHtPc10LCpmde5pylTRlA==} + '@microsoft/api-extractor-model@7.30.3': + resolution: {integrity: sha512-yEAvq0F78MmStXdqz9TTT4PZ05Xu5R8nqgwI5xmUmQjWBQ9E6R2n8HB/iZMRciG4rf9iwI2mtuQwIzDXBvHn1w==} + '@microsoft/api-extractor@7.48.1': resolution: {integrity: sha512-HN9Osa1WxqLM66RaqB5nPAadx+nTIQmY/XtkFdaJvusjG8Tus++QqZtD7KPZDSkhEMGHsYeSyeU8qUzCDUXPjg==} hasBin: true + '@microsoft/api-extractor@7.49.2': + resolution: {integrity: sha512-DI/WnvhbkHcucxxc4ys00ejCiViFls5EKPrEfe4NV3GGpVkoM5ZXF61HZNSGA8IG0oEV4KfTqIa59Rc3wdMopw==} + hasBin: true + '@microsoft/tsdoc-config@0.17.1': resolution: {integrity: sha512-UtjIFe0C6oYgTnad4q1QP4qXwLhe6tIpNTRStJ2RZEPIkqQPREAwE5spzVxsdn9UaEMUqhh0AqSx3X4nWAKXWw==} @@ -3268,20 +3250,20 @@ packages: '@next/bundle-analyzer@15.1.6': resolution: {integrity: sha512-hGzQyDqJzFHcHNCyTqM3o05BpVq5tGnRODccZBVJDBf5Miv/26UJPMB0wh9L9j3ylgHC+0/v8BaBnBBek1rC6Q==} - '@next/bundle-analyzer@15.2.0-canary.45': - resolution: {integrity: sha512-Ls767zIjLTD8wTnHiP78/haNcTro/s5uKHwuRTaGoSLdhJbpbcO0HZst/6dc+H8/CUH1DKkCtNSU5E0oqF5m2A==} + '@next/bundle-analyzer@15.2.0-canary.48': + resolution: {integrity: sha512-mNlpB77qPKywIX6RVtxRR7D7iQviSQAsaa6+qe0oXc7Do9CEAcnPSd/yDZ0/0Sy/6W0k28ObiqnVNh5vUXIeQQ==} '@next/env@15.1.6': resolution: {integrity: sha512-d9AFQVPEYNr+aqokIiPLNK/MTyt3DWa/dpKveiAaVccUadFbhFEvY6FXYX2LJO2Hv7PHnLBu2oWwB4uBuHjr/w==} - '@next/env@15.2.0-canary.45': - resolution: {integrity: sha512-6XI4H/P7n3unmrRkMZrRDVX69hadQAo3rEqtBhPKo9p/qRWSLt5I0C+1O30Dc/cS3R689Dm/UCYTM4yRL7kCxA==} + '@next/env@15.2.0-canary.48': + resolution: {integrity: sha512-bcDDz+26pO6jTNIbbF0aDY4/BCPYL9d8QgNH84S1boMmt4IJN6e9ubTktealIu9P1uTkp7FByynL4EJzDzGF3A==} '@next/eslint-plugin-next@15.1.6': resolution: {integrity: sha512-+slMxhTgILUntZDGNgsKEYHUvpn72WP1YTlkmEhS51vnVd7S9jEEy0n9YAMcI21vUG4akTw9voWH02lrClt/yw==} - '@next/eslint-plugin-next@15.2.0-canary.45': - resolution: {integrity: sha512-vG47Xuc+K8kgKi/H3xPyRiBqQxWxxRk2UwjnDWb+YrxtOlUTa/663vRAKll1ftvj/CZflX1dkwPJXUNE/oqDmw==} + '@next/eslint-plugin-next@15.2.0-canary.48': + resolution: {integrity: sha512-CYlEDYCSs6HAnks9vNpwA8nwca2rFasJ8dfV7gHKYlItXibTc1LiCPzfqixZcJTHp8QGzQQ2Dp2g7hLKICuNZw==} '@next/swc-darwin-arm64@15.1.6': resolution: {integrity: sha512-u7lg4Mpl9qWpKgy6NzEkz/w0/keEHtOybmIl0ykgItBxEM5mYotS5PmqTpo+Rhg8FiOiWgwr8USxmKQkqLBCrw==} @@ -3289,8 +3271,8 @@ packages: cpu: [arm64] os: [darwin] - '@next/swc-darwin-arm64@15.2.0-canary.45': - resolution: {integrity: sha512-jLirjoHHYYpTknu3bLrtkpjR9qk4F2CKqbrbdrqLAku7DcWadlTOENu0K4Oh/EqZzyH/8d8PfTcDo5XnvEbj3g==} + '@next/swc-darwin-arm64@15.2.0-canary.48': + resolution: {integrity: sha512-68jsh9MPZ1YpwXhkdSvxyC1oWBqxPMhgTJvbF55gRqOX10jLxjWewXswZeycU0bEviw/EotX0Uq8uuWiyhRp9A==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -3301,8 +3283,8 @@ packages: cpu: [x64] os: [darwin] - '@next/swc-darwin-x64@15.2.0-canary.45': - resolution: {integrity: sha512-nIUTv7sWzLNNhvvDKIS1l71ODlC6Z+HtAi8xSNPuTO+9WQzD6rSPdadSkStFYbU/X4SAzJwD5pJyEuBaVIofhg==} + '@next/swc-darwin-x64@15.2.0-canary.48': + resolution: {integrity: sha512-urkho7mzbk9yQ/RPOXv5eT9OXORBZsLYzN/1HqiJNaIRdmcjUN/F0+qD1a1Rdv1MzzykPQYAtNpszaSqqDtNEQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -3313,8 +3295,8 @@ packages: cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-gnu@15.2.0-canary.45': - resolution: {integrity: sha512-aen3xitlvCUacSBRZzuodAzsEWCKnizNULeU8t4KgjPcCyJkYfg/XpkIN+WWXO8X1CTqQwhUy9IZwXP33xlPww==} + '@next/swc-linux-arm64-gnu@15.2.0-canary.48': + resolution: {integrity: sha512-p3G7s4GHYV5vBn24LvoeG/so35sB31UaTQxAUKIQ7SCEX4syhWsv4qlmH3P/YR6tLhmXqnnSxHnNWaTHI7XCvA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -3325,8 +3307,8 @@ packages: cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-musl@15.2.0-canary.45': - resolution: {integrity: sha512-S5lBJw//nGhG83wgSCo+Li91UE4Dh/SOsLrnbRGXIcWmg5KFj5a8pyq/iDa215j2Uk1xp6NWYeBfoiy1k48wrg==} + '@next/swc-linux-arm64-musl@15.2.0-canary.48': + resolution: {integrity: sha512-Sl2NEVhkM27Pjx0jlcB0CtNzDrk/HkjDODr0QgmBbljSHodCBG64fo5BjhBkc8DOGUDYcbfUBDdY1DBJg+fzlw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -3337,8 +3319,8 @@ packages: cpu: [x64] os: [linux] - '@next/swc-linux-x64-gnu@15.2.0-canary.45': - resolution: {integrity: sha512-j+mhe/kk2c6sfcmfwt/eK/wHnt3Z30RK9GsejZm1yStN6zuLwGNy1ytEhPDv8Vt2cB4eF1jDWBK+EU9pvxdQhg==} + '@next/swc-linux-x64-gnu@15.2.0-canary.48': + resolution: {integrity: sha512-b2bXe176uSXsOzSKePnx22nvIdKuQBf5TrVttFIR7QneYliOOlOOGXAQYBfypFwVgZBNahnC1iVMx4xXnUJk0w==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -3349,8 +3331,8 @@ packages: cpu: [x64] os: [linux] - '@next/swc-linux-x64-musl@15.2.0-canary.45': - resolution: {integrity: sha512-evPdXG4q/njsvZWUB/Yo6sQkEgElkq5yreK5/j2+DYdOmRMLshV3QmdoqhWGRmIpcjKpxXIDKqDN14ncpvx5cA==} + '@next/swc-linux-x64-musl@15.2.0-canary.48': + resolution: {integrity: sha512-t9KEb/l35BGCyjxJrnQxgYb96M4wO+8jn1OfUpb+l/TM5OQPmY2IOW75/ksEmwqswAQJDTiBIVDCRuOAlV18wA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -3361,8 +3343,8 @@ packages: cpu: [arm64] os: [win32] - '@next/swc-win32-arm64-msvc@15.2.0-canary.45': - resolution: {integrity: sha512-X3bAGeWb0RT+vQ5508mU0OQfNrW1CUYavdHIQGHHcp/y7oq1fktNUqgXcNhKQmoxCvmPv/hxsSvlPTzIc7/Znw==} + '@next/swc-win32-arm64-msvc@15.2.0-canary.48': + resolution: {integrity: sha512-u5D4T0LYKyfRnvsP8HSigjet990F10MymcIBRTTf+n4Abdo1kkamq6fzCdfsg8X5ohKxjJDJMtVLCh+syeDzhA==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -3373,8 +3355,8 @@ packages: cpu: [x64] os: [win32] - '@next/swc-win32-x64-msvc@15.2.0-canary.45': - resolution: {integrity: sha512-QqdTEaFzgNQtJw/CTMCBMK6YZngT+fSuTnmzuY0vkWcIGO6UmzWotxxqwJMHj/S9rBsIpHYmi4UxWyDAj/vfXw==} + '@next/swc-win32-x64-msvc@15.2.0-canary.48': + resolution: {integrity: sha512-yeW7Yxig4h1jIA49TNKxVNxMK5uf8H9yTjI956Mfi9KleEPDnOENGMw7pex+JnPGc4QQPbvwCzvO7RBKQmpnsA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -3587,10 +3569,20 @@ packages: peerDependencies: rollup: '>= 4.x' + '@optimize-lodash/rollup-plugin@5.0.1': + resolution: {integrity: sha512-zoIrgbT6/kKvHiHeaDiHOzmQ57OVZ98OIZxfre+2vkHlPdGSRhCWGvdo6zNxaRVF0kCZEO1w383mWLSzbEYVLw==} + engines: {node: '>= 18'} + peerDependencies: + rollup: '>= 4.x' + '@optimize-lodash/transform@3.0.4': resolution: {integrity: sha512-pEzPjvEnWHQCTIv8j/6IYdYBJQUL/Z9Vo0SB2yr5GZNgf0OAznapjilOb7JY9dBEgXtbgtTgSpANZAiipsjhhw==} engines: {node: '>= 12'} + '@optimize-lodash/transform@3.0.5': + resolution: {integrity: sha512-OyMgF4kLRQI7RfMathWTnHxuT7PT9XiHv3ZPQ34EtFbpqSauUR4wdJcQrgkTIApstP8nj9xyW+zXqG9b4xOAeg==} + engines: {node: '>= 12'} + '@oslojs/encoding@1.1.0': resolution: {integrity: sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==} @@ -4148,6 +4140,14 @@ packages: '@types/node': optional: true + '@rushstack/node-core-library@5.11.0': + resolution: {integrity: sha512-I8+VzG9A0F3nH2rLpPd7hF8F7l5Xb7D+ldrWVZYegXM6CsKkvWc670RlgK3WX8/AseZfXA/vVrh0bpXe2Y2UDQ==} + peerDependencies: + '@types/node': '*' + peerDependenciesMeta: + '@types/node': + optional: true + '@rushstack/rig-package@0.5.3': resolution: {integrity: sha512-olzSSjYrvCNxUFZowevC3uz8gvKr3WTpHQ7BkpjtRpA3wK+T0ybep/SRUMfr195gBzJm5gaXw0ZMgjIyHqJUow==} @@ -4159,9 +4159,20 @@ packages: '@types/node': optional: true + '@rushstack/terminal@0.14.6': + resolution: {integrity: sha512-4nMUy4h0u5PGXVG71kEA9uYI3l8GjVqewoHOFONiM6fuqS51ORdaJZ5ZXB2VZEGUyfg1TOTSy88MF2cdAy+lqA==} + peerDependencies: + '@types/node': '*' + peerDependenciesMeta: + '@types/node': + optional: true + '@rushstack/ts-command-line@4.23.2': resolution: {integrity: sha512-JJ7XZX5K3ThBBva38aomgsPv1L7FV6XmSOcR6HtM7HDFZJkepqT65imw26h9ggGqMjsY0R9jcl30tzKcVj9aOQ==} + '@rushstack/ts-command-line@4.23.4': + resolution: {integrity: sha512-pqmzDJCm0TS8VyeqnzcJ7ncwXgiLDQ6LVmXXfqv2nPL6VIz+UpyTpNVfZRJpyyJ+UDxqob1vIj2liaUfBjv8/A==} + '@sanity/asset-utils@1.3.2': resolution: {integrity: sha512-dixN6MpMXsCEVh0Dr932cgZ4cU3Z2JnNOYBxjV+dgO6AnqVpNQTY+KgGMYlA1ca5zCztQI1VSk/MBCPSxihPqQ==} engines: {node: '>=10'} @@ -4329,6 +4340,17 @@ packages: babel-plugin-react-compiler: optional: true + '@sanity/pkg-utils@7.0.4': + resolution: {integrity: sha512-90yRgGmN4ARLsDDZFyIyOGoK25lkzjkLqGg1KsXiwqUbk53ZCMvwPdOnEO+cahJoRvKybQ0uLeJOrmXg2dchcg==} + engines: {node: '>=18.17.0'} + hasBin: true + peerDependencies: + babel-plugin-react-compiler: '*' + typescript: 5.4.x || 5.5.x || 5.6.x || 5.7.x + peerDependenciesMeta: + babel-plugin-react-compiler: + optional: true + '@sanity/presentation@1.22.1': resolution: {integrity: sha512-0NmX1T4l5zRooIzVKwqONO5+gy2gl628lIFzVNb8odMfHKOQpo8032D4AiF/8k8a3WHvgri3hRk2Mw172fHNvg==} engines: {node: '>=16.14'} @@ -5887,9 +5909,6 @@ packages: babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209: resolution: {integrity: sha512-0pQHlz5nmBiEQ8ZWWVLeaBzz/FkToAdXEXBBnd21uSrDtIzhSe+s3VMvqMsv6vYHNTr+0KmsvVfEqXQp0W0kzg==} - babel-plugin-react-compiler@19.0.0-beta-714736e-20250131: - resolution: {integrity: sha512-frj2l6fRWVi26iw9WthFKyFyE4u5ZSHH3KdKiscOOwpz210seTtwnp0QbJmi8Zoa5HK7Fk2fH40JffN2y8GvLg==} - babel-runtime@6.26.0: resolution: {integrity: sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==} @@ -7127,8 +7146,8 @@ packages: typescript: optional: true - eslint-config-next@15.2.0-canary.45: - resolution: {integrity: sha512-eagSFRNMG5eBd4n+Qut+/yJOi91xJOTS6LBZxNhPjVwhLM+2yl/FNQ11dRsmlCyJ52EUVA0SBUOoGvOfV4l6mw==} + eslint-config-next@15.2.0-canary.48: + resolution: {integrity: sha512-lxpAuzalsXJbsoRNWfWRbSBVipCZ4bvdeGBwbKU9y2KLay699oJc6x1E7+T0pMg9Gvne3Q1+/0/sSlcuaVzREg==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 || ^9.0.0 typescript: '>=3.3.1' @@ -9861,8 +9880,8 @@ packages: sass: optional: true - next@15.2.0-canary.45: - resolution: {integrity: sha512-UsneTQn9tntbiAaXpvoXhhsTBb58Q2XIs2Dfka+qWA8motBz0ZvW297YHLxhdur4xN0IJvknnZKl5Bs7wAGlOg==} + next@15.2.0-canary.48: + resolution: {integrity: sha512-GoqybLTcq2lU6nvzMI7w4KaCAphbpXskylAScFZdRtm7p3SDPAB+dh6Wq6s1TNIQgkyCwdsbmICWh/4v61dg0Q==} engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} hasBin: true peerDependencies: @@ -12704,6 +12723,11 @@ packages: engines: {node: '>=14.17'} hasBin: true + typescript@5.7.2: + resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==} + engines: {node: '>=14.17'} + hasBin: true + typescript@5.7.3: resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==} engines: {node: '>=14.17'} @@ -13970,10 +13994,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@astrojs/vercel@8.0.6(@remix-run/react@2.15.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.7.3))(@sveltejs/kit@2.17.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(astro@5.2.5(@types/node@22.13.1)(db0@0.2.3)(ioredis@5.5.0)(jiti@2.4.2)(rollup@4.34.5)(terser@5.38.1)(typescript@5.7.3)(yaml@2.7.0))(encoding@0.1.13)(next@15.1.6(@babel/core@7.26.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(rollup@4.34.5)(svelte@4.2.19)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))': + '@astrojs/vercel@8.0.6(@remix-run/react@2.15.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.7.3))(@sveltejs/kit@2.17.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(astro@5.2.5(@types/node@22.13.1)(db0@0.2.3)(ioredis@5.5.0)(jiti@2.4.2)(rollup@4.34.5)(terser@5.38.1)(typescript@5.7.3)(yaml@2.7.0))(encoding@0.1.13)(next@15.1.6(@babel/core@7.26.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(rollup@4.34.5)(svelte@4.2.19)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))': dependencies: '@astrojs/internal-helpers': 0.4.2 - '@vercel/analytics': 1.4.1(@remix-run/react@2.15.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.7.3))(@sveltejs/kit@2.17.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(next@15.1.6(@babel/core@7.26.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(svelte@4.2.19)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3)) + '@vercel/analytics': 1.4.1(@remix-run/react@2.15.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.7.3))(@sveltejs/kit@2.17.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(next@15.1.6(@babel/core@7.26.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(svelte@4.2.19)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3)) '@vercel/edge': 1.2.1 '@vercel/nft': 0.29.1(encoding@0.1.13)(rollup@4.34.5) '@vercel/routing-utils': 5.0.2 @@ -14004,26 +14028,6 @@ snapshots: '@babel/compat-data@7.26.5': {} - '@babel/core@7.26.7': - dependencies: - '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.5 - '@babel/helper-compilation-targets': 7.26.5 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.7) - '@babel/helpers': 7.26.7 - '@babel/parser': 7.26.7 - '@babel/template': 7.25.9 - '@babel/traverse': 7.26.7 - '@babel/types': 7.26.7 - convert-source-map: 2.0.0 - debug: 4.4.0(supports-color@9.4.0) - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/core@7.26.8': dependencies: '@ampproject/remapping': 2.3.0 @@ -14045,22 +14049,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/eslint-parser@7.26.5(@babel/core@7.26.7)(eslint@8.57.1)': + '@babel/eslint-parser@7.26.5(@babel/core@7.26.8)(eslint@8.57.1)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 eslint: 8.57.1 eslint-visitor-keys: 2.1.0 semver: 6.3.1 - '@babel/generator@7.26.5': - dependencies: - '@babel/parser': 7.26.7 - '@babel/types': 7.26.7 - '@jridgewell/gen-mapping': 0.3.8 - '@jridgewell/trace-mapping': 0.3.25 - jsesc: 3.0.2 - '@babel/generator@7.26.8': dependencies: '@babel/parser': 7.26.8 @@ -14081,19 +14077,6 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.26.7)': - dependencies: - '@babel/core': 7.26.7 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-member-expression-to-functions': 7.25.9 - '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/helper-replace-supers': 7.26.5(@babel/core@7.26.7) - '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/traverse': 7.26.8 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.26.8)': dependencies: '@babel/core': 7.26.8 @@ -14135,16 +14118,7 @@ snapshots: '@babel/helper-module-imports@7.25.9': dependencies: '@babel/traverse': 7.26.8 - '@babel/types': 7.26.7 - transitivePeerDependencies: - - supports-color - - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.7)': - dependencies: - '@babel/core': 7.26.7 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.7 + '@babel/types': 7.26.8 transitivePeerDependencies: - supports-color @@ -14153,7 +14127,7 @@ snapshots: '@babel/core': 7.26.8 '@babel/helper-module-imports': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.8 transitivePeerDependencies: - supports-color @@ -14168,15 +14142,6 @@ snapshots: '@babel/core': 7.26.8 '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-wrap-function': 7.25.9 - '@babel/traverse': 7.26.7 - transitivePeerDependencies: - - supports-color - - '@babel/helper-replace-supers@7.26.5(@babel/core@7.26.7)': - dependencies: - '@babel/core': 7.26.7 - '@babel/helper-member-expression-to-functions': 7.25.9 - '@babel/helper-optimise-call-expression': 7.25.9 '@babel/traverse': 7.26.8 transitivePeerDependencies: - supports-color @@ -14206,19 +14171,15 @@ snapshots: '@babel/helper-wrap-function@7.25.9': dependencies: '@babel/template': 7.26.8 - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.8 '@babel/types': 7.26.8 transitivePeerDependencies: - supports-color '@babel/helpers@7.26.7': dependencies: - '@babel/template': 7.25.9 - '@babel/types': 7.26.7 - - '@babel/parser@7.26.7': - dependencies: - '@babel/types': 7.26.7 + '@babel/template': 7.26.8 + '@babel/types': 7.26.8 '@babel/parser@7.26.8': dependencies: @@ -14228,7 +14189,7 @@ snapshots: dependencies: '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.8 transitivePeerDependencies: - supports-color @@ -14255,16 +14216,16 @@ snapshots: dependencies: '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.8 transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.26.7)': + '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.26.8)': dependencies: - '@babel/core': 7.26.7 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.7) + '@babel/core': 7.26.8 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.8) '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.26.7) + '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.26.8) transitivePeerDependencies: - supports-color @@ -14280,9 +14241,9 @@ snapshots: dependencies: '@babel/core': 7.26.8 - '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.26.7)': + '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.26.8)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.26.8)': @@ -14290,24 +14251,14 @@ snapshots: '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.7)': - dependencies: - '@babel/core': 7.26.7 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.8)': dependencies: '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.7)': - dependencies: - '@babel/core': 7.26.7 - '@babel/helper-plugin-utils': 7.26.5 - - '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.7)': + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.8)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.8)': @@ -14315,11 +14266,6 @@ snapshots: '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.7)': - dependencies: - '@babel/core': 7.26.7 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.8)': dependencies: '@babel/core': 7.26.8 @@ -14341,7 +14287,7 @@ snapshots: '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.26.8) - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.8 transitivePeerDependencies: - supports-color @@ -14387,7 +14333,7 @@ snapshots: '@babel/helper-compilation-targets': 7.26.5 '@babel/helper-plugin-utils': 7.26.5 '@babel/helper-replace-supers': 7.26.5(@babel/core@7.26.8) - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.8 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -14448,7 +14394,7 @@ snapshots: '@babel/core': 7.26.8 '@babel/helper-compilation-targets': 7.26.5 '@babel/helper-plugin-utils': 7.26.5 - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.8 transitivePeerDependencies: - supports-color @@ -14480,14 +14426,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.26.3(@babel/core@7.26.7)': - dependencies: - '@babel/core': 7.26.7 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.7) - '@babel/helper-plugin-utils': 7.26.5 - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-modules-commonjs@7.26.3(@babel/core@7.26.8)': dependencies: '@babel/core': 7.26.8 @@ -14502,7 +14440,7 @@ snapshots: '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.8) '@babel/helper-plugin-utils': 7.26.5 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.8 transitivePeerDependencies: - supports-color @@ -14590,23 +14528,11 @@ snapshots: '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-transform-react-display-name@7.25.9(@babel/core@7.26.7)': - dependencies: - '@babel/core': 7.26.7 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-transform-react-display-name@7.25.9(@babel/core@7.26.8)': dependencies: '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-transform-react-jsx-development@7.25.9(@babel/core@7.26.7)': - dependencies: - '@babel/core': 7.26.7 - '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.7) - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-react-jsx-development@7.25.9(@babel/core@7.26.8)': dependencies: '@babel/core': 7.26.8 @@ -14614,26 +14540,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-react-jsx-self@7.25.9(@babel/core@7.26.7)': + '@babel/plugin-transform-react-jsx-self@7.25.9(@babel/core@7.26.8)': dependencies: - '@babel/core': 7.26.7 - '@babel/helper-plugin-utils': 7.26.5 - - '@babel/plugin-transform-react-jsx-source@7.25.9(@babel/core@7.26.7)': - dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.7)': + '@babel/plugin-transform-react-jsx-source@7.25.9(@babel/core@7.26.8)': dependencies: - '@babel/core': 7.26.7 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-module-imports': 7.25.9 + '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.7) - '@babel/types': 7.26.8 - transitivePeerDependencies: - - supports-color '@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.8)': dependencies: @@ -14646,12 +14561,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-react-pure-annotations@7.25.9(@babel/core@7.26.7)': - dependencies: - '@babel/core': 7.26.7 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-transform-react-pure-annotations@7.25.9(@babel/core@7.26.8)': dependencies: '@babel/core': 7.26.8 @@ -14703,17 +14612,6 @@ snapshots: '@babel/core': 7.26.8 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-transform-typescript@7.26.7(@babel/core@7.26.7)': - dependencies: - '@babel/core': 7.26.7 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.7) - '@babel/helper-plugin-utils': 7.26.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.7) - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-typescript@7.26.7(@babel/core@7.26.8)': dependencies: '@babel/core': 7.26.8 @@ -14830,18 +14728,6 @@ snapshots: '@babel/types': 7.26.8 esutils: 2.0.3 - '@babel/preset-react@7.26.3(@babel/core@7.26.7)': - dependencies: - '@babel/core': 7.26.7 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/helper-validator-option': 7.25.9 - '@babel/plugin-transform-react-display-name': 7.25.9(@babel/core@7.26.7) - '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.7) - '@babel/plugin-transform-react-jsx-development': 7.25.9(@babel/core@7.26.7) - '@babel/plugin-transform-react-pure-annotations': 7.25.9(@babel/core@7.26.7) - transitivePeerDependencies: - - supports-color - '@babel/preset-react@7.26.3(@babel/core@7.26.8)': dependencies: '@babel/core': 7.26.8 @@ -14854,17 +14740,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/preset-typescript@7.26.0(@babel/core@7.26.7)': - dependencies: - '@babel/core': 7.26.7 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/helper-validator-option': 7.25.9 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.7) - '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.7) - '@babel/plugin-transform-typescript': 7.26.7(@babel/core@7.26.7) - transitivePeerDependencies: - - supports-color - '@babel/preset-typescript@7.26.0(@babel/core@7.26.8)': dependencies: '@babel/core': 7.26.8 @@ -14891,30 +14766,12 @@ snapshots: '@babel/standalone@7.26.7': {} - '@babel/template@7.25.9': - dependencies: - '@babel/code-frame': 7.26.2 - '@babel/parser': 7.26.8 - '@babel/types': 7.26.8 - '@babel/template@7.26.8': dependencies: '@babel/code-frame': 7.26.2 '@babel/parser': 7.26.8 '@babel/types': 7.26.8 - '@babel/traverse@7.26.7': - dependencies: - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.5 - '@babel/parser': 7.26.8 - '@babel/template': 7.25.9 - '@babel/types': 7.26.8 - debug: 4.4.0(supports-color@9.4.0) - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - '@babel/traverse@7.26.8': dependencies: '@babel/code-frame': 7.26.2 @@ -14927,11 +14784,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/types@7.26.7': - dependencies: - '@babel/helper-string-parser': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 - '@babel/types@7.26.8': dependencies: '@babel/helper-string-parser': 7.25.9 @@ -15373,10 +15225,10 @@ snapshots: '@ianvs/prettier-plugin-sort-imports@4.4.1(@vue/compiler-sfc@3.5.13)(prettier@3.4.2)': dependencies: - '@babel/generator': 7.26.5 - '@babel/parser': 7.26.7 - '@babel/traverse': 7.26.7 - '@babel/types': 7.26.7 + '@babel/generator': 7.26.8 + '@babel/parser': 7.26.8 + '@babel/traverse': 7.26.8 + '@babel/types': 7.26.8 prettier: 3.4.2 semver: 7.7.1 optionalDependencies: @@ -15617,6 +15469,14 @@ snapshots: transitivePeerDependencies: - '@types/node' + '@microsoft/api-extractor-model@7.30.3(@types/node@22.13.1)': + dependencies: + '@microsoft/tsdoc': 0.15.1 + '@microsoft/tsdoc-config': 0.17.1 + '@rushstack/node-core-library': 5.11.0(@types/node@22.13.1) + transitivePeerDependencies: + - '@types/node' + '@microsoft/api-extractor@7.48.1(@types/node@20.17.17)': dependencies: '@microsoft/api-extractor-model': 7.30.1(@types/node@20.17.17) @@ -15671,6 +15531,24 @@ snapshots: transitivePeerDependencies: - '@types/node' + '@microsoft/api-extractor@7.49.2(@types/node@22.13.1)': + dependencies: + '@microsoft/api-extractor-model': 7.30.3(@types/node@22.13.1) + '@microsoft/tsdoc': 0.15.1 + '@microsoft/tsdoc-config': 0.17.1 + '@rushstack/node-core-library': 5.11.0(@types/node@22.13.1) + '@rushstack/rig-package': 0.5.3 + '@rushstack/terminal': 0.14.6(@types/node@22.13.1) + '@rushstack/ts-command-line': 4.23.4(@types/node@22.13.1) + lodash: 4.17.21 + minimatch: 3.0.8 + resolve: 1.22.10 + semver: 7.5.4 + source-map: 0.6.1 + typescript: 5.7.2 + transitivePeerDependencies: + - '@types/node' + '@microsoft/tsdoc-config@0.17.1': dependencies: '@microsoft/tsdoc': 0.15.1 @@ -15703,7 +15581,7 @@ snapshots: - bufferutil - utf-8-validate - '@next/bundle-analyzer@15.2.0-canary.45': + '@next/bundle-analyzer@15.2.0-canary.48': dependencies: webpack-bundle-analyzer: 4.10.1 transitivePeerDependencies: @@ -15712,62 +15590,62 @@ snapshots: '@next/env@15.1.6': {} - '@next/env@15.2.0-canary.45': {} + '@next/env@15.2.0-canary.48': {} '@next/eslint-plugin-next@15.1.6': dependencies: fast-glob: 3.3.1 - '@next/eslint-plugin-next@15.2.0-canary.45': + '@next/eslint-plugin-next@15.2.0-canary.48': dependencies: fast-glob: 3.3.1 '@next/swc-darwin-arm64@15.1.6': optional: true - '@next/swc-darwin-arm64@15.2.0-canary.45': + '@next/swc-darwin-arm64@15.2.0-canary.48': optional: true '@next/swc-darwin-x64@15.1.6': optional: true - '@next/swc-darwin-x64@15.2.0-canary.45': + '@next/swc-darwin-x64@15.2.0-canary.48': optional: true '@next/swc-linux-arm64-gnu@15.1.6': optional: true - '@next/swc-linux-arm64-gnu@15.2.0-canary.45': + '@next/swc-linux-arm64-gnu@15.2.0-canary.48': optional: true '@next/swc-linux-arm64-musl@15.1.6': optional: true - '@next/swc-linux-arm64-musl@15.2.0-canary.45': + '@next/swc-linux-arm64-musl@15.2.0-canary.48': optional: true '@next/swc-linux-x64-gnu@15.1.6': optional: true - '@next/swc-linux-x64-gnu@15.2.0-canary.45': + '@next/swc-linux-x64-gnu@15.2.0-canary.48': optional: true '@next/swc-linux-x64-musl@15.1.6': optional: true - '@next/swc-linux-x64-musl@15.2.0-canary.45': + '@next/swc-linux-x64-musl@15.2.0-canary.48': optional: true '@next/swc-win32-arm64-msvc@15.1.6': optional: true - '@next/swc-win32-arm64-msvc@15.2.0-canary.45': + '@next/swc-win32-arm64-msvc@15.2.0-canary.48': optional: true '@next/swc-win32-x64-msvc@15.1.6': optional: true - '@next/swc-win32-x64-msvc@15.2.0-canary.45': + '@next/swc-win32-x64-msvc@15.2.0-canary.48': optional: true '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1': @@ -16303,11 +16181,22 @@ snapshots: '@rollup/pluginutils': 5.1.4(rollup@4.34.5) rollup: 4.34.5 + '@optimize-lodash/rollup-plugin@5.0.1(rollup@4.34.5)': + dependencies: + '@optimize-lodash/transform': 3.0.5 + '@rollup/pluginutils': 5.1.4(rollup@4.34.5) + rollup: 4.34.5 + '@optimize-lodash/transform@3.0.4': dependencies: estree-walker: 2.0.2 magic-string: 0.30.17 + '@optimize-lodash/transform@3.0.5': + dependencies: + estree-walker: 2.0.2 + magic-string: 0.30.17 + '@oslojs/encoding@1.1.0': {} '@parcel/watcher-android-arm64@2.5.1': @@ -16569,14 +16458,14 @@ snapshots: '@remix-run/dev@2.15.3(@remix-run/react@2.15.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.7.3))(@remix-run/serve@2.15.3(typescript@5.7.3))(@types/node@22.13.1)(terser@5.38.1)(typescript@5.7.3)(vite@5.4.14(@types/node@22.13.1)(terser@5.38.1))': dependencies: - '@babel/core': 7.26.7 - '@babel/generator': 7.26.5 - '@babel/parser': 7.26.7 - '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.26.7) - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.7) - '@babel/preset-typescript': 7.26.0(@babel/core@7.26.7) - '@babel/traverse': 7.26.7 - '@babel/types': 7.26.7 + '@babel/core': 7.26.8 + '@babel/generator': 7.26.8 + '@babel/parser': 7.26.8 + '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.26.8) + '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.8) + '@babel/preset-typescript': 7.26.0(@babel/core@7.26.8) + '@babel/traverse': 7.26.8 + '@babel/types': 7.26.8 '@mdx-js/mdx': 2.3.0 '@npmcli/package-json': 4.0.1 '@remix-run/node': 2.15.3(typescript@5.7.3) @@ -16647,15 +16536,15 @@ snapshots: '@remix-run/eslint-config@2.15.3(eslint@8.57.1)(react@19.0.0)(typescript@5.7.3)': dependencies: - '@babel/core': 7.26.7 - '@babel/eslint-parser': 7.26.5(@babel/core@7.26.7)(eslint@8.57.1) - '@babel/preset-react': 7.26.3(@babel/core@7.26.7) + '@babel/core': 7.26.8 + '@babel/eslint-parser': 7.26.5(@babel/core@7.26.8)(eslint@8.57.1) + '@babel/preset-react': 7.26.3(@babel/core@7.26.8) '@rushstack/eslint-patch': 1.10.5 '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3) '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.7.3) eslint: 8.57.1 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@8.57.1) + eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1))(eslint@8.57.1) eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) eslint-plugin-jest: 26.9.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3) eslint-plugin-jest-dom: 4.0.3(eslint@8.57.1) @@ -16782,9 +16671,9 @@ snapshots: optionalDependencies: rollup: 4.34.5 - '@rollup/plugin-babel@6.0.4(@babel/core@7.26.7)(@types/babel__core@7.20.5)(rollup@4.34.5)': + '@rollup/plugin-babel@6.0.4(@babel/core@7.26.8)(@types/babel__core@7.20.5)(rollup@4.34.5)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/helper-module-imports': 7.25.9 '@rollup/pluginutils': 5.1.4(rollup@4.34.5) optionalDependencies: @@ -16967,6 +16856,19 @@ snapshots: optionalDependencies: '@types/node': 22.13.1 + '@rushstack/node-core-library@5.11.0(@types/node@22.13.1)': + dependencies: + ajv: 8.13.0 + ajv-draft-04: 1.0.0(ajv@8.13.0) + ajv-formats: 3.0.1(ajv@8.13.0) + fs-extra: 11.3.0 + import-lazy: 4.0.0 + jju: 1.4.0 + resolve: 1.22.10 + semver: 7.5.4 + optionalDependencies: + '@types/node': 22.13.1 + '@rushstack/rig-package@0.5.3': dependencies: resolve: 1.22.10 @@ -16993,6 +16895,13 @@ snapshots: optionalDependencies: '@types/node': 22.13.1 + '@rushstack/terminal@0.14.6(@types/node@22.13.1)': + dependencies: + '@rushstack/node-core-library': 5.11.0(@types/node@22.13.1) + supports-color: 8.1.1 + optionalDependencies: + '@types/node': 22.13.1 + '@rushstack/ts-command-line@4.23.2(@types/node@20.17.17)': dependencies: '@rushstack/terminal': 0.14.4(@types/node@20.17.17) @@ -17020,6 +16929,15 @@ snapshots: transitivePeerDependencies: - '@types/node' + '@rushstack/ts-command-line@4.23.4(@types/node@22.13.1)': + dependencies: + '@rushstack/terminal': 0.14.6(@types/node@22.13.1) + '@types/argparse': 1.0.38 + argparse: 1.0.10 + string-argv: 0.3.2 + transitivePeerDependencies: + - '@types/node' + '@sanity/asset-utils@1.3.2': {} '@sanity/asset-utils@2.2.1': {} @@ -17062,7 +16980,7 @@ snapshots: '@sanity/cli@3.74.1(@types/babel__core@7.20.5)(@types/node@20.17.17)(@types/react@19.0.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react@19.0.0)(typescript@5.7.3)': dependencies: - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.8 '@sanity/client': 6.27.2(debug@4.4.0) '@sanity/codegen': 3.74.1 '@sanity/telemetry': 0.7.9(react@19.0.0) @@ -17090,7 +17008,7 @@ snapshots: '@sanity/cli@3.74.1(@types/babel__core@7.20.5)(@types/node@20.8.7)(@types/react@19.0.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react@19.0.0)(typescript@5.7.3)': dependencies: - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.8 '@sanity/client': 6.27.2(debug@4.4.0) '@sanity/codegen': 3.74.1 '@sanity/telemetry': 0.7.9(react@19.0.0) @@ -17118,7 +17036,7 @@ snapshots: '@sanity/cli@3.74.1(@types/babel__core@7.20.5)(@types/node@22.13.1)(@types/react@19.0.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react@19.0.0)(typescript@5.7.3)': dependencies: - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.8 '@sanity/client': 6.27.2(debug@4.4.0) '@sanity/codegen': 3.74.1 '@sanity/telemetry': 0.7.9(react@19.0.0) @@ -17155,12 +17073,12 @@ snapshots: '@sanity/codegen@3.74.1': dependencies: '@babel/core': 7.26.8 - '@babel/generator': 7.26.5 + '@babel/generator': 7.26.8 '@babel/preset-env': 7.26.7(@babel/core@7.26.8) '@babel/preset-react': 7.26.3(@babel/core@7.26.8) '@babel/preset-typescript': 7.26.0(@babel/core@7.26.8) '@babel/register': 7.25.9(@babel/core@7.26.8) - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.8 '@babel/types': 7.26.8 debug: 4.4.0(supports-color@9.4.0) globby: 11.1.0 @@ -17376,14 +17294,14 @@ snapshots: '@sanity/pkg-utils@6.13.4(@types/babel__core@7.20.5)(@types/node@20.17.17)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(debug@4.4.0)(typescript@5.7.3)': dependencies: - '@babel/core': 7.26.7 - '@babel/preset-typescript': 7.26.0(@babel/core@7.26.7) - '@babel/types': 7.26.7 + '@babel/core': 7.26.8 + '@babel/preset-typescript': 7.26.0(@babel/core@7.26.8) + '@babel/types': 7.26.8 '@microsoft/api-extractor': 7.48.1(@types/node@20.17.17) '@microsoft/tsdoc-config': 0.17.1 '@optimize-lodash/rollup-plugin': 5.0.0(rollup@4.34.5) '@rollup/plugin-alias': 5.1.1(rollup@4.34.5) - '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.7)(@types/babel__core@7.20.5)(rollup@4.34.5) + '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.8)(@types/babel__core@7.20.5)(rollup@4.34.5) '@rollup/plugin-commonjs': 28.0.2(rollup@4.34.5) '@rollup/plugin-json': 6.1.0(rollup@4.34.5) '@rollup/plugin-node-resolve': 16.0.0(rollup@4.34.5) @@ -17428,14 +17346,14 @@ snapshots: '@sanity/pkg-utils@6.13.4(@types/babel__core@7.20.5)(@types/node@20.8.7)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(debug@4.4.0)(typescript@5.7.3)': dependencies: - '@babel/core': 7.26.7 - '@babel/preset-typescript': 7.26.0(@babel/core@7.26.7) - '@babel/types': 7.26.7 + '@babel/core': 7.26.8 + '@babel/preset-typescript': 7.26.0(@babel/core@7.26.8) + '@babel/types': 7.26.8 '@microsoft/api-extractor': 7.48.1(@types/node@20.8.7) '@microsoft/tsdoc-config': 0.17.1 '@optimize-lodash/rollup-plugin': 5.0.0(rollup@4.34.5) '@rollup/plugin-alias': 5.1.1(rollup@4.34.5) - '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.7)(@types/babel__core@7.20.5)(rollup@4.34.5) + '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.8)(@types/babel__core@7.20.5)(rollup@4.34.5) '@rollup/plugin-commonjs': 28.0.2(rollup@4.34.5) '@rollup/plugin-json': 6.1.0(rollup@4.34.5) '@rollup/plugin-node-resolve': 16.0.0(rollup@4.34.5) @@ -17480,14 +17398,14 @@ snapshots: '@sanity/pkg-utils@6.13.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(debug@4.4.0)(typescript@5.7.3)': dependencies: - '@babel/core': 7.26.7 - '@babel/preset-typescript': 7.26.0(@babel/core@7.26.7) - '@babel/types': 7.26.7 + '@babel/core': 7.26.8 + '@babel/preset-typescript': 7.26.0(@babel/core@7.26.8) + '@babel/types': 7.26.8 '@microsoft/api-extractor': 7.48.1(@types/node@22.13.1) '@microsoft/tsdoc-config': 0.17.1 '@optimize-lodash/rollup-plugin': 5.0.0(rollup@4.34.5) '@rollup/plugin-alias': 5.1.1(rollup@4.34.5) - '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.7)(@types/babel__core@7.20.5)(rollup@4.34.5) + '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.8)(@types/babel__core@7.20.5)(rollup@4.34.5) '@rollup/plugin-commonjs': 28.0.2(rollup@4.34.5) '@rollup/plugin-json': 6.1.0(rollup@4.34.5) '@rollup/plugin-node-resolve': 16.0.0(rollup@4.34.5) @@ -17530,16 +17448,16 @@ snapshots: - debug - supports-color - '@sanity/pkg-utils@6.13.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3)': + '@sanity/pkg-utils@7.0.4(@types/babel__core@7.20.5)(@types/node@22.13.1)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(typescript@5.7.3)': dependencies: - '@babel/core': 7.26.7 - '@babel/preset-typescript': 7.26.0(@babel/core@7.26.7) - '@babel/types': 7.26.7 - '@microsoft/api-extractor': 7.48.1(@types/node@22.13.1) + '@babel/core': 7.26.8 + '@babel/preset-typescript': 7.26.0(@babel/core@7.26.8) + '@babel/types': 7.26.8 + '@microsoft/api-extractor': 7.49.2(@types/node@22.13.1) '@microsoft/tsdoc-config': 0.17.1 - '@optimize-lodash/rollup-plugin': 5.0.0(rollup@4.34.5) + '@optimize-lodash/rollup-plugin': 5.0.1(rollup@4.34.5) '@rollup/plugin-alias': 5.1.1(rollup@4.34.5) - '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.7)(@types/babel__core@7.20.5)(rollup@4.34.5) + '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.8)(@types/babel__core@7.20.5)(rollup@4.34.5) '@rollup/plugin-commonjs': 28.0.2(rollup@4.34.5) '@rollup/plugin-json': 6.1.0(rollup@4.34.5) '@rollup/plugin-node-resolve': 16.0.0(rollup@4.34.5) @@ -19001,7 +18919,7 @@ snapshots: '@vanilla-extract/babel-plugin-debug-ids@1.2.0': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 transitivePeerDependencies: - supports-color @@ -19024,8 +18942,8 @@ snapshots: '@vanilla-extract/integration@6.5.0(@types/node@22.13.1)(terser@5.38.1)': dependencies: - '@babel/core': 7.26.7 - '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.7) + '@babel/core': 7.26.8 + '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.8) '@vanilla-extract/babel-plugin-debug-ids': 1.2.0 '@vanilla-extract/css': 1.17.1 esbuild: 0.17.6 @@ -19051,11 +18969,11 @@ snapshots: '@vanilla-extract/private@1.0.6': {} - '@vercel/analytics@1.4.1(@remix-run/react@2.15.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.7.3))(@sveltejs/kit@2.17.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(next@15.1.6(@babel/core@7.26.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(svelte@4.2.19)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))': + '@vercel/analytics@1.4.1(@remix-run/react@2.15.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.7.3))(@sveltejs/kit@2.17.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(next@15.1.6(@babel/core@7.26.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(svelte@4.2.19)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))': optionalDependencies: '@remix-run/react': 2.15.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.7.3) '@sveltejs/kit': 2.17.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)) - next: 15.1.6(@babel/core@7.26.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + next: 15.1.6(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react: 19.0.0 svelte: 4.2.19 vue: 3.5.13(typescript@5.7.3) @@ -19119,10 +19037,10 @@ snapshots: optionalDependencies: ajv: 6.12.6 - '@vercel/speed-insights@1.1.0(@sveltejs/kit@2.17.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.1.0(@types/node@20.17.17)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.1.0(@types/node@20.17.17)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(next@15.2.0-canary.45(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(svelte@4.2.19)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))': + '@vercel/speed-insights@1.1.0(@sveltejs/kit@2.17.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.1.0(@types/node@20.17.17)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.1.0(@types/node@20.17.17)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(next@15.2.0-canary.48(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(svelte@4.2.19)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))': optionalDependencies: '@sveltejs/kit': 2.17.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.1.0(@types/node@20.17.17)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.1.0(@types/node@20.17.17)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)) - next: 15.2.0-canary.45(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + next: 15.2.0-canary.48(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react: 19.0.0 svelte: 4.2.19 vue: 3.5.13(typescript@5.7.3) @@ -19152,9 +19070,9 @@ snapshots: '@vitejs/plugin-react@4.3.4(vite@6.1.0(@types/node@20.17.17)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0))': dependencies: - '@babel/core': 7.26.7 - '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.7) - '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.7) + '@babel/core': 7.26.8 + '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.8) + '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.8) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 vite: 6.1.0(@types/node@20.17.17)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0) @@ -19163,9 +19081,9 @@ snapshots: '@vitejs/plugin-react@4.3.4(vite@6.1.0(@types/node@20.8.7)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0))': dependencies: - '@babel/core': 7.26.7 - '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.7) - '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.7) + '@babel/core': 7.26.8 + '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.8) + '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.8) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 vite: 6.1.0(@types/node@20.8.7)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0) @@ -19174,9 +19092,9 @@ snapshots: '@vitejs/plugin-react@4.3.4(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0))': dependencies: - '@babel/core': 7.26.7 - '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.7) - '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.7) + '@babel/core': 7.26.8 + '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.8) + '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.8) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 vite: 6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0) @@ -19333,30 +19251,13 @@ snapshots: '@vue/babel-helper-vue-transform-on@1.2.5': {} - '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.26.7)': - dependencies: - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.7) - '@babel/template': 7.25.9 - '@babel/traverse': 7.26.7 - '@babel/types': 7.26.8 - '@vue/babel-helper-vue-transform-on': 1.2.5 - '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.26.7) - html-tags: 3.3.1 - svg-tags: 1.0.0 - optionalDependencies: - '@babel/core': 7.26.7 - transitivePeerDependencies: - - supports-color - '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.26.8)': dependencies: '@babel/helper-module-imports': 7.25.9 '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.8) - '@babel/template': 7.25.9 - '@babel/traverse': 7.26.7 + '@babel/template': 7.26.8 + '@babel/traverse': 7.26.8 '@babel/types': 7.26.8 '@vue/babel-helper-vue-transform-on': 1.2.5 '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.26.8) @@ -19367,17 +19268,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.26.7)': - dependencies: - '@babel/code-frame': 7.26.2 - '@babel/core': 7.26.7 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/parser': 7.26.8 - '@vue/compiler-sfc': 3.5.13 - transitivePeerDependencies: - - supports-color - '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.26.8)': dependencies: '@babel/code-frame': 7.26.2 @@ -19998,11 +19888,6 @@ snapshots: dependencies: '@babel/types': 7.26.8 - babel-plugin-react-compiler@19.0.0-beta-714736e-20250131: - dependencies: - '@babel/types': 7.26.7 - optional: true - babel-runtime@6.26.0: dependencies: core-js: 2.6.12 @@ -21421,7 +21306,7 @@ snapshots: eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1))(eslint@8.57.1) - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) eslint-plugin-jsx-a11y: 6.10.2(eslint@8.57.1) eslint-plugin-react: 7.37.4(eslint@8.57.1) eslint-plugin-react-hooks: 5.1.0(eslint@8.57.1) @@ -21432,9 +21317,9 @@ snapshots: - eslint-plugin-import-x - supports-color - eslint-config-next@15.2.0-canary.45(eslint@8.57.1)(typescript@5.7.3): + eslint-config-next@15.2.0-canary.48(eslint@8.57.1)(typescript@5.7.3): dependencies: - '@next/eslint-plugin-next': 15.2.0-canary.45 + '@next/eslint-plugin-next': 15.2.0-canary.48 '@rushstack/eslint-patch': 1.10.5 '@typescript-eslint/eslint-plugin': 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3) '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.7.3) @@ -21478,6 +21363,22 @@ snapshots: transitivePeerDependencies: - supports-color + eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1))(eslint@8.57.1): + dependencies: + '@nolyfill/is-core-module': 1.0.39 + debug: 4.4.0(supports-color@9.4.0) + enhanced-resolve: 5.18.1 + eslint: 8.57.1 + fast-glob: 3.3.3 + get-tsconfig: 4.10.0 + is-bun-module: 1.3.0 + is-glob: 4.0.3 + stable-hash: 0.0.4 + optionalDependencies: + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) + transitivePeerDependencies: + - supports-color + eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1))(eslint@8.57.1): dependencies: '@nolyfill/is-core-module': 1.0.39 @@ -21510,14 +21411,14 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1): + eslint-module-utils@2.12.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1): dependencies: debug: 3.2.7 optionalDependencies: '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.7.3) eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@8.57.1) + eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1))(eslint@8.57.1) transitivePeerDependencies: - supports-color @@ -21560,7 +21461,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -23975,8 +23876,8 @@ snapshots: magicast@0.3.5: dependencies: - '@babel/parser': 7.26.7 - '@babel/types': 7.26.7 + '@babel/parser': 7.26.8 + '@babel/types': 7.26.8 source-map-js: 1.2.1 make-dir@1.3.0: @@ -25054,7 +24955,7 @@ snapshots: sanity: 3.74.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.13.1)(@types/react@19.0.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(jiti@2.4.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.15(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.38.1)(typescript@5.7.3)(yaml@2.7.0) styled-components: 6.1.15(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - next-sanity@9.8.54(@sanity/client@6.27.2)(@sanity/icons@3.5.7(react@19.0.0))(@sanity/types@3.74.1(@types/react@19.0.8))(@sanity/ui@2.12.2(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0)(styled-components@6.1.15(react-dom@19.0.0(react@19.0.0))(react@19.0.0)))(next@15.2.0-canary.45(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(sanity@3.74.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@20.17.17)(@types/react@19.0.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(jiti@2.4.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.15(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.38.1)(typescript@5.7.3)(yaml@2.7.0))(styled-components@6.1.15(react-dom@19.0.0(react@19.0.0))(react@19.0.0)): + next-sanity@9.8.54(@sanity/client@6.27.2)(@sanity/icons@3.5.7(react@19.0.0))(@sanity/types@3.74.1(@types/react@19.0.8))(@sanity/ui@2.12.2(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0)(styled-components@6.1.15(react-dom@19.0.0(react@19.0.0))(react@19.0.0)))(next@15.2.0-canary.48(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(sanity@3.74.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@20.17.17)(@types/react@19.0.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(jiti@2.4.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.15(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.38.1)(typescript@5.7.3)(yaml@2.7.0))(styled-components@6.1.15(react-dom@19.0.0(react@19.0.0))(react@19.0.0)): dependencies: '@portabletext/react': 3.2.1(react@19.0.0) '@sanity/client': 6.27.2(debug@4.4.0) @@ -25067,63 +24968,11 @@ snapshots: '@sanity/visual-editing': link:packages/visual-editing groq: 3.74.1 history: 5.3.0 - next: 15.2.0-canary.45(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + next: 15.2.0-canary.48(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react: 19.0.0 sanity: 3.74.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@20.17.17)(@types/react@19.0.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(jiti@2.4.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.15(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.38.1)(typescript@5.7.3)(yaml@2.7.0) styled-components: 6.1.15(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - next@15.1.6(@babel/core@7.26.7)(babel-plugin-react-compiler@19.0.0-beta-714736e-20250131)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): - dependencies: - '@next/env': 15.1.6 - '@swc/counter': 0.1.3 - '@swc/helpers': 0.5.15 - busboy: 1.6.0 - caniuse-lite: 1.0.30001698 - postcss: 8.4.31 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - styled-jsx: 5.1.6(@babel/core@7.26.7)(react@19.0.0) - optionalDependencies: - '@next/swc-darwin-arm64': 15.1.6 - '@next/swc-darwin-x64': 15.1.6 - '@next/swc-linux-arm64-gnu': 15.1.6 - '@next/swc-linux-arm64-musl': 15.1.6 - '@next/swc-linux-x64-gnu': 15.1.6 - '@next/swc-linux-x64-musl': 15.1.6 - '@next/swc-win32-arm64-msvc': 15.1.6 - '@next/swc-win32-x64-msvc': 15.1.6 - babel-plugin-react-compiler: 19.0.0-beta-714736e-20250131 - sharp: 0.33.5 - transitivePeerDependencies: - - '@babel/core' - - babel-plugin-macros - - next@15.1.6(@babel/core@7.26.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): - dependencies: - '@next/env': 15.1.6 - '@swc/counter': 0.1.3 - '@swc/helpers': 0.5.15 - busboy: 1.6.0 - caniuse-lite: 1.0.30001698 - postcss: 8.4.31 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - styled-jsx: 5.1.6(@babel/core@7.26.7)(react@19.0.0) - optionalDependencies: - '@next/swc-darwin-arm64': 15.1.6 - '@next/swc-darwin-x64': 15.1.6 - '@next/swc-linux-arm64-gnu': 15.1.6 - '@next/swc-linux-arm64-musl': 15.1.6 - '@next/swc-linux-x64-gnu': 15.1.6 - '@next/swc-linux-x64-musl': 15.1.6 - '@next/swc-win32-arm64-msvc': 15.1.6 - '@next/swc-win32-x64-msvc': 15.1.6 - sharp: 0.33.5 - transitivePeerDependencies: - - '@babel/core' - - babel-plugin-macros - optional: true - next@15.1.6(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): dependencies: '@next/env': 15.1.6 @@ -25150,9 +24999,9 @@ snapshots: - '@babel/core' - babel-plugin-macros - next@15.2.0-canary.45(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + next@15.2.0-canary.48(@babel/core@7.26.8)(babel-plugin-react-compiler@19.0.0-beta-30d8a17-20250209)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): dependencies: - '@next/env': 15.2.0-canary.45 + '@next/env': 15.2.0-canary.48 '@swc/counter': 0.1.3 '@swc/helpers': 0.5.15 busboy: 1.6.0 @@ -25162,14 +25011,14 @@ snapshots: react-dom: 19.0.0(react@19.0.0) styled-jsx: 5.1.6(@babel/core@7.26.8)(react@19.0.0) optionalDependencies: - '@next/swc-darwin-arm64': 15.2.0-canary.45 - '@next/swc-darwin-x64': 15.2.0-canary.45 - '@next/swc-linux-arm64-gnu': 15.2.0-canary.45 - '@next/swc-linux-arm64-musl': 15.2.0-canary.45 - '@next/swc-linux-x64-gnu': 15.2.0-canary.45 - '@next/swc-linux-x64-musl': 15.2.0-canary.45 - '@next/swc-win32-arm64-msvc': 15.2.0-canary.45 - '@next/swc-win32-x64-msvc': 15.2.0-canary.45 + '@next/swc-darwin-arm64': 15.2.0-canary.48 + '@next/swc-darwin-x64': 15.2.0-canary.48 + '@next/swc-linux-arm64-gnu': 15.2.0-canary.48 + '@next/swc-linux-arm64-musl': 15.2.0-canary.48 + '@next/swc-linux-x64-gnu': 15.2.0-canary.48 + '@next/swc-linux-x64-musl': 15.2.0-canary.48 + '@next/swc-win32-arm64-msvc': 15.2.0-canary.48 + '@next/swc-win32-x64-msvc': 15.2.0-canary.48 babel-plugin-react-compiler: 19.0.0-beta-30d8a17-20250209 sharp: 0.33.5 transitivePeerDependencies: @@ -26597,7 +26446,7 @@ snapshots: react-docgen@7.1.1: dependencies: '@babel/core': 7.26.8 - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.8 '@babel/types': 7.26.8 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.6 @@ -28367,13 +28216,6 @@ snapshots: stylis: 4.3.2 tslib: 2.6.2 - styled-jsx@5.1.6(@babel/core@7.26.7)(react@19.0.0): - dependencies: - client-only: 0.0.1 - react: 19.0.0 - optionalDependencies: - '@babel/core': 7.26.7 - styled-jsx@5.1.6(@babel/core@7.26.8)(react@19.0.0): dependencies: client-only: 0.0.1 @@ -28931,6 +28773,8 @@ snapshots: typescript@5.4.2: {} + typescript@5.7.2: {} + typescript@5.7.3: {} ufo@1.5.4: {} @@ -29244,7 +29088,7 @@ snapshots: untyped@1.5.2: dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.8 '@babel/standalone': 7.26.7 '@babel/types': 7.26.8 citty: 0.1.6 @@ -29505,12 +29349,12 @@ snapshots: vite-plugin-vue-inspector@5.3.1(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(terser@5.38.1)(yaml@2.7.0)): dependencies: - '@babel/core': 7.26.7 - '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.7) - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.7) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.7) - '@babel/plugin-transform-typescript': 7.26.7(@babel/core@7.26.7) - '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.7) + '@babel/core': 7.26.8 + '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.8) + '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.8) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.8) + '@babel/plugin-transform-typescript': 7.26.7(@babel/core@7.26.8) + '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.8) '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.17