From 4387aaa8cd831e07a010a5388d3263febd71d603 Mon Sep 17 00:00:00 2001 From: David First Date: Thu, 2 Jul 2026 10:27:34 -0400 Subject: [PATCH 1/4] chore: TS6 compatibility fixes and bump @teambit/harmony to 0.4.12 --- .../legacy/dependency-graph/vizgraph.ts | 4 +- .../legacy/e2e-helper/e2e-fixtures-helper.ts | 2 +- components/legacy/e2e-helper/e2e-fs-helper.ts | 1 + .../legacy/e2e-helper/e2e-general-helper.ts | 2 +- pnpm-lock.yaml | 1855 +++++++++-------- scopes/component/checkout/checkout.spec.ts | 1 + .../workspace/ui/workspace/use-workspace.ts | 6 +- workspace.jsonc | 4 +- 8 files changed, 1020 insertions(+), 855 deletions(-) diff --git a/components/legacy/dependency-graph/vizgraph.ts b/components/legacy/dependency-graph/vizgraph.ts index e9e8e2df37f9..0bf9013abcce 100644 --- a/components/legacy/dependency-graph/vizgraph.ts +++ b/components/legacy/dependency-graph/vizgraph.ts @@ -7,6 +7,8 @@ import { Digraph, Subgraph, Node, Edge, toDot } from 'ts-graphviz'; // @ts-ignore // eslint-disable-next-line import/no-unresolved import { toFile } from 'ts-graphviz/adapter'; +// @ts-ignore +import type { Format } from 'ts-graphviz/adapter'; import { instance } from '@viz-js/viz'; import type { Graph as ClearGraph } from '@teambit/graph.cleargraph'; import { generateRandomStr } from '@teambit/toolbox.string.random'; @@ -206,7 +208,7 @@ export class VisualDependencyGraph { */ async image(imagePath: string = this.getTmpFilename()): Promise { await checkGraphvizInstalled(); - const type: string = path.extname(imagePath).replace('.', '') || 'png'; + const type = (path.extname(imagePath).replace('.', '') || 'png') as Format; const dot = this.dot(); await toFile(dot, imagePath, { format: type }); diff --git a/components/legacy/e2e-helper/e2e-fixtures-helper.ts b/components/legacy/e2e-helper/e2e-fixtures-helper.ts index aa5e6e661982..eb7db055707a 100644 --- a/components/legacy/e2e-helper/e2e-fixtures-helper.ts +++ b/components/legacy/e2e-helper/e2e-fixtures-helper.ts @@ -2,7 +2,7 @@ import chalk from 'chalk'; import fs from 'fs-extra'; import { capitalize } from 'lodash'; import * as path from 'path'; -import tar from 'tar'; +import * as tar from 'tar'; import * as fixtures from './fixtures'; import type CommandHelper from './e2e-command-helper'; diff --git a/components/legacy/e2e-helper/e2e-fs-helper.ts b/components/legacy/e2e-helper/e2e-fs-helper.ts index 144177579ef9..a4499daedda1 100644 --- a/components/legacy/e2e-helper/e2e-fs-helper.ts +++ b/components/legacy/e2e-helper/e2e-fs-helper.ts @@ -1,3 +1,4 @@ +/// import fs from 'fs-extra'; import { use, expect } from 'chai'; import { globSync } from 'glob'; diff --git a/components/legacy/e2e-helper/e2e-general-helper.ts b/components/legacy/e2e-helper/e2e-general-helper.ts index 0086b42f6e74..34a3bafb51ae 100644 --- a/components/legacy/e2e-helper/e2e-general-helper.ts +++ b/components/legacy/e2e-helper/e2e-general-helper.ts @@ -2,7 +2,7 @@ import { expect } from 'chai'; import fs from 'fs-extra'; import * as path from 'path'; import { compact } from 'lodash'; -import tar from 'tar'; +import * as tar from 'tar'; import { DEFAULT_LANE } from '@teambit/lane-id'; import { generateRandomStr } from '@teambit/toolbox.string.random'; import { defaultErrorHandler } from '@teambit/cli'; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c90e4c2ff8c..f83779739f57 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,7 +12,7 @@ overrides: '@teambit/base-react.navigation.link@2': 2.0.33 lodash@4: 4.17.21 trim@0: 0.0.3 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@types/fs-capacitor': 2.0.0 '@types/node': 22.10.5 signal-exit@4: ^4.0.2 @@ -841,8 +841,8 @@ importers: specifier: 0.0.11 version: 0.0.11 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/html.modules.inject-html-element': specifier: 0.0.6 version: 0.0.6(react@19.1.0) @@ -2257,8 +2257,8 @@ importers: specifier: 2.0.10 version: 2.0.10 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -3246,8 +3246,8 @@ importers: specifier: ^1.1.1 version: 1.1.1(@babel/core@7.28.3)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/lane-id': specifier: ~0.0.312 version: 0.0.312 @@ -5014,8 +5014,8 @@ importers: specifier: 0.0.16 version: 0.0.16(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/ui-foundation.ui.tree.drawer': specifier: ^1.0.0 version: 1.0.0(react-dom@19.1.0)(react@19.1.0) @@ -5534,8 +5534,8 @@ importers: specifier: 0.0.496 version: 0.0.496(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/lanes.ui.lane-details': specifier: ^0.0.205 version: 0.0.205(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) @@ -5798,8 +5798,8 @@ importers: specifier: 2.0.33 version: 2.0.33(@testing-library/react@12.1.5)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -11270,7 +11270,7 @@ importers: version: file:scopes/harmony/cache(chai@5.2.1)(react@19.1.0) '@teambit/changelog': specifier: workspace:* - version: file:scopes/component/changelog(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/react-syntax-highlighter@15.5.13)(react@19.1.0)(typescript@5.5.3) + version: file:scopes/component/changelog(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/react-syntax-highlighter@15.5.13)(react@19.1.0)(typescript@5.9.2) '@teambit/checkout': specifier: workspace:* version: file:scopes/component/checkout(@babel/core@7.28.3)(@pnpm/logger@1001.0.1)(chai-fs@1.0.0)(chai@5.2.1)(graphql@15.8.0)(typanion@3.14.0) @@ -11447,7 +11447,7 @@ importers: version: file:scopes/compositions/composition-card(react-dom@19.1.0)(react@19.1.0) '@teambit/compositions': specifier: workspace:* - version: file:scopes/compositions/compositions(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/react-syntax-highlighter@15.5.13)(graphql@15.8.0)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.5.3) + version: file:scopes/compositions/compositions(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/react-syntax-highlighter@15.5.13)(graphql@15.8.0)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2) '@teambit/compositions.aspect-docs.compositions': specifier: workspace:* version: file:scopes/compositions/aspect-docs/compositions(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -11483,13 +11483,13 @@ importers: version: file:scopes/defender/prettier-config-mutator '@teambit/defender.ui.test-compare': specifier: workspace:* - version: file:components/ui/test-compare(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.5.3) + version: file:components/ui/test-compare(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2) '@teambit/defender.ui.test-page': specifier: workspace:* - version: file:components/ui/test-page(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.5.3) + version: file:components/ui/test-page(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2) '@teambit/dependencies': specifier: workspace:* - version: file:scopes/dependencies/dependencies(@babel/core@7.28.3)(@pnpm/logger@1001.0.1)(chai@5.2.1)(graphql@15.8.0)(postcss@8.4.45)(typanion@3.14.0)(typescript@5.5.3) + version: file:scopes/dependencies/dependencies(@babel/core@7.28.3)(@pnpm/logger@1001.0.1)(chai@5.2.1)(graphql@15.8.0)(postcss@8.4.45)(typanion@3.14.0)(typescript@5.9.2) '@teambit/dependencies.aspect-docs.dependency-resolver': specifier: workspace:* version: file:scopes/dependencies/aspect-docs/dependency-resolver(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -11537,7 +11537,7 @@ importers: version: file:scopes/workspace/eject(graphql@15.8.0)(react@19.1.0) '@teambit/env': specifier: workspace:* - version: file:scopes/envs/env(eslint@8.56.0)(jest@29.3.1)(typescript@5.5.3) + version: file:scopes/envs/env(eslint@8.56.0)(jest@29.3.1)(typescript@5.9.2) '@teambit/envs': specifier: workspace:* version: file:scopes/envs/envs(graphql@15.8.0)(react@19.1.0) @@ -11801,7 +11801,7 @@ importers: version: file:scopes/harmony/node(@testing-library/react@14.3.1)(@types/react@19.2.14)(eslint@8.56.0)(jest@29.3.1) '@teambit/node.envs.node-babel-mocha': specifier: 0.2.10 - version: 0.2.10(@babel/core@7.28.3)(@babel/traverse@7.29.7)(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(@testing-library/react@14.3.1)(@types/react-syntax-highlighter@15.5.13)(@types/webpack@5.28.5)(babel-plugin-macros@3.1.0)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(html-webpack-plugin@5.3.2)(jest@29.3.1)(less@4.2.1)(lightningcss@1.28.2)(react-test-renderer@17.0.2)(rollup@4.53.3)(type-fest@0.21.3)(typescript@5.5.3)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.2) + version: 0.2.10(@babel/core@7.28.3)(@babel/traverse@7.29.7)(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(@testing-library/react@14.3.1)(@types/react-syntax-highlighter@15.5.13)(@types/webpack@5.28.5)(babel-plugin-macros@3.1.0)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(html-webpack-plugin@5.3.2)(jest@29.3.1)(less@4.2.1)(lightningcss@1.28.2)(react-test-renderer@17.0.2)(rollup@4.53.3)(type-fest@0.21.3)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.2) '@teambit/notifications': specifier: workspace:* version: file:scopes/ui-foundation/notifications/aspect(react@19.1.0) @@ -11867,13 +11867,13 @@ importers: version: file:scopes/react/bit-react-transformer '@teambit/react.eslint-config-bit-react': specifier: workspace:* - version: file:scopes/react/eslint-config-bit-react(eslint@8.56.0)(jest@29.3.1)(typescript@5.5.3) + version: file:scopes/react/eslint-config-bit-react(eslint@8.56.0)(jest@29.3.1)(typescript@5.9.2) '@teambit/react.ui.compositions-app': specifier: workspace:* version: file:scopes/react/ui/compositions-app(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/react.ui.docs-app': specifier: workspace:* - version: file:scopes/react/ui/docs-app(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) + version: file:scopes/react/ui/docs-app(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) '@teambit/react.ui.docs.apply-providers': specifier: workspace:* version: file:scopes/react/ui/docs/apply-providers(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) @@ -11882,10 +11882,10 @@ importers: version: file:scopes/react/ui/docs/compositions-carousel(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) '@teambit/react.ui.docs.docs-content': specifier: workspace:* - version: file:scopes/react/ui/docs/docs-content(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) + version: file:scopes/react/ui/docs/docs-content(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) '@teambit/react.ui.docs.properties-table': specifier: workspace:* - version: file:scopes/react/ui/docs/properties-table(@types/react-dom@19.2.3)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) + version: file:scopes/react/ui/docs/properties-table(@types/react-dom@19.2.3)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) '@teambit/react.ui.error-fallback': specifier: workspace:* version: file:scopes/react/ui/error-fallback(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) @@ -11969,7 +11969,7 @@ importers: version: file:components/tagged-exports(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(react-dom@19.1.0)(react@19.1.0) '@teambit/tester': specifier: workspace:* - version: file:scopes/defender/tester(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/react-syntax-highlighter@15.5.13)(chai@5.2.1)(graphql@15.8.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.5.3) + version: file:scopes/defender/tester(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/react-syntax-highlighter@15.5.13)(chai@5.2.1)(graphql@15.8.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2) '@teambit/toolbox.array.duplications-finder': specifier: workspace:* version: file:scopes/toolbox/array/duplications-finder @@ -12065,7 +12065,7 @@ importers: version: file:scopes/typescript/modules/ts-config-mutator '@teambit/ui': specifier: workspace:* - version: file:scopes/ui-foundation/ui(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/babel__core@7.20.0)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(eslint@8.56.0)(react-dom@19.1.0)(react-refresh@0.14.0)(react-router-dom@6.30.1)(react@19.1.0)(tslib@2.8.1)(typescript@5.5.3)(utf-8-validate@5.0.5)(webpack@5.97.1) + version: file:scopes/ui-foundation/ui(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/babel__core@7.20.0)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(eslint@8.56.0)(react-dom@19.1.0)(react-refresh@0.14.0)(react-router-dom@6.30.1)(react@19.1.0)(tslib@2.8.1)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack@5.97.1) '@teambit/ui-foundation.ui.buttons.collapser': specifier: workspace:* version: file:components/ui/buttons/collapser(react-dom@19.1.0)(react@19.1.0) @@ -12098,13 +12098,13 @@ importers: version: file:scopes/scope/version-history(graphql@15.8.0) '@teambit/vue-aspect': specifier: workspace:* - version: file:scopes/vue/vue(react@19.1.0)(typescript@5.5.3) + version: file:scopes/vue/vue(react@19.1.0)(typescript@5.9.2) '@teambit/watcher': specifier: workspace:* version: file:scopes/workspace/watcher '@teambit/webpack': specifier: workspace:* - version: file:scopes/webpack/webpack(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(eslint@8.56.0)(react@19.1.0)(typescript@5.5.3)(utf-8-validate@5.0.5) + version: file:scopes/webpack/webpack(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(eslint@8.56.0)(react@19.1.0)(typescript@5.9.2)(utf-8-validate@5.0.5) '@teambit/webpack.modules.config-mutator': specifier: workspace:* version: file:scopes/webpack/config-mutator(esbuild@0.14.29) @@ -12179,10 +12179,10 @@ importers: version: 19.2.3(@types/react@19.2.14) '@typescript-eslint/eslint-plugin': specifier: 6.19.1 - version: 6.19.1(@typescript-eslint/parser@6.19.1)(eslint@8.56.0)(typescript@5.5.3) + version: 6.19.1(@typescript-eslint/parser@6.19.1)(eslint@8.56.0)(typescript@5.9.2) '@typescript-eslint/parser': specifier: 6.19.1 - version: 6.19.1(eslint@8.56.0)(typescript@5.5.3) + version: 6.19.1(eslint@8.56.0)(typescript@5.9.2) eslint: specifier: 8.56.0 version: 8.56.0 @@ -12191,7 +12191,7 @@ importers: version: 2.29.1(@typescript-eslint/parser@6.19.1)(eslint@8.56.0) eslint-plugin-jest: specifier: 27.6.3 - version: 27.6.3(@typescript-eslint/eslint-plugin@6.19.1)(eslint@8.56.0)(jest@29.3.1)(typescript@5.5.3) + version: 27.6.3(@typescript-eslint/eslint-plugin@6.19.1)(eslint@8.56.0)(jest@29.3.1)(typescript@5.9.2) eslint-plugin-jsx-a11y: specifier: 6.8.0 version: 6.8.0(eslint@8.56.0) @@ -16193,7 +16193,7 @@ importers: version: file:scopes/harmony/cache(chai@5.2.1)(react@19.1.0) '@teambit/changelog': specifier: workspace:* - version: file:scopes/component/changelog(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/react-syntax-highlighter@15.5.13)(react@19.1.0)(typescript@5.5.3) + version: file:scopes/component/changelog(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/react-syntax-highlighter@15.5.13)(react@19.1.0)(typescript@5.9.2) '@teambit/checkout': specifier: workspace:* version: file:scopes/component/checkout(@babel/core@7.28.3)(@pnpm/logger@1001.0.1)(chai-fs@1.0.0)(chai@5.2.1)(graphql@15.8.0)(typanion@3.14.0) @@ -16370,7 +16370,7 @@ importers: version: file:scopes/compositions/composition-card(react-dom@19.1.0)(react@19.1.0) '@teambit/compositions': specifier: workspace:* - version: file:scopes/compositions/compositions(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/react-syntax-highlighter@15.5.13)(graphql@15.8.0)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.5.3) + version: file:scopes/compositions/compositions(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/react-syntax-highlighter@15.5.13)(graphql@15.8.0)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2) '@teambit/compositions.aspect-docs.compositions': specifier: workspace:* version: file:scopes/compositions/aspect-docs/compositions(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -16406,13 +16406,13 @@ importers: version: file:scopes/defender/prettier-config-mutator '@teambit/defender.ui.test-compare': specifier: workspace:* - version: file:components/ui/test-compare(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.5.3) + version: file:components/ui/test-compare(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2) '@teambit/defender.ui.test-page': specifier: workspace:* - version: file:components/ui/test-page(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.5.3) + version: file:components/ui/test-page(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2) '@teambit/dependencies': specifier: workspace:* - version: file:scopes/dependencies/dependencies(@babel/core@7.28.3)(@pnpm/logger@1001.0.1)(chai@5.2.1)(graphql@15.8.0)(postcss@8.4.45)(typanion@3.14.0)(typescript@5.5.3) + version: file:scopes/dependencies/dependencies(@babel/core@7.28.3)(@pnpm/logger@1001.0.1)(chai@5.2.1)(graphql@15.8.0)(postcss@8.4.45)(typanion@3.14.0)(typescript@5.9.2) '@teambit/dependencies.aspect-docs.dependency-resolver': specifier: workspace:* version: file:scopes/dependencies/aspect-docs/dependency-resolver(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -16460,7 +16460,7 @@ importers: version: file:scopes/workspace/eject(graphql@15.8.0)(react@19.1.0) '@teambit/env': specifier: workspace:* - version: file:scopes/envs/env(eslint@8.56.0)(jest@29.3.1)(typescript@5.5.3) + version: file:scopes/envs/env(eslint@8.56.0)(jest@29.3.1)(typescript@5.9.2) '@teambit/envs': specifier: workspace:* version: file:scopes/envs/envs(graphql@15.8.0)(react@19.1.0) @@ -16787,13 +16787,13 @@ importers: version: file:scopes/react/bit-react-transformer '@teambit/react.eslint-config-bit-react': specifier: workspace:* - version: file:scopes/react/eslint-config-bit-react(eslint@8.56.0)(jest@29.3.1)(typescript@5.5.3) + version: file:scopes/react/eslint-config-bit-react(eslint@8.56.0)(jest@29.3.1)(typescript@5.9.2) '@teambit/react.ui.compositions-app': specifier: workspace:* version: file:scopes/react/ui/compositions-app(@testing-library/react@12.1.5)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/react.ui.docs-app': specifier: workspace:* - version: file:scopes/react/ui/docs-app(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) + version: file:scopes/react/ui/docs-app(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) '@teambit/react.ui.docs.apply-providers': specifier: workspace:* version: file:scopes/react/ui/docs/apply-providers(@testing-library/react@12.1.5)(react-dom@19.1.0)(react@19.1.0) @@ -16802,10 +16802,10 @@ importers: version: file:scopes/react/ui/docs/compositions-carousel(@testing-library/react@12.1.5)(react-dom@19.1.0)(react@19.1.0) '@teambit/react.ui.docs.docs-content': specifier: workspace:* - version: file:scopes/react/ui/docs/docs-content(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) + version: file:scopes/react/ui/docs/docs-content(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) '@teambit/react.ui.docs.properties-table': specifier: workspace:* - version: file:scopes/react/ui/docs/properties-table(@types/react-dom@19.2.3)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) + version: file:scopes/react/ui/docs/properties-table(@types/react-dom@19.2.3)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) '@teambit/react.ui.error-fallback': specifier: workspace:* version: file:scopes/react/ui/error-fallback(@testing-library/react@12.1.5)(react-dom@19.1.0)(react@19.1.0) @@ -16817,7 +16817,7 @@ importers: version: file:scopes/react/ui/loader-fallback(@testing-library/react@12.1.5)(react-dom@19.1.0)(react@19.1.0) '@teambit/react.v17.react-env': specifier: 1.2.6 - version: 1.2.6(@babel/core@7.28.3)(@babel/traverse@7.29.7)(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(@types/react-syntax-highlighter@15.5.13)(@types/webpack@5.28.5)(babel-plugin-macros@3.1.0)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(html-webpack-plugin@5.3.2)(less@4.2.1)(lightningcss@1.28.2)(react-test-renderer@17.0.2)(rollup@4.53.3)(sass@1.92.1)(subscriptions-transport-ws@0.9.19)(type-fest@0.21.3)(typescript@5.5.3)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.2) + version: 1.2.6(@babel/core@7.28.3)(@babel/traverse@7.29.7)(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(@types/react-syntax-highlighter@15.5.13)(@types/webpack@5.28.5)(babel-plugin-macros@3.1.0)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(html-webpack-plugin@5.3.2)(less@4.2.1)(lightningcss@1.28.2)(react-test-renderer@17.0.2)(rollup@4.53.3)(sass@1.92.1)(subscriptions-transport-ws@0.9.19)(type-fest@0.21.3)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.2) '@teambit/readme': specifier: workspace:* version: file:scopes/mdx/readme @@ -16892,7 +16892,7 @@ importers: version: file:components/tagged-exports(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(react-dom@19.1.0)(react@19.1.0) '@teambit/tester': specifier: workspace:* - version: file:scopes/defender/tester(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/react-syntax-highlighter@15.5.13)(chai@5.2.1)(graphql@15.8.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.5.3) + version: file:scopes/defender/tester(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/react-syntax-highlighter@15.5.13)(chai@5.2.1)(graphql@15.8.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2) '@teambit/toolbox.array.duplications-finder': specifier: workspace:* version: file:scopes/toolbox/array/duplications-finder @@ -16988,7 +16988,7 @@ importers: version: file:scopes/typescript/modules/ts-config-mutator '@teambit/ui': specifier: workspace:* - version: file:scopes/ui-foundation/ui(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/babel__core@7.20.0)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(eslint@8.56.0)(react-dom@19.1.0)(react-refresh@0.14.0)(react-router-dom@6.30.1)(react@19.1.0)(tslib@2.8.1)(typescript@5.5.3)(utf-8-validate@5.0.5)(webpack@5.97.1) + version: file:scopes/ui-foundation/ui(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/babel__core@7.20.0)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(eslint@8.56.0)(react-dom@19.1.0)(react-refresh@0.14.0)(react-router-dom@6.30.1)(react@19.1.0)(tslib@2.8.1)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack@5.97.1) '@teambit/ui-foundation.ui.buttons.collapser': specifier: workspace:* version: file:components/ui/buttons/collapser(react-dom@19.1.0)(react@19.1.0) @@ -17021,13 +17021,13 @@ importers: version: file:scopes/scope/version-history(graphql@15.8.0) '@teambit/vue-aspect': specifier: workspace:* - version: file:scopes/vue/vue(react@19.1.0)(typescript@5.5.3) + version: file:scopes/vue/vue(react@19.1.0)(typescript@5.9.2) '@teambit/watcher': specifier: workspace:* version: file:scopes/workspace/watcher '@teambit/webpack': specifier: workspace:* - version: file:scopes/webpack/webpack(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(eslint@8.56.0)(react@19.1.0)(typescript@5.5.3)(utf-8-validate@5.0.5) + version: file:scopes/webpack/webpack(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(eslint@8.56.0)(react@19.1.0)(typescript@5.9.2)(utf-8-validate@5.0.5) '@teambit/webpack.modules.config-mutator': specifier: workspace:* version: file:scopes/webpack/config-mutator(esbuild@0.14.29) @@ -17114,10 +17114,10 @@ importers: version: 19.2.3(@types/react@19.2.14) '@typescript-eslint/eslint-plugin': specifier: 6.19.1 - version: 6.19.1(@typescript-eslint/parser@6.19.1)(eslint@8.56.0)(typescript@5.5.3) + version: 6.19.1(@typescript-eslint/parser@6.19.1)(eslint@8.56.0)(typescript@5.9.2) '@typescript-eslint/parser': specifier: 6.19.1 - version: 6.19.1(eslint@8.56.0)(typescript@5.5.3) + version: 6.19.1(eslint@8.56.0)(typescript@5.9.2) eslint: specifier: 8.56.0 version: 8.56.0 @@ -17126,7 +17126,7 @@ importers: version: 2.29.1(@typescript-eslint/parser@6.19.1)(eslint@8.56.0) eslint-plugin-jest: specifier: 27.6.3 - version: 27.6.3(@typescript-eslint/eslint-plugin@6.19.1)(eslint@8.56.0)(jest@29.3.1)(typescript@5.5.3) + version: 27.6.3(@typescript-eslint/eslint-plugin@6.19.1)(eslint@8.56.0)(jest@29.3.1)(typescript@5.9.2) eslint-plugin-jsx-a11y: specifier: 6.8.0 version: 6.8.0(eslint@8.56.0) @@ -17176,8 +17176,8 @@ importers: specifier: ^0.0.7 version: 0.0.7(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -17228,8 +17228,8 @@ importers: specifier: ^0.0.1 version: 0.0.1(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -17511,8 +17511,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -17640,8 +17640,8 @@ importers: specifier: ^1.96.12 version: 1.96.12(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/ui-foundation.ui.constants.z-indexes': specifier: ^0.0.504 version: 0.0.504(react-dom@19.1.0)(react@19.1.0) @@ -17683,8 +17683,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -17864,8 +17864,8 @@ importers: specifier: ^1.1.18 version: 1.1.18(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -17904,8 +17904,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -17962,8 +17962,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -18063,8 +18063,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -18161,8 +18161,8 @@ importers: specifier: 4.1.8 version: 4.1.8(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-layout': specifier: ^1.0.12 version: 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) @@ -18216,8 +18216,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -18286,8 +18286,8 @@ importers: specifier: 0.0.496 version: 0.0.496(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -18374,8 +18374,8 @@ importers: specifier: 0.0.11 version: 0.0.11 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/legacy-bit-id': specifier: ^1.1.3 version: 1.1.3 @@ -18513,8 +18513,8 @@ importers: specifier: ^0.0.7 version: 0.0.7(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -18623,8 +18623,8 @@ importers: specifier: 0.0.11 version: 0.0.11 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -18730,8 +18730,8 @@ importers: specifier: 0.0.360 version: 0.0.360(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -18773,8 +18773,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -18862,8 +18862,8 @@ importers: specifier: ^1.0.4 version: 1.0.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -18923,8 +18923,8 @@ importers: specifier: ^0.0.41 version: 0.0.41(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -18978,8 +18978,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -19039,8 +19039,8 @@ importers: specifier: ^1.0.4 version: 1.0.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -19145,8 +19145,8 @@ importers: specifier: 0.0.11 version: 0.0.11 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -19221,8 +19221,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -19279,8 +19279,8 @@ importers: specifier: 0.0.11 version: 0.0.11 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -19370,8 +19370,8 @@ importers: specifier: ~0.0.404 version: 0.0.404 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -19419,8 +19419,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -19483,8 +19483,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/lane-id': specifier: ~0.0.312 version: 0.0.312 @@ -19578,8 +19578,8 @@ importers: specifier: ~0.0.404 version: 0.0.404 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -19636,8 +19636,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/legacy-bit-id': specifier: ^1.1.3 version: 1.1.3 @@ -19688,8 +19688,8 @@ importers: specifier: ~0.0.404 version: 0.0.404 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -19746,8 +19746,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -19819,8 +19819,8 @@ importers: specifier: ~0.0.404 version: 0.0.404 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/legacy-bit-id': specifier: ^1.1.3 version: 1.1.3 @@ -19944,8 +19944,8 @@ importers: specifier: 0.0.11 version: 0.0.11 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/lane-id': specifier: ~0.0.312 version: 0.0.312 @@ -20114,8 +20114,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -20172,8 +20172,8 @@ importers: specifier: ^1.0.4 version: 1.0.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/lane-id': specifier: ~0.0.312 version: 0.0.312 @@ -20273,8 +20273,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/legacy-bit-id': specifier: ^1.1.3 version: 1.1.3 @@ -20510,8 +20510,8 @@ importers: specifier: 1.0.5 version: 1.0.5(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-layout': specifier: ^1.0.12 version: 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) @@ -20718,8 +20718,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -20825,8 +20825,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -20883,8 +20883,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -20962,8 +20962,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -21023,8 +21023,8 @@ importers: specifier: ^1.1.1 version: 1.1.1(@babel/core@7.28.3)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -21063,8 +21063,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -21115,8 +21115,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -21225,8 +21225,8 @@ importers: specifier: 1.0.5 version: 1.0.5(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -21307,8 +21307,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -21491,8 +21491,8 @@ importers: specifier: ^1.0.4 version: 1.0.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -21651,8 +21651,8 @@ importers: specifier: ^1.0.4 version: 1.0.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/legacy-bit-id': specifier: ^1.1.3 version: 1.1.3 @@ -21857,8 +21857,8 @@ importers: specifier: 1.0.1 version: 1.0.1 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -21948,8 +21948,8 @@ importers: specifier: ~0.0.404 version: 0.0.404 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -22048,8 +22048,8 @@ importers: specifier: ^0.0.102 version: 0.0.102(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -22189,8 +22189,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -22256,8 +22256,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -22363,8 +22363,8 @@ importers: specifier: ^2.0.19 version: 2.0.19(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -22433,8 +22433,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -22543,8 +22543,8 @@ importers: specifier: ^1.0.2 version: 1.0.2 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/legacy-bit-id': specifier: ^1.1.3 version: 1.1.3 @@ -22619,8 +22619,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/lane-id': specifier: ~0.0.312 version: 0.0.312 @@ -22686,8 +22686,8 @@ importers: specifier: 2.0.10 version: 2.0.10 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -22806,8 +22806,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/lane-id': specifier: ~0.0.312 version: 0.0.312 @@ -22897,8 +22897,8 @@ importers: specifier: ~0.0.404 version: 0.0.404 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/lane-id': specifier: ~0.0.312 version: 0.0.312 @@ -23003,8 +23003,8 @@ importers: specifier: 0.0.364 version: 0.0.364(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -23171,8 +23171,8 @@ importers: specifier: 0.0.11 version: 0.0.11 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -23265,8 +23265,8 @@ importers: specifier: 1.96.19 version: 1.96.19(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/legacy-bit-id': specifier: ^1.1.3 version: 1.1.3 @@ -23392,8 +23392,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -23447,8 +23447,8 @@ importers: specifier: ~0.0.404 version: 0.0.404 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -23563,8 +23563,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -23618,8 +23618,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -23667,8 +23667,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -23740,8 +23740,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -23795,8 +23795,8 @@ importers: specifier: ~0.0.404 version: 0.0.404 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -23865,8 +23865,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -23983,8 +23983,8 @@ importers: specifier: ~0.0.404 version: 0.0.404 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -24035,8 +24035,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -24081,8 +24081,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -24384,8 +24384,8 @@ importers: specifier: 0.0.364 version: 0.0.364(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@typescript-eslint/eslint-plugin': specifier: 7.1.0 version: 7.1.0(@typescript-eslint/parser@7.1.0)(eslint@8.56.0)(typescript@5.9.2) @@ -24454,8 +24454,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -24500,8 +24500,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -24592,8 +24592,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -24832,8 +24832,8 @@ importers: specifier: 0.0.371 version: 0.0.371(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/lane-id': specifier: ~0.0.312 version: 0.0.312 @@ -24947,8 +24947,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/lane-id': specifier: ~0.0.312 version: 0.0.312 @@ -25066,8 +25066,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -25197,8 +25197,8 @@ importers: specifier: 0.0.364 version: 0.0.364(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.compilers.mdx-multi-compiler': specifier: ^2.0.46 version: 2.0.46(@babel/core@7.28.3)(react@19.1.0)(rollup@4.53.3) @@ -25252,8 +25252,8 @@ importers: specifier: 7.20.0 version: 7.20.0 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 core-js: specifier: ^3.0.0 version: 3.13.0 @@ -25344,8 +25344,8 @@ importers: specifier: 0.0.11 version: 0.0.11 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/lane-id': specifier: ~0.0.312 version: 0.0.312 @@ -25613,8 +25613,8 @@ importers: specifier: ^1.0.4 version: 1.0.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -25775,8 +25775,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.modules.mdx-v3-options': specifier: ^0.0.3 version: 0.0.3(rollup@4.53.3) @@ -26207,8 +26207,8 @@ importers: specifier: 1.0.13 version: 1.0.13(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.modules.mdx-v3-options': specifier: ^0.0.3 version: 0.0.3(rollup@4.53.3) @@ -26838,8 +26838,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/lane-id': specifier: ~0.0.312 version: 0.0.312 @@ -26911,8 +26911,8 @@ importers: specifier: ^1.0.4 version: 1.0.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/lane-id': specifier: ~0.0.312 version: 0.0.312 @@ -27103,8 +27103,8 @@ importers: specifier: 0.0.11 version: 0.0.11 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/lane-id': specifier: ~0.0.312 version: 0.0.312 @@ -27252,8 +27252,8 @@ importers: specifier: 0.0.11 version: 0.0.11 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/lane-id': specifier: ~0.0.312 version: 0.0.312 @@ -27397,8 +27397,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -27443,8 +27443,8 @@ importers: specifier: 2.0.33 version: 2.0.33(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -28532,8 +28532,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -28605,8 +28605,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -28642,8 +28642,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -28694,8 +28694,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -28746,8 +28746,8 @@ importers: specifier: 2.0.33 version: 2.0.33(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -28792,8 +28792,8 @@ importers: specifier: ^0.0.357 version: 0.0.357(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -28895,8 +28895,8 @@ importers: specifier: ^0.1.61 version: 0.1.61(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -29025,8 +29025,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -29083,8 +29083,8 @@ importers: specifier: ^4.1.16 version: 4.1.16(@types/react-dom@19.2.3)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -29354,8 +29354,8 @@ importers: specifier: ~0.0.404 version: 0.0.404 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -29554,8 +29554,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -29606,8 +29606,8 @@ importers: specifier: ^1.0.4 version: 1.0.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -29664,8 +29664,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -29719,8 +29719,8 @@ importers: specifier: ^1.0.4 version: 1.0.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -29997,8 +29997,8 @@ importers: specifier: ~0.0.404 version: 0.0.404 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 chalk: specifier: 4.1.2 version: 4.1.2 @@ -30080,8 +30080,8 @@ importers: specifier: 1.6.22 version: 1.6.22(react@19.1.0) '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/legacy-bit-id': specifier: ^1.1.3 version: 1.1.3 @@ -30138,8 +30138,8 @@ importers: specifier: ^1.2.4 version: 1.2.4 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -30256,8 +30256,8 @@ importers: specifier: 0.0.11 version: 0.0.11 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/lane-id': specifier: ~0.0.312 version: 0.0.312 @@ -30419,8 +30419,8 @@ importers: specifier: ~0.0.404 version: 0.0.404 '@teambit/harmony': - specifier: 0.4.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@teambit/mdx.ui.mdx-scope-context': specifier: 1.0.7 version: 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -38081,8 +38081,8 @@ packages: react: 19.1.0 react-dom: 19.1.0 - '@teambit/harmony@0.4.11': - resolution: {integrity: sha512-hS2RrCxyeW90IulFQ3rhqaVc/2Yqhzbq9GIIEm//pNkKUzx5iHg+bmEdNwiN60FqD5eWaFCTSGPKDAIKGoSpUA==} + '@teambit/harmony@0.4.12': + resolution: {integrity: sha512-INOVSwWtMcRoimeejt2ltVU2VGa/razj+wUyEM+IwX3G489EkqOgFPm/Tekg0nHw/0LSQj5fBZWBR7bfw0po/w==} engines: {node: '>=12.22.0'} '@teambit/host-initializer@file:scopes/harmony/host-initializer': @@ -62152,7 +62152,7 @@ snapshots: '@teambit/component.ui.component-compare.context': file:components/ui/component-compare/context(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/component.ui.component-compare.models.component-compare-change-type': 0.0.7(react-dom@19.1.0)(react@19.1.0) '@teambit/component.ui.component-compare.models.component-compare-props': file:components/ui/component-compare/models/component-compare-props(react-router-dom@6.30.1)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/semantics.entities.semantic-schema': file:components/entities/semantic-schema '@teambit/tagged-exports': file:components/tagged-exports(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(react-dom@19.1.0)(react@19.1.0) @@ -62181,7 +62181,7 @@ snapshots: '@teambit/component.ui.component-compare.context': file:components/ui/component-compare/context(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@teambit/component.ui.component-compare.models.component-compare-change-type': 0.0.7(react-dom@19.1.0)(react@19.2.0) '@teambit/component.ui.component-compare.models.component-compare-props': file:components/ui/component-compare/models/component-compare-props(react-router-dom@6.30.1)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/semantics.entities.semantic-schema': file:components/entities/semantic-schema '@teambit/tagged-exports': file:components/tagged-exports(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(react-dom@19.1.0)(react@19.2.0) @@ -62204,7 +62204,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/component.modules.component-url': file:scopes/component/component-url(react@19.1.0) '@teambit/component.modules.merge-helper': file:scopes/component/modules/merge-helper - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.feature-toggle': file:scopes/harmony/modules/feature-toggle '@teambit/harmony.modules.send-server-sent-events': file:scopes/harmony/modules/send-server-sent-events '@teambit/lane-id': 0.0.312 @@ -62245,7 +62245,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/bit-error': 0.0.404 '@teambit/cli-table': file:scopes/toolbox/tables/cli-table - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/lane-id': 0.0.312 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -62264,7 +62264,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/bit-error': 0.0.404 '@teambit/cli-table': file:scopes/toolbox/tables/cli-table - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/lane-id': 0.0.312 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) @@ -62287,7 +62287,7 @@ snapshots: '@teambit/compilation.modules.babel-compiler': file:scopes/compilation/modules/babel-compiler '@teambit/component-id': 1.2.4 '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.load-trace': file:scopes/harmony/modules/load-trace '@teambit/harmony.modules.requireable-component': file:scopes/harmony/modules/requireable-component '@teambit/legacy.constants': file:components/legacy/constants @@ -62319,7 +62319,7 @@ snapshots: '@teambit/compilation.modules.babel-compiler': file:scopes/compilation/modules/babel-compiler '@teambit/component-id': 1.2.4 '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.load-trace': file:scopes/harmony/modules/load-trace '@teambit/harmony.modules.requireable-component': file:scopes/harmony/modules/requireable-component '@teambit/legacy.constants': file:components/legacy/constants @@ -62363,7 +62363,7 @@ snapshots: '@teambit/defender.prettier-formatter': 1.0.24 '@teambit/defender.tester-task': 1.0.14 '@teambit/design.ui.empty-box': 0.0.364(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.extension-data': file:components/legacy/extension-data(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -62415,7 +62415,7 @@ snapshots: '@teambit/defender.prettier-formatter': 1.0.24 '@teambit/defender.tester-task': 1.0.14 '@teambit/design.ui.empty-box': 0.0.364(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.extension-data': file:components/legacy/extension-data(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -62452,7 +62452,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/compilation.aspect-docs.babel': file:scopes/compilation/aspect-docs/babel(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/compilation.babel-compiler': 1.1.18(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@types/node': 22.10.5 @@ -62469,7 +62469,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/compilation.aspect-docs.babel': file:scopes/compilation/aspect-docs/babel(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@teambit/compilation.babel-compiler': 1.1.18(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@types/node': 22.10.5 @@ -64595,7 +64595,7 @@ snapshots: '@teambit/clear-cache': file:scopes/workspace/clear-cache(graphql@15.8.0)(react@19.1.0) '@teambit/component-id': 1.2.4 '@teambit/design.ui.brand.logo': 1.96.19(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.content.cli-reference': file:scopes/harmony/cli-reference(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/legacy-bit-id': 1.1.3 '@teambit/legacy.analytics': file:components/legacy/analytics @@ -64669,7 +64669,7 @@ snapshots: '@teambit/component-issues': file:components/component-issues '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/lane-id': 0.0.312 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) @@ -64714,7 +64714,7 @@ snapshots: '@teambit/component-issues': file:components/component-issues '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/lane-id': 0.0.312 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) @@ -64754,7 +64754,7 @@ snapshots: dependencies: '@apollo/client': 3.12.2(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(subscriptions-transport-ws@0.9.19) '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.bit-map': file:components/legacy/bit-map(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/toolbox.network.get-port': file:scopes/toolbox/network/get-port @@ -64776,7 +64776,7 @@ snapshots: dependencies: '@apollo/client': 3.12.2(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.2.0)(react@19.2.0)(subscriptions-transport-ws@0.9.19) '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.bit-map': file:components/legacy/bit-map(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/toolbox.network.get-port': file:scopes/toolbox/network/get-port @@ -64818,7 +64818,7 @@ snapshots: '@teambit/cache@file:scopes/harmony/cache(chai@5.2.1)(react@19.1.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -64833,7 +64833,7 @@ snapshots: '@teambit/cache@file:scopes/harmony/cache(chai@5.2.1)(react@19.2.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) @@ -64859,7 +64859,7 @@ snapshots: '@teambit/design.ui.alert-card': 0.0.27(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) '@teambit/design.ui.separator': 0.0.367(react-dom@19.1.0)(react@19.1.0) '@teambit/documenter.ui.heading': 4.1.8(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-layout': 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/ui-foundation.ui.menu-widget-icon': 0.0.502(react-dom@19.1.0)(react@19.1.0) @@ -64877,6 +64877,32 @@ snapshots: - supports-color - typescript + '@teambit/changelog@file:scopes/component/changelog(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/react-syntax-highlighter@15.5.13)(react@19.1.0)(typescript@5.9.2)': + dependencies: + '@mdx-js/react': 1.6.22(react@19.1.0) + '@teambit/component.instructions.exporting-components': 0.0.7(react-dom@19.1.0)(react@19.1.0) + '@teambit/component.ui.version-block': file:components/ui/version-block(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.ui.alert-card': 0.0.27(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.ui.separator': 0.0.367(react-dom@19.1.0)(react@19.1.0) + '@teambit/documenter.ui.heading': 4.1.8(react-dom@19.1.0)(react@19.1.0) + '@teambit/harmony': 0.4.12 + '@teambit/mdx.ui.mdx-layout': 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) + '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) + '@teambit/ui-foundation.ui.menu-widget-icon': 0.0.502(react-dom@19.1.0)(react@19.1.0) + '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@types/node': 22.10.5 + '@types/react': 19.2.14 + '@types/react-dom': 19.2.3(@types/react@19.2.14) + classnames: 2.5.1 + react: 19.1.0 + react-dom: 19.1.0(react@19.1.0) + transitivePeerDependencies: + - '@apollo/client' + - '@teambit/base-react.navigation.link' + - '@types/react-syntax-highlighter' + - supports-color + - typescript + '@teambit/changelog@file:scopes/component/changelog(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/react-syntax-highlighter@15.5.13)(react@19.2.0)(typescript@5.5.3)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) @@ -64885,7 +64911,7 @@ snapshots: '@teambit/design.ui.alert-card': 0.0.27(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.2.0) '@teambit/design.ui.separator': 0.0.367(react-dom@19.1.0)(react@19.2.0) '@teambit/documenter.ui.heading': 4.1.8(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-layout': 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0)(typescript@5.5.3) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/ui-foundation.ui.menu-widget-icon': 0.0.502(react-dom@19.1.0)(react@19.2.0) @@ -64911,7 +64937,7 @@ snapshots: '@teambit/component.modules.merge-helper': file:scopes/component/modules/merge-helper '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/component.testing.mock-components': file:scopes/component/testing/mock-components(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.testing.load-aspect': file:scopes/harmony/testing/load-aspect(graphql@15.8.0) '@teambit/legacy.bit-map': file:components/legacy/bit-map(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants @@ -64949,7 +64975,7 @@ snapshots: '@teambit/component.modules.merge-helper': file:scopes/component/modules/merge-helper '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/component.testing.mock-components': file:scopes/component/testing/mock-components(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.testing.load-aspect': file:scopes/harmony/testing/load-aspect(graphql@15.8.0) '@teambit/legacy.bit-map': file:components/legacy/bit-map(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants @@ -64986,7 +65012,7 @@ snapshots: '@teambit/component-id': 1.2.4 '@teambit/component.modules.merge-helper': file:scopes/component/modules/merge-helper '@teambit/component.snap-distance': file:scopes/component/snap-distance(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/lane-id': 0.0.312 '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -65012,7 +65038,7 @@ snapshots: '@teambit/clear-cache@file:scopes/workspace/clear-cache(graphql@15.8.0)(react@19.1.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.consumer': file:components/legacy/consumer(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/scope.modules.find-scope-path': file:components/modules/find-scope-path @@ -65035,7 +65061,7 @@ snapshots: '@teambit/clear-cache@file:scopes/workspace/clear-cache(graphql@15.8.0)(react@19.2.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.consumer': file:components/legacy/consumer(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/scope.modules.find-scope-path': file:components/modules/find-scope-path @@ -65062,7 +65088,7 @@ snapshots: '@teambit/component-id': 1.2.4 '@teambit/component.modules.component-url': file:scopes/component/component-url(react@19.1.0) '@teambit/component.testing.mock-components': file:scopes/component/testing/mock-components(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.testing.load-aspect': file:scopes/harmony/testing/load-aspect(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer': file:components/legacy/consumer(graphql@15.8.0) @@ -65104,7 +65130,7 @@ snapshots: '@teambit/component-id': 1.2.4 '@teambit/component.modules.component-url': file:scopes/component/component-url(react@19.1.0) '@teambit/component.testing.mock-components': file:scopes/component/testing/mock-components(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.testing.load-aspect': file:scopes/harmony/testing/load-aspect(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer': file:components/legacy/consumer(graphql@15.8.0) @@ -65151,7 +65177,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/bit-error': 0.0.404 '@teambit/bit.get-bit-version': file:components/bit/get-bit-version - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.analytics': file:components/legacy/analytics '@teambit/legacy.cli.error': file:components/legacy/cli/error '@teambit/legacy.constants': file:components/legacy/constants @@ -65180,7 +65206,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/bit-error': 0.0.404 '@teambit/bit.get-bit-version': file:components/bit/get-bit-version - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.analytics': file:components/legacy/analytics '@teambit/legacy.cli.error': file:components/legacy/cli/error '@teambit/legacy.constants': file:components/legacy/constants @@ -65373,7 +65399,7 @@ snapshots: '@teambit/design.controls.menu': 0.0.1(react-dom@19.1.0)(react@19.1.0) '@teambit/design.ui.avatar': file:components/ui/avatar(react-dom@19.1.0)(react@19.1.0) '@teambit/design.ui.navigation.link': 1.96.12(@testing-library/react@12.1.5)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/ui-foundation.ui.constants.z-indexes': 0.0.504(react-dom@19.1.0)(react@19.1.0) '@teambit/workspace.ui.use-workspace-mode': file:components/ui/use-workspace-mode(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0) core-js: 3.13.0 @@ -65397,7 +65423,7 @@ snapshots: '@teambit/design.controls.menu': 0.0.1(react-dom@19.1.0)(react@19.1.0) '@teambit/design.ui.avatar': file:components/ui/avatar(react-dom@19.1.0)(react@19.1.0) '@teambit/design.ui.navigation.link': 1.96.12(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/ui-foundation.ui.constants.z-indexes': 0.0.504(react-dom@19.1.0)(react@19.1.0) '@teambit/workspace.ui.use-workspace-mode': file:components/ui/use-workspace-mode(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0) core-js: 3.13.0 @@ -65421,7 +65447,7 @@ snapshots: '@teambit/design.controls.menu': 0.0.1(react-dom@19.1.0)(react@19.2.0) '@teambit/design.ui.avatar': file:components/ui/avatar(react-dom@19.1.0)(react@19.2.0) '@teambit/design.ui.navigation.link': 1.96.12(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/ui-foundation.ui.constants.z-indexes': 0.0.504(react-dom@19.1.0)(react@19.2.0) '@teambit/workspace.ui.use-workspace-mode': file:components/ui/use-workspace-mode(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.2.0) core-js: 3.13.0 @@ -65445,7 +65471,7 @@ snapshots: '@teambit/design.controls.menu': 0.0.1(react-dom@19.2.0)(react@19.2.0) '@teambit/design.ui.avatar': file:components/ui/avatar(react-dom@19.2.0)(react@19.2.0) '@teambit/design.ui.navigation.link': 1.96.12(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.2.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/ui-foundation.ui.constants.z-indexes': 0.0.504(react-dom@19.2.0)(react@19.2.0) '@teambit/workspace.ui.use-workspace-mode': file:components/ui/use-workspace-mode(react-dom@19.2.0)(react-router-dom@6.30.1)(react@19.2.0) core-js: 3.13.0 @@ -65467,7 +65493,7 @@ snapshots: '@teambit/cloud.models.cloud-user': file:scopes/cloud/models/cloud-user '@teambit/cloud.ui.user-bar': file:scopes/cloud/ui/user-bar(@apollo/client@3.12.2)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0) '@teambit/design.controls.menu': 0.0.1(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/scope.network': file:scopes/scope/network(graphql@15.8.0) @@ -65503,7 +65529,7 @@ snapshots: '@teambit/cloud.models.cloud-user': file:scopes/cloud/models/cloud-user '@teambit/cloud.ui.user-bar': file:scopes/cloud/ui/user-bar(@apollo/client@3.12.2)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.2.0) '@teambit/design.controls.menu': 0.0.1(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/scope.network': file:scopes/scope/network(graphql@15.8.0) @@ -66362,7 +66388,7 @@ snapshots: '@teambit/code.ui.code-editor': file:components/ui/code-editor(react-dom@19.1.0)(react@19.1.0) '@teambit/code.ui.code-tab-page': file:components/ui/code-tab-page(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0) '@teambit/code.ui.utils.get-file-icon': 0.0.496(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/ui-foundation.ui.menu-widget-icon': 0.0.502(react-dom@19.1.0)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -66388,7 +66414,7 @@ snapshots: '@teambit/code.ui.code-editor': file:components/ui/code-editor(react-dom@19.1.0)(react@19.2.0) '@teambit/code.ui.code-tab-page': file:components/ui/code-tab-page(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.2.0) '@teambit/code.ui.utils.get-file-icon': 0.0.496(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/ui-foundation.ui.menu-widget-icon': 0.0.502(react-dom@19.1.0)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) @@ -66413,7 +66439,7 @@ snapshots: '@teambit/design.buttons.action-button': 0.0.4(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/design.ui.styles.ellipsis': 0.0.357(react-dom@19.1.0)(react@19.1.0) '@teambit/explorer.ui.command-bar': 2.0.19(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/ui-foundation.ui.is-browser': 0.0.500(react-dom@19.1.0)(react@19.1.0) '@teambit/ui-foundation.ui.keycap': 0.0.500(react-dom@19.1.0)(react@19.1.0) @@ -66439,7 +66465,7 @@ snapshots: '@teambit/design.buttons.action-button': 0.0.4(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@teambit/design.ui.styles.ellipsis': 0.0.357(react-dom@19.1.0)(react@19.2.0) '@teambit/explorer.ui.command-bar': 2.0.19(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/ui-foundation.ui.is-browser': 0.0.500(react-dom@19.1.0)(react@19.2.0) '@teambit/ui-foundation.ui.keycap': 0.0.500(react-dom@19.1.0)(react@19.2.0) @@ -66581,7 +66607,7 @@ snapshots: '@teambit/community@file:scopes/community/community': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -66771,7 +66797,7 @@ snapshots: '@teambit/component-id': 1.2.4 '@teambit/component-issues': file:components/component-issues '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/pkg.modules.component-package-name': file:components/modules/component-package-name(graphql@15.8.0) @@ -66805,7 +66831,7 @@ snapshots: '@teambit/component-id': 1.2.4 '@teambit/component-issues': file:components/component-issues '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/pkg.modules.component-package-name': file:components/modules/component-package-name(graphql@15.8.0) @@ -66842,7 +66868,7 @@ snapshots: '@teambit/component.ui.component-compare.component-compare': file:components/ui/component-compare/component-compare(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(react-router-dom@6.30.1)(react@19.1.0) '@teambit/component.ui.component-compare.models.component-compare-change-type': 0.0.7(react-dom@19.1.0)(react@19.1.0) '@teambit/component.ui.component-compare.models.component-compare-props': file:components/ui/component-compare/models/component-compare-props(react-router-dom@6.30.1)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.component-diff': file:components/legacy/component-diff(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) @@ -66879,7 +66905,7 @@ snapshots: '@teambit/component.ui.component-compare.component-compare': file:components/ui/component-compare/component-compare(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(react-router-dom@6.30.1)(react@19.2.0) '@teambit/component.ui.component-compare.models.component-compare-change-type': 0.0.7(react-dom@19.1.0)(react@19.2.0) '@teambit/component.ui.component-compare.models.component-compare-props': file:components/ui/component-compare/models/component-compare-props(react-router-dom@6.30.1)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.component-diff': file:components/legacy/component-diff(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) @@ -67043,7 +67069,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/component-id': 1.2.4 '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy-component-log': file:components/legacy-component-log '@teambit/legacy.component-diff': file:components/legacy/component-diff(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -67073,7 +67099,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/component-id': 1.2.4 '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy-component-log': file:components/legacy-component-log '@teambit/legacy.component-diff': file:components/legacy/component-diff(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) @@ -67119,7 +67145,7 @@ snapshots: '@teambit/component.ui.component-size': 0.0.77(react-dom@19.1.0)(react@19.1.0) '@teambit/design.ui.pill-label': 0.0.360(react@19.1.0) '@teambit/design.ui.tooltip': file:components/ui/tooltip(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/ui-foundation.ui.react-router.use-query': 0.0.505(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -67140,7 +67166,7 @@ snapshots: '@teambit/component.ui.component-size': 0.0.77(react-dom@19.1.0)(react@19.2.0) '@teambit/design.ui.pill-label': 0.0.360(react@19.2.0) '@teambit/design.ui.tooltip': file:components/ui/tooltip(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/ui-foundation.ui.react-router.use-query': 0.0.505(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) @@ -67157,7 +67183,7 @@ snapshots: '@teambit/component-tree@file:scopes/component/component-tree(react@19.1.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@types/node': 22.10.5 @@ -67169,7 +67195,7 @@ snapshots: '@teambit/component-tree@file:scopes/component/component-tree(react@19.2.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@types/node': 22.10.5 @@ -67201,7 +67227,7 @@ snapshots: '@teambit/component-version': 1.0.4 '@teambit/component.modules.merge-helper': file:scopes/component/modules/merge-helper '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.bit-map': file:components/legacy/bit-map(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer': file:components/legacy/consumer(graphql@15.8.0) @@ -67519,7 +67545,7 @@ snapshots: '@teambit/legacy.extension-data': 0.0.51(graphql@15.8.0) '@teambit/legacy.logger': 0.0.19 '@teambit/legacy.scope': 0.0.49(graphql@15.8.0) - '@teambit/pkg.modules.component-package-name': 0.0.56 + '@teambit/pkg.modules.component-package-name': 0.0.56(graphql@15.8.0) '@teambit/toolbox.fs.link-or-symlink': 0.0.20 '@teambit/toolbox.fs.remove-empty-dir': 0.0.5 '@teambit/toolbox.path.path': 0.0.8 @@ -68977,7 +69003,7 @@ snapshots: '@teambit/design.ui.styles.ellipsis': 0.0.357(react-dom@19.1.0)(react@19.1.0) '@teambit/design.ui.styles.muted-italic': 0.0.44(react-dom@19.1.0)(react@19.1.0) '@teambit/design.ui.tree': 0.0.16(@testing-library/react@12.1.5)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/lanes.hooks.use-lanes': file:components/hooks/use-lanes(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@12.1.5)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/lanes.ui.models.lanes-model': file:components/ui/models/lanes-model(react-dom@19.1.0)(react@19.1.0) '@teambit/scope.models.scope-model': file:scopes/scope/models/scope-model(chai@5.2.1) @@ -69005,7 +69031,7 @@ snapshots: '@teambit/design.ui.styles.ellipsis': 0.0.357(react-dom@19.1.0)(react@19.1.0) '@teambit/design.ui.styles.muted-italic': 0.0.44(react-dom@19.1.0)(react@19.1.0) '@teambit/design.ui.tree': 0.0.16(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/lanes.hooks.use-lanes': file:components/hooks/use-lanes(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/lanes.ui.models.lanes-model': file:components/ui/models/lanes-model(react-dom@19.1.0)(react@19.1.0) '@teambit/scope.models.scope-model': file:scopes/scope/models/scope-model(chai@5.2.1) @@ -69033,7 +69059,7 @@ snapshots: '@teambit/design.ui.styles.ellipsis': 0.0.357(react-dom@19.1.0)(react@19.2.0) '@teambit/design.ui.styles.muted-italic': 0.0.44(react-dom@19.1.0)(react@19.2.0) '@teambit/design.ui.tree': 0.0.16(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/lanes.hooks.use-lanes': file:components/hooks/use-lanes(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@teambit/lanes.ui.models.lanes-model': file:components/ui/models/lanes-model(react-dom@19.1.0)(react@19.2.0) '@teambit/scope.models.scope-model': file:scopes/scope/models/scope-model(chai@5.2.1) @@ -69061,7 +69087,7 @@ snapshots: '@teambit/design.ui.styles.ellipsis': 0.0.357(react-dom@19.2.0)(react@19.2.0) '@teambit/design.ui.styles.muted-italic': 0.0.44(react-dom@19.2.0)(react@19.2.0) '@teambit/design.ui.tree': 0.0.16(@testing-library/react@14.3.1)(react-dom@19.2.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/lanes.hooks.use-lanes': file:components/hooks/use-lanes(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.2.0)(react@19.2.0) '@teambit/lanes.ui.models.lanes-model': file:components/ui/models/lanes-model(react-dom@19.2.0)(react@19.2.0) '@teambit/scope.models.scope-model': file:scopes/scope/models/scope-model(chai@5.2.1) @@ -69821,7 +69847,7 @@ snapshots: '@teambit/envs.ui.env-icon': file:scopes/envs/ui/env-icon(react-dom@19.1.0)(react@19.1.0) '@teambit/explorer.ui.command-bar': 2.0.19(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0) '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.ui.aspect-box': file:scopes/harmony/ui/aspect-box(react-dom@19.1.0)(react@19.1.0) '@teambit/lanes.hooks.use-lanes': file:components/hooks/use-lanes(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/lanes.ui.models.lanes-model': file:components/ui/models/lanes-model(react-dom@19.1.0)(react@19.1.0) @@ -69909,7 +69935,7 @@ snapshots: '@teambit/envs.ui.env-icon': file:scopes/envs/ui/env-icon(react-dom@19.1.0)(react@19.2.0) '@teambit/explorer.ui.command-bar': 2.0.19(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.2.0) '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.ui.aspect-box': file:scopes/harmony/ui/aspect-box(react-dom@19.1.0)(react@19.2.0) '@teambit/lanes.hooks.use-lanes': file:components/hooks/use-lanes(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@teambit/lanes.ui.models.lanes-model': file:components/ui/models/lanes-model(react-dom@19.1.0)(react@19.2.0) @@ -70422,7 +70448,7 @@ snapshots: '@teambit/documenter.ui.heading': 4.1.8(react-dom@19.1.0)(react@19.1.0) '@teambit/documenter.ui.property-table': 4.1.11(@types/react-dom@19.2.3)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) '@teambit/evangelist.elements.icon': 1.0.5(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) '@teambit/mdx.ui.mdx-layout': 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -70453,6 +70479,71 @@ snapshots: - supports-color - typescript + '@teambit/compositions@file:scopes/compositions/compositions(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/react-syntax-highlighter@15.5.13)(graphql@15.8.0)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2)': + dependencies: + '@mdx-js/react': 1.6.22(react@19.1.0) + '@teambit/api-reference.hooks.use-api': 0.0.57(@apollo/client@3.12.2)(react-dom@19.1.0)(react@19.1.0) + '@teambit/base-react.navigation.link': 2.0.33(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@teambit/base-ui.loaders.skeleton': 1.0.2(react@19.1.0) + '@teambit/base-ui.surfaces.split-pane.hover-splitter': 1.0.1(react-dom@19.1.0)(react@19.1.0) + '@teambit/base-ui.surfaces.split-pane.split-pane': 1.0.0(react-dom@19.1.0)(react@19.1.0) + '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) + '@teambit/compositions.aspect-docs.compositions': file:scopes/compositions/aspect-docs/compositions(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@teambit/compositions.model.composition-id': file:scopes/compositions/model/composition-id(react-dom@19.1.0)(react@19.1.0) + '@teambit/compositions.ui.composition-compare': file:components/ui/composition-compare(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@teambit/compositions.ui.composition-compare-section': file:components/ui/composition-compare-section(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0) + '@teambit/compositions.ui.composition-live-controls': 0.0.6(react@19.1.0) + '@teambit/compositions.ui.compositions-menu-bar': 0.0.177(react-dom@19.1.0)(react@19.1.0) + '@teambit/compositions.ui.hooks.use-composition': 0.0.177(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.inputs.date-picker': 0.0.3(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.inputs.dropdown': 1.3.3(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.inputs.input-text': 1.1.5(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.inputs.selectors.menu-item': 1.1.0(react@19.1.0) + '@teambit/design.inputs.text-area': 0.0.20(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.inputs.toggle-switch': 0.0.9(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.ui.alert-card': 0.0.27(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.ui.empty-box': 0.0.364(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.ui.input.color-picker': 0.0.56(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.ui.input.option-button': 1.0.13(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.ui.separator': 0.0.367(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.ui.surfaces.status-message-card': 0.0.18(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.ui.tooltip': file:components/ui/tooltip(react-dom@19.1.0)(react@19.1.0) + '@teambit/docs.ui.queries.get-docs': file:scopes/docs/ui/queries/get-docs(@apollo/client@3.12.2)(react-dom@19.1.0)(react@19.1.0) + '@teambit/documenter.theme.theme-context': 4.0.7(react-dom@19.1.0)(react@19.1.0) + '@teambit/documenter.ui.heading': 4.1.8(react-dom@19.1.0)(react@19.1.0) + '@teambit/documenter.ui.property-table': 4.1.11(@types/react-dom@19.2.3)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) + '@teambit/evangelist.elements.icon': 1.0.5(react-dom@19.1.0)(react@19.1.0) + '@teambit/harmony': 0.4.12 + '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) + '@teambit/mdx.ui.mdx-layout': 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) + '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) + '@teambit/preview.ui.component-preview': file:scopes/preview/ui/component-preview(react-dom@19.1.0)(react@19.1.0) + '@teambit/toolbox.path.match-patterns': file:scopes/toolbox/path/match-patterns + '@teambit/ui-foundation.ui.buttons.collapser': file:components/ui/buttons/collapser(react-dom@19.1.0)(react@19.1.0) + '@teambit/ui-foundation.ui.constants.z-indexes': 0.0.504(react-dom@19.1.0)(react@19.1.0) + '@teambit/ui-foundation.ui.hooks.use-is-mobile': 0.0.200(react-dom@19.1.0)(react@19.1.0) + '@teambit/ui-foundation.ui.menu-widget-icon': 0.0.502(react-dom@19.1.0)(react@19.1.0) + '@teambit/workspace.ui.use-workspace-mode': file:components/ui/use-workspace-mode(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0) + '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@types/node': 22.10.5 + '@types/react': 19.2.14 + '@types/react-dom': 19.2.3(@types/react@19.2.14) + classnames: 2.5.1 + graphql-tag: 2.12.1(graphql@15.8.0) + lodash: 4.17.21 + lodash.head: 4.0.1 + query-string: 7.0.0 + react: 19.1.0 + react-dom: 19.1.0(react@19.1.0) + react-router-dom: 6.30.1(react-dom@19.1.0)(react@19.1.0) + transitivePeerDependencies: + - '@apollo/client' + - '@types/react-syntax-highlighter' + - encoding + - graphql + - supports-color + - typescript + '@teambit/compositions@file:scopes/compositions/compositions(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/react-syntax-highlighter@15.5.13)(graphql@15.8.0)(react-dom@19.2.0)(react-router-dom@6.30.1)(react@19.2.0)(typescript@5.5.3)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) @@ -70487,7 +70578,7 @@ snapshots: '@teambit/documenter.ui.heading': 4.1.8(react-dom@19.2.0)(react@19.2.0) '@teambit/documenter.ui.property-table': 4.1.11(@types/react-dom@19.2.3)(@types/react@19.2.14)(react-dom@19.2.0)(react@19.2.0)(typescript@5.5.3) '@teambit/evangelist.elements.icon': 1.0.5(react-dom@19.2.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) '@teambit/mdx.ui.mdx-layout': 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.2.0)(react@19.2.0)(typescript@5.5.3) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) @@ -70526,7 +70617,7 @@ snapshots: '@teambit/component-package-version': file:scopes/component/component-package-version '@teambit/component-version': 1.0.4 '@teambit/component.modules.merge-helper': file:scopes/component/modules/merge-helper - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) '@teambit/legacy.extension-data': file:components/legacy/extension-data(graphql@15.8.0) @@ -70552,7 +70643,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/gitconfig': 2.0.10 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -70572,7 +70663,7 @@ snapshots: '@teambit/bit-error': 0.0.404 '@teambit/component-id': 1.2.4 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer': file:components/legacy/consumer(graphql@15.8.0) '@teambit/legacy.consumer-config': file:components/legacy/consumer-config(graphql@15.8.0) @@ -71028,18 +71119,18 @@ snapshots: - '@types/react-dom' - react-router-dom - '@teambit/defender.ui.test-compare@file:components/ui/test-compare(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.5.3)': + '@teambit/defender.ui.test-compare@file:components/ui/test-compare(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2)': dependencies: '@apollo/client': 3.12.2(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(subscriptions-transport-ws@0.9.19) '@teambit/component.ui.component-compare.context': file:components/ui/component-compare/context(@testing-library/react@12.1.5)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/component.ui.component-compare.layouts.compare-split-layout-preset': 0.0.10(react-dom@19.1.0)(react@19.1.0) '@teambit/defender.ui.test-loader': 0.0.504(react-dom@19.1.0)(react@19.1.0) - '@teambit/defender.ui.test-page': file:components/ui/test-page(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.5.3) + '@teambit/defender.ui.test-page': file:components/ui/test-page(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2) '@teambit/defender.ui.test-table': 0.0.512(react-dom@19.1.0)(react@19.1.0) '@teambit/design.ui.alert-card': 0.0.27(@testing-library/react@12.1.5)(react-dom@19.1.0)(react@19.1.0) '@teambit/design.ui.empty-box': 0.0.364(@testing-library/react@12.1.5)(react-dom@19.1.0)(react@19.1.0) '@teambit/design.ui.round-loader': 0.0.355(react-dom@19.1.0)(react@19.1.0) - '@teambit/mdx.ui.mdx-layout': 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) + '@teambit/mdx.ui.mdx-layout': 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) classnames: 2.5.1 core-js: 3.13.0 react: 19.1.0 @@ -71080,6 +71171,32 @@ snapshots: - react-router-dom - typescript + '@teambit/defender.ui.test-compare@file:components/ui/test-compare(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2)': + dependencies: + '@apollo/client': 3.12.2(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(subscriptions-transport-ws@0.9.19) + '@teambit/component.ui.component-compare.context': file:components/ui/component-compare/context(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@teambit/component.ui.component-compare.layouts.compare-split-layout-preset': 0.0.10(react-dom@19.1.0)(react@19.1.0) + '@teambit/defender.ui.test-loader': 0.0.504(react-dom@19.1.0)(react@19.1.0) + '@teambit/defender.ui.test-page': file:components/ui/test-page(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2) + '@teambit/defender.ui.test-table': 0.0.512(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.ui.alert-card': 0.0.27(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.ui.empty-box': 0.0.364(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.ui.round-loader': 0.0.355(react-dom@19.1.0)(react@19.1.0) + '@teambit/mdx.ui.mdx-layout': 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) + classnames: 2.5.1 + core-js: 3.13.0 + react: 19.1.0 + react-dom: 19.1.0(react@19.1.0) + transitivePeerDependencies: + - '@mdx-js/react' + - '@teambit/base-react.navigation.link' + - '@testing-library/react' + - '@types/react' + - '@types/react-dom' + - '@types/react-syntax-highlighter' + - react-router-dom + - typescript + '@teambit/defender.ui.test-compare@file:components/ui/test-compare(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.2.0)(typescript@5.5.3)': dependencies: '@apollo/client': 3.12.2(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.2.0)(react@19.2.0)(subscriptions-transport-ws@0.9.19) @@ -71182,7 +71299,7 @@ snapshots: react: 19.2.0 react-dom: 19.2.0(react@19.2.0) - '@teambit/defender.ui.test-page@file:components/ui/test-page(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.5.3)': + '@teambit/defender.ui.test-page@file:components/ui/test-page(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2)': dependencies: '@apollo/client': 3.12.2(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(subscriptions-transport-ws@0.9.19) '@teambit/defender.ui.test-loader': 0.0.504(react-dom@19.1.0)(react@19.1.0) @@ -71194,7 +71311,7 @@ snapshots: '@teambit/design.ui.separator': 0.0.367(react-dom@19.1.0)(react@19.1.0) '@teambit/documenter.ui.heading': 4.1.8(react-dom@19.1.0)(react@19.1.0) '@teambit/lanes.hooks.use-viewed-lane-from-url': file:components/hooks/use-viewed-lane-from-url_1(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@12.1.5) - '@teambit/mdx.ui.mdx-layout': 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) + '@teambit/mdx.ui.mdx-layout': 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) '@teambit/ui-foundation.ui.react-router.use-query': 0.0.505(@testing-library/react@12.1.5)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) classnames: 2.5.1 core-js: 3.13.0 @@ -71238,6 +71355,34 @@ snapshots: - react-router-dom - typescript + '@teambit/defender.ui.test-page@file:components/ui/test-page(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2)': + dependencies: + '@apollo/client': 3.12.2(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(subscriptions-transport-ws@0.9.19) + '@teambit/defender.ui.test-loader': 0.0.504(react-dom@19.1.0)(react@19.1.0) + '@teambit/defender.ui.test-table': 0.0.512(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.content.table': 0.0.3(@testing-library/react@14.3.1)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0) + '@teambit/design.ui.alert-card': 0.0.27(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.ui.empty-box': 0.0.364(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.ui.navigation.link': 1.96.12(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.ui.separator': 0.0.367(react-dom@19.1.0)(react@19.1.0) + '@teambit/documenter.ui.heading': 4.1.8(react-dom@19.1.0)(react@19.1.0) + '@teambit/lanes.hooks.use-viewed-lane-from-url': file:components/hooks/use-viewed-lane-from-url_1(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1) + '@teambit/mdx.ui.mdx-layout': 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) + '@teambit/ui-foundation.ui.react-router.use-query': 0.0.505(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + classnames: 2.5.1 + core-js: 3.13.0 + react: 19.1.0 + react-dom: 19.1.0(react@19.1.0) + transitivePeerDependencies: + - '@mdx-js/react' + - '@teambit/base-react.navigation.link' + - '@testing-library/react' + - '@types/react' + - '@types/react-dom' + - '@types/react-syntax-highlighter' + - react-router-dom + - typescript + '@teambit/defender.ui.test-page@file:components/ui/test-page(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.2.0)(typescript@5.5.3)': dependencies: '@apollo/client': 3.12.2(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.2.0)(react@19.2.0)(subscriptions-transport-ws@0.9.19) @@ -71507,7 +71652,7 @@ snapshots: '@teambit/component-version': 1.0.4 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/component.testing.mock-components': file:scopes/component/testing/mock-components(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.testing.load-aspect': file:scopes/harmony/testing/load-aspect(graphql@15.8.0) '@teambit/legacy.bit-map': file:components/legacy/bit-map(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants @@ -71576,7 +71721,7 @@ snapshots: '@teambit/component-version': 1.0.4 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/component.testing.mock-components': file:scopes/component/testing/mock-components(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.testing.load-aspect': file:scopes/harmony/testing/load-aspect(graphql@15.8.0) '@teambit/legacy.bit-map': file:components/legacy/bit-map(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants @@ -71635,6 +71780,75 @@ snapshots: - typanion - typescript + '@teambit/dependencies@file:scopes/dependencies/dependencies(@babel/core@7.28.3)(@pnpm/logger@1001.0.1)(chai@5.2.1)(graphql@15.8.0)(postcss@8.4.45)(typanion@3.14.0)(typescript@5.9.2)': + dependencies: + '@mdx-js/react': 1.6.22(react@19.1.0) + '@teambit/bit-error': 0.0.404 + '@teambit/component-id': 1.2.4 + '@teambit/component-issues': file:components/component-issues + '@teambit/component-package-version': file:scopes/component/component-package-version + '@teambit/component-version': 1.0.4 + '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) + '@teambit/component.testing.mock-components': file:scopes/component/testing/mock-components(graphql@15.8.0) + '@teambit/harmony': 0.4.12 + '@teambit/harmony.testing.load-aspect': file:scopes/harmony/testing/load-aspect(graphql@15.8.0) + '@teambit/legacy.bit-map': file:components/legacy/bit-map(graphql@15.8.0) + '@teambit/legacy.constants': file:components/legacy/constants + '@teambit/legacy.consumer': file:components/legacy/consumer(graphql@15.8.0) + '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) + '@teambit/legacy.consumer-config': file:components/legacy/consumer-config(graphql@15.8.0) + '@teambit/legacy.dependency-graph': file:components/legacy/dependency-graph(graphql@15.8.0) + '@teambit/legacy.extension-data': file:components/legacy/extension-data(graphql@15.8.0) + '@teambit/legacy.logger': file:components/legacy/logger + '@teambit/legacy.utils': file:components/legacy/utils + '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) + '@teambit/node.deps-detectors.detective-es6': 0.0.6 + '@teambit/styling.deps-detectors.detective-css': 0.0.6(postcss@8.4.45) + '@teambit/styling.deps-detectors.detective-less': 0.0.6(postcss@8.4.45) + '@teambit/styling.deps-detectors.detective-sass': 0.0.9(postcss@8.4.45) + '@teambit/styling.deps-detectors.detective-scss': 0.0.9(postcss@8.4.45) + '@teambit/styling.deps-lookups.lookup-styling': 0.0.4 + '@teambit/toolbox.fs.extension-getter': file:scopes/toolbox/fs/extension-getter + '@teambit/toolbox.fs.last-modified': file:scopes/toolbox/fs/last-modified + '@teambit/toolbox.path.path': file:scopes/toolbox/path/path + '@teambit/typescript.deps-detectors.detective-typescript': 0.0.10(typescript@5.9.2) + '@teambit/typescript.deps-lookups.lookup-typescript': 0.0.2 + '@teambit/workspace.testing.mock-workspace': file:scopes/workspace/testing/mock-workspace(@babel/core@7.28.3)(@pnpm/logger@1001.0.1)(chai@5.2.1)(typanion@3.14.0) + '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@types/node': 22.10.5 + '@types/react': 19.2.14 + '@types/react-dom': 19.2.3(@types/react@19.2.14) + archy: 1.0.0 + chai: 5.2.1 + chalk: 4.1.2 + cli-table: 0.3.6 + debug: 4.3.4(supports-color@9.4.0) + detective-amd: 3.0.1 + detective-stylus: 1.0.0 + fs-extra: 10.0.0 + lodash: 4.17.21 + module-definition: 3.3.1 + moment: 2.29.4 + node-source-walk: 4.2.0 + p-map-series: 2.1.0 + react: 19.1.0 + react-dom: 19.1.0(react@19.1.0) + read-pkg-up: 7.0.1 + resolve-dependency-path: 2.0.0 + semver: 7.7.1 + stylus-lookup: 3.0.2 + table: 6.7.3 + transitivePeerDependencies: + - '@babel/core' + - '@pnpm/logger' + - domexception + - encoding + - graphql + - postcss + - supports-color + - typanion + - typescript + '@teambit/dependency-resolver@file:scopes/dependencies/dependency-resolver(@pnpm/logger@1001.0.1)(@pnpm/worker@1000.6.7)(@yarnpkg/core@3.5.2)(chai@5.2.1)(graphql@15.8.0)(react@19.1.0)(typanion@3.14.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) @@ -71650,7 +71864,7 @@ snapshots: '@teambit/component-version': 1.0.4 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/dependencies.aspect-docs.dependency-resolver': file:scopes/dependencies/aspect-docs/dependency-resolver(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.feature-toggle': file:scopes/harmony/modules/feature-toggle '@teambit/harmony.modules.requireable-component': file:scopes/harmony/modules/requireable-component '@teambit/legacy-bit-id': 1.1.3 @@ -71714,7 +71928,7 @@ snapshots: '@teambit/component-version': 1.0.4 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/dependencies.aspect-docs.dependency-resolver': file:scopes/dependencies/aspect-docs/dependency-resolver(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.feature-toggle': file:scopes/harmony/modules/feature-toggle '@teambit/harmony.modules.requireable-component': file:scopes/harmony/modules/requireable-component '@teambit/legacy-bit-id': 1.1.3 @@ -71778,7 +71992,7 @@ snapshots: '@teambit/component-version': 1.0.4 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/dependencies.aspect-docs.dependency-resolver': file:scopes/dependencies/aspect-docs/dependency-resolver(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.feature-toggle': file:scopes/harmony/modules/feature-toggle '@teambit/harmony.modules.requireable-component': file:scopes/harmony/modules/requireable-component '@teambit/legacy-bit-id': 1.1.3 @@ -71834,7 +72048,7 @@ snapshots: '@teambit/component-id': 1.2.4 '@teambit/component-issues': file:components/component-issues '@teambit/component.ui.component-deprecated': 0.0.41(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -71857,7 +72071,7 @@ snapshots: '@teambit/component-id': 1.2.4 '@teambit/component-issues': file:components/component-issues '@teambit/component.ui.component-deprecated': 0.0.41(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) @@ -75243,7 +75457,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -75264,7 +75478,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) @@ -75285,7 +75499,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/bit.get-bit-version': file:components/bit/get-bit-version - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@types/node': 22.10.5 @@ -75308,21 +75522,6 @@ snapshots: - graphql - react-dom - '@teambit/docs.docs-template@1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3)': - dependencies: - '@teambit/react.ui.docs-app': 1.0.34(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) - '@types/react': 19.2.14 - '@types/react-dom': 19.2.3(@types/react@19.2.14) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - transitivePeerDependencies: - - '@mdx-js/react' - - '@testing-library/react' - - '@types/react-syntax-highlighter' - - encoding - - graphql - - typescript - '@teambit/docs.docs-template@1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2)': dependencies: '@teambit/react.ui.docs-app': 1.0.34(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) @@ -75506,7 +75705,7 @@ snapshots: '@teambit/docs.entities.doc': 0.0.12 '@teambit/docs.ui.overview-compare': 1.0.12(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/docs.ui.overview-compare-section': 0.0.102(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/preview.ui.component-preview': file:scopes/preview/ui/component-preview(react-dom@19.1.0)(react@19.1.0) @@ -75538,7 +75737,7 @@ snapshots: '@teambit/docs.entities.doc': 0.0.12 '@teambit/docs.ui.overview-compare': 1.0.12(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.2.0)(react@19.2.0) '@teambit/docs.ui.overview-compare-section': 0.0.102(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react@19.2.14)(react-dom@19.2.0)(react-router-dom@6.30.1)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/preview.ui.component-preview': file:scopes/preview/ui/component-preview(react-dom@19.2.0)(react@19.2.0) @@ -75567,7 +75766,7 @@ snapshots: '@teambit/bvm.list': 1.1.1 '@teambit/component-id': 1.2.4 '@teambit/git.modules.git-executable': file:scopes/git/modules/git-executable - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.bit-map': file:components/legacy/bit-map(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer': file:components/legacy/consumer(graphql@15.8.0) @@ -75772,19 +75971,6 @@ snapshots: - react-dom - typescript - '@teambit/documenter.markdown.hybrid-live-code-snippet@0.1.16(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3)': - dependencies: - '@teambit/documenter.code.react-playground': 4.1.11(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) - '@teambit/documenter.ui.code-snippet': 4.2.6(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) - '@types/react': 19.2.14 - '@types/react-dom': 19.2.3(@types/react@19.2.14) - react: 19.1.0 - transitivePeerDependencies: - - '@testing-library/react' - - '@types/react-syntax-highlighter' - - react-dom - - typescript - '@teambit/documenter.markdown.hybrid-live-code-snippet@0.1.16(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2)': dependencies: '@teambit/documenter.code.react-playground': 4.1.11(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) @@ -75905,35 +76091,6 @@ snapshots: - react-dom - typescript - '@teambit/documenter.markdown.mdx@0.1.18(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3)': - dependencies: - '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/documenter.markdown.heading': 0.1.10(react-dom@19.1.0)(react@19.1.0) - '@teambit/documenter.markdown.hybrid-live-code-snippet': 0.1.16(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) - '@teambit/documenter.routing.external-link': 4.1.4(react@19.1.0) - '@teambit/documenter.ui.block-quote': 4.0.9(react@19.1.0) - '@teambit/documenter.ui.bold': 4.0.9(react@19.1.0) - '@teambit/documenter.ui.image': 4.0.4(react@19.1.0) - '@teambit/documenter.ui.inline-code': 0.1.7(react@19.1.0) - '@teambit/documenter.ui.italic': 4.0.9(react@19.1.0) - '@teambit/documenter.ui.ol': 4.1.7(react@19.1.0) - '@teambit/documenter.ui.paragraph': 4.1.8(react-dom@19.1.0)(react@19.1.0) - '@teambit/documenter.ui.separator': 4.1.7(react@19.1.0) - '@teambit/documenter.ui.sup': 4.0.9(react@19.1.0) - '@teambit/documenter.ui.table.base-table': 4.1.7(react@19.1.0) - '@teambit/documenter.ui.table.td': 4.1.7(react@19.1.0) - '@teambit/documenter.ui.table.tr': 4.1.7(react@19.1.0) - '@teambit/documenter.ui.ul': 4.1.7(react@19.1.0) - '@types/react': 19.2.14 - classnames: 2.5.1 - react: 19.1.0 - transitivePeerDependencies: - - '@testing-library/react' - - '@types/react-dom' - - '@types/react-syntax-highlighter' - - react-dom - - typescript - '@teambit/documenter.markdown.mdx@0.1.18(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) @@ -77251,7 +77408,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/component-id': 1.2.4 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer': file:components/legacy/consumer(graphql@15.8.0) '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) @@ -77276,7 +77433,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/component-id': 1.2.4 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer': file:components/legacy/consumer(graphql@15.8.0) '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) @@ -77299,7 +77456,7 @@ snapshots: '@teambit/env@file:scopes/envs/env(eslint@8.56.0)(jest@29.3.1)(typescript@5.5.3)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@types/node': 22.10.5 @@ -77324,6 +77481,34 @@ snapshots: - supports-color - typescript + '@teambit/env@file:scopes/envs/env(eslint@8.56.0)(jest@29.3.1)(typescript@5.9.2)': + dependencies: + '@mdx-js/react': 1.6.22(react@19.1.0) + '@teambit/harmony': 0.4.12 + '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) + '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@types/node': 22.10.5 + '@types/react': 19.2.14 + '@types/react-dom': 19.2.3(@types/react@19.2.14) + '@typescript-eslint/eslint-plugin': 7.1.0(@typescript-eslint/parser@7.1.0)(eslint@8.56.0)(typescript@5.9.2) + '@typescript-eslint/parser': 7.1.0(eslint@8.56.0)(typescript@5.9.2) + eslint-mdx: 1.17.1(eslint@8.56.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.1.0)(eslint@8.56.0) + eslint-plugin-jest: 27.6.3(@typescript-eslint/eslint-plugin@7.1.0)(eslint@8.56.0)(jest@29.3.1)(typescript@5.9.2) + eslint-plugin-jsx-a11y: 6.8.0(eslint@8.56.0) + eslint-plugin-mdx: 1.17.1(eslint@8.56.0) + eslint-plugin-react: 7.33.2(eslint@8.56.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.56.0) + react: 19.1.0 + react-dom: 19.1.0(react@19.1.0) + transitivePeerDependencies: + - eslint + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack + - jest + - supports-color + - typescript + '@teambit/envs.aspect-docs.envs@file:scopes/envs/aspect-docs/envs(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)': dependencies: '@mdx-js/react': 3.1.1(@types/react@19.2.14)(react@19.1.0) @@ -77381,7 +77566,7 @@ snapshots: '@teambit/component-issues': file:components/component-issues '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/envs.aspect-docs.envs': file:scopes/envs/aspect-docs/envs(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) '@teambit/legacy.extension-data': file:components/legacy/extension-data(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -77413,7 +77598,7 @@ snapshots: '@teambit/component-issues': file:components/component-issues '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/envs.aspect-docs.envs': file:scopes/envs/aspect-docs/envs(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) '@teambit/legacy.extension-data': file:components/legacy/extension-data(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) @@ -77441,7 +77626,7 @@ snapshots: '@babel/runtime': 7.23.2 '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/defender.eslint.config-mutator': file:scopes/defender/eslint-config-mutator(eslint@8.56.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -77463,7 +77648,7 @@ snapshots: '@babel/runtime': 7.23.2 '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/defender.eslint.config-mutator': file:scopes/defender/eslint-config-mutator(eslint@8.56.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) @@ -78081,7 +78266,7 @@ snapshots: '@teambit/bit-error': 0.0.404 '@teambit/component-id': 1.2.4 '@teambit/component.snap-distance': file:scopes/component/snap-distance(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.concurrency': file:scopes/harmony/modules/concurrency '@teambit/lane-id': 0.0.312 '@teambit/legacy-bit-id': 1.1.3 @@ -78124,7 +78309,7 @@ snapshots: '@teambit/bit-error': 0.0.404 '@teambit/component-id': 1.2.4 '@teambit/component.snap-distance': file:scopes/component/snap-distance(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.concurrency': file:scopes/harmony/modules/concurrency '@teambit/lane-id': 0.0.312 '@teambit/legacy-bit-id': 1.1.3 @@ -78164,7 +78349,7 @@ snapshots: '@teambit/express@file:scopes/harmony/express(react@19.1.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.logger': file:components/legacy/logger '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -78183,7 +78368,7 @@ snapshots: '@teambit/express@file:scopes/harmony/express(react@19.2.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.logger': file:components/legacy/logger '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) @@ -78206,7 +78391,7 @@ snapshots: '@teambit/component-id': 1.2.4 '@teambit/component-package-version': file:scopes/component/component-package-version '@teambit/component-version': 1.0.4 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.utils': file:components/legacy/utils '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -78231,7 +78416,7 @@ snapshots: '@teambit/component-id': 1.2.4 '@teambit/component-package-version': file:scopes/component/component-package-version '@teambit/component-version': 1.0.4 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.utils': file:components/legacy/utils '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) @@ -78252,7 +78437,7 @@ snapshots: '@teambit/formatter@file:scopes/defender/formatter(graphql@15.8.0)(react@19.1.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/toolbox.time.timer': file:scopes/toolbox/time/timer @@ -78272,7 +78457,7 @@ snapshots: '@teambit/formatter@file:scopes/defender/formatter(graphql@15.8.0)(react@19.2.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/toolbox.time.timer': file:scopes/toolbox/time/timer @@ -78336,7 +78521,7 @@ snapshots: '@teambit/generator.aspect-docs.generator': file:scopes/generator/aspect-docs/generator(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/git.modules.git-executable': file:scopes/git/modules/git-executable '@teambit/git.modules.git-ignore': 1.0.2 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy-bit-id': 1.1.3 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer-config': file:components/legacy/consumer-config(graphql@15.8.0) @@ -78372,7 +78557,7 @@ snapshots: '@teambit/generator.aspect-docs.generator': file:scopes/generator/aspect-docs/generator(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@teambit/git.modules.git-executable': file:scopes/git/modules/git-executable '@teambit/git.modules.git-ignore': 1.0.2 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy-bit-id': 1.1.3 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer-config': file:components/legacy/consumer-config(graphql@15.8.0) @@ -78436,7 +78621,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/bit-error': 0.0.404 '@teambit/gitconfig': 2.0.10 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@types/node': 22.10.5 @@ -78461,7 +78646,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/bit-error': 0.0.404 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.scope': file:components/legacy/scope(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -78487,7 +78672,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/bit-error': 0.0.404 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.scope': file:components/legacy/scope(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) @@ -78541,7 +78726,7 @@ snapshots: '@teambit/envs.ui.env-icon': file:scopes/envs/ui/env-icon(react-dom@19.1.0)(react@19.1.0) '@teambit/evangelist.input.checkbox.label': 1.1.0(react-dom@19.1.0)(react@19.1.0) '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.dependency-graph': file:components/legacy/dependency-graph(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/scope.remotes': file:components/scope/remotes(graphql@15.8.0) @@ -78589,7 +78774,7 @@ snapshots: '@teambit/envs.ui.env-icon': file:scopes/envs/ui/env-icon(react-dom@19.1.0)(react@19.2.0) '@teambit/evangelist.input.checkbox.label': 1.1.0(react-dom@19.1.0)(react@19.2.0) '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.dependency-graph': file:components/legacy/dependency-graph(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/scope.remotes': file:components/scope/remotes(graphql@15.8.0) @@ -78669,7 +78854,7 @@ snapshots: '@graphql-modules/core': 0.7.17(graphql@15.8.0)(reflect-metadata@0.1.13) '@graphql-tools/schema': 10.0.11(graphql@15.8.0) '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/toolbox.network.get-port': file:scopes/toolbox/network/get-port '@teambit/ui-foundation.ui.is-browser': 0.0.500(react-dom@19.1.0)(react@19.1.0) @@ -78711,7 +78896,7 @@ snapshots: '@graphql-modules/core': 0.7.17(graphql@15.8.0)(reflect-metadata@0.1.13) '@graphql-tools/schema': 10.0.11(graphql@15.8.0) '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/toolbox.network.get-port': file:scopes/toolbox/network/get-port '@teambit/ui-foundation.ui.is-browser': 0.0.500(react-dom@19.2.0)(react@19.2.0) @@ -78750,7 +78935,7 @@ snapshots: '@teambit/harmony-ui-app@file:scopes/ui-foundation/harmony-ui-app/harmony-ui-app(react@19.1.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@types/node': 22.10.5 @@ -78762,7 +78947,7 @@ snapshots: '@teambit/harmony-ui-app@file:scopes/ui-foundation/harmony-ui-app/harmony-ui-app(react@19.2.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@types/node': 22.10.5 @@ -79542,7 +79727,7 @@ snapshots: '@teambit/harmony.testing.load-aspect@file:scopes/harmony/testing/load-aspect(graphql@15.8.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.consumer': file:components/legacy/consumer(graphql@15.8.0) '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) '@teambit/legacy.consumer-config': file:components/legacy/consumer-config(graphql@15.8.0) @@ -79621,7 +79806,7 @@ snapshots: react: 19.2.0 react-dom: 19.2.0(react@19.2.0) - '@teambit/harmony@0.4.11': + '@teambit/harmony@0.4.12': dependencies: cleargraph: 5.8.0 comment-json: 4.2.5 @@ -79633,7 +79818,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/bit-error': 0.0.404 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.bit-map': file:components/legacy/bit-map(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer': file:components/legacy/consumer(graphql@15.8.0) @@ -79728,7 +79913,7 @@ snapshots: '@teambit/component-version': 1.0.4 '@teambit/component.modules.merge-helper': file:scopes/component/modules/merge-helper '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.concurrency': file:scopes/harmony/modules/concurrency '@teambit/lane-id': 0.0.312 '@teambit/legacy-bit-id': 1.1.3 @@ -79767,7 +79952,7 @@ snapshots: '@teambit/component-version': 1.0.4 '@teambit/component.modules.merge-helper': file:scopes/component/modules/merge-helper '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.concurrency': file:scopes/harmony/modules/concurrency '@teambit/lane-id': 0.0.312 '@teambit/legacy-bit-id': 1.1.3 @@ -79804,7 +79989,7 @@ snapshots: '@teambit/bit-error': 0.0.404 '@teambit/component-id': 1.2.4 '@teambit/component-issues': file:components/component-issues - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@types/node': 22.10.5 @@ -79823,7 +80008,7 @@ snapshots: '@teambit/bit-error': 0.0.404 '@teambit/component-id': 1.2.4 '@teambit/component-issues': file:components/component-issues - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@types/node': 22.10.5 @@ -79848,7 +80033,7 @@ snapshots: '@teambit/component-version': 1.0.4 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/dependencies.fs.linked-dependencies': file:scopes/dependencies/fs/linked-dependencies - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/pkg.modules.component-package-name': file:components/modules/component-package-name(graphql@15.8.0) '@teambit/toolbox.json.jsonc-utils': file:scopes/toolbox/json/jsonc-utils @@ -79884,7 +80069,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/bit-error': 0.0.404 '@teambit/component-id': 1.2.4 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -79901,7 +80086,7 @@ snapshots: '@teambit/ipc-events@file:scopes/harmony/ipc-events': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@types/node': 22.10.5 @@ -79923,7 +80108,7 @@ snapshots: '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/dependencies.fs.linked-dependencies': file:scopes/dependencies/fs/linked-dependencies '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.concurrency': file:scopes/harmony/modules/concurrency '@teambit/harmony.modules.feature-toggle': file:scopes/harmony/modules/feature-toggle '@teambit/legacy.constants': file:components/legacy/constants @@ -79968,7 +80153,7 @@ snapshots: '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/dependencies.fs.linked-dependencies': file:scopes/dependencies/fs/linked-dependencies '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.concurrency': file:scopes/harmony/modules/concurrency '@teambit/harmony.modules.feature-toggle': file:scopes/harmony/modules/feature-toggle '@teambit/legacy.constants': file:components/legacy/constants @@ -80007,7 +80192,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/bit-error': 0.0.404 '@teambit/component-issues': file:components/component-issues - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@types/node': 22.10.5 @@ -80022,7 +80207,7 @@ snapshots: dependencies: '@jest/test-result': 29.3.1 '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/tests-results': 1.0.5 @@ -80051,7 +80236,7 @@ snapshots: dependencies: '@jest/test-result': 29.3.1 '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/tests-results': 1.0.5 @@ -80882,7 +81067,7 @@ snapshots: '@teambit/design.ui.tooltip': file:components/ui/tooltip(react-dom@19.1.0)(react@19.1.0) '@teambit/explorer.ui.component-card': 0.0.52(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@12.1.5)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/explorer.ui.gallery.component-grid': 0.0.496(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/lanes.hooks.use-lane-components': file:components/hooks/use-lane-components(@apollo/client@3.12.2)(chai@5.2.1)(react-dom@19.1.0)(react@19.1.0) '@teambit/lanes.hooks.use-lanes': file:components/hooks/use-lanes(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@12.1.5)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/lanes.ui.lane-details': 0.0.205(@testing-library/react@12.1.5)(react-dom@19.1.0)(react@19.1.0) @@ -80912,7 +81097,7 @@ snapshots: '@teambit/design.ui.tooltip': file:components/ui/tooltip(react-dom@19.1.0)(react@19.1.0) '@teambit/explorer.ui.component-card': 0.0.52(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/explorer.ui.gallery.component-grid': 0.0.496(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/lanes.hooks.use-lane-components': file:components/hooks/use-lane-components(@apollo/client@3.12.2)(chai@5.2.1)(react-dom@19.1.0)(react@19.1.0) '@teambit/lanes.hooks.use-lanes': file:components/hooks/use-lanes(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/lanes.ui.lane-details': 0.0.205(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) @@ -80942,7 +81127,7 @@ snapshots: '@teambit/design.ui.tooltip': file:components/ui/tooltip(react-dom@19.1.0)(react@19.2.0) '@teambit/explorer.ui.component-card': 0.0.52(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@teambit/explorer.ui.gallery.component-grid': 0.0.496(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/lanes.hooks.use-lane-components': file:components/hooks/use-lane-components(@apollo/client@3.12.2)(chai@5.2.1)(react-dom@19.1.0)(react@19.2.0) '@teambit/lanes.hooks.use-lanes': file:components/hooks/use-lanes(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@teambit/lanes.ui.lane-details': 0.0.205(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.2.0) @@ -80972,7 +81157,7 @@ snapshots: '@teambit/design.ui.tooltip': file:components/ui/tooltip(react-dom@19.2.0)(react@19.2.0) '@teambit/explorer.ui.component-card': 0.0.52(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.2.0)(react@19.2.0) '@teambit/explorer.ui.gallery.component-grid': 0.0.496(react-dom@19.2.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/lanes.hooks.use-lane-components': file:components/hooks/use-lane-components(@apollo/client@3.12.2)(chai@5.2.1)(react-dom@19.2.0)(react@19.2.0) '@teambit/lanes.hooks.use-lanes': file:components/hooks/use-lanes(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.2.0)(react@19.2.0) '@teambit/lanes.ui.lane-details': 0.0.205(@testing-library/react@14.3.1)(react-dom@19.2.0)(react@19.2.0) @@ -80998,7 +81183,7 @@ snapshots: '@teambit/lanes.ui.menus.lanes-overview-menu@0.0.11(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)': dependencies: '@teambit/base-react.navigation.link': 2.0.33(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/ui-foundation.ui.main-dropdown': 0.0.502(react-dom@19.1.0)(react@19.1.0) '@teambit/ui-foundation.ui.menu': 0.0.502(react-dom@19.1.0)(react@19.1.0) classnames: 2.2.6 @@ -81014,7 +81199,7 @@ snapshots: '@teambit/lanes.ui.menus.lanes-overview-menu@0.0.11(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.2.0)': dependencies: '@teambit/base-react.navigation.link': 2.0.33(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/ui-foundation.ui.main-dropdown': 0.0.502(react-dom@19.1.0)(react@19.2.0) '@teambit/ui-foundation.ui.menu': 0.0.502(react-dom@19.1.0)(react@19.2.0) classnames: 2.2.6 @@ -81201,7 +81386,7 @@ snapshots: '@teambit/component.testing.mock-components': file:scopes/component/testing/mock-components(graphql@15.8.0) '@teambit/design.ui.pages.not-found': 0.0.371(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@teambit/git.modules.git-executable': file:scopes/git/modules/git-executable - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.concurrency': file:scopes/harmony/modules/concurrency '@teambit/harmony.testing.load-aspect': file:scopes/harmony/testing/load-aspect(graphql@15.8.0) '@teambit/lane-id': 0.0.312 @@ -81270,7 +81455,7 @@ snapshots: '@teambit/component.testing.mock-components': file:scopes/component/testing/mock-components(graphql@15.8.0) '@teambit/design.ui.pages.not-found': 0.0.371(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/git.modules.git-executable': file:scopes/git/modules/git-executable - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.concurrency': file:scopes/harmony/modules/concurrency '@teambit/harmony.testing.load-aspect': file:scopes/harmony/testing/load-aspect(graphql@15.8.0) '@teambit/lane-id': 0.0.312 @@ -81617,7 +81802,7 @@ snapshots: '@teambit/legacy.scope': 0.0.49(graphql@15.8.0) '@teambit/legacy.utils': 0.0.21 '@teambit/scope.remotes': 0.0.49(graphql@15.8.0) - '@teambit/semantics.doc-parser': 0.0.57 + '@teambit/semantics.doc-parser': 0.0.57(graphql@15.8.0) '@teambit/toolbox.crypto.sha1': 0.0.7 '@teambit/toolbox.fs.last-modified': 0.0.5 '@teambit/toolbox.path.path': 0.0.8 @@ -81857,7 +82042,7 @@ snapshots: '@teambit/component.modules.merge-helper': file:scopes/component/modules/merge-helper '@teambit/defender.fs.global-bit-temp-dir': 0.0.1 '@teambit/defender.mocha-tester': 1.1.1(@babel/core@7.26.9)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.feature-toggle': file:scopes/harmony/modules/feature-toggle '@teambit/lane-id': 0.0.312 '@teambit/legacy.bit-map': file:components/legacy/bit-map(graphql@15.8.0) @@ -81903,7 +82088,7 @@ snapshots: '@teambit/component.modules.merge-helper': file:scopes/component/modules/merge-helper '@teambit/defender.fs.global-bit-temp-dir': 0.0.1 '@teambit/defender.mocha-tester': 1.1.1(@babel/core@7.26.9)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.feature-toggle': file:scopes/harmony/modules/feature-toggle '@teambit/lane-id': 0.0.312 '@teambit/legacy.bit-map': file:components/legacy/bit-map(graphql@15.8.0) @@ -81949,7 +82134,7 @@ snapshots: '@teambit/component.modules.merge-helper': file:scopes/component/modules/merge-helper '@teambit/defender.fs.global-bit-temp-dir': 0.0.1 '@teambit/defender.mocha-tester': 1.1.1(@babel/core@7.28.3)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.feature-toggle': file:scopes/harmony/modules/feature-toggle '@teambit/lane-id': 0.0.312 '@teambit/legacy.bit-map': file:components/legacy/bit-map(graphql@15.8.0) @@ -82258,7 +82443,7 @@ snapshots: '@teambit/linter@file:scopes/defender/linter(graphql@15.8.0)(react@19.1.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/toolbox.time.timer': file:scopes/toolbox/time/timer @@ -82278,7 +82463,7 @@ snapshots: '@teambit/linter@file:scopes/defender/linter(graphql@15.8.0)(react@19.2.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/toolbox.time.timer': file:scopes/toolbox/time/timer @@ -82300,7 +82485,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/bit-error': 0.0.404 '@teambit/component-id': 1.2.4 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.component-list': file:components/legacy/component-list(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer': file:components/legacy/consumer(graphql@15.8.0) @@ -82328,7 +82513,7 @@ snapshots: '@teambit/logger@file:scopes/harmony/logger(react@19.1.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.aspect-docs.logger': file:scopes/harmony/aspect-docs/logger(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/legacy.loader': file:components/legacy/loader '@teambit/legacy.logger': file:components/legacy/logger @@ -82348,7 +82533,7 @@ snapshots: '@teambit/logger@file:scopes/harmony/logger(react@19.2.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.aspect-docs.logger': file:scopes/harmony/aspect-docs/logger(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@teambit/legacy.loader': file:components/legacy/loader '@teambit/legacy.logger': file:components/legacy/logger @@ -82570,22 +82755,6 @@ snapshots: - '@types/react-syntax-highlighter' - typescript - '@teambit/mdx.ui.docs.snippet@0.0.511(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3)': - dependencies: - '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/documenter.markdown.hybrid-live-code-snippet': 0.1.16(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) - '@teambit/documenter.ui.inline-code': 0.1.7(react@19.1.0) - '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) - core-js: 3.13.0 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - transitivePeerDependencies: - - '@testing-library/react' - - '@types/react' - - '@types/react-dom' - - '@types/react-syntax-highlighter' - - typescript - '@teambit/mdx.ui.docs.snippet@0.0.511(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) @@ -82713,21 +82882,6 @@ snapshots: - react-dom - typescript - '@teambit/mdx.ui.mdx-layout@1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3)': - dependencies: - '@teambit/documenter.markdown.mdx': 0.1.18(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) - '@teambit/mdx.ui.docs.link': 0.0.505(@testing-library/react@12.1.5)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) - '@teambit/mdx.ui.docs.snippet': 0.0.511(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) - '@types/react': 19.2.14 - react: 19.1.0 - transitivePeerDependencies: - - '@mdx-js/react' - - '@testing-library/react' - - '@types/react-dom' - - '@types/react-syntax-highlighter' - - react-dom - - typescript - '@teambit/mdx.ui.mdx-layout@1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2)': dependencies: '@teambit/documenter.markdown.mdx': 0.1.18(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) @@ -82948,7 +83102,7 @@ snapshots: '@mdx-js/mdx': 3.1.1 '@teambit/component-id': 1.2.4 '@teambit/design.ui.empty-box': 0.0.364(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.aspect-docs.mdx': file:scopes/mdx/aspect-docs/mdx(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/mdx.compilers.mdx-multi-compiler': 2.0.46(@babel/core@7.26.9)(react@19.1.0)(rollup@4.53.3) '@teambit/mdx.generator.mdx-templates': 1.0.14 @@ -82971,7 +83125,7 @@ snapshots: '@mdx-js/mdx': 3.1.1 '@teambit/component-id': 1.2.4 '@teambit/design.ui.empty-box': 0.0.364(@testing-library/react@12.1.5)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.aspect-docs.mdx': file:scopes/mdx/aspect-docs/mdx(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/mdx.compilers.mdx-multi-compiler': 2.0.46(@babel/core@7.28.3)(react@19.1.0)(rollup@4.53.3) '@teambit/mdx.generator.mdx-templates': 1.0.14 @@ -82994,7 +83148,7 @@ snapshots: '@mdx-js/mdx': 3.1.1 '@teambit/component-id': 1.2.4 '@teambit/design.ui.empty-box': 0.0.364(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.aspect-docs.mdx': file:scopes/mdx/aspect-docs/mdx(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/mdx.compilers.mdx-multi-compiler': 2.0.46(@babel/core@7.28.3)(react@19.1.0)(rollup@4.53.3) '@teambit/mdx.generator.mdx-templates': 1.0.14 @@ -83017,7 +83171,7 @@ snapshots: '@teambit/component-id': 1.2.4 '@teambit/component.modules.merge-helper': file:scopes/component/modules/merge-helper '@teambit/component.snap-distance': file:scopes/component/snap-distance(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.get-basic-log': file:scopes/harmony/modules/get-basic-log(graphql@15.8.0) '@teambit/lane-id': 0.0.312 '@teambit/legacy.bit-map': file:components/legacy/bit-map(graphql@15.8.0) @@ -83050,7 +83204,7 @@ snapshots: '@teambit/component-id': 1.2.4 '@teambit/component.modules.merge-helper': file:scopes/component/modules/merge-helper '@teambit/component.snap-distance': file:scopes/component/snap-distance(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/lane-id': 0.0.312 '@teambit/legacy.component-list': file:components/legacy/component-list(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants @@ -83081,7 +83235,7 @@ snapshots: '@babel/core': 7.28.3 '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/defender.mocha-tester': 1.1.1(@babel/core@7.28.3)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@types/node': 22.10.5 @@ -83098,7 +83252,7 @@ snapshots: '@babel/core': 7.28.3 '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/defender.mocha-tester': 1.1.1(@babel/core@7.28.3)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@types/node': 22.10.5 @@ -83115,7 +83269,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/bit-error': 0.0.404 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.bit-map': file:components/legacy/bit-map(graphql@15.8.0) '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) '@teambit/legacy.utils': file:components/legacy/utils @@ -83140,7 +83294,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/compilation.aspect-docs.multi-compiler': file:scopes/compilation/aspect-docs/multi-compiler(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/pipelines.modules.merge-component-results': file:scopes/pipelines/modules/merge-component-results '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -83155,7 +83309,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/compilation.aspect-docs.multi-compiler': file:scopes/compilation/aspect-docs/multi-compiler(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/pipelines.modules.merge-component-results': file:scopes/pipelines/modules/merge-component-results '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) @@ -83169,7 +83323,7 @@ snapshots: '@teambit/multi-tester@file:scopes/defender/multi-tester(react@19.1.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/tests-results': 1.0.5 @@ -83185,7 +83339,7 @@ snapshots: '@teambit/multi-tester@file:scopes/defender/multi-tester(react@19.2.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/tests-results': 1.0.5 @@ -83204,7 +83358,7 @@ snapshots: '@teambit/bit-error': 0.0.404 '@teambit/component-id': 1.2.4 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy-bit-id': 1.1.3 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -83227,7 +83381,7 @@ snapshots: '@teambit/bit-error': 0.0.404 '@teambit/component-id': 1.2.4 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy-bit-id': 1.1.3 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) @@ -83337,7 +83491,7 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - '@teambit/node.envs.node-babel-mocha@0.2.10(@babel/core@7.28.3)(@babel/traverse@7.29.7)(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(@testing-library/react@14.3.1)(@types/react-syntax-highlighter@15.5.13)(@types/webpack@5.28.5)(babel-plugin-macros@3.1.0)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(html-webpack-plugin@5.3.2)(jest@29.3.1)(less@4.2.1)(lightningcss@1.28.2)(react-test-renderer@17.0.2)(rollup@4.53.3)(type-fest@0.21.3)(typescript@5.5.3)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.2)': + '@teambit/node.envs.node-babel-mocha@0.2.10(@babel/core@7.28.3)(@babel/traverse@7.29.7)(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(@testing-library/react@14.3.1)(@types/react-syntax-highlighter@15.5.13)(@types/webpack@5.28.5)(babel-plugin-macros@3.1.0)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(html-webpack-plugin@5.3.2)(jest@29.3.1)(less@4.2.1)(lightningcss@1.28.2)(react-test-renderer@17.0.2)(rollup@4.53.3)(type-fest@0.21.3)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.2)': dependencies: '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.28.3) '@babel/preset-env': 7.28.3(@babel/core@7.28.3) @@ -83351,18 +83505,18 @@ snapshots: '@teambit/defender.prettier-formatter': 1.0.23(react-dom@19.1.0)(react@19.1.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/react.react-env': 1.2.4(@babel/core@7.28.3)(@babel/traverse@7.29.7)(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(@types/react-syntax-highlighter@15.5.13)(@types/webpack@5.28.5)(babel-plugin-macros@3.1.0)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(html-webpack-plugin@5.3.2)(less@4.2.1)(lightningcss@1.28.2)(react-test-renderer@17.0.2)(rollup@4.53.3)(type-fest@0.21.3)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.2) - '@teambit/react.v17.docs-template': 1.0.7(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) + '@teambit/react.v17.docs-template': 1.0.7(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) '@teambit/react.v17.mounter': 1.0.1(react-dom@19.1.0)(react@19.1.0) '@teambit/typescript.typescript-compiler': 2.0.68(react@19.1.0) '@types/mocha': 10.0.10 '@types/react': 19.2.14 '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@typescript-eslint/eslint-plugin': 6.19.1(@typescript-eslint/parser@6.19.1)(eslint@8.56.0)(typescript@5.5.3) - '@typescript-eslint/parser': 6.19.1(eslint@8.56.0)(typescript@5.5.3) + '@typescript-eslint/eslint-plugin': 6.19.1(@typescript-eslint/parser@6.19.1)(eslint@8.56.0)(typescript@5.9.2) + '@typescript-eslint/parser': 6.19.1(eslint@8.56.0)(typescript@5.9.2) core-js: 3.13.0 eslint: 8.56.0 eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.19.1)(eslint@8.56.0) - eslint-plugin-jest: 27.6.3(@typescript-eslint/eslint-plugin@6.19.1)(eslint@8.56.0)(jest@29.3.1)(typescript@5.5.3) + eslint-plugin-jest: 27.6.3(@typescript-eslint/eslint-plugin@6.19.1)(eslint@8.56.0)(jest@29.3.1)(typescript@5.9.2) eslint-plugin-jsx-a11y: 6.8.0(eslint@8.56.0) eslint-plugin-mdx: 1.17.1(eslint@8.56.0) eslint-plugin-react: 7.33.2(eslint@8.56.0) @@ -84031,7 +84185,7 @@ snapshots: '@bitdev/node.generators.node-templates': 6.0.1 '@teambit/component-id': 1.2.4 '@teambit/design.ui.empty-box': 0.0.364(@testing-library/react@12.1.5)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.aspect-docs.node': file:scopes/harmony/aspect-docs/node(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/toolbox.network.get-port': file:scopes/toolbox/network/get-port '@teambit/toolbox.path.path': file:scopes/toolbox/path/path @@ -84065,7 +84219,7 @@ snapshots: '@bitdev/node.generators.node-templates': 6.0.1 '@teambit/component-id': 1.2.4 '@teambit/design.ui.empty-box': 0.0.364(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.aspect-docs.node': file:scopes/harmony/aspect-docs/node(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/toolbox.network.get-port': file:scopes/toolbox/network/get-port '@teambit/toolbox.path.path': file:scopes/toolbox/path/path @@ -84095,7 +84249,7 @@ snapshots: '@teambit/notifications@file:scopes/ui-foundation/notifications/aspect(react@19.1.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/ui-foundation.ui.notifications.notification-center': 0.0.523(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) '@teambit/ui-foundation.ui.notifications.notification-context': 0.0.501(react-dom@19.1.0)(react@19.1.0) @@ -84111,7 +84265,7 @@ snapshots: '@teambit/notifications@file:scopes/ui-foundation/notifications/aspect(react@19.2.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/ui-foundation.ui.notifications.notification-center': 0.0.523(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.2.0) '@teambit/ui-foundation.ui.notifications.notification-context': 0.0.501(react-dom@19.1.0)(react@19.2.0) @@ -84136,7 +84290,7 @@ snapshots: '@teambit/component.snap-distance': file:scopes/component/snap-distance(graphql@15.8.0) '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.concurrency': file:scopes/harmony/modules/concurrency '@teambit/harmony.modules.get-basic-log': file:scopes/harmony/modules/get-basic-log(graphql@15.8.0) '@teambit/harmony.modules.in-memory-cache': file:scopes/harmony/modules/in-memory-cache @@ -84183,7 +84337,7 @@ snapshots: '@teambit/panels@file:scopes/ui-foundation/panels(react@19.1.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@types/node': 22.10.5 @@ -84197,7 +84351,7 @@ snapshots: '@teambit/panels@file:scopes/ui-foundation/panels(react@19.2.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@types/node': 22.10.5 @@ -84316,7 +84470,7 @@ snapshots: '@teambit/pkg.entities.registry@0.0.4': {} - '@teambit/pkg.modules.component-package-name@0.0.56': + '@teambit/pkg.modules.component-package-name@0.0.56(graphql@15.8.0)': dependencies: '@teambit/component-id': 1.2.4 '@teambit/legacy.constants': 0.0.11 @@ -84325,7 +84479,10 @@ snapshots: '@teambit/legacy.utils': 0.0.21 '@teambit/toolbox.path.path': 0.0.8 transitivePeerDependencies: + - domexception - encoding + - graphql + - supports-color '@teambit/pkg.modules.component-package-name@file:components/modules/component-package-name(graphql@15.8.0)': dependencies: @@ -84371,7 +84528,7 @@ snapshots: '@teambit/component-package-version': file:scopes/component/component-package-version '@teambit/component-version': 1.0.4 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.in-memory-cache': file:scopes/harmony/modules/in-memory-cache '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) @@ -84416,7 +84573,7 @@ snapshots: '@teambit/component-package-version': file:scopes/component/component-package-version '@teambit/component-version': 1.0.4 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.in-memory-cache': file:scopes/harmony/modules/in-memory-cache '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) @@ -84479,7 +84636,7 @@ snapshots: '@teambit/component-package-version': file:scopes/component/component-package-version '@teambit/dependencies.aspect-docs.pnpm': file:scopes/dependencies/aspect-docs/pnpm(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/dependencies.pnpm.dep-path': 1.0.1 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.feature-toggle': file:scopes/harmony/modules/feature-toggle '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.logger': file:components/legacy/logger @@ -84538,7 +84695,7 @@ snapshots: '@teambit/component-package-version': file:scopes/component/component-package-version '@teambit/dependencies.aspect-docs.pnpm': file:scopes/dependencies/aspect-docs/pnpm(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/dependencies.pnpm.dep-path': 1.0.1 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.feature-toggle': file:scopes/harmony/modules/feature-toggle '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.logger': file:components/legacy/logger @@ -84597,7 +84754,7 @@ snapshots: '@teambit/component-package-version': file:scopes/component/component-package-version '@teambit/dependencies.aspect-docs.pnpm': file:scopes/dependencies/aspect-docs/pnpm(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@teambit/dependencies.pnpm.dep-path': 1.0.1 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.feature-toggle': file:scopes/harmony/modules/feature-toggle '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.logger': file:components/legacy/logger @@ -84633,7 +84790,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/defender.prettier.config-mutator': file:scopes/defender/prettier-config-mutator - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -84652,7 +84809,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/defender.prettier.config-mutator': file:scopes/defender/prettier-config-mutator - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) @@ -84749,14 +84906,14 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - '@teambit/preview.react-preview@1.0.102(@babel/core@7.28.3)(@mdx-js/react@1.6.22)(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(@types/webpack@5.28.5)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(eslint@8.56.0)(graphql@15.8.0)(html-webpack-plugin@5.3.2)(less@4.2.1)(lightningcss@1.28.2)(react-dom@19.1.0)(react@19.1.0)(rollup@4.53.3)(sass@1.92.1)(type-fest@0.21.3)(typescript@5.5.3)(utf-8-validate@5.0.5)': + '@teambit/preview.react-preview@1.0.102(@babel/core@7.28.3)(@mdx-js/react@1.6.22)(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(@types/webpack@5.28.5)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(eslint@8.56.0)(graphql@15.8.0)(html-webpack-plugin@5.3.2)(less@4.2.1)(lightningcss@1.28.2)(react-dom@19.1.0)(react@19.1.0)(rollup@4.53.3)(sass@1.92.1)(type-fest@0.21.3)(typescript@5.9.2)(utf-8-validate@5.0.5)': dependencies: - '@teambit/docs.docs-template': 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) + '@teambit/docs.docs-template': 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) '@teambit/react.mounter': 1.0.53(@types/react-dom@19.2.3)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) - '@teambit/react.webpack.react-webpack': 1.0.54(@babel/core@7.28.3)(@rspack/core@1.7.5)(@types/webpack@5.28.5)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(eslint@8.56.0)(less@4.2.1)(react-dom@19.1.0)(react@19.1.0)(rollup@4.53.3)(sass@1.92.1)(type-fest@0.21.3)(typescript@5.5.3)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.0) + '@teambit/react.webpack.react-webpack': 1.0.54(@babel/core@7.28.3)(@rspack/core@1.7.5)(@types/webpack@5.28.5)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(eslint@8.56.0)(less@4.2.1)(react-dom@19.1.0)(react@19.1.0)(rollup@4.53.3)(sass@1.92.1)(type-fest@0.21.3)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.0) '@teambit/ui-foundation.ui.rendering.html': 0.0.95(react-dom@19.1.0)(react@19.1.0) '@teambit/webpack.webpack-bundler': 1.0.18(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(esbuild@0.14.29)(lightningcss@1.28.2)(react@19.1.0) - '@teambit/webpack.webpack-dev-server': 1.0.24(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(eslint@8.56.0)(lightningcss@1.28.2)(react@19.1.0)(typescript@5.5.3)(utf-8-validate@5.0.5)(webpack@5.97.1) + '@teambit/webpack.webpack-dev-server': 1.0.24(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(eslint@8.56.0)(lightningcss@1.28.2)(react@19.1.0)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack@5.97.1) html-webpack-inject-plugin: 5.3.1(html-webpack-plugin@5.3.2)(webpack@5.97.1) object-hash: 3.0.0 react: 19.1.0 @@ -85961,7 +86118,7 @@ snapshots: '@teambit/bit-error': 0.0.404 '@teambit/component-id': 1.2.4 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.feature-toggle': file:scopes/harmony/modules/feature-toggle '@teambit/harmony.modules.harmony-root-generator': file:components/modules/harmony-root-generator '@teambit/legacy.constants': file:components/legacy/constants @@ -86020,7 +86177,7 @@ snapshots: '@teambit/bit-error': 0.0.404 '@teambit/component-id': 1.2.4 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.feature-toggle': file:scopes/harmony/modules/feature-toggle '@teambit/harmony.modules.harmony-root-generator': file:components/modules/harmony-root-generator '@teambit/legacy.constants': file:components/legacy/constants @@ -86079,7 +86236,7 @@ snapshots: '@teambit/bit-error': 0.0.404 '@teambit/component-id': 1.2.4 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.feature-toggle': file:scopes/harmony/modules/feature-toggle '@teambit/harmony.modules.harmony-root-generator': file:components/modules/harmony-root-generator '@teambit/legacy.constants': file:components/legacy/constants @@ -86133,7 +86290,7 @@ snapshots: '@teambit/pubsub@file:scopes/harmony/pubsub(react@19.1.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@types/node': 22.10.5 @@ -86147,7 +86304,7 @@ snapshots: '@teambit/pubsub@file:scopes/harmony/pubsub(react@19.2.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@types/node': 22.10.5 @@ -86162,7 +86319,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/base-react.navigation.link': 2.0.33(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/ui-foundation.ui.navigation.react-router-adapter': 6.1.3(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0) '@teambit/ui-foundation.ui.react-router.slot-router': file:components/ui/react-router/slot-router(@teambit/base-react.navigation.link@2.0.33)(react-router-dom@6.30.1)(react@19.1.0) @@ -86178,7 +86335,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/base-react.navigation.link': 2.0.33(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.2.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/ui-foundation.ui.navigation.react-router-adapter': 6.1.3(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.2.0) '@teambit/ui-foundation.ui.react-router.slot-router': file:components/ui/react-router/slot-router(@teambit/base-react.navigation.link@2.0.33)(react-router-dom@6.30.1)(react@19.2.0) @@ -88257,27 +88414,6 @@ snapshots: - graphql - typescript - '@teambit/react.ui.docs-app@1.0.34(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3)': - dependencies: - '@teambit/design.theme.icons-font': 2.0.29(react-dom@19.1.0)(react@19.1.0) - '@teambit/design.themes.theme-toggler': 0.1.56(@testing-library/react@12.1.5)(react-dom@19.1.0)(react@19.1.0) - '@teambit/react.ui.docs.compositions-carousel': 0.0.30(@testing-library/react@12.1.5)(react-dom@19.1.0)(react@19.1.0) - '@teambit/react.ui.docs.docs-content': 0.0.39(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) - '@teambit/react.ui.docs.properties-table': 0.0.29(@types/react-dom@19.2.3)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) - classnames: 2.5.1 - core-js: 3.13.0 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - transitivePeerDependencies: - - '@mdx-js/react' - - '@testing-library/react' - - '@types/react' - - '@types/react-dom' - - '@types/react-syntax-highlighter' - - encoding - - graphql - - typescript - '@teambit/react.ui.docs-app@1.0.34(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2)': dependencies: '@teambit/design.theme.icons-font': 2.0.29(react-dom@19.1.0)(react@19.1.0) @@ -88320,27 +88456,6 @@ snapshots: - graphql - typescript - '@teambit/react.ui.docs-app@1.0.34(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3)': - dependencies: - '@teambit/design.theme.icons-font': 2.0.29(react-dom@19.1.0)(react@19.1.0) - '@teambit/design.themes.theme-toggler': 0.1.56(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) - '@teambit/react.ui.docs.compositions-carousel': 0.0.30(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) - '@teambit/react.ui.docs.docs-content': 0.0.39(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) - '@teambit/react.ui.docs.properties-table': 0.0.29(@types/react-dom@19.2.3)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) - classnames: 2.5.1 - core-js: 3.13.0 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - transitivePeerDependencies: - - '@mdx-js/react' - - '@testing-library/react' - - '@types/react' - - '@types/react-dom' - - '@types/react-syntax-highlighter' - - encoding - - graphql - - typescript - '@teambit/react.ui.docs-app@1.0.34(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2)': dependencies: '@teambit/design.theme.icons-font': 2.0.29(react-dom@19.1.0)(react@19.1.0) @@ -88404,27 +88519,6 @@ snapshots: - graphql - typescript - '@teambit/react.ui.docs-app@file:scopes/react/ui/docs-app(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3)': - dependencies: - '@teambit/design.theme.icons-font': 2.0.29(react-dom@19.1.0)(react@19.1.0) - '@teambit/design.themes.theme-toggler': 0.1.69(react-dom@19.1.0)(react@19.1.0) - '@teambit/react.ui.docs.compositions-carousel': file:scopes/react/ui/docs/compositions-carousel(@testing-library/react@12.1.5)(react-dom@19.1.0)(react@19.1.0) - '@teambit/react.ui.docs.docs-content': file:scopes/react/ui/docs/docs-content(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) - '@teambit/react.ui.docs.properties-table': file:scopes/react/ui/docs/properties-table(@types/react-dom@19.2.3)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) - classnames: 2.5.1 - core-js: 3.13.0 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - transitivePeerDependencies: - - '@mdx-js/react' - - '@testing-library/react' - - '@types/react' - - '@types/react-dom' - - '@types/react-syntax-highlighter' - - encoding - - graphql - - typescript - '@teambit/react.ui.docs-app@file:scopes/react/ui/docs-app(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2)': dependencies: '@teambit/design.theme.icons-font': 2.0.29(react-dom@19.1.0)(react@19.1.0) @@ -88726,24 +88820,6 @@ snapshots: - '@types/react-syntax-highlighter' - typescript - '@teambit/react.ui.docs.docs-content@0.0.39(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3)': - dependencies: - '@teambit/documenter.ui.section': 4.1.7(react@19.1.0) - '@teambit/mdx.ui.mdx-layout': 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) - '@teambit/react.ui.error-fallback': 0.0.134(@testing-library/react@12.1.5)(react-dom@19.1.0)(react@19.1.0) - '@types/react': 19.2.14 - '@types/react-dom': 19.2.3(@types/react@19.2.14) - core-js: 3.13.0 - lodash: 4.17.21 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - react-error-boundary: 3.1.4(react@19.1.0) - transitivePeerDependencies: - - '@mdx-js/react' - - '@testing-library/react' - - '@types/react-syntax-highlighter' - - typescript - '@teambit/react.ui.docs.docs-content@0.0.39(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2)': dependencies: '@teambit/documenter.ui.section': 4.1.7(react@19.1.0) @@ -88780,24 +88856,6 @@ snapshots: - '@types/react-syntax-highlighter' - typescript - '@teambit/react.ui.docs.docs-content@0.0.39(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3)': - dependencies: - '@teambit/documenter.ui.section': 4.1.7(react@19.1.0) - '@teambit/mdx.ui.mdx-layout': 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) - '@teambit/react.ui.error-fallback': 0.0.134(@testing-library/react@14.3.1)(react-dom@19.1.0)(react@19.1.0) - '@types/react': 19.2.14 - '@types/react-dom': 19.2.3(@types/react@19.2.14) - core-js: 3.13.0 - lodash: 4.17.21 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - react-error-boundary: 3.1.4(react@19.1.0) - transitivePeerDependencies: - - '@mdx-js/react' - - '@testing-library/react' - - '@types/react-syntax-highlighter' - - typescript - '@teambit/react.ui.docs.docs-content@0.0.39(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2)': dependencies: '@teambit/documenter.ui.section': 4.1.7(react@19.1.0) @@ -88852,24 +88910,6 @@ snapshots: - '@types/react-syntax-highlighter' - typescript - '@teambit/react.ui.docs.docs-content@file:scopes/react/ui/docs/docs-content(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3)': - dependencies: - '@teambit/documenter.ui.section': 4.1.7(react@19.1.0) - '@teambit/mdx.ui.mdx-layout': 1.0.12(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) - '@teambit/react.ui.error-fallback': file:scopes/react/ui/error-fallback(@testing-library/react@12.1.5)(react-dom@19.1.0)(react@19.1.0) - '@types/react': 19.2.14 - '@types/react-dom': 19.2.3(@types/react@19.2.14) - core-js: 3.13.0 - lodash: 4.17.21 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - react-error-boundary: 3.1.4(react@19.1.0) - transitivePeerDependencies: - - '@mdx-js/react' - - '@testing-library/react' - - '@types/react-syntax-highlighter' - - typescript - '@teambit/react.ui.docs.docs-content@file:scopes/react/ui/docs/docs-content(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2)': dependencies: '@teambit/documenter.ui.section': 4.1.7(react@19.1.0) @@ -89382,22 +89422,6 @@ snapshots: '@teambit/compositions.ui.composition-live-controls': 0.0.7(react@19.1.0) react: 19.1.0 - '@teambit/react.v17.docs-template@1.0.7(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3)': - dependencies: - '@teambit/react.ui.docs-app': 1.0.34(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) - '@types/react': 19.2.14 - '@types/react-dom': 19.2.3(@types/react@19.2.14) - core-js: 3.13.0 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - transitivePeerDependencies: - - '@mdx-js/react' - - '@testing-library/react' - - '@types/react-syntax-highlighter' - - encoding - - graphql - - typescript - '@teambit/react.v17.docs-template@1.0.7(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2)': dependencies: '@teambit/react.ui.docs-app': 1.0.34(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) @@ -89414,22 +89438,6 @@ snapshots: - graphql - typescript - '@teambit/react.v17.docs-template@1.0.7(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3)': - dependencies: - '@teambit/react.ui.docs-app': 1.0.34(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) - '@types/react': 19.2.14 - '@types/react-dom': 19.2.3(@types/react@19.2.14) - core-js: 3.13.0 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - transitivePeerDependencies: - - '@mdx-js/react' - - '@testing-library/react' - - '@types/react-syntax-highlighter' - - encoding - - graphql - - typescript - '@teambit/react.v17.docs-template@1.0.7(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2)': dependencies: '@teambit/react.ui.docs-app': 1.0.34(@mdx-js/react@1.6.22)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) @@ -89452,7 +89460,7 @@ snapshots: react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - '@teambit/react.v17.react-env@1.2.6(@babel/core@7.28.3)(@babel/traverse@7.29.7)(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(@types/react-syntax-highlighter@15.5.13)(@types/webpack@5.28.5)(babel-plugin-macros@3.1.0)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(html-webpack-plugin@5.3.2)(less@4.2.1)(lightningcss@1.28.2)(react-test-renderer@17.0.2)(rollup@4.53.3)(sass@1.92.1)(subscriptions-transport-ws@0.9.19)(type-fest@0.21.3)(typescript@5.5.3)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.2)': + '@teambit/react.v17.react-env@1.2.6(@babel/core@7.28.3)(@babel/traverse@7.29.7)(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(@types/react-syntax-highlighter@15.5.13)(@types/webpack@5.28.5)(babel-plugin-macros@3.1.0)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(html-webpack-plugin@5.3.2)(less@4.2.1)(lightningcss@1.28.2)(react-test-renderer@17.0.2)(rollup@4.53.3)(sass@1.92.1)(subscriptions-transport-ws@0.9.19)(type-fest@0.21.3)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.2)': dependencies: '@apollo/client': 3.12.2(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(subscriptions-transport-ws@0.9.19) '@babel/runtime': 7.20.0 @@ -89462,9 +89470,9 @@ snapshots: '@teambit/defender.prettier-formatter': 1.0.23(react-dom@19.1.0)(react@19.1.0) '@teambit/dependencies.modules.packages-excluder': 1.0.8(react@19.1.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) - '@teambit/preview.react-preview': 1.0.102(@babel/core@7.28.3)(@mdx-js/react@1.6.22)(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(@types/webpack@5.28.5)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(eslint@8.56.0)(graphql@15.8.0)(html-webpack-plugin@5.3.2)(less@4.2.1)(lightningcss@1.28.2)(react-dom@19.1.0)(react@19.1.0)(rollup@4.53.3)(sass@1.92.1)(type-fest@0.21.3)(typescript@5.5.3)(utf-8-validate@5.0.5) + '@teambit/preview.react-preview': 1.0.102(@babel/core@7.28.3)(@mdx-js/react@1.6.22)(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(@types/webpack@5.28.5)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(eslint@8.56.0)(graphql@15.8.0)(html-webpack-plugin@5.3.2)(less@4.2.1)(lightningcss@1.28.2)(react-dom@19.1.0)(react@19.1.0)(rollup@4.53.3)(sass@1.92.1)(type-fest@0.21.3)(typescript@5.9.2)(utf-8-validate@5.0.5) '@teambit/react.react-env': 1.2.4(@babel/core@7.28.3)(@babel/traverse@7.29.7)(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(@types/react-syntax-highlighter@15.5.13)(@types/webpack@5.28.5)(babel-plugin-macros@3.1.0)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(html-webpack-plugin@5.3.2)(less@4.2.1)(lightningcss@1.28.2)(react-test-renderer@17.0.2)(rollup@4.53.3)(type-fest@0.21.3)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.2) - '@teambit/react.v17.docs-template': 1.0.7(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.5.3) + '@teambit/react.v17.docs-template': 1.0.7(@mdx-js/react@1.6.22)(@testing-library/react@12.1.5)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(typescript@5.9.2) '@teambit/react.v17.mounter': 1.0.1(react-dom@19.1.0)(react@19.1.0) '@teambit/typescript.typescript-compiler': 2.0.68(react@19.1.0) '@testing-library/jest-dom': 6.5.0 @@ -89474,12 +89482,12 @@ snapshots: '@types/node': 22.10.5 '@types/react': 19.2.14 '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@typescript-eslint/eslint-plugin': 6.19.1(@typescript-eslint/parser@6.19.1)(eslint@8.56.0)(typescript@5.5.3) - '@typescript-eslint/parser': 6.19.1(eslint@8.56.0)(typescript@5.5.3) + '@typescript-eslint/eslint-plugin': 6.19.1(@typescript-eslint/parser@6.19.1)(eslint@8.56.0)(typescript@5.9.2) + '@typescript-eslint/parser': 6.19.1(eslint@8.56.0)(typescript@5.9.2) core-js: 3.13.0 eslint: 8.56.0 eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.19.1)(eslint@8.56.0) - eslint-plugin-jest: 27.6.3(@typescript-eslint/eslint-plugin@6.19.1)(eslint@8.56.0)(jest@29.3.1)(typescript@5.5.3) + eslint-plugin-jest: 27.6.3(@typescript-eslint/eslint-plugin@6.19.1)(eslint@8.56.0)(jest@29.3.1)(typescript@5.9.2) eslint-plugin-jsx-a11y: 6.8.0(eslint@8.56.0) eslint-plugin-mdx: 1.17.1(eslint@8.56.0) eslint-plugin-react: 7.33.2(eslint@8.56.0) @@ -90742,7 +90750,7 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - '@teambit/react.webpack.react-webpack@1.0.54(@babel/core@7.28.3)(@rspack/core@1.7.5)(@types/webpack@5.28.5)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(eslint@8.56.0)(less@4.2.1)(react-dom@19.1.0)(react@19.1.0)(rollup@4.53.3)(sass@1.92.1)(type-fest@0.21.3)(typescript@5.5.3)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.0)': + '@teambit/react.webpack.react-webpack@1.0.54(@babel/core@7.28.3)(@rspack/core@1.7.5)(@types/webpack@5.28.5)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(eslint@8.56.0)(less@4.2.1)(react-dom@19.1.0)(react@19.1.0)(rollup@4.53.3)(sass@1.92.1)(type-fest@0.21.3)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.0)': dependencies: '@babel/preset-env': 7.22.15(@babel/core@7.28.3) '@babel/preset-react': 7.22.15(@babel/core@7.28.3) @@ -90750,7 +90758,7 @@ snapshots: '@mdx-js/loader': 3.1.1(webpack@5.97.1) '@parcel/css': 1.14.0 '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(@types/webpack@5.28.5)(react-refresh@0.14.0)(type-fest@0.21.3)(webpack-dev-server@4.15.0)(webpack@5.97.1) - '@svgr/webpack': 8.1.0(typescript@5.5.3) + '@svgr/webpack': 8.1.0(typescript@5.9.2) '@swc/css': 0.0.20 '@teambit/component-id': 1.2.4 '@teambit/mdx.modules.mdx-pre-loader': 0.0.1 @@ -90758,7 +90766,7 @@ snapshots: '@teambit/react.babel.bit-react-transformer': 1.0.34(react-dom@19.1.0)(react@19.1.0) '@teambit/webpack.modules.generate-style-loaders': 1.0.21 '@teambit/webpack.modules.style-regexps': 1.0.10 - '@teambit/webpack.webpack-dev-server': 1.0.24(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(eslint@8.56.0)(lightningcss@1.28.2)(react@19.1.0)(typescript@5.5.3)(utf-8-validate@5.0.5)(webpack@5.97.1) + '@teambit/webpack.webpack-dev-server': 1.0.24(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(eslint@8.56.0)(lightningcss@1.28.2)(react@19.1.0)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack@5.97.1) babel-loader: 9.1.0(@babel/core@7.28.3)(webpack@5.97.1) css-loader: 6.7.2(webpack@5.97.1) css-minimizer-webpack-plugin: 6.0.0(@parcel/css@1.14.0)(@swc/css@0.0.20)(esbuild@0.14.29)(lightningcss@1.28.2)(webpack@5.97.1) @@ -90773,7 +90781,7 @@ snapshots: postcss-loader: 7.0.1(postcss@8.4.19)(webpack@5.97.1) postcss-normalize: 10.0.1(browserslist@4.28.2)(postcss@8.4.19) postcss-preset-env: 7.8.3(postcss@8.4.19) - react-dev-utils: 12.0.1(eslint@8.56.0)(typescript@5.5.3)(webpack@5.97.1) + react-dev-utils: 12.0.1(eslint@8.56.0)(typescript@5.9.2)(webpack@5.97.1) react-dom: 19.1.0(react@19.1.0) react-refresh: 0.14.0 resolve-url-loader: 5.0.0 @@ -90812,7 +90820,7 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - '@teambit/react.webpack.react-webpack@1.0.54(@babel/core@7.28.3)(@rspack/core@1.7.5)(@types/webpack@5.28.5)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(eslint@8.56.0)(less@4.2.1)(react-dom@19.1.0)(react@19.1.0)(rollup@4.53.3)(sass@1.92.1)(type-fest@0.21.3)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.0)': + '@teambit/react.webpack.react-webpack@1.0.54(@babel/core@7.28.3)(@rspack/core@1.7.8)(@types/webpack@5.28.5)(browserslist@4.23.3)(bufferutil@4.0.3)(debug@4.3.4)(eslint@8.56.0)(less@4.2.1)(react-dom@18.3.1)(react@18.3.1)(rollup@4.53.3)(sass@1.72.0)(type-fest@0.21.3)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.0)': dependencies: '@babel/preset-env': 7.22.15(@babel/core@7.28.3) '@babel/preset-react': 7.22.15(@babel/core@7.28.3) @@ -90825,10 +90833,10 @@ snapshots: '@teambit/component-id': 1.2.4 '@teambit/mdx.modules.mdx-pre-loader': 0.0.1 '@teambit/mdx.modules.mdx-v3-options': 0.0.2(rollup@4.53.3) - '@teambit/react.babel.bit-react-transformer': 1.0.34(react-dom@19.1.0)(react@19.1.0) + '@teambit/react.babel.bit-react-transformer': 1.0.34(react-dom@18.3.1)(react@18.3.1) '@teambit/webpack.modules.generate-style-loaders': 1.0.21 '@teambit/webpack.modules.style-regexps': 1.0.10 - '@teambit/webpack.webpack-dev-server': 1.0.24(@parcel/css@1.14.0)(@rspack/core@1.7.5)(@swc/css@0.0.20)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(eslint@8.56.0)(lightningcss@1.28.2)(react@19.1.0)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack@5.97.1) + '@teambit/webpack.webpack-dev-server': 1.0.24(@parcel/css@1.14.0)(@rspack/core@1.7.8)(@swc/css@0.0.20)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(eslint@8.56.0)(lightningcss@1.28.2)(react@18.3.1)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack@5.97.1) babel-loader: 9.1.0(@babel/core@7.28.3)(webpack@5.97.1) css-loader: 6.7.2(webpack@5.97.1) css-minimizer-webpack-plugin: 6.0.0(@parcel/css@1.14.0)(@swc/css@0.0.20)(esbuild@0.14.29)(lightningcss@1.28.2)(webpack@5.97.1) @@ -90841,13 +90849,13 @@ snapshots: postcss: 8.4.19 postcss-flexbugs-fixes: 5.0.2(postcss@8.4.19) postcss-loader: 7.0.1(postcss@8.4.19)(webpack@5.97.1) - postcss-normalize: 10.0.1(browserslist@4.28.2)(postcss@8.4.19) + postcss-normalize: 10.0.1(browserslist@4.23.3)(postcss@8.4.19) postcss-preset-env: 7.8.3(postcss@8.4.19) react-dev-utils: 12.0.1(eslint@8.56.0)(typescript@5.9.2)(webpack@5.97.1) - react-dom: 19.1.0(react@19.1.0) + react-dom: 18.3.1(react@18.3.1) react-refresh: 0.14.0 resolve-url-loader: 5.0.0 - sass-loader: 13.3.2(sass@1.92.1)(webpack@5.97.1) + sass-loader: 13.3.2(sass@1.72.0)(webpack@5.97.1) source-map-loader: 4.0.1(webpack@5.97.1) style-loader: 3.3.1(webpack@5.97.1) terser-webpack-plugin: 5.2.0(esbuild@0.14.29)(webpack@5.97.1) @@ -90882,84 +90890,14 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - '@teambit/react.webpack.react-webpack@1.0.54(@babel/core@7.28.3)(@rspack/core@1.7.8)(@types/webpack@5.28.5)(browserslist@4.23.3)(bufferutil@4.0.3)(debug@4.3.4)(eslint@8.56.0)(less@4.2.1)(react-dom@18.3.1)(react@18.3.1)(rollup@4.53.3)(sass@1.72.0)(type-fest@0.21.3)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.0)': + '@teambit/react.webpack.react-webpack@1.0.54(@babel/core@7.28.3)(@rspack/core@1.7.8)(@types/webpack@5.28.5)(browserslist@4.23.3)(bufferutil@4.0.3)(debug@4.3.4)(eslint@8.56.0)(less@4.2.1)(react-dom@18.3.1)(react@18.3.1)(rollup@4.53.3)(sass@1.72.0)(type-fest@0.21.3)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.2)': dependencies: '@babel/preset-env': 7.22.15(@babel/core@7.28.3) '@babel/preset-react': 7.22.15(@babel/core@7.28.3) '@bitdev/react.webpack.refresh-overlay': 0.0.6 '@mdx-js/loader': 3.1.1(webpack@5.97.1) '@parcel/css': 1.14.0 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(@types/webpack@5.28.5)(react-refresh@0.14.0)(type-fest@0.21.3)(webpack-dev-server@4.15.0)(webpack@5.97.1) - '@svgr/webpack': 8.1.0(typescript@5.9.2) - '@swc/css': 0.0.20 - '@teambit/component-id': 1.2.4 - '@teambit/mdx.modules.mdx-pre-loader': 0.0.1 - '@teambit/mdx.modules.mdx-v3-options': 0.0.2(rollup@4.53.3) - '@teambit/react.babel.bit-react-transformer': 1.0.34(react-dom@18.3.1)(react@18.3.1) - '@teambit/webpack.modules.generate-style-loaders': 1.0.21 - '@teambit/webpack.modules.style-regexps': 1.0.10 - '@teambit/webpack.webpack-dev-server': 1.0.24(@parcel/css@1.14.0)(@rspack/core@1.7.8)(@swc/css@0.0.20)(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(eslint@8.56.0)(lightningcss@1.28.2)(react@18.3.1)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack@5.97.1) - babel-loader: 9.1.0(@babel/core@7.28.3)(webpack@5.97.1) - css-loader: 6.7.2(webpack@5.97.1) - css-minimizer-webpack-plugin: 6.0.0(@parcel/css@1.14.0)(@swc/css@0.0.20)(esbuild@0.14.29)(lightningcss@1.28.2)(webpack@5.97.1) - esbuild: 0.14.29 - less-loader: 11.1.0(less@4.2.1)(webpack@5.97.1) - lightningcss: 1.28.2 - lodash: 4.17.21 - mini-css-extract-plugin: 2.9.2(webpack@5.97.1) - new-url-loader: 0.1.1(webpack@5.97.1) - postcss: 8.4.19 - postcss-flexbugs-fixes: 5.0.2(postcss@8.4.19) - postcss-loader: 7.0.1(postcss@8.4.19)(webpack@5.97.1) - postcss-normalize: 10.0.1(browserslist@4.23.3)(postcss@8.4.19) - postcss-preset-env: 7.8.3(postcss@8.4.19) - react-dev-utils: 12.0.1(eslint@8.56.0)(typescript@5.9.2)(webpack@5.97.1) - react-dom: 18.3.1(react@18.3.1) - react-refresh: 0.14.0 - resolve-url-loader: 5.0.0 - sass-loader: 13.3.2(sass@1.72.0)(webpack@5.97.1) - source-map-loader: 4.0.1(webpack@5.97.1) - style-loader: 3.3.1(webpack@5.97.1) - terser-webpack-plugin: 5.2.0(esbuild@0.14.29)(webpack@5.97.1) - webpack: 5.97.1(esbuild@0.14.29) - transitivePeerDependencies: - - '@babel/core' - - '@rspack/core' - - '@swc/core' - - '@types/webpack' - - browserslist - - bufferutil - - clean-css - - csso - - debug - - eslint - - fibers - - less - - node-sass - - react - - rollup - - sass - - sass-embedded - - sockjs-client - - supports-color - - type-fest - - typescript - - uglify-js - - utf-8-validate - - vue-template-compiler - - webpack-cli - - webpack-dev-server - - webpack-hot-middleware - - webpack-plugin-serve - - '@teambit/react.webpack.react-webpack@1.0.54(@babel/core@7.28.3)(@rspack/core@1.7.8)(@types/webpack@5.28.5)(browserslist@4.23.3)(bufferutil@4.0.3)(debug@4.3.4)(eslint@8.56.0)(less@4.2.1)(react-dom@18.3.1)(react@18.3.1)(rollup@4.53.3)(sass@1.72.0)(type-fest@0.21.3)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack-dev-server@4.15.2)': - dependencies: - '@babel/preset-env': 7.22.15(@babel/core@7.28.3) - '@babel/preset-react': 7.22.15(@babel/core@7.28.3) - '@bitdev/react.webpack.refresh-overlay': 0.0.6 - '@mdx-js/loader': 3.1.1(webpack@5.97.1) - '@parcel/css': 1.14.0 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(@types/webpack@5.28.5)(react-refresh@0.14.0)(type-fest@0.21.3)(webpack-dev-server@4.15.2)(webpack@5.97.1) + '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(@types/webpack@5.28.5)(react-refresh@0.14.0)(type-fest@0.21.3)(webpack-dev-server@4.15.2)(webpack@5.97.1) '@svgr/webpack': 8.1.0(typescript@5.9.2) '@swc/css': 0.0.20 '@teambit/component-id': 1.2.4 @@ -91610,7 +91548,7 @@ snapshots: '@teambit/dependencies.modules.packages-excluder': 1.0.8(react@19.2.0) '@teambit/design.ui.input.option-button': 1.0.13(react-dom@19.2.0)(react@19.2.0) '@teambit/design.ui.tooltip': file:components/ui/tooltip(react-dom@19.2.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.modules.mdx-v3-options': 0.0.3(rollup@4.53.3) '@teambit/react.babel.bit-react-transformer': file:scopes/react/bit-react-transformer '@teambit/react.eslint-config-bit-react': file:scopes/react/eslint-config-bit-react(eslint@8.56.0)(jest@29.3.1)(typescript@5.9.2) @@ -91747,7 +91685,7 @@ snapshots: '@teambit/dependencies.modules.packages-excluder': 1.0.8(react@19.1.0) '@teambit/design.ui.input.option-button': 1.0.13(react-dom@19.1.0)(react@19.1.0) '@teambit/design.ui.tooltip': file:components/ui/tooltip(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.modules.mdx-v3-options': 0.0.3(rollup@4.53.3) '@teambit/react.babel.bit-react-transformer': file:scopes/react/bit-react-transformer '@teambit/react.eslint-config-bit-react': file:scopes/react/eslint-config-bit-react(eslint@8.56.0)(jest@29.3.1)(typescript@5.9.2) @@ -91884,7 +91822,7 @@ snapshots: '@teambit/dependencies.modules.packages-excluder': 1.0.8(react@19.1.0) '@teambit/design.ui.input.option-button': 1.0.13(react-dom@19.1.0)(react@19.1.0) '@teambit/design.ui.tooltip': file:components/ui/tooltip(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.modules.mdx-v3-options': 0.0.3(rollup@4.53.3) '@teambit/react.babel.bit-react-transformer': file:scopes/react/bit-react-transformer '@teambit/react.eslint-config-bit-react': file:scopes/react/eslint-config-bit-react(eslint@8.56.0)(jest@29.3.1)(typescript@5.9.2) @@ -91998,7 +91936,7 @@ snapshots: '@teambit/readme@file:scopes/mdx/readme': dependencies: '@babel/runtime': 7.20.0 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 core-js: 3.13.0 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) @@ -92008,7 +91946,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/bit-error': 0.0.404 '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.utils': file:components/legacy/utils '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -92031,7 +91969,7 @@ snapshots: '@teambit/component-id': 1.2.4 '@teambit/component-issues': file:components/component-issues '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.component-list': file:components/legacy/component-list(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer': file:components/legacy/consumer(graphql@15.8.0) @@ -92068,7 +92006,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/bit-error': 0.0.404 '@teambit/component.testing.mock-components': file:scopes/component/testing/mock-components(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.testing.load-aspect': file:scopes/harmony/testing/load-aspect(graphql@15.8.0) '@teambit/legacy-bit-id': 1.1.3 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) @@ -92101,7 +92039,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/bit-error': 0.0.404 '@teambit/component.testing.mock-components': file:scopes/component/testing/mock-components(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.testing.load-aspect': file:scopes/harmony/testing/load-aspect(graphql@15.8.0) '@teambit/legacy-bit-id': 1.1.3 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -92132,7 +92070,7 @@ snapshots: '@teambit/ripple@file:scopes/cloud/ripple': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -92172,7 +92110,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/base-react.navigation.link': 2.0.33(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.2.0)(react@19.2.0) '@teambit/defender.prettier.config-mutator': file:scopes/defender/prettier-config-mutator - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.testing.load-aspect': file:scopes/harmony/testing/load-aspect(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) @@ -92206,7 +92144,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/base-react.navigation.link': 2.0.33(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/defender.prettier.config-mutator': file:scopes/defender/prettier-config-mutator - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.testing.load-aspect': file:scopes/harmony/testing/load-aspect(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -92775,7 +92713,7 @@ snapshots: '@teambit/explorer.ui.component-card': 0.0.52(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/explorer.ui.gallery.component-grid': 0.0.496(react-dom@19.1.0)(react@19.1.0) '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.in-memory-cache': file:scopes/harmony/modules/in-memory-cache '@teambit/harmony.modules.load-trace': file:scopes/harmony/modules/load-trace '@teambit/harmony.modules.requireable-component': file:scopes/harmony/modules/requireable-component @@ -92867,7 +92805,7 @@ snapshots: '@teambit/explorer.ui.component-card': 0.0.52(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@teambit/explorer.ui.gallery.component-grid': 0.0.496(react-dom@19.1.0)(react@19.2.0) '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.in-memory-cache': file:scopes/harmony/modules/in-memory-cache '@teambit/harmony.modules.load-trace': file:scopes/harmony/modules/load-trace '@teambit/harmony.modules.requireable-component': file:scopes/harmony/modules/requireable-component @@ -92959,7 +92897,7 @@ snapshots: '@teambit/explorer.ui.component-card': 0.0.52(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/explorer.ui.gallery.component-grid': 0.0.496(react-dom@19.1.0)(react@19.1.0) '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.in-memory-cache': file:scopes/harmony/modules/in-memory-cache '@teambit/harmony.modules.load-trace': file:scopes/harmony/modules/load-trace '@teambit/harmony.modules.requireable-component': file:scopes/harmony/modules/requireable-component @@ -93087,7 +93025,7 @@ snapshots: dependencies: '@babel/runtime': 7.20.0 '@teambit/bit-error': 0.0.404 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 chalk: 4.1.2 core-js: 3.13.0 lodash: 4.17.21 @@ -93098,14 +93036,14 @@ snapshots: dependencies: '@babel/runtime': 7.20.0 '@teambit/bit-error': 0.0.404 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 chalk: 4.1.2 core-js: 3.13.0 lodash: 4.17.21 react: 19.2.0 react-dom: 19.2.0(react@19.2.0) - '@teambit/semantics.doc-parser@0.0.57': + '@teambit/semantics.doc-parser@0.0.57(graphql@15.8.0)': dependencies: '@teambit/bit-error': 0.0.404 '@teambit/component.sources': 0.0.101(graphql@15.8.0) @@ -93117,7 +93055,9 @@ snapshots: fs-extra: 10.0.0 react-docgen: 5.3.1 transitivePeerDependencies: + - domexception - encoding + - graphql - supports-color '@teambit/semantics.doc-parser@file:components/semantics/doc-parser': @@ -93189,7 +93129,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/design.ui.surfaces.menu.section': 0.0.357(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/ui-foundation.ui.tree.drawer': 1.0.0(react-dom@19.1.0)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -93205,7 +93145,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/design.ui.surfaces.menu.section': 0.0.357(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/ui-foundation.ui.tree.drawer': 1.0.0(react-dom@19.1.0)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) @@ -93227,7 +93167,7 @@ snapshots: '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/component.testing.mock-components': file:scopes/component/testing/mock-components(graphql@15.8.0) '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.concurrency': file:scopes/harmony/modules/concurrency '@teambit/harmony.modules.get-basic-log': file:scopes/harmony/modules/get-basic-log(graphql@15.8.0) '@teambit/harmony.testing.load-aspect': file:scopes/harmony/testing/load-aspect(graphql@15.8.0) @@ -93287,7 +93227,7 @@ snapshots: '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) '@teambit/component.testing.mock-components': file:scopes/component/testing/mock-components(graphql@15.8.0) '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.concurrency': file:scopes/harmony/modules/concurrency '@teambit/harmony.modules.get-basic-log': file:scopes/harmony/modules/get-basic-log(graphql@15.8.0) '@teambit/harmony.testing.load-aspect': file:scopes/harmony/testing/load-aspect(graphql@15.8.0) @@ -93343,7 +93283,7 @@ snapshots: '@teambit/bit-error': 0.0.404 '@teambit/component-id': 1.2.4 '@teambit/component.modules.merge-helper': file:scopes/component/modules/merge-helper - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.get-basic-log': file:scopes/harmony/modules/get-basic-log(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer-component': file:components/legacy/consumer-component(graphql@15.8.0) @@ -93370,7 +93310,7 @@ snapshots: '@teambit/component-issues': file:components/component-issues '@teambit/component-version': 1.0.4 '@teambit/component.snap-distance': file:scopes/component/snap-distance(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/lane-id': 0.0.312 '@teambit/legacy.component-list': file:components/legacy/component-list(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants @@ -93502,7 +93442,51 @@ snapshots: '@teambit/design.ui.pill-label': 0.0.360(react@19.1.0) '@teambit/design.ui.tooltip': file:components/ui/tooltip(react-dom@19.1.0)(react@19.1.0) '@teambit/evangelist.elements.icon': 1.0.5(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 + '@teambit/legacy.constants': file:components/legacy/constants + '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) + '@teambit/tests-results': 1.0.5 + '@teambit/toolbox.path.path': file:scopes/toolbox/path/path + '@teambit/toolbox.time.timer': file:scopes/toolbox/time/timer + '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@types/node': 22.10.5 + '@types/react': 19.2.14 + '@types/react-dom': 19.2.3(@types/react@19.2.14) + chai: 5.2.1 + chalk: 4.1.2 + cli-highlight: 2.1.9 + fs-extra: 10.0.0 + graphql-subscriptions: 1.2.0(graphql@15.8.0) + graphql-tag: 2.12.1(graphql@15.8.0) + junit-report-builder: 3.0.1 + lodash: 4.17.21 + lodash.compact: 3.0.1 + react: 19.1.0 + react-dom: 19.1.0(react@19.1.0) + strip-ansi: 6.0.0 + transitivePeerDependencies: + - '@types/react-syntax-highlighter' + - encoding + - graphql + - react-router-dom + - supports-color + - typescript + + '@teambit/tester@file:scopes/defender/tester(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/react-syntax-highlighter@15.5.13)(chai@5.2.1)(graphql@15.8.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2)': + dependencies: + '@apollo/client': 3.12.2(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(subscriptions-transport-ws@0.9.19) + '@mdx-js/react': 1.6.22(react@19.1.0) + '@teambit/base-react.navigation.link': 2.0.33(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@teambit/bit-error': 0.0.404 + '@teambit/component-id': 1.2.4 + '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) + '@teambit/defender.ui.test-compare': file:components/ui/test-compare(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2) + '@teambit/defender.ui.test-compare-section': 0.0.102(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0) + '@teambit/defender.ui.test-page': file:components/ui/test-page(@apollo/client@3.12.2)(@mdx-js/react@1.6.22)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react-dom@19.2.3)(@types/react-syntax-highlighter@15.5.13)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)(typescript@5.9.2) + '@teambit/design.ui.pill-label': 0.0.360(react@19.1.0) + '@teambit/design.ui.tooltip': file:components/ui/tooltip(react-dom@19.1.0)(react@19.1.0) + '@teambit/evangelist.elements.icon': 1.0.5(react-dom@19.1.0)(react@19.1.0) + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/tests-results': 1.0.5 @@ -93546,7 +93530,7 @@ snapshots: '@teambit/design.ui.pill-label': 0.0.360(react@19.2.0) '@teambit/design.ui.tooltip': file:components/ui/tooltip(react-dom@19.1.0)(react@19.2.0) '@teambit/evangelist.elements.icon': 1.0.5(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/tests-results': 1.0.5 @@ -93943,7 +93927,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/bit-error': 0.0.404 '@teambit/component-id': 1.2.4 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy-bit-id': 1.1.3 '@teambit/legacy.analytics': file:components/legacy/analytics '@teambit/legacy.bit-map': file:components/legacy/bit-map(graphql@15.8.0) @@ -94169,7 +94153,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.utils': file:components/legacy/utils '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -94199,7 +94183,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/component.sources': file:scopes/component/sources(graphql@15.8.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.utils': file:components/legacy/utils '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) @@ -94743,7 +94727,7 @@ snapshots: dependencies: '@teambit/evangelist.elements.icon': 1.0.2(react-dom@19.1.0)(react@19.1.0) '@teambit/evangelist.surfaces.tooltip': 1.0.1(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/ui-foundation.ui.keycap': 0.0.500(react-dom@19.1.0)(react@19.1.0) classnames: 2.2.6 core-js: 3.13.0 @@ -94755,7 +94739,7 @@ snapshots: dependencies: '@teambit/evangelist.elements.icon': 1.0.2(react-dom@19.1.0)(react@19.2.0) '@teambit/evangelist.surfaces.tooltip': 1.0.1(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/ui-foundation.ui.keycap': 0.0.500(react-dom@19.1.0)(react@19.2.0) classnames: 2.2.6 core-js: 3.13.0 @@ -94767,7 +94751,7 @@ snapshots: dependencies: '@teambit/evangelist.elements.icon': 1.0.2(react-dom@19.1.0)(react@19.1.0) '@teambit/evangelist.surfaces.dropdown': 1.0.3(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/ui-foundation.ui.keycap': 0.0.500(react-dom@19.1.0)(react@19.1.0) classnames: 2.2.6 core-js: 3.13.0 @@ -94779,7 +94763,7 @@ snapshots: dependencies: '@teambit/evangelist.elements.icon': 1.0.2(react-dom@19.1.0)(react@19.2.0) '@teambit/evangelist.surfaces.dropdown': 1.0.3(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/ui-foundation.ui.keycap': 0.0.500(react-dom@19.1.0)(react@19.2.0) classnames: 2.2.6 core-js: 3.13.0 @@ -94816,7 +94800,7 @@ snapshots: '@teambit/ui-foundation.ui.menu@0.0.502(react-dom@19.1.0)(react@19.1.0)': dependencies: - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/ui-foundation.ui.main-dropdown': 0.0.502(react-dom@19.1.0)(react@19.1.0) classnames: 2.2.6 core-js: 3.13.0 @@ -94826,7 +94810,7 @@ snapshots: '@teambit/ui-foundation.ui.menu@0.0.502(react-dom@19.1.0)(react@19.2.0)': dependencies: - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/ui-foundation.ui.main-dropdown': 0.0.502(react-dom@19.1.0)(react@19.2.0) classnames: 2.2.6 core-js: 3.13.0 @@ -94836,7 +94820,7 @@ snapshots: '@teambit/ui-foundation.ui.menu@0.0.503(react-dom@19.1.0)(react@19.1.0)': dependencies: - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/ui-foundation.ui.main-dropdown': 0.0.505(react-dom@19.1.0)(react@19.1.0) classnames: 2.2.6 core-js: 3.13.0 @@ -94846,7 +94830,7 @@ snapshots: '@teambit/ui-foundation.ui.menu@0.0.503(react-dom@19.1.0)(react@19.2.0)': dependencies: - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/ui-foundation.ui.main-dropdown': 0.0.505(react-dom@19.1.0)(react@19.2.0) classnames: 2.2.6 core-js: 3.13.0 @@ -95099,7 +95083,7 @@ snapshots: '@teambit/ui-foundation.ui.react-router.slot-router@0.0.514(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.1.0)': dependencies: '@teambit/base-react.navigation.link': 2.0.33(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 lodash: 4.17.21 react: 19.1.0 react-router-dom: 6.30.1(react-dom@19.1.0)(react@19.1.0) @@ -95111,7 +95095,7 @@ snapshots: '@teambit/ui-foundation.ui.react-router.slot-router@0.0.514(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react-router-dom@6.30.1)(react@19.2.0)': dependencies: '@teambit/base-react.navigation.link': 2.0.33(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 lodash: 4.17.21 react: 19.2.0 react-router-dom: 6.30.1(react-dom@19.2.0)(react@19.2.0) @@ -95123,7 +95107,7 @@ snapshots: '@teambit/ui-foundation.ui.react-router.slot-router@0.0.516(@teambit/base-react.navigation.link@2.0.33)(@types/react@19.2.14)(react-router-dom@6.30.1)(react@19.1.0)': dependencies: '@teambit/base-react.navigation.link': 2.0.33(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@types/react': 19.2.14 lodash: 4.17.21 react: 19.1.0 @@ -95132,7 +95116,7 @@ snapshots: '@teambit/ui-foundation.ui.react-router.slot-router@0.0.516(@teambit/base-react.navigation.link@2.0.33)(@types/react@19.2.14)(react-router-dom@6.30.1)(react@19.2.0)': dependencies: '@teambit/base-react.navigation.link': 2.0.33(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.2.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@types/react': 19.2.14 lodash: 4.17.21 react: 19.2.0 @@ -95142,7 +95126,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/base-react.navigation.link': 2.0.33(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 12.1.5(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@types/node': 22.10.5 @@ -95157,7 +95141,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/base-react.navigation.link': 2.0.33(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.2.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@testing-library/react': 12.1.5(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@types/node': 22.10.5 @@ -95992,7 +95976,7 @@ snapshots: '@teambit/design.themes.dark-theme': 1.91.64(react-dom@19.1.0)(react@19.1.0) '@teambit/design.themes.light-theme': 0.1.61(react-dom@19.1.0)(react@19.1.0) '@teambit/design.ui.tooltip': file:components/ui/tooltip(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.harmony-root-generator': file:components/modules/harmony-root-generator '@teambit/lanes.hooks.use-lanes': file:components/hooks/use-lanes(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/legacy.constants': file:components/legacy/constants @@ -96055,6 +96039,92 @@ snapshots: - webpack-cli - webpack-hot-middleware + '@teambit/ui@file:scopes/ui-foundation/ui(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/babel__core@7.20.0)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(eslint@8.56.0)(react-dom@19.1.0)(react-refresh@0.14.0)(react-router-dom@6.30.1)(react@19.1.0)(tslib@2.8.1)(typescript@5.9.2)(utf-8-validate@5.0.5)(webpack@5.97.1)': + dependencies: + '@apollo/client': 3.12.2(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.1.0)(react@19.1.0)(subscriptions-transport-ws@0.9.19) + '@babel/runtime': 7.23.2 + '@mdx-js/react': 1.6.22(react@19.1.0) + '@rspack/core': 1.7.8 + '@rspack/dev-server': 1.2.1(@rspack/core@1.7.8)(bufferutil@4.0.3)(debug@4.3.4)(tslib@2.8.1)(utf-8-validate@5.0.5)(webpack@5.97.1) + '@rspack/plugin-react-refresh': 1.6.0(react-refresh@0.14.0) + '@teambit/api-reference.hooks.use-api': 0.0.57(@apollo/client@3.12.2)(react-dom@19.1.0)(react@19.1.0) + '@teambit/api-reference.hooks.use-api-renderers': 0.0.37(react-dom@19.1.0)(react@19.1.0) + '@teambit/base-react.navigation.link': 2.0.33(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@teambit/base-react.themes.theme-switcher': 1.1.2(react-dom@19.1.0)(react@19.1.0) + '@teambit/base-ui.graph.tree.recursive-tree': 1.0.5(react-dom@19.1.0)(react@19.1.0) + '@teambit/base-ui.loaders.loader-ribbon': 1.0.0(react-dom@19.1.0)(react@19.1.0) + '@teambit/base-ui.theme.fonts.roboto': 1.0.0(react-dom@19.1.0)(react@19.1.0) + '@teambit/bit-error': 0.0.404 + '@teambit/code.ui.code-editor': file:components/ui/code-editor(react-dom@19.1.0)(react@19.1.0) + '@teambit/component.ui.component-compare.context': file:components/ui/component-compare/context(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.theme.icons-font': 2.0.29(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.themes.base-theme': 0.1.60(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.themes.dark-theme': 1.91.64(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.themes.light-theme': 0.1.61(react-dom@19.1.0)(react@19.1.0) + '@teambit/design.ui.tooltip': file:components/ui/tooltip(react-dom@19.1.0)(react@19.1.0) + '@teambit/harmony': 0.4.12 + '@teambit/harmony.modules.harmony-root-generator': file:components/modules/harmony-root-generator + '@teambit/lanes.hooks.use-lanes': file:components/hooks/use-lanes(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@teambit/legacy.constants': file:components/legacy/constants + '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) + '@teambit/react.rendering.ssr': 1.0.4(react-dom@19.1.0)(react@19.1.0) + '@teambit/rspack.modules.generate-asset-manifest': file:components/modules/generate-asset-manifest + '@teambit/semantics.entities.semantic-schema': file:components/entities/semantic-schema + '@teambit/toolbox.crypto.sha1': file:components/crypto/sha1 + '@teambit/toolbox.network.get-port': file:scopes/toolbox/network/get-port + '@teambit/toolbox.string.strip-trailing-char': file:scopes/toolbox/string/strip-trailing-char + '@teambit/ui-foundation.ui.global-loader': 0.0.502(react-dom@19.1.0)(react@19.1.0) + '@teambit/ui-foundation.ui.hooks.use-data-query': 0.0.506(@apollo/client@3.12.2)(react-dom@19.1.0)(react@19.1.0) + '@teambit/ui-foundation.ui.hooks.use-user-agent': 0.0.200(react-dom@19.1.0)(react@19.1.0) + '@teambit/webpack.modules.style-regexps': file:scopes/webpack/style-regexps + '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@types/node': 22.10.5 + '@types/react': 19.2.14 + '@types/react-dom': 19.2.3(@types/react@19.2.14) + chalk: 4.1.2 + express: 4.22.1 + express-history-api-fallback: 2.2.1 + fs-extra: 10.0.0 + http-proxy: 1.18.1(debug@4.3.4) + less: 4.2.1 + open: 8.4.2 + p-map-series: 2.1.0 + postcss: 8.4.18 + postcss-flexbugs-fixes: 5.0.2(postcss@8.4.18) + postcss-loader: 7.0.1(postcss@8.4.18)(webpack@5.97.1) + postcss-normalize: 10.0.0(browserslist@4.28.2)(postcss@8.4.18) + postcss-preset-env: 7.8.2(postcss@8.4.18) + react: 19.1.0 + react-dev-utils: 12.0.1(eslint@8.56.0)(typescript@5.9.2)(webpack@5.97.1) + react-dom: 19.1.0(react@19.1.0) + react-router-dom: 6.30.1(react-dom@19.1.0)(react@19.1.0) + resolve-url-loader: 5.0.0 + rspack-manifest-plugin: 5.2.1(@rspack/core@1.7.8) + sanitize.css: 12.0.1 + sass: 1.63.6 + sass-loader: 13.3.2(sass@1.63.6)(webpack@5.97.1) + webpack-dev-server: 4.15.2(bufferutil@4.0.3)(debug@4.3.4)(utf-8-validate@5.0.5)(webpack@5.97.1) + workbox-webpack-plugin: 7.1.0(@types/babel__core@7.20.0)(webpack@5.97.1) + transitivePeerDependencies: + - '@swc/helpers' + - '@types/babel__core' + - browserslist + - bufferutil + - debug + - eslint + - fibers + - node-sass + - react-refresh + - sass-embedded + - supports-color + - tslib + - typescript + - utf-8-validate + - vue-template-compiler + - webpack + - webpack-cli + - webpack-hot-middleware + '@teambit/ui@file:scopes/ui-foundation/ui(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@types/babel__core@7.20.0)(browserslist@4.28.2)(bufferutil@4.0.3)(debug@4.3.4)(eslint@8.56.0)(react-dom@19.2.0)(react-refresh@0.14.0)(react-router-dom@6.30.1)(react@19.2.0)(tslib@2.8.1)(typescript@5.5.3)(utf-8-validate@5.0.5)(webpack@5.97.1)': dependencies: '@apollo/client': 3.12.2(@types/react@19.2.14)(graphql@15.8.0)(react-dom@19.2.0)(react@19.2.0)(subscriptions-transport-ws@0.9.19) @@ -96078,7 +96148,7 @@ snapshots: '@teambit/design.themes.dark-theme': 1.91.64(react-dom@19.2.0)(react@19.2.0) '@teambit/design.themes.light-theme': 0.1.61(react-dom@19.2.0)(react@19.2.0) '@teambit/design.ui.tooltip': file:components/ui/tooltip(react-dom@19.2.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.harmony-root-generator': file:components/modules/harmony-root-generator '@teambit/lanes.hooks.use-lanes': file:components/hooks/use-lanes(@apollo/client@3.12.2)(@teambit/base-react.navigation.link@2.0.33)(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.2.0)(react@19.2.0) '@teambit/legacy.constants': file:components/legacy/constants @@ -96144,7 +96214,7 @@ snapshots: '@teambit/user-agent@file:scopes/ui-foundation/user-agent(react@19.1.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/ui-foundation.ui.hooks.use-user-agent': 0.0.200(react-dom@19.1.0)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -96160,7 +96230,7 @@ snapshots: '@teambit/user-agent@file:scopes/ui-foundation/user-agent(react@19.2.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/ui-foundation.ui.hooks.use-user-agent': 0.0.200(react-dom@19.1.0)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) @@ -96176,7 +96246,7 @@ snapshots: '@teambit/validator@file:scopes/defender/validator': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -96190,7 +96260,7 @@ snapshots: '@teambit/variants@file:scopes/workspace/variants(graphql@15.8.0)(react@19.1.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy-bit-id': 1.1.3 '@teambit/legacy.extension-data': file:components/legacy/extension-data(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) @@ -96213,7 +96283,7 @@ snapshots: '@teambit/variants@file:scopes/workspace/variants(graphql@15.8.0)(react@19.2.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy-bit-id': 1.1.3 '@teambit/legacy.extension-data': file:components/legacy/extension-data(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) @@ -96238,7 +96308,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/bit-error': 0.0.404 '@teambit/component-id': 1.2.4 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.constants': file:components/legacy/constants '@teambit/legacy.consumer': file:components/legacy/consumer(graphql@15.8.0) '@teambit/legacy.dependency-graph': file:components/legacy/dependency-graph(graphql@15.8.0) @@ -96267,7 +96337,7 @@ snapshots: '@teambit/api-reference.models.api-reference-model': 0.0.53(react-dom@19.1.0)(react@19.1.0) '@teambit/documenter.ui.table': 4.1.10(@types/react-dom@19.2.3)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/documenter.ui.table-row': 4.1.16(@types/react-dom@19.2.3)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/semantics.entities.semantic-schema': file:components/entities/semantic-schema '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -96281,6 +96351,27 @@ snapshots: transitivePeerDependencies: - typescript + '@teambit/vue-aspect@file:scopes/vue/vue(react@19.1.0)(typescript@5.9.2)': + dependencies: + '@mdx-js/react': 1.6.22(react@19.1.0) + '@teambit/api-reference.models.api-node-renderer': 0.0.53(react-dom@19.1.0)(react@19.1.0) + '@teambit/api-reference.models.api-reference-model': 0.0.53(react-dom@19.1.0)(react@19.1.0) + '@teambit/documenter.ui.table': 4.1.10(@types/react-dom@19.2.3)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@teambit/documenter.ui.table-row': 4.1.16(@types/react-dom@19.2.3)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@teambit/harmony': 0.4.12 + '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) + '@teambit/semantics.entities.semantic-schema': file:components/entities/semantic-schema + '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@types/node': 22.10.5 + '@types/react': 19.2.14 + '@types/react-dom': 19.2.3(@types/react@19.2.14) + chalk: 4.1.2 + react: 19.1.0 + react-dom: 19.1.0(react@19.1.0) + vue-component-meta: 2.2.10(typescript@5.9.2) + transitivePeerDependencies: + - typescript + '@teambit/vue-aspect@file:scopes/vue/vue(react@19.2.0)(typescript@5.5.3)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) @@ -96288,7 +96379,7 @@ snapshots: '@teambit/api-reference.models.api-reference-model': 0.0.53(react-dom@19.1.0)(react@19.2.0) '@teambit/documenter.ui.table': 4.1.10(@types/react-dom@19.2.3)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@teambit/documenter.ui.table-row': 4.1.16(@types/react-dom@19.2.3)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/semantics.entities.semantic-schema': file:components/entities/semantic-schema '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) @@ -96307,7 +96398,7 @@ snapshots: '@mdx-js/react': 1.6.22(react@19.1.0) '@parcel/watcher': 2.5.1 '@teambit/component-id': 1.2.4 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.send-server-sent-events': file:scopes/harmony/modules/send-server-sent-events '@teambit/legacy.bit-map': file:components/legacy/bit-map(graphql@15.8.0) '@teambit/legacy.constants': file:components/legacy/constants @@ -96808,7 +96899,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/bit-error': 0.0.404 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/preview.cli.dev-server-events-listener': 0.0.1 '@teambit/toolbox.path.path': file:scopes/toolbox/path/path @@ -96870,11 +96961,77 @@ snapshots: - vue-template-compiler - webpack-cli + '@teambit/webpack@file:scopes/webpack/webpack(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(eslint@8.56.0)(react@19.1.0)(typescript@5.9.2)(utf-8-validate@5.0.5)': + dependencies: + '@mdx-js/react': 1.6.22(react@19.1.0) + '@teambit/bit-error': 0.0.404 + '@teambit/harmony': 0.4.12 + '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) + '@teambit/preview.cli.dev-server-events-listener': 0.0.1 + '@teambit/toolbox.path.path': file:scopes/toolbox/path/path + '@teambit/webpack.modules.config-mutator': file:scopes/webpack/config-mutator(esbuild@0.14.29) + '@teambit/webpack.modules.generate-expose-loaders': file:scopes/webpack/modules/generate-expose-loaders(webpack@5.97.1) + '@teambit/webpack.modules.generate-externals': file:scopes/webpack/modules/generate-externals + '@teambit/webpack.plugins.inject-head-webpack-plugin': file:scopes/webpack/plugins/inject-head-webpack-plugin(html-webpack-plugin@5.3.2) + '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) + '@types/node': 22.10.5 + '@types/react': 19.2.14 + '@types/react-dom': 19.2.3(@types/react@19.2.14) + assert: 2.1.0 + browserify-zlib: 0.2.0 + buffer: 6.0.3 + camelcase: 6.2.0 + compression-webpack-plugin: 11.0.0(webpack@5.97.1) + constants-browserify: 1.0.0 + crypto-browserify: 3.12.0 + domain-browser: 4.19.0 + enhanced-resolve: 4.5.0 + events: 3.3.0 + expose-loader: 3.1.0(webpack@5.97.1) + find-root: 1.1.0 + html-webpack-plugin: 5.3.2(webpack@5.97.1) + https-browserify: 1.0.0 + inject-body-webpack-plugin: 1.3.0(html-webpack-plugin@5.3.2) + lodash: 4.17.21 + os-browserify: 0.3.0 + p-map-series: 2.1.0 + path-browserify: 1.0.1 + process: 0.11.10 + punycode: 2.3.1 + querystring-es3: 0.2.1 + react: 19.1.0 + react-dev-utils: 12.0.1(eslint@8.56.0)(typescript@5.9.2)(webpack@5.97.1) + react-dom: 19.1.0(react@19.1.0) + stream-browserify: 3.0.0 + stream-http: 3.2.0 + string_decoder: 1.3.0 + timers-browserify: 2.0.12 + tty-browserify: 0.0.1 + url: 0.11.4 + util: 0.12.5 + vm-browserify: 1.1.2 + webpack: 5.97.1(esbuild@0.14.29) + webpack-assets-manifest: 5.1.0(webpack@5.97.1) + webpack-dev-server: 4.15.2(bufferutil@4.0.3)(debug@4.3.4)(utf-8-validate@5.0.5)(webpack@5.97.1) + webpack-merge: 5.8.0 + transitivePeerDependencies: + - '@swc/core' + - bufferutil + - debug + - esbuild + - eslint + - supports-color + - typescript + - uglify-js + - utf-8-validate + - vue-template-compiler + - webpack-cli + '@teambit/webpack@file:scopes/webpack/webpack(bufferutil@4.0.3)(debug@4.3.4)(esbuild@0.14.29)(eslint@8.56.0)(react@19.2.0)(typescript@5.5.3)(utf-8-validate@5.0.5)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) '@teambit/bit-error': 0.0.404 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/preview.cli.dev-server-events-listener': 0.0.1 '@teambit/toolbox.path.path': file:scopes/toolbox/path/path @@ -96939,7 +97096,7 @@ snapshots: '@teambit/worker@file:scopes/harmony/worker(react@19.1.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@types/node': 22.10.5 @@ -96952,7 +97109,7 @@ snapshots: '@teambit/worker@file:scopes/harmony/worker(react@19.2.0)': dependencies: '@mdx-js/react': 1.6.22(react@19.2.0) - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@testing-library/react': 14.3.1(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@types/node': 22.10.5 @@ -96966,7 +97123,7 @@ snapshots: dependencies: '@mdx-js/react': 1.6.22(react@19.1.0) '@teambit/bit-error': 0.0.404 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/legacy.consumer': file:components/legacy/consumer(graphql@15.8.0) '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/toolbox.crypto.sha1': file:components/crypto/sha1 @@ -97396,7 +97553,7 @@ snapshots: '@teambit/explorer.ui.gallery.component-grid': 0.0.496(react-dom@19.1.0)(react@19.1.0) '@teambit/git.modules.git-executable': file:scopes/git/modules/git-executable '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.concurrency': file:scopes/harmony/modules/concurrency '@teambit/harmony.modules.in-memory-cache': file:scopes/harmony/modules/in-memory-cache '@teambit/harmony.modules.load-trace': file:scopes/harmony/modules/load-trace @@ -97509,7 +97666,7 @@ snapshots: '@teambit/explorer.ui.gallery.component-grid': 0.0.496(react-dom@19.1.0)(react@19.2.0) '@teambit/git.modules.git-executable': file:scopes/git/modules/git-executable '@teambit/graph.cleargraph': 0.0.11 - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/harmony.modules.concurrency': file:scopes/harmony/modules/concurrency '@teambit/harmony.modules.in-memory-cache': file:scopes/harmony/modules/in-memory-cache '@teambit/harmony.modules.load-trace': file:scopes/harmony/modules/load-trace @@ -97598,7 +97755,7 @@ snapshots: '@teambit/bit-error': 0.0.404 '@teambit/dependencies.aspect-docs.yarn': file:scopes/dependencies/aspect-docs/yarn(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) '@teambit/dependencies.fs.linked-dependencies': file:scopes/dependencies/fs/linked-dependencies - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.1.0) '@teambit/pkg.entities.registry': 0.0.4 '@teambit/ui-foundation.ui.use-box.menu': 1.0.16(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.1.0) @@ -97633,7 +97790,7 @@ snapshots: '@teambit/bit-error': 0.0.404 '@teambit/dependencies.aspect-docs.yarn': file:scopes/dependencies/aspect-docs/yarn(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) '@teambit/dependencies.fs.linked-dependencies': file:scopes/dependencies/fs/linked-dependencies - '@teambit/harmony': 0.4.11 + '@teambit/harmony': 0.4.12 '@teambit/mdx.ui.mdx-scope-context': 1.0.7(@types/react@19.2.14)(react@19.2.0) '@teambit/pkg.entities.registry': 0.0.4 '@teambit/ui-foundation.ui.use-box.menu': 1.0.16(@testing-library/react@14.3.1)(@types/react@19.2.14)(react-dom@19.1.0)(react@19.2.0) @@ -102973,7 +103130,7 @@ snapshots: dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 6.19.1(eslint@8.56.0)(typescript@5.5.3) + '@typescript-eslint/parser': 6.19.1(eslint@8.56.0)(typescript@5.9.2) eslint: 8.56.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: @@ -103020,7 +103177,7 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 6.19.1(eslint@8.56.0)(typescript@5.5.3) + '@typescript-eslint/parser': 6.19.1(eslint@8.56.0)(typescript@5.9.2) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -103107,7 +103264,7 @@ snapshots: '@typescript-eslint/utils': 5.62.0(eslint@8.56.0)(typescript@5.5.3) eslint: 8.56.0 optionalDependencies: - '@typescript-eslint/eslint-plugin': 7.1.0(@typescript-eslint/parser@7.1.0)(eslint@8.56.0)(typescript@5.5.3) + '@typescript-eslint/eslint-plugin': 7.1.0(@typescript-eslint/parser@8.39.0)(eslint@8.56.0)(typescript@5.9.2) jest: 29.3.1(@types/node@22.10.5)(babel-plugin-macros@3.1.0) transitivePeerDependencies: - supports-color diff --git a/scopes/component/checkout/checkout.spec.ts b/scopes/component/checkout/checkout.spec.ts index 5753e956dae5..9153811f92f2 100644 --- a/scopes/component/checkout/checkout.spec.ts +++ b/scopes/component/checkout/checkout.spec.ts @@ -1,3 +1,4 @@ +/// import { expect, use } from 'chai'; import fs from 'fs-extra'; import type { Harmony } from '@teambit/harmony'; diff --git a/scopes/workspace/workspace/ui/workspace/use-workspace.ts b/scopes/workspace/workspace/ui/workspace/use-workspace.ts index 0b3c649a39f3..a765ad3b56bf 100644 --- a/scopes/workspace/workspace/ui/workspace/use-workspace.ts +++ b/scopes/workspace/workspace/ui/workspace/use-workspace.ts @@ -8,6 +8,10 @@ import { ComponentID } from '@teambit/component-id'; import { Workspace } from './workspace-model'; +type UseWorkspaceResult = Omit, 'data' | 'previousData'> & { + workspace: Workspace | undefined; +}; + type UseWorkspaceOptions = { onComponentAdded?: (component: ComponentModel[]) => void; onComponentUpdated?: (component: ComponentModel[]) => void; @@ -127,7 +131,7 @@ const COMPONENT_SERVER_STARTED = gql` } `; -export function useWorkspace(options: UseWorkspaceOptions = {}) { +export function useWorkspace(options: UseWorkspaceOptions = {}): UseWorkspaceResult { const { data, subscribeToMore, ...rest } = useDataQuery(WORKSPACE); const optionsRef = useLatest(options); diff --git a/workspace.jsonc b/workspace.jsonc index bba8708fdec5..20deb57e8863 100644 --- a/workspace.jsonc +++ b/workspace.jsonc @@ -285,7 +285,7 @@ "@teambit/git.modules.git-ignore": "^1.0.2", "@teambit/gitconfig": "2.0.10", "@teambit/graph.cleargraph": "0.0.11", - "@teambit/harmony": "0.4.11", + "@teambit/harmony": "0.4.12", "@teambit/html.modules.inject-html-element": "0.0.6", "@teambit/lane-id": "~0.0.312", "@teambit/lanes.ui.compare.lane-compare": "^0.0.206", @@ -696,7 +696,7 @@ "@teambit/base-react.navigation.link@2": "2.0.33", "lodash@4": "4.17.21", "trim@0": "0.0.3", - "@teambit/harmony": "0.4.11", + "@teambit/harmony": "0.4.12", "@types/fs-capacitor": "2.0.0", // @types/node is used as a peer dependency, so to reduce duplication, // we force the version installed in the root. From d1a01f7123734a9a30710e8a39c9e162c7d69c83 Mon Sep 17 00:00:00 2001 From: David First Date: Thu, 2 Jul 2026 10:30:49 -0400 Subject: [PATCH 2/4] chore: bump @teambit/harmony override to 0.4.12 in CI e2e bundle install --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5109080eba58..1f015d6cf163 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -110,7 +110,7 @@ commands: pnpm dlx @ialdama/jsonmod --key "pnpm.overrides.cross-spawn@7" --values "^7.0.5" && pnpm dlx @ialdama/jsonmod --key "pnpm.overrides.lodash@4" --values "4.17.21" && pnpm dlx @ialdama/jsonmod --key "pnpm.overrides.trim@0" --values "0.0.3" && - pnpm dlx @ialdama/jsonmod --key "pnpm.overrides.@teambit/harmony" --values "0.4.11" && + pnpm dlx @ialdama/jsonmod --key "pnpm.overrides.@teambit/harmony" --values "0.4.12" && pnpm dlx @ialdama/jsonmod --key "pnpm.overrides.postcss@8" --values "^8.4.19" && pnpm dlx @ialdama/jsonmod --key "pnpm.overrides.ajv@6" --values "^6.12.6" && pnpm dlx json -I -f package.json -e "this.pnpm.overrides['@teambit/semantics.entities.semantic-schema']='^0.0.99'" && @@ -139,7 +139,7 @@ commands: pnpm dlx @ialdama/jsonmod --key "pnpm.overrides.cross-spawn@7" --values "^7.0.5" && pnpm dlx @ialdama/jsonmod --key "pnpm.overrides.lodash@4" --values "4.17.21" && pnpm dlx @ialdama/jsonmod --key "pnpm.overrides.trim@0" --values "0.0.3" && - pnpm dlx @ialdama/jsonmod --key "pnpm.overrides.@teambit/harmony" --values "0.4.11" && + pnpm dlx @ialdama/jsonmod --key "pnpm.overrides.@teambit/harmony" --values "0.4.12" && pnpm dlx @ialdama/jsonmod --key "pnpm.overrides.postcss@8" --values "^8.4.19" && pnpm dlx @ialdama/jsonmod --key "pnpm.overrides.ajv@6" --values "^6.12.6" && pnpm dlx json -I -f package.json -e "this.pnpm.overrides['@teambit/semantics.entities.semantic-schema']='^0.0.99'" && From 03ef52b974b78801d33d95114c1c8f1fad6a8e78 Mon Sep 17 00:00:00 2001 From: David First Date: Thu, 2 Jul 2026 10:33:59 -0400 Subject: [PATCH 3/4] chore: guard @teambit/harmony version sync across workspace.jsonc and CI --- .circleci/config.yml | 7 ++- scripts/check-harmony-version-sync.sh | 91 +++++++++++++++++++++++++++ 2 files changed, 96 insertions(+), 2 deletions(-) create mode 100755 scripts/check-harmony-version-sync.sh diff --git a/.circleci/config.yml b/.circleci/config.yml index 1f015d6cf163..ace72c8f4657 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -642,12 +642,15 @@ jobs: check_env_cache_sync: <<: *defaults steps: - # Only needs .bitmap and .circleci/config.yml from a plain checkout, so it - # runs (and fails) in seconds without waiting for setup_harmony. + # Only needs .bitmap, workspace.jsonc and .circleci/config.yml from a plain + # checkout, so it runs (and fails) in seconds without waiting for setup_harmony. - checkout - run: name: 'check env cache synchronization' command: './scripts/check-env-cache-sync.sh' + - run: + name: 'check @teambit/harmony version synchronization' + command: './scripts/check-harmony-version-sync.sh' generate_and_check_types: <<: *defaults diff --git a/scripts/check-harmony-version-sync.sh b/scripts/check-harmony-version-sync.sh new file mode 100755 index 000000000000..39d74a722707 --- /dev/null +++ b/scripts/check-harmony-version-sync.sh @@ -0,0 +1,91 @@ +#!/bin/bash + +# This script validates that the @teambit/harmony version is consistent across +# workspace.jsonc and the two bundle-install overrides in .circleci/config.yml. +# +# Why this can drift: workspace.jsonc pins harmony for the dev workspace build, +# while .circleci/config.yml re-pins it via `pnpm.overrides.@teambit/harmony` +# for the freshly-installed published `@teambit/bit` bundle used by e2e. Both +# must reference the SAME harmony version so e2e exercises what the workspace +# built with. It's easy to bump one and forget the other. +# +# Usage: +# ./scripts/check-harmony-version-sync.sh # validate (used by CI); exits 1 on mismatch +# ./scripts/check-harmony-version-sync.sh --fix # rewrite the config.yml overrides to match workspace.jsonc + +set -e + +RED='\033[0;31m' +GREEN='\033[0;32m' +YELLOW='\033[1;33m' +NC='\033[0m' # No Color + +FIX=false +if [ "${1:-}" = "--fix" ]; then + FIX=true +fi + +WORKSPACE_FILE="workspace.jsonc" +CONFIG_FILE=".circleci/config.yml" + +echo "Checking @teambit/harmony version synchronization..." + +# Source of truth: the harmony pins in workspace.jsonc. There are two (the +# dependency policy and the dependency-resolver overrides); they must agree. +WS_VERSIONS=$(grep -oE '"@teambit/harmony": *"[0-9]+\.[0-9]+\.[0-9]+"' "$WORKSPACE_FILE" | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' | sort -u) +WS_COUNT=$(echo "$WS_VERSIONS" | grep -c .) + +if [ -z "$WS_VERSIONS" ]; then + echo -e "${RED}✗ ERROR: no @teambit/harmony pin found in ${WORKSPACE_FILE}${NC}" + exit 1 +fi + +if [ "$WS_COUNT" -ne 1 ]; then + echo -e "${RED}✗ ERROR: ${WORKSPACE_FILE} has inconsistent @teambit/harmony pins:${NC}" + echo "$WS_VERSIONS" | sed 's/^/ /' + echo -e "${YELLOW}Fix workspace.jsonc first so all @teambit/harmony pins match, then re-run.${NC}" + exit 1 +fi + +EXPECTED="$WS_VERSIONS" +echo "Found @teambit/harmony in ${WORKSPACE_FILE}: $EXPECTED" + +# The config.yml overrides look like: +# pnpm.overrides.@teambit/harmony" --values "0.4.12" +CONFIG_VERSIONS=$(grep -oE 'pnpm\.overrides\.@teambit/harmony" --values "[0-9]+\.[0-9]+\.[0-9]+"' "$CONFIG_FILE" | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' | sort -u) + +if [ -z "$CONFIG_VERSIONS" ]; then + echo -e "${RED}✗ ERROR: no 'pnpm.overrides.@teambit/harmony' override found in ${CONFIG_FILE}${NC}" + exit 1 +fi + +if [ "$CONFIG_VERSIONS" = "$EXPECTED" ]; then + echo -e "${GREEN}✓ config.yml overrides match: @teambit/harmony@${EXPECTED}${NC}" + exit 0 +fi + +# Mismatch. +if [ "$FIX" = true ]; then + # Rewrite every harmony override version in config.yml to EXPECTED. + # Temp file next to the target (explicit template for BSD/macOS portability) + # so the final mv is an atomic same-filesystem rename. + TMP=$(mktemp "${CONFIG_FILE}.XXXXXX") + trap 'rm -f "$TMP"' EXIT + sed -E "s|(pnpm\.overrides\.@teambit/harmony\" --values \")[0-9]+\.[0-9]+\.[0-9]+(\")|\1${EXPECTED}\2|g" "$CONFIG_FILE" > "$TMP" + mv "$TMP" "$CONFIG_FILE" + + NEW_VERSIONS=$(grep -oE 'pnpm\.overrides\.@teambit/harmony" --values "[0-9]+\.[0-9]+\.[0-9]+"' "$CONFIG_FILE" | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' | sort -u) + if [ "$NEW_VERSIONS" = "$EXPECTED" ]; then + echo -e "${GREEN}✓ Updated @teambit/harmony overrides in ${CONFIG_FILE} to ${EXPECTED}${NC}" + exit 0 + fi + echo -e "${RED}✗ --fix failed to update overrides in ${CONFIG_FILE}${NC}" + exit 1 +fi + +echo -e "${RED}✗ ERROR: @teambit/harmony version mismatch!${NC}" +echo -e "${YELLOW}${WORKSPACE_FILE} has @teambit/harmony@${EXPECTED}, but ${CONFIG_FILE} has:${NC}" +echo "$CONFIG_VERSIONS" | sed 's/^/ /' +echo "" +echo -e "${YELLOW}Run: ./scripts/check-harmony-version-sync.sh --fix${NC}" +exit 1 From 6101f4dcbf96583af8dbdeb05f77b30c935c475b Mon Sep 17 00:00:00 2001 From: David First Date: Thu, 2 Jul 2026 17:34:17 -0400 Subject: [PATCH 4/4] fix(config-merger): handle envs only in envStrategy to avoid leaking an unversioned env When 'bit ci pr' syncs config from main and the lane still uses a workspace env (so envStrategy keeps the current env) while main migrated the component onto a different external env, the generic aspect merge copied main's teambit.envs/envs config verbatim. That config carries the env id without its version, so the snap failed with ExternalEnvWithoutVersion. Exclude teambit.envs/envs from the generic merge so envStrategy is the sole authority on envs. --- .../component-config-merger.spec.ts | 60 +++++++++++++++++++ .../config-merger/component-config-merger.ts | 8 ++- 2 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 scopes/workspace/config-merger/component-config-merger.spec.ts diff --git a/scopes/workspace/config-merger/component-config-merger.spec.ts b/scopes/workspace/config-merger/component-config-merger.spec.ts new file mode 100644 index 000000000000..51c9945d5c25 --- /dev/null +++ b/scopes/workspace/config-merger/component-config-merger.spec.ts @@ -0,0 +1,60 @@ +import { expect } from 'chai'; +import { ComponentID } from '@teambit/component-id'; +import { EnvsAspect } from '@teambit/envs'; +import { ExtensionDataList } from '@teambit/legacy.extension-data'; +import type { Logger } from '@teambit/logger'; +import { ComponentConfigMerger } from './component-config-merger'; + +const noopLogger = { debug() {}, trace() {} } as unknown as Logger; + +describe('ComponentConfigMerger', () => { + describe('env changed on "other" while the current env is a workspace component', () => { + // Reproduces the `bit ci pr` config-sync failure: the lane still uses a workspace env (so + // envStrategy bails out with "keep the current env"), and main migrated the component onto a + // different EXTERNAL env. The generic aspect merge must NOT copy main's `teambit.envs/envs` + // config verbatim — that config only holds the env id without its version, so leaking it would + // produce an unversioned external env and crash the snap with ExternalEnvWithoutVersion. + let mergedConfig: Record; + before(() => { + const wsEnv = 'my-scope.envs/ws-env'; + const extEnv = 'other-scope.envs/ext-env'; + // current & base: component uses the workspace env `wsEnv`. + const current = ExtensionDataList.fromConfigObject({ + [EnvsAspect.id]: { env: wsEnv }, + [`${wsEnv}@0.0.1`]: {}, + }); + const base = ExtensionDataList.fromConfigObject({ + [EnvsAspect.id]: { env: wsEnv }, + [`${wsEnv}@0.0.1`]: {}, + }); + // other (main): component migrated onto the external env `extEnv`. As stored in a committed + // version, `teambit.envs/envs.config.env` carries the id WITHOUT a version; the version lives + // only in the separate env-aspect entry. + const other = ExtensionDataList.fromConfigObject({ + [EnvsAspect.id]: { env: extEnv }, + [`${extEnv}@1.0.0`]: {}, + }); + // `wsEnv` is part of the workspace — this is what makes envStrategy decline. + const workspaceIds = [ComponentID.fromString(`${wsEnv}@0.0.1`)]; + const merger = new ComponentConfigMerger( + 'my-scope/some-comp', + workspaceIds, + undefined, + current, + base, + other, + 'lane', + 'main', + noopLogger, + 'ours' + ); + mergedConfig = merger.merge().getSuccessfullyMergedConfig(); + }); + it('should NOT sync teambit.envs/envs from the generic aspect merge (no unversioned env leak)', () => { + expect( + mergedConfig[EnvsAspect.id], + `expected no env to be synced, got: ${JSON.stringify(mergedConfig[EnvsAspect.id])}` + ).to.be.undefined; + }); + }); +}); diff --git a/scopes/workspace/config-merger/component-config-merger.ts b/scopes/workspace/config-merger/component-config-merger.ts index 44d4debff23e..47a9b9514411 100644 --- a/scopes/workspace/config-merger/component-config-merger.ts +++ b/scopes/workspace/config-merger/component-config-merger.ts @@ -71,7 +71,13 @@ export class ComponentConfigMerger { private currentEnv: EnvData; private otherEnv: EnvData; private baseEnv?: EnvData; - private handledExtIds: string[] = [BuilderAspect.id]; // don't try to merge builder, it's possible that at one end it wasn't built yet, so it's empty + // don't try to merge builder, it's possible that at one end it wasn't built yet, so it's empty. + // teambit.envs/envs is handled exclusively by envStrategy() — the generic aspect merge would copy + // `config.env` verbatim, which never carries the env's version (the version lives in the separate + // env-aspect entry that only envStrategy knows to attach). If envStrategy declines (e.g. the + // current env is a workspace component), letting the generic merge run would leak an unversioned + // external env and break the snap with ExternalEnvWithoutVersion. + private handledExtIds: string[] = [BuilderAspect.id, EnvsAspect.id]; private otherLaneIdsStr: string[]; constructor( private compIdStr: string,