Skip to content

Commit f471425

Browse files
committed
build(eslint-config-fluid): move back to independent workspace
Reverses the temporary move of eslint-config-fluid into the client release group (PR microsoft#25806). The package is now an independent workspace again at version 9.0.0. - Set version to 9.0.0, removed private flag and typeValidation - Removed from root pnpm-workspace.yaml - Root package.json uses link: protocol with pnpm override + postinstall - Updated 154 client packages from workspace:~ to ~9.0.0 - Re-enabled syncpack version consistency check - Re-enabled taskPack in eslint-config-fluid pipeline - Removed temporary npm-private-packages policy exclusion - Removed eslint-config-fluid path excludes from build-client pipeline
1 parent bfb0830 commit f471425

File tree

162 files changed

+785
-1967
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+785
-1967
lines changed

azure/packages/azure-local-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@biomejs/biome": "~1.9.3",
3535
"@fluidframework/build-common": "^2.0.3",
3636
"@fluidframework/build-tools": "^0.63.0",
37-
"@fluidframework/eslint-config-fluid": "workspace:~",
37+
"@fluidframework/eslint-config-fluid": "~9.0.0",
3838
"eslint": "~9.39.1",
3939
"eslint-config-prettier": "~10.1.8",
4040
"jiti": "^2.6.1",

azure/packages/azure-service-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.81.0",
9999
"@fluidframework/build-common": "^2.0.3",
100100
"@fluidframework/build-tools": "^0.63.0",
101-
"@fluidframework/eslint-config-fluid": "workspace:~",
101+
"@fluidframework/eslint-config-fluid": "~9.0.0",
102102
"@microsoft/api-extractor": "7.52.11",
103103
"@types/jsrsasign": "^10.5.12",
104104
"concurrently": "^9.2.1",

common/build/eslint-config-fluid/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@fluidframework/eslint-config-fluid",
3-
"version": "2.83.0",
4-
"private": true,
3+
"version": "9.0.0",
54
"description": "Shareable ESLint config for the Fluid Framework",
65
"homepage": "https://fluidframework.com",
76
"repository": {
@@ -15,7 +14,6 @@
1514
"scripts": {
1615
"build": "npm run print-configs && npm run prettier",
1716
"build:readme:disabled": "markdown-magic --files \"**/*.md\"",
18-
"clean": "rimraf --glob dist \"**/*.build.log\"",
1917
"format": "npm run prettier:fix",
2018
"prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
2119
"prettier:fix": "prettier --write . --cache --ignore-path ../../../.prettierignore",
@@ -87,8 +85,5 @@
8785
"esbuild",
8886
"unrs-resolver"
8987
]
90-
},
91-
"typeValidation": {
92-
"disabled": true
9388
}
9489
}

examples/apps/blobs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@fluid-tools/build-cli": "^0.63.0",
6666
"@fluidframework/build-common": "^2.0.3",
6767
"@fluidframework/build-tools": "^0.63.0",
68-
"@fluidframework/eslint-config-fluid": "workspace:~",
68+
"@fluidframework/eslint-config-fluid": "~9.0.0",
6969
"@fluidframework/test-tools": "^1.0.195075",
7070
"@types/jest": "29.5.3",
7171
"@types/jest-environment-puppeteer": "workspace:~",

examples/apps/collaborative-textarea/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@fluid-tools/build-cli": "^0.63.0",
6161
"@fluidframework/build-common": "^2.0.3",
6262
"@fluidframework/build-tools": "^0.63.0",
63-
"@fluidframework/eslint-config-fluid": "workspace:~",
63+
"@fluidframework/eslint-config-fluid": "~9.0.0",
6464
"@fluidframework/test-tools": "^1.0.195075",
6565
"@fluidframework/test-utils": "workspace:~",
6666
"@types/jest": "29.5.3",

examples/apps/contact-collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@fluid-tools/build-cli": "^0.63.0",
5353
"@fluidframework/build-common": "^2.0.3",
5454
"@fluidframework/build-tools": "^0.63.0",
55-
"@fluidframework/eslint-config-fluid": "workspace:~",
55+
"@fluidframework/eslint-config-fluid": "~9.0.0",
5656
"@fluidframework/test-tools": "^1.0.195075",
5757
"@types/jest": "29.5.3",
5858
"@types/jest-environment-puppeteer": "workspace:~",

examples/apps/data-object-grid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@fluid-tools/build-cli": "^0.63.0",
6767
"@fluidframework/build-common": "^2.0.3",
6868
"@fluidframework/build-tools": "^0.63.0",
69-
"@fluidframework/eslint-config-fluid": "workspace:~",
69+
"@fluidframework/eslint-config-fluid": "~9.0.0",
7070
"@fluidframework/test-tools": "^1.0.195075",
7171
"@types/jest": "29.5.3",
7272
"@types/jest-environment-puppeteer": "workspace:~",

examples/apps/diceroller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@fluid-tools/build-cli": "^0.63.0",
5454
"@fluidframework/build-common": "^2.0.3",
5555
"@fluidframework/build-tools": "^0.63.0",
56-
"@fluidframework/eslint-config-fluid": "workspace:~",
56+
"@fluidframework/eslint-config-fluid": "~9.0.0",
5757
"@fluidframework/test-tools": "^1.0.195075",
5858
"@types/jest": "29.5.3",
5959
"@types/jest-environment-puppeteer": "workspace:~",

examples/apps/presence-tracker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@fluid-tools/build-cli": "^0.63.0",
6363
"@fluidframework/build-common": "^2.0.3",
6464
"@fluidframework/build-tools": "^0.63.0",
65-
"@fluidframework/eslint-config-fluid": "workspace:~",
65+
"@fluidframework/eslint-config-fluid": "~9.0.0",
6666
"@fluidframework/test-tools": "^1.0.195075",
6767
"@types/jest": "29.5.3",
6868
"@types/jest-environment-puppeteer": "workspace:~",

examples/apps/staging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@fluid-tools/build-cli": "^0.63.0",
6161
"@fluidframework/build-common": "^2.0.3",
6262
"@fluidframework/build-tools": "^0.63.0",
63-
"@fluidframework/eslint-config-fluid": "workspace:~",
63+
"@fluidframework/eslint-config-fluid": "~9.0.0",
6464
"@fluidframework/test-tools": "^1.0.195075",
6565
"@types/jest": "29.5.3",
6666
"@types/jest-environment-puppeteer": "workspace:~",

0 commit comments

Comments
 (0)