From 7fbeffd15d9b05cfcfaef2f7406d588dddb6d3bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 19:50:00 +0000 Subject: [PATCH 1/2] chore(deps): update non-major --- package.json | 64 ++++----- pnpm-lock.yaml | 349 +++++++++++++++++-------------------------------- 2 files changed, 153 insertions(+), 260 deletions(-) diff --git a/package.json b/package.json index 12de308f..fca5f54c 100644 --- a/package.json +++ b/package.json @@ -59,32 +59,32 @@ "browserslist": "extends @sanity/browserslist-config", "prettier": "@sanity/prettier-config", "dependencies": { - "@codemirror/autocomplete": "^6.18.3", - "@codemirror/commands": "^6.7.1", - "@codemirror/lang-html": "^6.4.9", - "@codemirror/lang-java": "^6.0.1", - "@codemirror/lang-javascript": "^6.2.2", - "@codemirror/lang-json": "^6.0.1", - "@codemirror/lang-markdown": "^6.3.1", - "@codemirror/lang-php": "^6.0.1", - "@codemirror/lang-sql": "^6.8.0", - "@codemirror/language": "^6.10.6", - "@codemirror/legacy-modes": "^6.4.2", - "@codemirror/search": "^6.5.8", - "@codemirror/state": "^6.5.0", - "@codemirror/view": "^6.35.3", + "@codemirror/autocomplete": "^6.19.0", + "@codemirror/commands": "^6.9.0", + "@codemirror/lang-html": "^6.4.11", + "@codemirror/lang-java": "^6.0.2", + "@codemirror/lang-javascript": "^6.2.4", + "@codemirror/lang-json": "^6.0.2", + "@codemirror/lang-markdown": "^6.4.0", + "@codemirror/lang-php": "^6.0.2", + "@codemirror/lang-sql": "^6.10.0", + "@codemirror/language": "^6.11.3", + "@codemirror/legacy-modes": "^6.5.2", + "@codemirror/search": "^6.5.11", + "@codemirror/state": "^6.5.2", + "@codemirror/view": "^6.38.6", "@juggle/resize-observer": "^3.4.0", "@lezer/highlight": "^1.2.1", - "@sanity/icons": "^3.5.2", - "@sanity/incompatible-plugin": "^1.0.4", - "@sanity/ui": "^3.0.5", - "@uiw/codemirror-themes": "^4.23.6", - "@uiw/react-codemirror": "^4.23.6" + "@sanity/icons": "^3.7.4", + "@sanity/incompatible-plugin": "^1.0.5", + "@sanity/ui": "^3.1.10", + "@uiw/codemirror-themes": "^4.25.2", + "@uiw/react-codemirror": "^4.25.2" }, "devDependencies": { - "@babel/core": "^7.23.6", - "@babel/preset-env": "^7.23.6", - "@babel/preset-react": "^7.23.3", + "@babel/core": "^7.28.4", + "@babel/preset-env": "^7.28.3", + "@babel/preset-react": "^7.27.1", "@changesets/changelog-github": "^0.5.1", "@changesets/cli": "^2.29.7", "@eslint/js": "^9.37.0", @@ -93,11 +93,11 @@ "@sanity/plugin-kit": "^4.0.19", "@sanity/prettier-config": "^2.0.1", "@sanity/vision": "^4.10.3", - "@testing-library/jest-dom": "^6.1.5", - "@testing-library/react": "^14.1.2", - "@types/jest": "^29.5.11", - "@types/react": "^18.2.45", - "@types/react-dom": "^18.2.0", + "@testing-library/jest-dom": "^6.9.1", + "@testing-library/react": "^14.3.1", + "@types/jest": "^29.5.14", + "@types/react": "^18.3.26", + "@types/react-dom": "^18.3.7", "babel-plugin-react-compiler": "^1.0.0", "eslint": "^9.37.0", "eslint-config-prettier": "^10.1.8", @@ -105,19 +105,19 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.0", "globals": "^16.4.0", - "husky": "^8.0.1", + "husky": "^8.0.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", - "lint-staged": "^15.2.0", - "npm-run-all": "^4.1.5", + "lint-staged": "^15.5.2", + "npm-run-all2": "^5.0.0", "prettier": "^3.6.2", "react": "^19.2.0", "react-dom": "^19.2.0", "rimraf": "^5.0.5", "sanity": "^4.10.3", "styled-components": "^6.1.19", - "ts-jest": "^29.1.1", - "typescript": "5.9.2", + "ts-jest": "^29.4.5", + "typescript": "5.9.3", "typescript-eslint": "^8.46.1" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6413baf2..f9f52106 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,46 +9,46 @@ importers: .: dependencies: '@codemirror/autocomplete': - specifier: ^6.18.3 + specifier: ^6.19.0 version: 6.19.0 '@codemirror/commands': - specifier: ^6.7.1 + specifier: ^6.9.0 version: 6.9.0 '@codemirror/lang-html': - specifier: ^6.4.9 + specifier: ^6.4.11 version: 6.4.11 '@codemirror/lang-java': - specifier: ^6.0.1 + specifier: ^6.0.2 version: 6.0.2 '@codemirror/lang-javascript': - specifier: ^6.2.2 + specifier: ^6.2.4 version: 6.2.4 '@codemirror/lang-json': - specifier: ^6.0.1 + specifier: ^6.0.2 version: 6.0.2 '@codemirror/lang-markdown': - specifier: ^6.3.1 + specifier: ^6.4.0 version: 6.4.0 '@codemirror/lang-php': - specifier: ^6.0.1 + specifier: ^6.0.2 version: 6.0.2 '@codemirror/lang-sql': - specifier: ^6.8.0 + specifier: ^6.10.0 version: 6.10.0 '@codemirror/language': - specifier: ^6.10.6 + specifier: ^6.11.3 version: 6.11.3 '@codemirror/legacy-modes': - specifier: ^6.4.2 + specifier: ^6.5.2 version: 6.5.2 '@codemirror/search': - specifier: ^6.5.8 + specifier: ^6.5.11 version: 6.5.11 '@codemirror/state': - specifier: ^6.5.0 + specifier: ^6.5.2 version: 6.5.2 '@codemirror/view': - specifier: ^6.35.3 + specifier: ^6.38.6 version: 6.38.6 '@juggle/resize-observer': specifier: ^3.4.0 @@ -57,29 +57,29 @@ importers: specifier: ^1.2.1 version: 1.2.1 '@sanity/icons': - specifier: ^3.5.2 + specifier: ^3.7.4 version: 3.7.4(react@19.2.0) '@sanity/incompatible-plugin': - specifier: ^1.0.4 + specifier: ^1.0.5 version: 1.0.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@sanity/ui': - specifier: ^3.0.5 + specifier: ^3.1.10 version: 3.1.10(@emotion/is-prop-valid@1.2.2)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.0)(react@19.2.0)(styled-components@6.1.19(react-dom@19.2.0(react@19.2.0))(react@19.2.0)) '@uiw/codemirror-themes': - specifier: ^4.23.6 + specifier: ^4.25.2 version: 4.25.2(@codemirror/language@6.11.3)(@codemirror/state@6.5.2)(@codemirror/view@6.38.6) '@uiw/react-codemirror': - specifier: ^4.23.6 + specifier: ^4.25.2 version: 4.25.2(@babel/runtime@7.28.4)(@codemirror/autocomplete@6.19.0)(@codemirror/language@6.11.3)(@codemirror/lint@6.9.0)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.6)(codemirror@6.0.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) devDependencies: '@babel/core': - specifier: ^7.23.6 + specifier: ^7.28.4 version: 7.28.4 '@babel/preset-env': - specifier: ^7.23.6 + specifier: ^7.28.3 version: 7.28.3(@babel/core@7.28.4) '@babel/preset-react': - specifier: ^7.23.3 + specifier: ^7.27.1 version: 7.27.1(@babel/core@7.28.4) '@changesets/changelog-github': specifier: ^0.5.1 @@ -95,10 +95,10 @@ importers: version: 1.0.5 '@sanity/pkg-utils': specifier: ^8.1.21 - version: 8.1.21(@types/babel__core@7.20.5)(@types/node@24.7.2)(babel-plugin-react-compiler@1.0.0)(typescript@5.9.2) + version: 8.1.21(@types/babel__core@7.20.5)(@types/node@24.7.2)(babel-plugin-react-compiler@1.0.0)(typescript@5.9.3) '@sanity/plugin-kit': specifier: ^4.0.19 - version: 4.0.19(@types/babel__core@7.20.5)(@types/node@24.7.2)(babel-plugin-react-compiler@1.0.0)(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.2) + version: 4.0.19(@types/babel__core@7.20.5)(@types/node@24.7.2)(babel-plugin-react-compiler@1.0.0)(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) '@sanity/prettier-config': specifier: ^2.0.1 version: 2.0.1(prettier@3.6.2) @@ -106,19 +106,19 @@ importers: specifier: ^4.10.3 version: 4.10.3(@babel/runtime@7.28.4)(@codemirror/lint@6.9.0)(@codemirror/theme-one-dark@6.1.3)(@emotion/is-prop-valid@1.2.2)(codemirror@6.0.2)(react-dom@19.2.0(react@19.2.0))(react-is@19.2.0)(react@19.2.0)(styled-components@6.1.19(react-dom@19.2.0(react@19.2.0))(react@19.2.0)) '@testing-library/jest-dom': - specifier: ^6.1.5 + specifier: ^6.9.1 version: 6.9.1 '@testing-library/react': - specifier: ^14.1.2 + specifier: ^14.3.1 version: 14.3.1(@types/react@18.3.26)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@types/jest': - specifier: ^29.5.11 + specifier: ^29.5.14 version: 29.5.14 '@types/react': - specifier: ^18.2.45 + specifier: ^18.3.26 version: 18.3.26 '@types/react-dom': - specifier: ^18.2.0 + specifier: ^18.3.7 version: 18.3.7(@types/react@18.3.26) babel-plugin-react-compiler: specifier: ^1.0.0 @@ -142,7 +142,7 @@ importers: specifier: ^16.4.0 version: 16.4.0 husky: - specifier: ^8.0.1 + specifier: ^8.0.3 version: 8.0.3 jest: specifier: ^29.7.0 @@ -151,11 +151,11 @@ importers: specifier: ^29.7.0 version: 29.7.0 lint-staged: - specifier: ^15.2.0 + specifier: ^15.5.2 version: 15.5.2 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 + npm-run-all2: + specifier: ^5.0.0 + version: 5.0.2 prettier: specifier: ^3.6.2 version: 3.6.2 @@ -170,19 +170,19 @@ importers: version: 5.0.10 sanity: specifier: ^4.10.3 - version: 4.10.3(@emotion/is-prop-valid@1.2.2)(@portabletext/sanity-bridge@1.1.13(@sanity/schema@4.10.3(@types/react@18.3.26)(debug@4.4.3))(@sanity/types@4.10.3(@types/react@18.3.26)(debug@4.4.3)))(@types/node@24.7.2)(@types/react-dom@18.3.7(@types/react@18.3.26))(@types/react@18.3.26)(babel-plugin-react-compiler@1.0.0)(immer@10.1.3)(jiti@2.6.1)(lightningcss@1.30.2)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@6.1.19(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.2)(yaml@2.8.1) + version: 4.10.3(@emotion/is-prop-valid@1.2.2)(@portabletext/sanity-bridge@1.1.13(@sanity/schema@4.10.3(@types/react@18.3.26)(debug@4.4.3))(@sanity/types@4.10.3(@types/react@18.3.26)(debug@4.4.3)))(@types/node@24.7.2)(@types/react-dom@18.3.7(@types/react@18.3.26))(@types/react@18.3.26)(babel-plugin-react-compiler@1.0.0)(immer@10.1.3)(jiti@2.6.1)(lightningcss@1.30.2)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@6.1.19(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) styled-components: specifier: ^6.1.19 version: 6.1.19(react-dom@19.2.0(react@19.2.0))(react@19.2.0) ts-jest: - specifier: ^29.1.1 - version: 29.4.5(@babel/core@7.28.4)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.4))(esbuild@0.24.2)(jest-util@29.7.0)(jest@29.7.0(@types/node@24.7.2))(typescript@5.9.2) + specifier: ^29.4.5 + version: 29.4.5(@babel/core@7.28.4)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.4))(esbuild@0.24.2)(jest-util@29.7.0)(jest@29.7.0(@types/node@24.7.2))(typescript@5.9.3) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 5.9.3 + version: 5.9.3 typescript-eslint: specifier: ^8.46.1 - version: 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.2) + version: 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) packages: @@ -3781,10 +3781,6 @@ packages: crelt@1.0.6: resolution: {integrity: sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==} - cross-spawn@6.0.6: - resolution: {integrity: sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==} - engines: {node: '>=4.8'} - cross-spawn@7.0.6: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} @@ -5462,9 +5458,6 @@ packages: json-lexer@1.2.0: resolution: {integrity: sha512-7otpx5UPFeSELoF8nkZPHCfywg86wOsJV0WNOaysuO7mfWj1QFp2vlqESRRCeJKBXr+tqDgHh4HgqUFKTLcifQ==} - json-parse-better-errors@1.0.2: - resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} - json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} @@ -5614,10 +5607,6 @@ packages: resolution: {integrity: sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==} engines: {node: '>=18.0.0'} - load-json-file@4.0.0: - resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} - engines: {node: '>=4'} - load-yaml-file@0.2.0: resolution: {integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==} engines: {node: '>=6'} @@ -5924,9 +5913,6 @@ packages: neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - nice-try@1.0.5: - resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} - node-fetch@2.7.0: resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} engines: {node: 4.x || >=6.0.0} @@ -5976,9 +5962,9 @@ packages: resolution: {integrity: sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - npm-run-all@4.1.5: - resolution: {integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==} - engines: {node: '>= 4'} + npm-run-all2@5.0.2: + resolution: {integrity: sha512-S2G6FWZ3pNWAAKm2PFSOtEAG/N+XO/kz3+9l6V91IY+Y3XFSt7Lp7DV92KCgEboEW0hRTu0vFaMe4zXDZYaOyA==} + engines: {node: '>= 10'} hasBin: true npm-run-path@3.1.0: @@ -6201,10 +6187,6 @@ packages: resolution: {integrity: sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==} engines: {node: '>=8'} - parse-json@4.0.0: - resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} - engines: {node: '>=4'} - parse-json@5.2.0: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} @@ -6239,10 +6221,6 @@ packages: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} - path-key@2.0.1: - resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} - engines: {node: '>=4'} - path-key@3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} @@ -6268,10 +6246,6 @@ packages: path-to-regexp@6.3.0: resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==} - path-type@3.0.0: - resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} - engines: {node: '>=4'} - path-type@4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} @@ -6300,8 +6274,8 @@ packages: resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} engines: {node: '>=12'} - pidtree@0.3.1: - resolution: {integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==} + pidtree@0.5.0: + resolution: {integrity: sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==} engines: {node: '>=0.10'} hasBin: true @@ -6310,10 +6284,6 @@ packages: engines: {node: '>=0.10'} hasBin: true - pify@3.0.0: - resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} - engines: {node: '>=4'} - pify@4.0.1: resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} engines: {node: '>=6'} @@ -6579,10 +6549,6 @@ packages: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} engines: {node: '>=8'} - read-pkg@3.0.0: - resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==} - engines: {node: '>=4'} - read-pkg@5.2.0: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} engines: {node: '>=8'} @@ -6907,18 +6873,10 @@ packages: shallowequal@1.1.0: resolution: {integrity: sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==} - shebang-command@1.2.0: - resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} - engines: {node: '>=0.10.0'} - shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} engines: {node: '>=8'} - shebang-regex@1.0.0: - resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} - engines: {node: '>=0.10.0'} - shebang-regex@3.0.0: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} @@ -7101,10 +7059,6 @@ packages: resolution: {integrity: sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==} engines: {node: '>= 0.4'} - string.prototype.padend@3.1.6: - resolution: {integrity: sha512-XZpspuSB7vJWhvJc9DLSlrXl1mcA2BdoY5jjnS135ydXqLoqhs96JjDtCkjJEQHvfqZIp9hBuBMgI589peyx9Q==} - engines: {node: '>= 0.4'} - string.prototype.repeat@1.0.0: resolution: {integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==} @@ -7457,8 +7411,8 @@ packages: engines: {node: '>=14.17'} hasBin: true - typescript@5.9.2: - resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==} + typescript@5.9.3: + resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} engines: {node: '>=14.17'} hasBin: true @@ -7765,10 +7719,6 @@ packages: resolution: {integrity: sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==} engines: {node: '>= 0.4'} - which@1.3.1: - resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} - hasBin: true - which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} engines: {node: '>= 8'} @@ -10621,12 +10571,12 @@ snapshots: '@sanity/browserslist-config@1.0.5': {} - '@sanity/cli@4.10.3(@types/node@24.7.2)(babel-plugin-react-compiler@1.0.0)(lightningcss@1.30.2)(react@19.2.0)(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.2)(yaml@2.8.1)': + '@sanity/cli@4.10.3(@types/node@24.7.2)(babel-plugin-react-compiler@1.0.0)(lightningcss@1.30.2)(react@19.2.0)(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)': dependencies: '@babel/traverse': 7.28.4 '@sanity/client': 7.12.0(debug@4.4.3) '@sanity/codegen': 4.10.3 - '@sanity/runtime-cli': 10.11.0(@types/node@24.7.2)(debug@4.4.3)(lightningcss@1.30.2)(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.2)(yaml@2.8.1) + '@sanity/runtime-cli': 10.11.0(@types/node@24.7.2)(debug@4.4.3)(lightningcss@1.30.2)(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) '@sanity/telemetry': 0.8.1(react@19.2.0) '@sanity/template-validator': 2.4.3 chalk: 4.1.2 @@ -10888,7 +10838,7 @@ snapshots: - '@types/react' - supports-color - '@sanity/pkg-utils@6.12.1(@types/babel__core@7.20.5)(@types/node@24.7.2)(babel-plugin-react-compiler@1.0.0)(typescript@5.9.2)': + '@sanity/pkg-utils@6.12.1(@types/babel__core@7.20.5)(@types/node@24.7.2)(babel-plugin-react-compiler@1.0.0)(typescript@5.9.3)': dependencies: '@babel/core': 7.28.4 '@babel/preset-typescript': 7.27.1(@babel/core@7.28.4) @@ -10928,7 +10878,7 @@ snapshots: rollup-plugin-esbuild: 6.2.1(esbuild@0.24.2)(rollup@4.52.4) rxjs: 7.8.2 treeify: 1.1.0 - typescript: 5.9.2 + typescript: 5.9.3 uuid: 11.1.0 zod: 3.24.1 zod-validation-error: 3.4.0(zod@3.24.1) @@ -10940,7 +10890,7 @@ snapshots: - debug - supports-color - '@sanity/pkg-utils@8.1.21(@types/babel__core@7.20.5)(@types/node@24.7.2)(babel-plugin-react-compiler@1.0.0)(typescript@5.9.2)': + '@sanity/pkg-utils@8.1.21(@types/babel__core@7.20.5)(@types/node@24.7.2)(babel-plugin-react-compiler@1.0.0)(typescript@5.9.3)': dependencies: '@babel/core': 7.28.4 '@babel/parser': 7.28.4 @@ -10978,13 +10928,13 @@ snapshots: recast: 0.23.11 rimraf: 6.0.1 rolldown: 1.0.0-beta.42 - rolldown-plugin-dts: 0.16.11(rolldown@1.0.0-beta.42)(typescript@5.9.2) + rolldown-plugin-dts: 0.16.11(rolldown@1.0.0-beta.42)(typescript@5.9.3) rollup: 4.52.4 rollup-plugin-esbuild: 6.2.1(esbuild@0.25.11)(rollup@4.52.4) rxjs: 7.8.2 treeify: 1.1.0 tsx: 4.20.6 - typescript: 5.9.2 + typescript: 5.9.3 uuid: 13.0.0 zod: 4.1.12 zod-validation-error: 4.0.2(zod@4.1.12) @@ -11001,10 +10951,10 @@ snapshots: - supports-color - vue-tsc - '@sanity/plugin-kit@4.0.19(@types/babel__core@7.20.5)(@types/node@24.7.2)(babel-plugin-react-compiler@1.0.0)(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.2)': + '@sanity/plugin-kit@4.0.19(@types/babel__core@7.20.5)(@types/node@24.7.2)(babel-plugin-react-compiler@1.0.0)(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@rexxars/choosealicense-list': 1.1.2 - '@sanity/pkg-utils': 6.12.1(@types/babel__core@7.20.5)(@types/node@24.7.2)(babel-plugin-react-compiler@1.0.0)(typescript@5.9.2) + '@sanity/pkg-utils': 6.12.1(@types/babel__core@7.20.5)(@types/node@24.7.2)(babel-plugin-react-compiler@1.0.0)(typescript@5.9.3) chalk: 4.1.2 concurrently: 8.2.2 discover-path: 1.0.0 @@ -11052,15 +11002,15 @@ snapshots: prettier: 3.6.2 prettier-plugin-packagejson: 2.5.19(prettier@3.6.2) - '@sanity/preview-url-secret@2.1.15(@sanity/client@7.12.0(debug@4.4.3))(@sanity/icons@3.7.4(react@19.2.0))(sanity@4.10.3(@emotion/is-prop-valid@1.2.2)(@portabletext/sanity-bridge@1.1.13(@sanity/schema@4.10.3(@types/react@18.3.26)(debug@4.4.3))(@sanity/types@4.10.3(@types/react@18.3.26)(debug@4.4.3)))(@types/node@24.7.2)(@types/react-dom@18.3.7(@types/react@18.3.26))(@types/react@18.3.26)(babel-plugin-react-compiler@1.0.0)(immer@10.1.3)(jiti@2.6.1)(lightningcss@1.30.2)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@6.1.19(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.2)(yaml@2.8.1))': + '@sanity/preview-url-secret@2.1.15(@sanity/client@7.12.0(debug@4.4.3))(@sanity/icons@3.7.4(react@19.2.0))(sanity@4.10.3(@emotion/is-prop-valid@1.2.2)(@portabletext/sanity-bridge@1.1.13(@sanity/schema@4.10.3(@types/react@18.3.26)(debug@4.4.3))(@sanity/types@4.10.3(@types/react@18.3.26)(debug@4.4.3)))(@types/node@24.7.2)(@types/react-dom@18.3.7(@types/react@18.3.26))(@types/react@18.3.26)(babel-plugin-react-compiler@1.0.0)(immer@10.1.3)(jiti@2.6.1)(lightningcss@1.30.2)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@6.1.19(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))': dependencies: '@sanity/client': 7.12.0(debug@4.4.3) '@sanity/uuid': 3.0.2 optionalDependencies: '@sanity/icons': 3.7.4(react@19.2.0) - sanity: 4.10.3(@emotion/is-prop-valid@1.2.2)(@portabletext/sanity-bridge@1.1.13(@sanity/schema@4.10.3(@types/react@18.3.26)(debug@4.4.3))(@sanity/types@4.10.3(@types/react@18.3.26)(debug@4.4.3)))(@types/node@24.7.2)(@types/react-dom@18.3.7(@types/react@18.3.26))(@types/react@18.3.26)(babel-plugin-react-compiler@1.0.0)(immer@10.1.3)(jiti@2.6.1)(lightningcss@1.30.2)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@6.1.19(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.2)(yaml@2.8.1) + sanity: 4.10.3(@emotion/is-prop-valid@1.2.2)(@portabletext/sanity-bridge@1.1.13(@sanity/schema@4.10.3(@types/react@18.3.26)(debug@4.4.3))(@sanity/types@4.10.3(@types/react@18.3.26)(debug@4.4.3)))(@types/node@24.7.2)(@types/react-dom@18.3.7(@types/react@18.3.26))(@types/react@18.3.26)(babel-plugin-react-compiler@1.0.0)(immer@10.1.3)(jiti@2.6.1)(lightningcss@1.30.2)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@6.1.19(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) - '@sanity/runtime-cli@10.11.0(@types/node@24.7.2)(debug@4.4.3)(lightningcss@1.30.2)(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.2)(yaml@2.8.1)': + '@sanity/runtime-cli@10.11.0(@types/node@24.7.2)(debug@4.4.3)(lightningcss@1.30.2)(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)': dependencies: '@architect/hydrate': 4.0.10 '@architect/inventory': 4.0.9 @@ -11082,7 +11032,7 @@ snapshots: ora: 9.0.0 tar-stream: 3.1.7 vite: 7.1.10(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1) - vite-tsconfig-paths: 5.1.4(typescript@5.9.2)(vite@7.1.10(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1)) + vite-tsconfig-paths: 5.1.4(typescript@5.9.3)(vite@7.1.10(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1)) ws: 8.18.3 xdg-basedir: 5.1.0 transitivePeerDependencies: @@ -11485,41 +11435,41 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/eslint-plugin@8.46.1(@typescript-eslint/parser@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.2))(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.2)': + '@typescript-eslint/eslint-plugin@8.46.1(@typescript-eslint/parser@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.2) + '@typescript-eslint/parser': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) '@typescript-eslint/scope-manager': 8.46.1 - '@typescript-eslint/type-utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.2) - '@typescript-eslint/utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.2) + '@typescript-eslint/type-utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) '@typescript-eslint/visitor-keys': 8.46.1 eslint: 9.37.0(jiti@2.6.1) graphemer: 1.4.0 ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.1.0(typescript@5.9.2) - typescript: 5.9.2 + ts-api-utils: 2.1.0(typescript@5.9.3) + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.2)': + '@typescript-eslint/parser@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@typescript-eslint/scope-manager': 8.46.1 '@typescript-eslint/types': 8.46.1 - '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.2) + '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3) '@typescript-eslint/visitor-keys': 8.46.1 debug: 4.4.3(supports-color@5.5.0) eslint: 9.37.0(jiti@2.6.1) - typescript: 5.9.2 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.46.1(typescript@5.9.2)': + '@typescript-eslint/project-service@8.46.1(typescript@5.9.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.46.1(typescript@5.9.2) + '@typescript-eslint/tsconfig-utils': 8.46.1(typescript@5.9.3) '@typescript-eslint/types': 8.46.1 debug: 4.4.3(supports-color@5.5.0) - typescript: 5.9.2 + typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -11528,28 +11478,28 @@ snapshots: '@typescript-eslint/types': 8.46.1 '@typescript-eslint/visitor-keys': 8.46.1 - '@typescript-eslint/tsconfig-utils@8.46.1(typescript@5.9.2)': + '@typescript-eslint/tsconfig-utils@8.46.1(typescript@5.9.3)': dependencies: - typescript: 5.9.2 + typescript: 5.9.3 - '@typescript-eslint/type-utils@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.2)': + '@typescript-eslint/type-utils@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@typescript-eslint/types': 8.46.1 - '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.2) - '@typescript-eslint/utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.2) + '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3) + '@typescript-eslint/utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) debug: 4.4.3(supports-color@5.5.0) eslint: 9.37.0(jiti@2.6.1) - ts-api-utils: 2.1.0(typescript@5.9.2) - typescript: 5.9.2 + ts-api-utils: 2.1.0(typescript@5.9.3) + typescript: 5.9.3 transitivePeerDependencies: - supports-color '@typescript-eslint/types@8.46.1': {} - '@typescript-eslint/typescript-estree@8.46.1(typescript@5.9.2)': + '@typescript-eslint/typescript-estree@8.46.1(typescript@5.9.3)': dependencies: - '@typescript-eslint/project-service': 8.46.1(typescript@5.9.2) - '@typescript-eslint/tsconfig-utils': 8.46.1(typescript@5.9.2) + '@typescript-eslint/project-service': 8.46.1(typescript@5.9.3) + '@typescript-eslint/tsconfig-utils': 8.46.1(typescript@5.9.3) '@typescript-eslint/types': 8.46.1 '@typescript-eslint/visitor-keys': 8.46.1 debug: 4.4.3(supports-color@5.5.0) @@ -11557,19 +11507,19 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.7.3 - ts-api-utils: 2.1.0(typescript@5.9.2) - typescript: 5.9.2 + ts-api-utils: 2.1.0(typescript@5.9.3) + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.2)': + '@typescript-eslint/utils@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@eslint-community/eslint-utils': 4.9.0(eslint@9.37.0(jiti@2.6.1)) '@typescript-eslint/scope-manager': 8.46.1 '@typescript-eslint/types': 8.46.1 - '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.2) + '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3) eslint: 9.37.0(jiti@2.6.1) - typescript: 5.9.2 + typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -12080,7 +12030,7 @@ snapshots: builtins@5.1.0: dependencies: - semver: 7.5.4 + semver: 7.7.3 cac@6.7.14: {} @@ -12353,14 +12303,6 @@ snapshots: crelt@1.0.6: {} - cross-spawn@6.0.6: - dependencies: - nice-try: 1.0.5 - path-key: 2.0.1 - semver: 5.7.2 - shebang-command: 1.2.0 - which: 1.3.1 - cross-spawn@7.0.6: dependencies: path-key: 3.1.1 @@ -14523,8 +14465,6 @@ snapshots: json-lexer@1.2.0: {} - json-parse-better-errors@1.0.2: {} - json-parse-even-better-errors@2.3.1: {} json-reduce@3.0.0: {} @@ -14656,13 +14596,6 @@ snapshots: rfdc: 1.4.1 wrap-ansi: 9.0.2 - load-json-file@4.0.0: - dependencies: - graceful-fs: 4.2.11 - parse-json: 4.0.0 - pify: 3.0.0 - strip-bom: 3.0.0 - load-yaml-file@0.2.0: dependencies: graceful-fs: 4.2.11 @@ -14951,8 +14884,6 @@ snapshots: neo-async@2.6.2: {} - nice-try@1.0.5: {} - node-fetch@2.7.0: dependencies: whatwg-url: 5.0.0 @@ -14973,7 +14904,7 @@ snapshots: ignore-by-default: 1.0.1 minimatch: 3.1.2 pstree.remy: 1.1.8 - semver: 7.5.4 + semver: 7.7.3 simple-update-notifier: 2.0.0 supports-color: 5.5.0 touch: 3.1.1 @@ -14990,7 +14921,7 @@ snapshots: dependencies: hosted-git-info: 4.1.0 is-core-module: 2.16.1 - semver: 7.5.4 + semver: 7.7.3 validate-npm-package-license: 3.0.4 normalize-path@3.0.0: {} @@ -15012,17 +14943,15 @@ snapshots: dependencies: ignore-walk: 6.0.5 - npm-run-all@4.1.5: + npm-run-all2@5.0.2: dependencies: - ansi-styles: 3.2.1 - chalk: 2.4.2 - cross-spawn: 6.0.6 + ansi-styles: 5.2.0 + cross-spawn: 7.0.6 memorystream: 0.3.1 minimatch: 3.1.2 - pidtree: 0.3.1 - read-pkg: 3.0.0 + pidtree: 0.5.0 + read-pkg: 5.2.0 shell-quote: 1.8.3 - string.prototype.padend: 3.1.6 npm-run-path@3.1.0: dependencies: @@ -15286,11 +15215,6 @@ snapshots: git-config-path: 2.0.0 ini: 1.3.8 - parse-json@4.0.0: - dependencies: - error-ex: 1.3.4 - json-parse-better-errors: 1.0.2 - parse-json@5.2.0: dependencies: '@babel/code-frame': 7.27.1 @@ -15321,8 +15245,6 @@ snapshots: path-is-absolute@1.0.1: {} - path-key@2.0.1: {} - path-key@3.1.1: {} path-key@4.0.0: {} @@ -15343,10 +15265,6 @@ snapshots: path-to-regexp@6.3.0: {} - path-type@3.0.0: - dependencies: - pify: 3.0.0 - path-type@4.0.0: {} path-type@6.0.0: {} @@ -15367,12 +15285,10 @@ snapshots: picomatch@4.0.3: {} - pidtree@0.3.1: {} + pidtree@0.5.0: {} pidtree@0.6.0: {} - pify@3.0.0: {} - pify@4.0.1: {} pirates@4.0.7: {} @@ -15587,7 +15503,7 @@ snapshots: optionalDependencies: '@types/react': 18.3.26 - react-i18next@15.6.1(i18next@23.16.8)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2): + react-i18next@15.6.1(i18next@23.16.8)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3): dependencies: '@babel/runtime': 7.28.4 html-parse-stringify: 3.0.1 @@ -15595,7 +15511,7 @@ snapshots: react: 19.2.0 optionalDependencies: react-dom: 19.2.0(react@19.2.0) - typescript: 5.9.2 + typescript: 5.9.3 react-is@16.13.1: {} @@ -15630,12 +15546,6 @@ snapshots: read-pkg: 5.2.0 type-fest: 0.8.1 - read-pkg@3.0.0: - dependencies: - load-json-file: 4.0.0 - normalize-package-data: 2.5.0 - path-type: 3.0.0 - read-pkg@5.2.0: dependencies: '@types/normalize-package-data': 2.4.4 @@ -15833,7 +15743,7 @@ snapshots: glob: 11.0.3 package-json-from-dist: 1.0.1 - rolldown-plugin-dts@0.16.11(rolldown@1.0.0-beta.42)(typescript@5.9.2): + rolldown-plugin-dts@0.16.11(rolldown@1.0.0-beta.42)(typescript@5.9.3): dependencies: '@babel/generator': 7.28.3 '@babel/parser': 7.28.4 @@ -15846,7 +15756,7 @@ snapshots: magic-string: 0.30.19 rolldown: 1.0.0-beta.42 optionalDependencies: - typescript: 5.9.2 + typescript: 5.9.3 transitivePeerDependencies: - oxc-resolver - supports-color @@ -15975,7 +15885,7 @@ snapshots: safer-buffer@2.1.2: {} - sanity@4.10.3(@emotion/is-prop-valid@1.2.2)(@portabletext/sanity-bridge@1.1.13(@sanity/schema@4.10.3(@types/react@18.3.26)(debug@4.4.3))(@sanity/types@4.10.3(@types/react@18.3.26)(debug@4.4.3)))(@types/node@24.7.2)(@types/react-dom@18.3.7(@types/react@18.3.26))(@types/react@18.3.26)(babel-plugin-react-compiler@1.0.0)(immer@10.1.3)(jiti@2.6.1)(lightningcss@1.30.2)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@6.1.19(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.2)(yaml@2.8.1): + sanity@4.10.3(@emotion/is-prop-valid@1.2.2)(@portabletext/sanity-bridge@1.1.13(@sanity/schema@4.10.3(@types/react@18.3.26)(debug@4.4.3))(@sanity/types@4.10.3(@types/react@18.3.26)(debug@4.4.3)))(@types/node@24.7.2)(@types/react-dom@18.3.7(@types/react@18.3.26))(@types/react@18.3.26)(babel-plugin-react-compiler@1.0.0)(immer@10.1.3)(jiti@2.6.1)(lightningcss@1.30.2)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@6.1.19(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1): dependencies: '@dnd-kit/core': 6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@dnd-kit/modifiers': 6.0.1(@dnd-kit/core@6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) @@ -15991,7 +15901,7 @@ snapshots: '@rexxars/react-json-inspector': 9.0.1(react@19.2.0) '@sanity/asset-utils': 2.3.0 '@sanity/bifur-client': 0.4.1 - '@sanity/cli': 4.10.3(@types/node@24.7.2)(babel-plugin-react-compiler@1.0.0)(lightningcss@1.30.2)(react@19.2.0)(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.2)(yaml@2.8.1) + '@sanity/cli': 4.10.3(@types/node@24.7.2)(babel-plugin-react-compiler@1.0.0)(lightningcss@1.30.2)(react@19.2.0)(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1) '@sanity/client': 7.12.0(debug@4.4.3) '@sanity/color': 3.0.6 '@sanity/comlink': 3.0.9 @@ -16011,7 +15921,7 @@ snapshots: '@sanity/migrate': 4.10.3(@types/react@18.3.26) '@sanity/mutator': 4.10.3(@types/react@18.3.26) '@sanity/presentation-comlink': 1.0.29(@sanity/client@7.12.0(debug@4.4.3))(@sanity/types@4.10.3(@types/react@18.3.26)(debug@4.4.3)) - '@sanity/preview-url-secret': 2.1.15(@sanity/client@7.12.0(debug@4.4.3))(@sanity/icons@3.7.4(react@19.2.0))(sanity@4.10.3(@emotion/is-prop-valid@1.2.2)(@portabletext/sanity-bridge@1.1.13(@sanity/schema@4.10.3(@types/react@18.3.26)(debug@4.4.3))(@sanity/types@4.10.3(@types/react@18.3.26)(debug@4.4.3)))(@types/node@24.7.2)(@types/react-dom@18.3.7(@types/react@18.3.26))(@types/react@18.3.26)(babel-plugin-react-compiler@1.0.0)(immer@10.1.3)(jiti@2.6.1)(lightningcss@1.30.2)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@6.1.19(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.2)(yaml@2.8.1)) + '@sanity/preview-url-secret': 2.1.15(@sanity/client@7.12.0(debug@4.4.3))(@sanity/icons@3.7.4(react@19.2.0))(sanity@4.10.3(@emotion/is-prop-valid@1.2.2)(@portabletext/sanity-bridge@1.1.13(@sanity/schema@4.10.3(@types/react@18.3.26)(debug@4.4.3))(@sanity/types@4.10.3(@types/react@18.3.26)(debug@4.4.3)))(@types/node@24.7.2)(@types/react-dom@18.3.7(@types/react@18.3.26))(@types/react@18.3.26)(babel-plugin-react-compiler@1.0.0)(immer@10.1.3)(jiti@2.6.1)(lightningcss@1.30.2)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(styled-components@6.1.19(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(terser@5.44.0)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)) '@sanity/schema': 4.10.3(@types/react@18.3.26)(debug@4.4.3) '@sanity/sdk': 2.1.2(@types/react@18.3.26)(debug@4.4.3)(immer@10.1.3)(react@19.2.0)(use-sync-external-store@1.6.0(react@19.2.0)) '@sanity/telemetry': 0.8.1(react@19.2.0) @@ -16090,7 +16000,7 @@ snapshots: react-dom: 19.2.0(react@19.2.0) react-fast-compare: 3.2.2 react-focus-lock: 2.13.6(@types/react@18.3.26)(react@19.2.0) - react-i18next: 15.6.1(i18next@23.16.8)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2) + react-i18next: 15.6.1(i18next@23.16.8)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3) react-is: 19.2.0 react-refractor: 4.0.0(react@19.2.0) react-rx: 4.2.1(react@19.2.0)(rxjs@7.8.2) @@ -16211,16 +16121,10 @@ snapshots: shallowequal@1.1.0: {} - shebang-command@1.2.0: - dependencies: - shebang-regex: 1.0.0 - shebang-command@2.0.0: dependencies: shebang-regex: 3.0.0 - shebang-regex@1.0.0: {} - shebang-regex@3.0.0: {} shell-quote@1.8.3: {} @@ -16259,7 +16163,7 @@ snapshots: simple-update-notifier@2.0.0: dependencies: - semver: 7.5.4 + semver: 7.7.3 simple-wcswidth@1.1.2: {} @@ -16440,13 +16344,6 @@ snapshots: set-function-name: 2.0.2 side-channel: 1.1.0 - string.prototype.padend@3.1.6: - dependencies: - call-bind: 1.0.8 - define-properties: 1.2.1 - es-abstract: 1.24.0 - es-object-atoms: 1.1.1 - string.prototype.repeat@1.0.0: dependencies: define-properties: 1.2.1 @@ -16680,13 +16577,13 @@ snapshots: trim-newlines@3.0.1: {} - ts-api-utils@2.1.0(typescript@5.9.2): + ts-api-utils@2.1.0(typescript@5.9.3): dependencies: - typescript: 5.9.2 + typescript: 5.9.3 ts-brand@0.2.0: {} - ts-jest@29.4.5(@babel/core@7.28.4)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.4))(esbuild@0.24.2)(jest-util@29.7.0)(jest@29.7.0(@types/node@24.7.2))(typescript@5.9.2): + ts-jest@29.4.5(@babel/core@7.28.4)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.4))(esbuild@0.24.2)(jest-util@29.7.0)(jest@29.7.0(@types/node@24.7.2))(typescript@5.9.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 @@ -16697,7 +16594,7 @@ snapshots: make-error: 1.3.6 semver: 7.7.3 type-fest: 4.41.0 - typescript: 5.9.2 + typescript: 5.9.3 yargs-parser: 21.1.1 optionalDependencies: '@babel/core': 7.28.4 @@ -16707,9 +16604,9 @@ snapshots: esbuild: 0.24.2 jest-util: 29.7.0 - tsconfck@3.1.6(typescript@5.9.2): + tsconfck@3.1.6(typescript@5.9.3): optionalDependencies: - typescript: 5.9.2 + typescript: 5.9.3 tsconfig-paths@4.2.0: dependencies: @@ -16793,14 +16690,14 @@ snapshots: dependencies: uuidv7: 0.4.4 - typescript-eslint@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.2): + typescript-eslint@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.46.1(@typescript-eslint/parser@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.2))(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.2) - '@typescript-eslint/parser': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.2) - '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.2) - '@typescript-eslint/utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.2) + '@typescript-eslint/eslint-plugin': 8.46.1(@typescript-eslint/parser@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3) + '@typescript-eslint/utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) eslint: 9.37.0(jiti@2.6.1) - typescript: 5.9.2 + typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -16808,7 +16705,7 @@ snapshots: typescript@5.8.2: {} - typescript@5.9.2: {} + typescript@5.9.3: {} ufo@1.6.1: {} @@ -16958,11 +16855,11 @@ snapshots: dependencies: builtins: 5.1.0 - vite-tsconfig-paths@5.1.4(typescript@5.9.2)(vite@7.1.10(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1)): + vite-tsconfig-paths@5.1.4(typescript@5.9.3)(vite@7.1.10(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1)): dependencies: debug: 4.4.3(supports-color@5.5.0) globrex: 0.1.2 - tsconfck: 3.1.6(typescript@5.9.2) + tsconfck: 3.1.6(typescript@5.9.3) optionalDependencies: vite: 7.1.10(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1) transitivePeerDependencies: @@ -16971,7 +16868,7 @@ snapshots: vite@7.1.10(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1): dependencies: - esbuild: 0.25.10 + esbuild: 0.25.11 fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 postcss: 8.5.6 @@ -17089,10 +16986,6 @@ snapshots: gopd: 1.2.0 has-tostringtag: 1.0.2 - which@1.3.1: - dependencies: - isexe: 2.0.0 - which@2.0.2: dependencies: isexe: 2.0.0 From f92ac27cf4cb689d77ba87deeacd637cc527c1c7 Mon Sep 17 00:00:00 2001 From: Cody Olsen <81981+stipsan@users.noreply.github.com> Date: Wed, 15 Oct 2025 21:57:09 +0200 Subject: [PATCH 2/2] Update codemirror dependencies in changeset --- .changeset/heavy-impalas-matter.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/heavy-impalas-matter.md diff --git a/.changeset/heavy-impalas-matter.md b/.changeset/heavy-impalas-matter.md new file mode 100644 index 00000000..29167f69 --- /dev/null +++ b/.changeset/heavy-impalas-matter.md @@ -0,0 +1,5 @@ +--- +"@sanity/code-input": patch +--- + +chore(deps): update codemirror dependencies