Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
6a37365
build(client): bump eslint-config-fluid to v7
tylerbutler Oct 14, 2025
18779ad
syncpack
tylerbutler Oct 14, 2025
f2342b2
wip
tylerbutler Oct 14, 2025
fe3992d
Merge branch 'main' into eslint-import-upgrade-client
tylerbutler Oct 14, 2025
8540b66
lockfile
tylerbutler Oct 14, 2025
0bc8b4f
tilde deps for eslint packages
tylerbutler Oct 14, 2025
f381626
bump to v7 of the config
tylerbutler Oct 15, 2025
634509c
fixes
tylerbutler Oct 15, 2025
dd7e4bb
bump to v8
tylerbutler Oct 15, 2025
8b053e1
update all import disables to import-x
tylerbutler Oct 15, 2025
643548e
Merge branch 'main' into eslint-import-upgrade-client-v8
tylerbutler Oct 30, 2025
fd30602
lockfile
tylerbutler Oct 30, 2025
64b8fd7
for at
tylerbutler Oct 30, 2025
e68d8db
updates
tylerbutler Oct 30, 2025
6b9a6f5
Merge branch 'main' into eslint-import-upgrade-client-v8
tylerbutler Oct 30, 2025
21e6094
config
tylerbutler Oct 30, 2025
d8e5041
caret
tylerbutler Oct 30, 2025
9e7aead
revert
tylerbutler Oct 30, 2025
9ce00bd
disables
tylerbutler Oct 30, 2025
cad0a1f
disables
tylerbutler Oct 30, 2025
4de3d03
update lint config
tylerbutler Oct 31, 2025
800d2a3
Merge branch 'main' into eslint-import-upgrade-client-v8
tylerbutler Oct 31, 2025
ff2e63d
fixes
tylerbutler Oct 31, 2025
77c6e37
updates
tylerbutler Oct 31, 2025
e30d049
config fixes
tylerbutler Oct 31, 2025
3fa6635
settings
tylerbutler Oct 31, 2025
8f9b530
config
tylerbutler Oct 31, 2025
d73c12e
fix(eslint): update import-x order config and fix import ordering
tylerbutler Oct 31, 2025
185dd12
import ordering fixes
tylerbutler Oct 31, 2025
5de19b3
config
tylerbutler Nov 1, 2025
f6aed49
reverts
tylerbutler Nov 1, 2025
386fce6
order
tylerbutler Nov 1, 2025
00c38af
import -> import-x
tylerbutler Nov 1, 2025
932acaa
lint disables
tylerbutler Nov 1, 2025
60f7f50
Merge branch 'main' into eslint-import-upgrade-client-v8
tylerbutler Nov 1, 2025
78216b2
use workspace deps
tylerbutler Nov 1, 2025
053873e
root fixes
tylerbutler Nov 1, 2025
c2fa3e7
fix config
tylerbutler Nov 1, 2025
8b0957d
fix feeds
tylerbutler Nov 1, 2025
b86f27a
fix version of config in client
tylerbutler Nov 2, 2025
936dc5c
packages gen
tylerbutler Nov 2, 2025
98c0ff5
revert some tree changes
tylerbutler Nov 2, 2025
28611d6
fix merge issue
tylerbutler Nov 2, 2025
e85c181
restore
tylerbutler Nov 2, 2025
591fa1c
deps
tylerbutler Nov 3, 2025
f43b777
lint
tylerbutler Nov 3, 2025
eb8a381
Merge branch 'main' into eslint-import-upgrade-client-v8
tylerbutler Nov 3, 2025
1ec0b80
lockfile
tylerbutler Nov 3, 2025
30e5441
revert of workspace changes
tylerbutler Nov 3, 2025
1420ef4
lockfile
tylerbutler Nov 3, 2025
6b36c09
empty
tylerbutler Nov 4, 2025
d1b4979
Merge branch 'main' into eslint-import-upgrade-client-v8
tylerbutler Nov 4, 2025
5e5efba
lockfile
tylerbutler Nov 4, 2025
3b8735c
Merge branch 'main' into eslint-import-upgrade-client-v8
tylerbutler Nov 5, 2025
bfe508e
feedback
tylerbutler Nov 5, 2025
50004ce
cleanup
tylerbutler Nov 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion azure/packages/azure-local-service/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
* Licensed under the MIT License.
*/

// eslint-disable-next-line import/no-unassigned-import
// eslint-disable-next-line import-x/no-unassigned-import
import "tinylicious";
2 changes: 1 addition & 1 deletion azure/packages/azure-local-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"eslint": "~8.57.1",
"eslint-config-prettier": "~10.1.8",
"pm2": "^5.4.2",
Expand Down
2 changes: 1 addition & 1 deletion azure/packages/azure-service-utils/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
project: ["./tsconfig.json", "./src/test/tsconfig.json"],
},
rules: {
"import/no-unassigned-import": "off",
"import-x/no-unassigned-import": "off",
"@typescript-eslint/strict-boolean-expressions": "off",

// Useful for developer accessibility
Expand Down
2 changes: 1 addition & 1 deletion azure/packages/azure-service-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.71.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"@microsoft/api-extractor": "7.52.11",
"@types/jsrsasign": "^10.5.12",
"concurrently": "^8.2.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/.eslintrc.data.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ const lintConfig = {
rules: {
/**
* Allow Fluid Framework examples to import from unstable and legacy APIs.
* https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-internal-modules.md
* https://github.com/import-js/eslint-plugin-import-x/blob/main/docs/rules/no-internal-modules.md
*/
"import/no-internal-modules": [
"import-x/no-internal-modules": [
"error",
{
allow: importInternalModulesAllowed,
Expand All @@ -53,7 +53,7 @@ const lintConfig = {
{
files: ["*.spec.ts", "src/test/**", "tests/**"],
rules: {
"import/no-internal-modules": [
"import-x/no-internal-modules": [
"error",
{
allow: importInternalModulesAllowedForTest,
Expand Down
9 changes: 6 additions & 3 deletions examples/apps/ai-collab/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
project: ["./tsconfig.json"],
},
rules: {
"import/no-internal-modules": [
"import-x/no-internal-modules": [
"error",
{
allow: [
Expand All @@ -39,15 +39,18 @@ module.exports = {
],
// This is an example/test app; all its dependencies are dev dependencies so as not to pollute the lockfile
// with prod dependencies that aren't actually shipped. So don't complain when importing from dev dependencies.
"import/no-extraneous-dependencies": ["error", { devDependencies: true }],
"import-x/no-extraneous-dependencies": ["error", { devDependencies: true }],
},
overrides: [
{
// Rules only for test files
files: ["src/actions/task.ts"],
rules: {
// This file runs on server side
"import/no-nodejs-modules": ["error", { allow: ["node:fs", "node:path", "node:url"] }],
"import-x/no-nodejs-modules": [
"error",
{ allow: ["node:fs", "node:path", "node:url"] },
],
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/ai-collab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/devtools": "workspace:~",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"@fluidframework/odsp-client": "workspace:~",
"@fluidframework/presence": "workspace:~",
"@fluidframework/tinylicious-client": "workspace:~",
Expand Down
4 changes: 2 additions & 2 deletions examples/apps/ai-collab/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Inter } from "next/font/google";
import Image from "next/image";
import { SnackbarProvider } from "notistack";

import bgImg from "/public/msft-bg.webp"; // eslint-disable-line import/no-unresolved
import bgImg from "/public/msft-bg.webp"; // eslint-disable-line import-x/no-unresolved

import React from "react";

Expand All @@ -20,7 +20,7 @@ const inter = Inter({ subsets: ["latin"] });
* A root page layout used with NextJS.
* Note that because this layout includes the base <html> and <body> tags, it should only be used once per page.
*/
// eslint-disable-next-line import/no-default-export -- NextJS uses default exports
// eslint-disable-next-line import-x/no-default-export -- NextJS uses default exports
export default function RootLayout({
children,
}: Readonly<{
Expand Down
6 changes: 3 additions & 3 deletions examples/apps/ai-collab/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ import { useFluidContainerNextJs } from "@/useFluidContainerNextjs";
import { useSharedTreeRerender } from "@/useSharedTreeRerender";

// Uncomment the import line that corresponds to the server you want to use
// import { createContainer, loadContainer, postAttach, containerIdFromUrl } from "./spe"; // eslint-disable-line import/order
import { createContainer, loadContainer, postAttach, containerIdFromUrl } from "./tinylicious"; // eslint-disable-line import/order
// import { createContainer, loadContainer, postAttach, containerIdFromUrl } from "./spe"; // eslint-disable-line import-x/order
import { createContainer, loadContainer, postAttach, containerIdFromUrl } from "./tinylicious"; // eslint-disable-line import-x/order

export async function createAndInitializeContainer(): Promise<
IFluidContainer<typeof CONTAINER_SCHEMA>
Expand All @@ -47,7 +47,7 @@ export async function createAndInitializeContainer(): Promise<
return container;
}

// eslint-disable-next-line import/no-default-export -- NextJS uses default exports
// eslint-disable-next-line import-x/no-default-export -- NextJS uses default exports
export default function TasksListPage(): JSX.Element {
const [selectedTaskGroup, setSelectedTaskGroup] = useState<SharedTreeTaskGroup>();
const [treeView, setTreeView] = useState<TreeView<typeof SharedTreeAppState>>();
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/ai-collab/src/infra/graphHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { Client } from "@microsoft/microsoft-graph-client";
import {
AuthCodeMSALBrowserAuthenticationProvider,
type AuthCodeMSALBrowserAuthenticationProviderOptions,
// eslint-disable-next-line import/no-internal-modules -- Not exported in the public API; docs use this pattern.
// eslint-disable-next-line import-x/no-internal-modules -- Not exported in the public API; docs use this pattern.
} from "@microsoft/microsoft-graph-client/authProviders/authCodeMsalBrowser";
import type { Site } from "@microsoft/microsoft-graph-types";

Expand Down
2 changes: 1 addition & 1 deletion examples/apps/blobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/blobs/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
loadExistingContainer,
} from "@fluidframework/container-loader/legacy";
import { createElement } from "react";
// eslint-disable-next-line import/no-internal-modules
// eslint-disable-next-line import-x/no-internal-modules
import { createRoot } from "react-dom/client";

import {
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/blobs/tests/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
createDetachedContainer,
loadExistingContainer,
} from "@fluidframework/container-loader/legacy";
// eslint-disable-next-line import/no-internal-modules -- #26987: `local-driver` internal LocalSessionStorageDbFactory used in examples
// eslint-disable-next-line import-x/no-internal-modules -- #26987: `local-driver` internal LocalSessionStorageDbFactory used in examples
import { LocalSessionStorageDbFactory } from "@fluidframework/local-driver/internal";
import {
LocalDocumentServiceFactory,
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/collaborative-textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"@fluidframework/test-tools": "^1.0.195075",
"@fluidframework/test-utils": "workspace:~",
"@types/jest": "29.5.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/contact-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/data-object-grid/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ module.exports = {
rules: {
"@typescript-eslint/strict-boolean-expressions": "off", // Doing undefined checks is nice
"@typescript-eslint/unbound-method": "off", // Used to do binding for react methods
"import/no-unassigned-import": "off", // required for dynamically importing css files for react-grid-layout
"import-x/no-unassigned-import": "off", // required for dynamically importing css files for react-grid-layout
},
};
2 changes: 1 addition & 1 deletion examples/apps/data-object-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/data-object-grid/src/dataObjectGridView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
} from "./dataObjectRegistry.js";
import { DataObjectGridToolbar } from "./toolbar.js";

// eslint-disable-next-line import/no-internal-modules
// eslint-disable-next-line import-x/no-internal-modules
import "react-grid-layout/css/styles.css";
import "./dataObjectGridView.css";

Expand Down
2 changes: 1 addition & 1 deletion examples/apps/presence-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
8 changes: 4 additions & 4 deletions examples/apps/presence-tracker/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

import {
getPresence,
// eslint-disable-next-line import/no-deprecated
// eslint-disable-next-line import-x/no-deprecated
getPresenceViaDataObject,
// eslint-disable-next-line import/no-deprecated
// eslint-disable-next-line import-x/no-deprecated
ExperimentalPresenceManager,
} from "@fluidframework/presence/alpha";
import { TinyliciousClient } from "@fluidframework/tinylicious-client";
Expand All @@ -27,7 +27,7 @@ import { renderControlPanel, renderFocusPresence, renderMousePresence } from "./
const containerSchema = {
initialObjects: {
// Optional Presence Manager object placed within container schema for experimental presence access
// eslint-disable-next-line import/no-deprecated
// eslint-disable-next-line import-x/no-deprecated
presence: ExperimentalPresenceManager,
},
} satisfies ContainerSchema;
Expand Down Expand Up @@ -66,7 +66,7 @@ async function start() {
const useDataObject = new URLSearchParams(location.search).has("useDataObject");
const presence = useDataObject
? // Retrieve a reference to the presence APIs via the data object.
// eslint-disable-next-line import/no-deprecated
// eslint-disable-next-line import-x/no-deprecated
getPresenceViaDataObject(container.initialObjects.presence)
: getPresence(container);

Expand Down
2 changes: 1 addition & 1 deletion examples/apps/staging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/staging/src/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
createTinyliciousTestCreateNewRequest,
} from "@fluidframework/tinylicious-driver/test-utils";
import { createElement } from "react";
// eslint-disable-next-line import/no-internal-modules
// eslint-disable-next-line import-x/no-internal-modules
import { createRoot } from "react-dom/client";

import {
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/staging/tests/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
createDetachedContainer,
loadExistingContainer,
} from "@fluidframework/container-loader/legacy";
// eslint-disable-next-line import/no-internal-modules -- #26987: `local-driver` internal LocalSessionStorageDbFactory used in examples
// eslint-disable-next-line import-x/no-internal-modules -- #26987: `local-driver` internal LocalSessionStorageDbFactory used in examples
import { LocalSessionStorageDbFactory } from "@fluidframework/local-driver/internal";
import {
LocalDocumentServiceFactory,
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/task-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/tree-cli-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"@types/mocha": "^10.0.10",
"@types/node": "^18.19.0",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/tree-cli-app/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// This is a node powered CLI application, so using node makes sense:
/* eslint-disable unicorn/no-process-exit */
/* eslint-disable import/no-nodejs-modules */
/* eslint-disable import-x/no-nodejs-modules */

import { readFileSync, writeFileSync } from "node:fs";

Expand Down
2 changes: 1 addition & 1 deletion examples/apps/tree-comparison/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/bubblebench/baseline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/bubblebench/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"eslint": "~8.57.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/bubblebench/ot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmarks/bubblebench/shared-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ module.exports = {
extends: [require.resolve("@fluidframework/eslint-config-fluid/minimal-deprecated")],
rules: {
"@typescript-eslint/strict-boolean-expressions": "off",
"import/no-extraneous-dependencies": "off",
"import-x/no-extraneous-dependencies": "off",
},
};
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/eslint-config-fluid": "^8.1.0",
"@types/express": "^4.17.21",
"@types/fs-extra": "^9.0.11",
"@types/node": "^18.19.0",
Expand Down
Loading
Loading