diff --git a/packages/sanity/package.json b/packages/sanity/package.json index 7f00e6b8cdc..f839e2b990f 100644 --- a/packages/sanity/package.json +++ b/packages/sanity/package.json @@ -280,7 +280,7 @@ "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", - "@testing-library/user-event": "^14.5.2", + "@testing-library/user-event": "^13.5.0", "@types/archiver": "^6.0.2", "@types/configstore": "^5.0.1", "@types/debug": "^4.1.12", diff --git a/packages/sanity/src/core/form/inputs/BooleanInput.test.tsx b/packages/sanity/src/core/form/inputs/BooleanInput.test.tsx index 8bb9ade6edd..da268c4db4c 100644 --- a/packages/sanity/src/core/form/inputs/BooleanInput.test.tsx +++ b/packages/sanity/src/core/form/inputs/BooleanInput.test.tsx @@ -111,6 +111,7 @@ describe('Keyboard accessibility', () => { }) await userEvent.tab() + // @TODO figure out why upgrading to `@testing-library/user-event` v14 breaks this test await userEvent.keyboard('{space}') expect(onChange).toBeCalled() }) @@ -200,7 +201,7 @@ describe('readOnly property', () => { // Keyboard event await userEvent.tab({shift: true}) await userEvent.tab() - await userEvent.keyboard('{space}') + await userEvent.keyboard('{Space}') expect(onChange).toBeCalled() }) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 246f5e1d448..4d9ef30cbc3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -521,7 +521,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) @@ -802,7 +802,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 +823,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 +1034,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 +1120,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 +1160,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 +1588,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 @@ -1822,8 +1822,8 @@ importers: specifier: ^16.1.0 version: 16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@19.0.2(@types/react@19.0.2))(@types/react@19.0.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@testing-library/user-event': - specifier: ^14.5.2 - version: 14.5.2(@testing-library/dom@10.4.0) + specifier: ^13.5.0 + version: 13.5.0(@testing-library/dom@10.4.0) '@types/archiver': specifier: ^6.0.2 version: 6.0.3 @@ -5189,9 +5189,9 @@ packages: '@types/react-dom': optional: true - '@testing-library/user-event@14.5.2': - resolution: {integrity: sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==} - engines: {node: '>=12', npm: '>=6'} + '@testing-library/user-event@13.5.0': + resolution: {integrity: sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==} + engines: {node: '>=10', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4' @@ -12464,10 +12464,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 @@ -12510,7 +12510,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 @@ -12527,7 +12527,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: @@ -12535,7 +12535,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 @@ -12550,9 +12557,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 @@ -12567,7 +12574,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 @@ -12576,13 +12583,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 @@ -12596,7 +12603,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 @@ -12614,7 +12621,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 @@ -12641,7 +12648,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 @@ -12693,14 +12700,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: @@ -12739,7 +12746,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 @@ -12800,7 +12807,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 @@ -12846,7 +12853,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 @@ -12960,7 +12967,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 @@ -13176,6 +13183,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 @@ -13394,7 +13413,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 @@ -13830,7 +13849,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 @@ -13903,7 +13922,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 @@ -14882,7 +14901,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 @@ -14949,7 +14968,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 @@ -15271,7 +15290,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 @@ -15312,7 +15331,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 @@ -15524,7 +15543,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 @@ -15551,7 +15570,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 @@ -15815,7 +15834,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 @@ -15918,7 +15937,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 @@ -16048,8 +16067,9 @@ snapshots: '@types/react': 19.0.2 '@types/react-dom': 19.0.2(@types/react@19.0.2) - '@testing-library/user-event@14.5.2(@testing-library/dom@10.4.0)': + '@testing-library/user-event@13.5.0(@testing-library/dom@10.4.0)': dependencies: + '@babel/runtime': 7.26.0 '@testing-library/dom': 10.4.0 '@tootallnate/once@2.0.0': {} @@ -16365,7 +16385,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 @@ -16381,7 +16401,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: @@ -16395,7 +16415,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 @@ -16520,7 +16540,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 @@ -16701,7 +16721,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 @@ -17923,12 +17943,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 @@ -18266,21 +18286,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 @@ -18459,7 +18479,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 @@ -18679,7 +18699,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 @@ -19067,7 +19087,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: @@ -19476,7 +19496,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 @@ -19636,28 +19656,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 @@ -20110,7 +20130,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 @@ -22460,7 +22480,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 @@ -23017,7 +23037,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 @@ -23656,7 +23676,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 @@ -23975,7 +23995,7 @@ snapshots: vite-node@2.1.1(@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) pathe: 1.1.2 vite: 5.4.11(@types/node@22.10.2)(terser@5.37.0) transitivePeerDependencies: @@ -23992,7 +24012,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) @@ -24010,7 +24030,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) @@ -24027,7 +24047,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: @@ -24087,7 +24107,7 @@ snapshots: '@vitest/spy': 2.1.1 '@vitest/utils': 2.1.1 chai: 5.1.2 - debug: 4.4.0(supports-color@5.5.0) + debug: 4.4.0(supports-color@9.4.0) magic-string: 0.30.17 pathe: 1.1.2 std-env: 3.8.0 @@ -24122,7 +24142,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 @@ -24158,7 +24178,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 @@ -24194,7 +24214,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