Skip to content

Commit 79f2434

Browse files
authored
Bump ESLint (#5408)
* Bump decoupled local dependencies. * Bump ESLint. * Bump eslint in decoupled local dependencies. * Rush update. * fixup! Bump ESLint. * fixup! Bump ESLint. * fixup! Rush update.
1 parent 569e2f4 commit 79f2434

File tree

218 files changed

+2463
-1092
lines changed

Some content is hidden

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

218 files changed

+2463
-1092
lines changed

apps/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@rushstack/heft": "workspace:*",
3333
"@types/js-yaml": "4.0.9",
3434
"@types/resolve": "1.20.2",
35-
"eslint": "~9.25.1",
35+
"eslint": "~9.37.0",
3636
"local-node-rig": "workspace:*"
3737
}
3838
}

apps/api-extractor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
"typescript": "5.8.2"
5353
},
5454
"devDependencies": {
55-
"@rushstack/heft": "1.0.0",
55+
"@rushstack/heft": "1.1.0",
5656
"@types/lodash": "4.14.116",
5757
"@types/resolve": "1.20.2",
5858
"@types/semver": "7.5.0",
5959
"decoupled-local-node-rig": "workspace:*",
60-
"eslint": "~9.25.1",
60+
"eslint": "~9.37.0",
6161
"local-eslint-config": "workspace:*"
6262
}
6363
}

apps/cpu-profile-summarizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@rushstack/heft": "workspace:*",
26-
"eslint": "~9.25.1",
26+
"eslint": "~9.37.0",
2727
"local-node-rig": "workspace:*"
2828
}
2929
}

apps/heft/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
},
5050
"devDependencies": {
5151
"@microsoft/api-extractor": "workspace:*",
52-
"@rushstack/heft": "1.0.0",
52+
"@rushstack/heft": "1.1.0",
5353
"@types/watchpack": "2.4.0",
5454
"decoupled-local-node-rig": "workspace:*",
55-
"eslint": "~9.25.1"
55+
"eslint": "~9.37.0"
5656
}
5757
}

apps/lockfile-explorer-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@rushstack/heft": "workspace:*",
2626
"@types/react": "17.0.74",
2727
"@types/react-dom": "17.0.25",
28-
"eslint": "~9.25.1",
28+
"eslint": "~9.37.0",
2929
"local-web-rig": "workspace:*",
3030
"typescript": "5.8.2"
3131
}

apps/lockfile-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/express": "4.17.21",
5454
"@types/js-yaml": "4.0.9",
5555
"@types/update-notifier": "~6.0.1",
56-
"eslint": "~9.25.1",
56+
"eslint": "~9.37.0",
5757
"local-node-rig": "workspace:*",
5858
"@pnpm/lockfile.types": "1002.0.1",
5959
"@pnpm/types": "1000.8.0",

apps/rundown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@rushstack/heft": "workspace:*",
30-
"eslint": "~9.25.1",
30+
"eslint": "~9.37.0",
3131
"local-node-rig": "workspace:*"
3232
}
3333
}

apps/rush-mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@rushstack/heft": "workspace:*",
42-
"eslint": "~9.25.1",
42+
"eslint": "~9.37.0",
4343
"local-node-rig": "workspace:*",
4444
"typescript": "~5.8.2",
4545
"@types/node": "20.17.19"

apps/rush/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@rushstack/heft": "workspace:*",
46-
"eslint": "~9.25.1",
46+
"eslint": "~9.37.0",
4747
"local-node-rig": "workspace:*",
4848
"@rushstack/rush-amazon-s3-build-cache-plugin": "workspace:*",
4949
"@rushstack/rush-azure-storage-build-cache-plugin": "workspace:*",

apps/trace-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@rushstack/heft": "workspace:*",
3030
"@types/resolve": "1.20.2",
3131
"@types/semver": "7.5.0",
32-
"eslint": "~9.25.1",
32+
"eslint": "~9.37.0",
3333
"local-node-rig": "workspace:*"
3434
}
3535
}

0 commit comments

Comments
 (0)