Skip to content

Commit f85c24e

Browse files
authored
build(client): add jiti dev dependency for eslint9 (#26009)
The jiti dep is needed for TypeScript config loading in eslint 9. This PR adds the dev dep to all packages in the client release group so that there are fewer changes in the eslint 9 upgrade PR. I did this using the command `pnpm -r add -D jiti`
1 parent 1810c2a commit f85c24e

File tree

167 files changed

+677
-2
lines changed

Some content is hidden

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

167 files changed

+677
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"@fluidframework/eslint-config-fluid": "workspace:~",
3838
"eslint": "~8.57.1",
3939
"eslint-config-prettier": "~10.1.8",
40+
"jiti": "^2.6.1",
4041
"pm2": "^5.4.2",
4142
"rimraf": "^4.4.0"
4243
},

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
"copyfiles": "^2.4.1",
106106
"eslint": "~8.57.1",
107107
"eslint-config-prettier": "~10.1.8",
108+
"jiti": "^2.6.1",
108109
"rimraf": "^4.4.0",
109110
"typescript": "~5.4.5"
110111
},

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"concurrently": "^8.2.1",
5151
"cross-env": "^7.0.3",
5252
"eslint": "~8.57.1",
53+
"jiti": "^2.6.1",
5354
"mocha-multi-reporters": "^1.5.1",
5455
"prettier": "~3.6.2",
5556
"rimraf": "^4.4.0",

common/build/eslint-config-fluid/pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/apps/ai-collab/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"@types/react-dom": "^18.3.0",
5757
"eslint": "~8.57.1",
5858
"fluid-framework": "workspace:~",
59+
"jiti": "^2.6.1",
5960
"mui": "^0.0.1",
6061
"next": "^14.2.27",
6162
"notistack": "^3.0.1",

examples/apps/blobs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"jest-environment-puppeteer": "^10.1.3",
8383
"jest-junit": "^16.0.0",
8484
"jest-puppeteer": "^10.1.3",
85+
"jiti": "^2.6.1",
8586
"prettier": "~3.6.2",
8687
"process": "^0.11.10",
8788
"puppeteer": "^23.6.0",

examples/apps/collaborative-textarea/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"jest-environment-puppeteer": "^10.1.3",
7777
"jest-junit": "^16.0.0",
7878
"jest-puppeteer": "^10.1.3",
79+
"jiti": "^2.6.1",
7980
"process": "^0.11.10",
8081
"puppeteer": "^23.6.0",
8182
"rimraf": "^4.4.0",

examples/apps/contact-collection/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"jest-environment-puppeteer": "^10.1.3",
6868
"jest-junit": "^16.0.0",
6969
"jest-puppeteer": "^10.1.3",
70+
"jiti": "^2.6.1",
7071
"process": "^0.11.10",
7172
"puppeteer": "^23.6.0",
7273
"rimraf": "^4.4.0",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"jest-environment-puppeteer": "^10.1.3",
8787
"jest-junit": "^16.0.0",
8888
"jest-puppeteer": "^10.1.3",
89+
"jiti": "^2.6.1",
8990
"process": "^0.11.10",
9091
"puppeteer": "^23.6.0",
9192
"rimraf": "^4.4.0",

examples/apps/presence-tracker/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"jest-environment-puppeteer": "^10.1.3",
7676
"jest-junit": "^16.0.0",
7777
"jest-puppeteer": "^10.1.3",
78+
"jiti": "^2.6.1",
7879
"puppeteer": "^23.6.0",
7980
"rimraf": "^4.4.0",
8081
"source-map-loader": "^5.0.0",

0 commit comments

Comments
 (0)