Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/perf-test-react-components/just.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getPerfRegressions } from './tasks/perf-test';
import { preset, task, series } from '@fluentui/scripts';
import { preset, task, series } from '@fluentui/scripts/tasks';

preset();

Expand Down
2 changes: 1 addition & 1 deletion apps/perf-test-react-components/tasks/perf-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from 'path';
import flamegrill, { CookResults, Scenarios, ScenarioConfig, CookResult } from 'flamegrill';
import { scenarioIterations } from '../src/scenarioIterations';
import { scenarioRenderTypes, DefaultRenderTypes } from '../src/scenarioRenderTypes';
import { argv } from '@fluentui/scripts';
import { argv } from '@fluentui/scripts/tasks';

type ScenarioSetting = Record<string, { scenarioName: string; iterations: number; renderType: string }>;

Expand Down
2 changes: 1 addition & 1 deletion apps/perf-test/just.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getPerfRegressions } from './tasks/perf-test';
import { preset, task, series } from '@fluentui/scripts';
import { preset, task, series } from '@fluentui/scripts/tasks';

preset();

Expand Down
2 changes: 1 addition & 1 deletion apps/perf-test/tasks/perf-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from 'path';
import flamegrill, { CookResults, Scenarios, ScenarioConfig, CookResult } from 'flamegrill';
import { scenarioIterations } from '../src/scenarioIterations';
import { scenarioRenderTypes, DefaultRenderTypes } from '../src/scenarioRenderTypes';
import { argv } from '@fluentui/scripts';
import { argv } from '@fluentui/scripts/tasks';

type ScenarioSetting = Record<string, { scenarioName: string; iterations: number; renderType: string }>;
// TODO: consolidate with newer version of fluent perf-test
Expand Down
2 changes: 1 addition & 1 deletion apps/pr-deploy-site/just.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fs from 'fs';
import path from 'path';
import { series, task, copyInstructionsTask, copyInstructions, cleanTask } from '@fluentui/scripts';
import { series, task, copyInstructionsTask, copyInstructions, cleanTask } from '@fluentui/scripts/tasks';
import { findGitRoot, getAllPackageInfo } from '@fluentui/scripts/monorepo/index';

task('clean', cleanTask());
Expand Down
2 changes: 1 addition & 1 deletion apps/public-docsite-resources/just.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { preset, task, series } from '@fluentui/scripts';
import { preset, task, series } from '@fluentui/scripts/tasks';
import { generatePageJsonFiles } from '@fluentui/api-docs';

preset();
Expand Down
2 changes: 1 addition & 1 deletion apps/public-docsite-v9/just.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { preset, task } from '@fluentui/scripts';
import { preset, task } from '@fluentui/scripts/tasks';

preset();

Expand Down
2 changes: 1 addition & 1 deletion apps/public-docsite/just.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { preset } from '@fluentui/scripts';
import { preset } from '@fluentui/scripts/tasks';

preset();
2 changes: 1 addition & 1 deletion apps/react-18-tests-v8/just.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { preset } from '@fluentui/scripts';
import { preset } from '@fluentui/scripts/tasks';

preset();
2 changes: 1 addition & 1 deletion apps/react-18-tests-v9/just.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { preset } from '@fluentui/scripts';
import { preset } from '@fluentui/scripts/tasks';

preset();
2 changes: 1 addition & 1 deletion apps/ssr-tests-v9/just.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { preset } from '@fluentui/scripts';
import { preset } from '@fluentui/scripts/tasks';

preset();
2 changes: 1 addition & 1 deletion apps/ssr-tests/just.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { preset, task, logger, spawn } from '@fluentui/scripts';
import { preset, task, logger, spawn } from '@fluentui/scripts/tasks';

preset();

Expand Down
2 changes: 1 addition & 1 deletion apps/stress-test/just.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { preset } from '@fluentui/scripts';
import { preset } from '@fluentui/scripts/tasks';

preset();
2 changes: 1 addition & 1 deletion apps/test-bundles/just.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { preset, task, resolveCwd } from '@fluentui/scripts';
import { preset, task, resolveCwd } from '@fluentui/scripts/tasks';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - parallel-webpack has no types
import { run } from 'parallel-webpack';
Expand Down
2 changes: 1 addition & 1 deletion apps/theming-designer/just.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { preset } from '@fluentui/scripts';
import { preset } from '@fluentui/scripts/tasks';

preset();
2 changes: 1 addition & 1 deletion apps/ts-minbar-test-react-components/just.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { preset, task } from '@fluentui/scripts';
import { preset, task } from '@fluentui/scripts/tasks';

preset();
task('build', 'build:node-lib').cached!();
2 changes: 1 addition & 1 deletion apps/ts-minbar-test-react/just.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { preset, task } from '@fluentui/scripts';
import { preset, task } from '@fluentui/scripts/tasks';

preset();
task('build', 'build:node-lib').cached!();
2 changes: 1 addition & 1 deletion apps/vr-tests-react-components/just.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { preset } from '@fluentui/scripts';
import { preset } from '@fluentui/scripts/tasks';

preset();
2 changes: 1 addition & 1 deletion apps/vr-tests/just.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { preset, task } from '@fluentui/scripts';
import { preset, task } from '@fluentui/scripts/tasks';

preset();

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/api-docs",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/azure-themes",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/babel-preset-global-context",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/codemods",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/common-styles",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/date-time-utilities",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/dom-utilities",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/example-data",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/fluent2-theme",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/font-icons-mdl2",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/foundation-legacy",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/global-context",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/jest-serializer-merge-styles",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/keyboard-key",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/keyboard-keys",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/merge-styles",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/monaco-editor",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/priority-overflow",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/public-docsite-setup",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/react-accordion",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/react-alert",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/react-aria",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/react-avatar",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/react-badge",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/react-button",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/react-card",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/react-cards",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/react-charting",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/react-checkbox",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/react-combobox",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/react-components",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/react-conformance",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/react-conformance-griffel",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/react-context-selector",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging",
"packageName": "@fluentui/react-date-time",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Loading