From 4a2665a8d3b34736f34d855f18b81f817ff5b376 Mon Sep 17 00:00:00 2001 From: Cody Olsen Date: Thu, 2 Jan 2025 16:58:00 +0100 Subject: [PATCH] chore: optimize --- dev/page-building-studio/package.json | 1 - dev/starter-studio/package.json | 1 - dev/studio-e2e-testing/package.json | 1 - dev/test-studio/package.json | 1 - package.json | 2 +- packages/sanity/.eslintrc.cjs | 3 +- pnpm-lock.yaml | 185 +++++++++++++------------- 7 files changed, 93 insertions(+), 101 deletions(-) diff --git a/dev/page-building-studio/package.json b/dev/page-building-studio/package.json index f20f48a7aa6..ccb8919ce81 100644 --- a/dev/page-building-studio/package.json +++ b/dev/page-building-studio/package.json @@ -15,7 +15,6 @@ "@sanity/vision": "workspace:*", "babel-plugin-react-compiler": "19.0.0-beta-55955c9-20241229", "react": "^19.0.0", - "react-compiler-runtime": "19.0.0-beta-55955c9-20241229", "react-dom": "^19.0.0", "react-icons": "^5.2.1", "sanity": "workspace:*", diff --git a/dev/starter-studio/package.json b/dev/starter-studio/package.json index f5a2112b428..8e79860a7d7 100644 --- a/dev/starter-studio/package.json +++ b/dev/starter-studio/package.json @@ -14,7 +14,6 @@ "dependencies": { "babel-plugin-react-compiler": "19.0.0-beta-55955c9-20241229", "react": "^19.0.0", - "react-compiler-runtime": "19.0.0-beta-55955c9-20241229", "react-dom": "^19.0.0", "sanity": "workspace:*", "styled-components": "^6.1.0" diff --git a/dev/studio-e2e-testing/package.json b/dev/studio-e2e-testing/package.json index e3fe6eda7dc..8ced47b8b73 100644 --- a/dev/studio-e2e-testing/package.json +++ b/dev/studio-e2e-testing/package.json @@ -22,7 +22,6 @@ "@sanity/vision": "3.68.3", "babel-plugin-react-compiler": "19.0.0-beta-55955c9-20241229", "react": "^19.0.0", - "react-compiler-runtime": "19.0.0-beta-55955c9-20241229", "react-dom": "^19.0.0", "sanity": "workspace:*", "sanity-plugin-markdown": "^5.0.0", diff --git a/dev/test-studio/package.json b/dev/test-studio/package.json index 96b2a0ccaf1..8e158c78a80 100644 --- a/dev/test-studio/package.json +++ b/dev/test-studio/package.json @@ -52,7 +52,6 @@ "lodash": "^4.17.21", "qs": "^6.10.2", "react": "^19.0.0", - "react-compiler-runtime": "19.0.0-beta-55955c9-20241229", "react-dom": "^19.0.0", "react-refractor": "^2.1.6", "refractor": "^3.6.0", diff --git a/package.json b/package.json index d812dd26a49..164a4ea62cf 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-compiler": "19.0.0-beta-55955c9-20241229", - "eslint-plugin-react-hooks": "^5.1.0", + "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-tsdoc": "^0.3.0", "eslint-plugin-unicorn": "^52.0.0", diff --git a/packages/sanity/.eslintrc.cjs b/packages/sanity/.eslintrc.cjs index 0ec1b4b3f13..56eb8e13630 100644 --- a/packages/sanity/.eslintrc.cjs +++ b/packages/sanity/.eslintrc.cjs @@ -7,7 +7,7 @@ const ROOT_PATH = path.resolve(__dirname, '../..') /** @type {import('eslint').Linter.Config} */ module.exports = { extends: ['plugin:boundaries/recommended'], - plugins: ['boundaries', 'testing-library'], + plugins: ['boundaries'], rules: { 'import/no-extraneous-dependencies': ['error', {packageDir: [ROOT_PATH, __dirname]}], 'boundaries/element-types': [ @@ -202,7 +202,6 @@ module.exports = { }, { files: ['**/*.test.*'], - extends: ['plugin:testing-library/react'], rules: { 'max-nested-callbacks': 'off', }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1b43526f714..4ca1e1702cd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -122,7 +122,7 @@ importers: version: 9.1.0(eslint@8.57.1) eslint-config-sanity: specifier: ^7.1.2 - version: 7.1.3(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.2))(eslint-plugin-import@2.31.0)(eslint-plugin-react-hooks@5.1.0(eslint@8.57.1))(eslint-plugin-react@7.37.2(eslint@8.57.1))(eslint@8.57.1) + version: 7.1.3(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.2))(eslint-plugin-import@2.31.0)(eslint-plugin-react-hooks@4.6.2(eslint@8.57.1))(eslint-plugin-react@7.37.2(eslint@8.57.1))(eslint@8.57.1) eslint-config-turbo: specifier: ^2.1.2 version: 2.3.3(eslint@8.57.1) @@ -145,8 +145,8 @@ importers: specifier: 19.0.0-beta-55955c9-20241229 version: 19.0.0-beta-55955c9-20241229(eslint@8.57.1) eslint-plugin-react-hooks: - specifier: ^5.1.0 - version: 5.1.0(eslint@8.57.1) + specifier: ^4.6.2 + version: 4.6.2(eslint@8.57.1) eslint-plugin-simple-import-sort: specifier: ^12.1.1 version: 12.1.1(eslint@8.57.1) @@ -297,9 +297,6 @@ importers: react: specifier: ^19.0.0 version: 19.0.0 - react-compiler-runtime: - specifier: 19.0.0-beta-55955c9-20241229 - version: 19.0.0-beta-55955c9-20241229(react@19.0.0) react-dom: specifier: ^19.0.0 version: 19.0.0(react@19.0.0) @@ -339,9 +336,6 @@ importers: react: specifier: ^19.0.0 version: 19.0.0 - react-compiler-runtime: - specifier: 19.0.0-beta-55955c9-20241229 - version: 19.0.0-beta-55955c9-20241229(react@19.0.0) react-dom: specifier: ^19.0.0 version: 19.0.0(react@19.0.0) @@ -390,9 +384,6 @@ importers: react: specifier: ^19.0.0 version: 19.0.0 - react-compiler-runtime: - specifier: 19.0.0-beta-55955c9-20241229 - version: 19.0.0-beta-55955c9-20241229(react@19.0.0) react-dom: specifier: ^19.0.0 version: 19.0.0(react@19.0.0) @@ -521,7 +512,7 @@ importers: version: link:../../packages/@sanity/migrate '@sanity/preview-url-secret': specifier: ^2.0.0 - version: 2.0.5(@sanity/client@6.24.1) + version: 2.0.5(@sanity/client@6.24.1(debug@4.4.0)) '@sanity/react-loader': specifier: ^1.8.3 version: 1.10.31(react@19.0.0) @@ -576,9 +567,6 @@ importers: react: specifier: ^19.0.0 version: 19.0.0 - react-compiler-runtime: - specifier: 19.0.0-beta-55955c9-20241229 - version: 19.0.0-beta-55955c9-20241229(react@19.0.0) react-dom: specifier: ^19.0.0 version: 19.0.0(react@19.0.0) @@ -802,7 +790,7 @@ importers: dependencies: '@babel/traverse': specifier: ^7.23.5 - version: 7.26.4(supports-color@5.5.0) + version: 7.26.4 '@sanity/client': specifier: ^6.24.1 version: 6.24.1(debug@4.4.0) @@ -823,7 +811,7 @@ importers: version: 4.1.2 debug: specifier: ^4.3.4 - version: 4.4.0(supports-color@5.5.0) + version: 4.4.0(supports-color@9.4.0) decompress: specifier: ^4.2.0 version: 4.2.1 @@ -1034,13 +1022,13 @@ importers: version: 7.25.9(@babel/core@7.26.0) '@babel/traverse': specifier: ^7.23.5 - version: 7.26.4(supports-color@5.5.0) + version: 7.26.4 '@babel/types': specifier: ^7.23.9 version: 7.26.3 debug: specifier: ^4.3.4 - version: 4.4.0(supports-color@5.5.0) + version: 4.4.0(supports-color@9.4.0) globby: specifier: ^11.1.0 version: 11.1.0 @@ -1120,7 +1108,7 @@ importers: version: 2.0.1 debug: specifier: ^4.3.4 - version: 4.4.0(supports-color@5.5.0) + version: 4.4.0(supports-color@9.4.0) fast-fifo: specifier: ^1.3.2 version: 1.3.2 @@ -1160,7 +1148,7 @@ importers: version: 3.0.2 debug: specifier: ^4.3.4 - version: 4.4.0(supports-color@5.5.0) + version: 4.4.0(supports-color@9.4.0) lodash: specifier: ^4.17.21 version: 4.17.21 @@ -1588,7 +1576,7 @@ importers: version: 2.30.0 debug: specifier: ^4.3.4 - version: 4.4.0(supports-color@5.5.0) + version: 4.4.0(supports-color@9.4.0) esbuild: specifier: 0.21.5 version: 0.21.5 @@ -7294,12 +7282,6 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - eslint-plugin-react-hooks@5.1.0: - resolution: {integrity: sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==} - engines: {node: '>=10'} - peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 - eslint-plugin-react@7.37.2: resolution: {integrity: sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==} engines: {node: '>=4'} @@ -12448,10 +12430,10 @@ snapshots: '@babel/helpers': 7.26.0 '@babel/parser': 7.26.3 '@babel/template': 7.25.9 - '@babel/traverse': 7.26.4(supports-color@5.5.0) + '@babel/traverse': 7.26.4 '@babel/types': 7.26.3 convert-source-map: 2.0.0 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -12494,7 +12476,7 @@ snapshots: '@babel/helper-optimise-call-expression': 7.25.9 '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.0) '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/traverse': 7.26.4(supports-color@5.5.0) + '@babel/traverse': 7.26.4 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -12511,7 +12493,7 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) lodash.debounce: 4.0.8 resolve: 1.22.9 transitivePeerDependencies: @@ -12519,7 +12501,14 @@ snapshots: '@babel/helper-member-expression-to-functions@7.25.9': dependencies: - '@babel/traverse': 7.26.4(supports-color@5.5.0) + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 + transitivePeerDependencies: + - supports-color + + '@babel/helper-module-imports@7.25.9': + dependencies: + '@babel/traverse': 7.26.4 '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color @@ -12534,9 +12523,9 @@ snapshots: '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-module-imports': 7.25.9(supports-color@5.5.0) + '@babel/helper-module-imports': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.4(supports-color@5.5.0) + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color @@ -12551,7 +12540,7 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-wrap-function': 7.25.9 - '@babel/traverse': 7.26.4(supports-color@5.5.0) + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color @@ -12560,13 +12549,13 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-member-expression-to-functions': 7.25.9 '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/traverse': 7.26.4(supports-color@5.5.0) + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.25.9': dependencies: - '@babel/traverse': 7.26.4(supports-color@5.5.0) + '@babel/traverse': 7.26.4 '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color @@ -12580,7 +12569,7 @@ snapshots: '@babel/helper-wrap-function@7.25.9': dependencies: '@babel/template': 7.25.9 - '@babel/traverse': 7.26.4(supports-color@5.5.0) + '@babel/traverse': 7.26.4 '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color @@ -12598,7 +12587,7 @@ snapshots: dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/traverse': 7.26.4(supports-color@5.5.0) + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color @@ -12625,7 +12614,7 @@ snapshots: dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/traverse': 7.26.4(supports-color@5.5.0) + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color @@ -12677,14 +12666,14 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.26.0) - '@babel/traverse': 7.26.4(supports-color@5.5.0) + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-module-imports': 7.25.9(supports-color@5.5.0) + '@babel/helper-module-imports': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.26.0) transitivePeerDependencies: @@ -12723,7 +12712,7 @@ snapshots: '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.0) - '@babel/traverse': 7.26.4(supports-color@5.5.0) + '@babel/traverse': 7.26.4 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -12784,7 +12773,7 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 - '@babel/traverse': 7.26.4(supports-color@5.5.0) + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color @@ -12830,7 +12819,7 @@ snapshots: '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.4(supports-color@5.5.0) + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color @@ -12944,7 +12933,7 @@ snapshots: dependencies: '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-module-imports': 7.25.9(supports-color@5.5.0) + '@babel/helper-module-imports': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) '@babel/types': 7.26.3 @@ -13160,6 +13149,18 @@ snapshots: '@babel/parser': 7.26.3 '@babel/types': 7.26.3 + '@babel/traverse@7.26.4': + dependencies: + '@babel/code-frame': 7.26.2 + '@babel/generator': 7.26.3 + '@babel/parser': 7.26.3 + '@babel/template': 7.25.9 + '@babel/types': 7.26.3 + debug: 4.4.0(supports-color@9.4.0) + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + '@babel/traverse@7.26.4(supports-color@5.5.0)': dependencies: '@babel/code-frame': 7.26.2 @@ -13378,7 +13379,7 @@ snapshots: '@emotion/babel-plugin@11.13.5': dependencies: - '@babel/helper-module-imports': 7.25.9(supports-color@5.5.0) + '@babel/helper-module-imports': 7.25.9 '@babel/runtime': 7.26.0 '@emotion/hash': 0.9.2 '@emotion/memoize': 0.9.0 @@ -13814,7 +13815,7 @@ snapshots: '@eslint/eslintrc@2.1.4': dependencies: ajv: 6.12.6 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) espree: 9.6.1 globals: 13.24.0 ignore: 5.3.2 @@ -13887,7 +13888,7 @@ snapshots: '@humanwhocodes/config-array@0.13.0': dependencies: '@humanwhocodes/object-schema': 2.0.3 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -14866,7 +14867,7 @@ snapshots: '@sanity/schema': link:packages/@sanity/schema '@sanity/types': link:packages/@sanity/types '@xstate/react': 5.0.1(@types/react@19.0.2)(react@19.0.0)(xstate@5.19.1) - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) get-random-values-esm: 1.0.2 lodash: 4.17.21 lodash.startcase: 4.4.0 @@ -14933,7 +14934,7 @@ snapshots: '@rollup/plugin-babel@6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@4.29.1)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-module-imports': 7.25.9(supports-color@5.5.0) + '@babel/helper-module-imports': 7.25.9 '@rollup/pluginutils': 5.1.4(rollup@4.29.1) optionalDependencies: '@types/babel__core': 7.20.5 @@ -15255,7 +15256,7 @@ snapshots: '@sanity/client': 6.24.1(debug@4.4.0) '@sanity/util': link:packages/@sanity/util archiver: 7.0.1 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) get-it: 8.6.5(debug@4.4.0) json-stream-stringify: 2.0.4 lodash: 4.17.21 @@ -15296,7 +15297,7 @@ snapshots: '@sanity/generate-help-url': 3.0.0 '@sanity/mutator': link:packages/@sanity/mutator '@sanity/uuid': 3.0.2 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) file-url: 2.0.2 get-it: 8.6.5(debug@4.4.0) get-uri: 2.0.4 @@ -15508,7 +15509,7 @@ snapshots: '@sanity/comlink': 2.0.3 '@sanity/icons': 3.5.6(react@19.0.0) '@sanity/logos': 2.1.13(@sanity/color@3.0.6)(react@19.0.0) - '@sanity/preview-url-secret': 2.0.5(@sanity/client@6.24.1) + '@sanity/preview-url-secret': 2.0.5(@sanity/client@6.24.1(debug@4.4.0)) '@sanity/ui': 2.10.14(@emotion/is-prop-valid@1.3.1)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) '@sanity/uuid': 3.0.2 fast-deep-equal: 3.1.3 @@ -15535,7 +15536,7 @@ snapshots: prettier: 3.4.2 prettier-plugin-packagejson: 2.5.6(prettier@3.4.2) - '@sanity/preview-url-secret@2.0.5(@sanity/client@6.24.1)': + '@sanity/preview-url-secret@2.0.5(@sanity/client@6.24.1(debug@4.4.0))': dependencies: '@sanity/client': 6.24.1(debug@4.4.0) '@sanity/uuid': 3.0.2 @@ -15799,7 +15800,7 @@ snapshots: dependencies: '@sanity/comlink': 2.0.3 '@sanity/mutate': 0.11.0-canary.4(xstate@5.19.1) - '@sanity/preview-url-secret': 2.0.5(@sanity/client@6.24.1) + '@sanity/preview-url-secret': 2.0.5(@sanity/client@6.24.1(debug@4.4.0)) '@vercel/stega': 0.1.2 get-random-values-esm: 1.0.2 react: 19.0.0 @@ -15902,7 +15903,7 @@ snapshots: '@swc-node/sourcemap-support': 0.5.1 '@swc/core': 1.10.1(@swc/helpers@0.5.15) colorette: 2.0.20 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) oxc-resolver: 1.12.0 pirates: 4.0.6 tslib: 2.8.1 @@ -16349,7 +16350,7 @@ snapshots: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.7.2) '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) eslint: 8.57.1 optionalDependencies: typescript: 5.7.2 @@ -16370,7 +16371,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.7.2) '@typescript-eslint/utils': 7.18.0(eslint@8.57.1)(typescript@5.7.2) - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) eslint: 8.57.1 ts-api-utils: 1.4.3(typescript@5.7.2) optionalDependencies: @@ -16386,7 +16387,7 @@ snapshots: dependencies: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 @@ -16401,7 +16402,7 @@ snapshots: dependencies: '@typescript-eslint/types': 8.19.0 '@typescript-eslint/visitor-keys': 8.19.0 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) fast-glob: 3.3.2 is-glob: 4.0.3 minimatch: 9.0.5 @@ -16541,7 +16542,7 @@ snapshots: dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 0.2.3 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) istanbul-lib-coverage: 3.2.2 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 5.0.6 @@ -16682,7 +16683,7 @@ snapshots: agent-base@6.0.2: dependencies: - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) transitivePeerDependencies: - supports-color @@ -17904,12 +17905,12 @@ snapshots: depcheck@1.4.7: dependencies: '@babel/parser': 7.26.3 - '@babel/traverse': 7.26.4(supports-color@5.5.0) + '@babel/traverse': 7.26.4 '@vue/compiler-sfc': 3.5.13 callsite: 1.0.0 camelcase: 6.3.0 cosmiconfig: 7.1.0 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) deps-regex: 0.2.0 findup-sync: 5.0.0 ignore: 5.3.2 @@ -18247,21 +18248,21 @@ snapshots: esbuild-register@3.6.0(esbuild@0.19.12): dependencies: - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) esbuild: 0.19.12 transitivePeerDependencies: - supports-color esbuild-register@3.6.0(esbuild@0.21.5): dependencies: - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) esbuild: 0.21.5 transitivePeerDependencies: - supports-color esbuild-register@3.6.0(esbuild@0.24.2): dependencies: - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) esbuild: 0.24.2 transitivePeerDependencies: - supports-color @@ -18413,7 +18414,7 @@ snapshots: dependencies: eslint: 8.57.1 - eslint-config-sanity@7.1.3(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.2))(eslint-plugin-import@2.31.0)(eslint-plugin-react-hooks@5.1.0(eslint@8.57.1))(eslint-plugin-react@7.37.2(eslint@8.57.1))(eslint@8.57.1): + eslint-config-sanity@7.1.3(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.2))(eslint-plugin-import@2.31.0)(eslint-plugin-react-hooks@4.6.2(eslint@8.57.1))(eslint-plugin-react@7.37.2(eslint@8.57.1))(eslint@8.57.1): dependencies: eslint: 8.57.1 eslint-plugin-simple-import-sort: 12.1.1(eslint@8.57.1) @@ -18422,7 +18423,7 @@ snapshots: '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.7.2) eslint-plugin-import: 2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) eslint-plugin-react: 7.37.2(eslint@8.57.1) - eslint-plugin-react-hooks: 5.1.0(eslint@8.57.1) + eslint-plugin-react-hooks: 4.6.2(eslint@8.57.1) eslint-config-turbo@2.3.3(eslint@8.57.1): dependencies: @@ -18440,7 +18441,7 @@ snapshots: eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0)(eslint@8.57.1): dependencies: '@nolyfill/is-core-module': 1.0.39 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) enhanced-resolve: 5.17.1 eslint: 8.57.1 fast-glob: 3.3.2 @@ -18566,10 +18567,6 @@ snapshots: dependencies: eslint: 8.57.1 - eslint-plugin-react-hooks@5.1.0(eslint@8.57.1): - dependencies: - eslint: 8.57.1 - eslint-plugin-react@7.37.2(eslint@8.57.1): dependencies: array-includes: 3.1.8 @@ -18675,7 +18672,7 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 @@ -19063,7 +19060,7 @@ snapshots: follow-redirects@1.15.9(debug@4.4.0): optionalDependencies: - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) for-each@0.3.3: dependencies: @@ -19472,7 +19469,7 @@ snapshots: groq-js@1.14.2: dependencies: - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) transitivePeerDependencies: - supports-color @@ -19632,28 +19629,28 @@ snapshots: dependencies: '@tootallnate/once': 2.0.0 agent-base: 6.0.2 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) transitivePeerDependencies: - supports-color http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.3 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) transitivePeerDependencies: - supports-color https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) transitivePeerDependencies: - supports-color https-proxy-agent@7.0.6: dependencies: agent-base: 7.1.3 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) transitivePeerDependencies: - supports-color @@ -20106,7 +20103,7 @@ snapshots: istanbul-lib-source-maps@5.0.6: dependencies: '@jridgewell/trace-mapping': 0.3.25 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) istanbul-lib-coverage: 3.2.2 transitivePeerDependencies: - supports-color @@ -22456,7 +22453,7 @@ snapshots: rollup-plugin-esbuild@6.1.1(esbuild@0.24.2)(rollup@4.29.1): dependencies: '@rollup/pluginutils': 5.1.4(rollup@4.29.1) - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) es-module-lexer: 1.5.4 esbuild: 0.24.2 get-tsconfig: 4.8.1 @@ -23013,7 +23010,7 @@ snapshots: socks-proxy-agent@8.0.5: dependencies: agent-base: 7.1.3 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) socks: 2.8.3 transitivePeerDependencies: - supports-color @@ -23652,7 +23649,7 @@ snapshots: tuf-js@2.2.1: dependencies: '@tufjs/models': 2.0.1 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) make-fetch-happen: 13.0.1 transitivePeerDependencies: - supports-color @@ -23971,7 +23968,7 @@ snapshots: vite-node@2.1.8(@types/node@18.19.68)(terser@5.37.0): dependencies: cac: 6.7.14 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) es-module-lexer: 1.5.4 pathe: 1.1.2 vite: 5.4.11(@types/node@18.19.68)(terser@5.37.0) @@ -23989,7 +23986,7 @@ snapshots: vite-node@2.1.8(@types/node@22.10.2)(terser@5.37.0): dependencies: cac: 6.7.14 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) es-module-lexer: 1.5.4 pathe: 1.1.2 vite: 5.4.11(@types/node@22.10.2)(terser@5.37.0) @@ -24006,7 +24003,7 @@ snapshots: vite-tsconfig-paths@4.3.2(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.2)(terser@5.37.0)): dependencies: - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) globrex: 0.1.2 tsconfck: 3.1.4(typescript@5.7.2) optionalDependencies: @@ -24066,7 +24063,7 @@ snapshots: '@vitest/spy': 2.1.8 '@vitest/utils': 2.1.8 chai: 5.1.2 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) expect-type: 1.1.0 magic-string: 0.30.17 pathe: 1.1.2 @@ -24102,7 +24099,7 @@ snapshots: '@vitest/spy': 2.1.8 '@vitest/utils': 2.1.8 chai: 5.1.2 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) expect-type: 1.1.0 magic-string: 0.30.17 pathe: 1.1.2 @@ -24138,7 +24135,7 @@ snapshots: '@vitest/spy': 2.1.8 '@vitest/utils': 2.1.8 chai: 5.1.2 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) expect-type: 1.1.0 magic-string: 0.30.17 pathe: 1.1.2