Skip to content

Commit b5771db

Browse files
committed
Bump ESLint to ~8.57.0
1 parent b70dd27 commit b5771db

File tree

66 files changed

+767
-595
lines changed

Some content is hidden

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

66 files changed

+767
-595
lines changed

Diff for: build-tests-samples/heft-node-basic-tutorial/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@rushstack/heft-typescript-plugin": "workspace:*",
1919
"@types/heft-jest": "1.0.1",
2020
"@types/node": "18.17.15",
21-
"eslint": "~8.7.0",
21+
"eslint": "~8.57.0",
2222
"typescript": "~5.4.2"
2323
}
2424
}

Diff for: build-tests-samples/heft-node-jest-tutorial/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@rushstack/heft-typescript-plugin": "workspace:*",
1818
"@types/heft-jest": "1.0.1",
1919
"@types/node": "18.17.15",
20-
"eslint": "~8.7.0",
20+
"eslint": "~8.57.0",
2121
"typescript": "~5.4.2"
2222
}
2323
}

Diff for: build-tests-samples/heft-serverless-stack-tutorial/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/node": "18.17.15",
2828
"aws-cdk-lib": "2.80.0",
2929
"constructs": "~10.0.98",
30-
"eslint": "~8.7.0",
30+
"eslint": "~8.57.0",
3131
"typescript": "~5.4.2"
3232
}
3333
}

Diff for: build-tests-samples/heft-storybook-react-tutorial/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/react": "17.0.74",
3434
"@types/webpack-env": "1.18.0",
3535
"css-loader": "~5.2.7",
36-
"eslint": "~8.7.0",
36+
"eslint": "~8.57.0",
3737
"heft-storybook-react-tutorial-storykit": "workspace:*",
3838
"html-webpack-plugin": "~4.5.2",
3939
"source-map-loader": "~1.1.3",

Diff for: build-tests-samples/heft-webpack-basic-tutorial/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/react": "17.0.74",
2727
"@types/webpack-env": "1.18.0",
2828
"css-loader": "~6.6.0",
29-
"eslint": "~8.7.0",
29+
"eslint": "~8.57.0",
3030
"html-webpack-plugin": "~5.5.0",
3131
"source-map-loader": "~3.0.1",
3232
"style-loader": "~3.3.1",

Diff for: build-tests-samples/packlets-tutorial/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@rushstack/heft-lint-plugin": "workspace:*",
1616
"@rushstack/heft-typescript-plugin": "workspace:*",
1717
"@types/node": "18.17.15",
18-
"eslint": "~8.7.0",
18+
"eslint": "~8.57.0",
1919
"typescript": "~5.4.2"
2020
}
2121
}

Diff for: build-tests-subspace/typescript-newest-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@rushstack/eslint-config": "workspace:*",
1414
"@rushstack/heft": "workspace:*",
15-
"eslint": "~8.7.0",
15+
"eslint": "~8.57.0",
1616
"local-node-rig": "workspace:*",
1717
"typescript": "~5.4.2"
1818
},

Diff for: build-tests-subspace/typescript-v4-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@rushstack/heft-typescript-plugin": "workspace:*",
1717
"typescript": "~4.9.5",
1818
"tslint": "~5.20.1",
19-
"eslint": "~8.7.0"
19+
"eslint": "~8.57.0"
2020
},
2121
"dependenciesMeta": {
2222
"@rushstack/eslint-config": {

Diff for: build-tests/eslint-8-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"local-node-rig": "workspace:*",
1515
"@types/node": "18.17.15",
1616
"@typescript-eslint/parser": "~6.19.0",
17-
"eslint": "~8.7.0",
17+
"eslint": "~8.57.0",
1818
"typescript": "~5.4.2"
1919
}
2020
}

Diff for: build-tests/eslint-bulk-suppressions-test/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function tryLoadSuppressions(suppressionsJsonPath) {
2222
}
2323

2424
const RUN_FOLDER_PATHS = ['client', 'server'];
25-
const ESLINT_PACKAGE_NAMES = ['eslint', 'eslint-newest', 'eslint-oldest'];
25+
const ESLINT_PACKAGE_NAMES = ['eslint', 'eslint-8.23', 'eslint-oldest'];
2626

2727
const updateFilePaths = new Set();
2828

Diff for: build-tests/eslint-bulk-suppressions-test/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@rushstack/heft": "workspace:*",
1313
"@rushstack/node-core-library": "workspace:*",
1414
"@typescript-eslint/parser": "~6.19.0",
15-
"eslint": "~8.7.0",
16-
"eslint-newest": "npm:eslint@~8.23.1",
15+
"eslint": "~8.57.0",
16+
"eslint-8.23": "npm:eslint@~8.23.1",
1717
"eslint-oldest": "npm:[email protected]",
1818
"local-node-rig": "workspace:*",
1919
"typescript": "~5.4.2"

Diff for: build-tests/heft-example-plugin-01/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@rushstack/heft-typescript-plugin": "workspace:*",
2121
"@types/node": "18.17.15",
2222
"@types/tapable": "1.0.6",
23-
"eslint": "~8.7.0",
23+
"eslint": "~8.57.0",
2424
"typescript": "~5.4.2"
2525
}
2626
}

Diff for: build-tests/heft-example-plugin-02/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@rushstack/heft-lint-plugin": "workspace:*",
2525
"@rushstack/heft-typescript-plugin": "workspace:*",
2626
"@types/node": "18.17.15",
27-
"eslint": "~8.7.0",
27+
"eslint": "~8.57.0",
2828
"heft-example-plugin-01": "workspace:*",
2929
"typescript": "~5.4.2"
3030
}

Diff for: build-tests/heft-fastify-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@rushstack/heft-typescript-plugin": "workspace:*",
1919
"@types/heft-jest": "1.0.1",
2020
"@types/node": "18.17.15",
21-
"eslint": "~8.7.0",
21+
"eslint": "~8.57.0",
2222
"typescript": "~5.4.2"
2323
},
2424
"dependencies": {

Diff for: build-tests/heft-jest-preset-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@rushstack/heft-lint-plugin": "workspace:*",
1818
"@rushstack/heft-typescript-plugin": "workspace:*",
1919
"@types/heft-jest": "1.0.1",
20-
"eslint": "~8.7.0",
20+
"eslint": "~8.57.0",
2121
"typescript": "~5.4.2"
2222
}
2323
}

Diff for: build-tests/heft-jest-reporters-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@rushstack/heft-lint-plugin": "workspace:*",
2020
"@rushstack/heft-typescript-plugin": "workspace:*",
2121
"@types/heft-jest": "1.0.1",
22-
"eslint": "~8.7.0",
22+
"eslint": "~8.57.0",
2323
"typescript": "~5.4.2"
2424
}
2525
}

Diff for: build-tests/heft-node-everything-esm-module-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@rushstack/heft-typescript-plugin": "workspace:*",
2222
"@types/heft-jest": "1.0.1",
2323
"@types/node": "18.17.15",
24-
"eslint": "~8.7.0",
24+
"eslint": "~8.57.0",
2525
"heft-example-plugin-01": "workspace:*",
2626
"heft-example-plugin-02": "workspace:*",
2727
"tslint": "~5.20.1",

Diff for: build-tests/heft-node-everything-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@rushstack/heft-typescript-plugin": "workspace:*",
2121
"@types/heft-jest": "1.0.1",
2222
"@types/node": "18.17.15",
23-
"eslint": "~8.7.0",
23+
"eslint": "~8.57.0",
2424
"heft-example-plugin-01": "workspace:*",
2525
"heft-example-plugin-02": "workspace:*",
2626
"tslint": "~5.20.1",

Diff for: build-tests/heft-parameter-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@rushstack/heft-lint-plugin": "workspace:*",
1616
"@rushstack/heft-typescript-plugin": "workspace:*",
1717
"@types/node": "18.17.15",
18-
"eslint": "~8.7.0",
18+
"eslint": "~8.57.0",
1919
"typescript": "~5.4.2"
2020
},
2121
"dependencies": {

Diff for: build-tests/heft-sass-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/webpack-env": "1.18.0",
2525
"autoprefixer": "~10.4.2",
2626
"css-loader": "~5.2.7",
27-
"eslint": "~8.7.0",
27+
"eslint": "~8.57.0",
2828
"html-webpack-plugin": "~4.5.2",
2929
"postcss-loader": "~4.1.0",
3030
"postcss": "~8.4.6",

Diff for: build-tests/heft-typescript-composite-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/heft-jest": "1.0.1",
1919
"@types/jest": "29.2.5",
2020
"@types/webpack-env": "1.18.0",
21-
"eslint": "~8.7.0",
21+
"eslint": "~8.57.0",
2222
"tslint": "~5.20.1",
2323
"tslint-microsoft-contrib": "~6.2.0",
2424
"typescript": "~5.4.2"

Diff for: build-tests/heft-typescript-v4-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@rushstack/heft-typescript-plugin": "workspace:*",
2222
"@types/jest": "ts4.9",
2323
"@types/node": "ts4.9",
24-
"eslint": "~8.7.0",
24+
"eslint": "~8.57.0",
2525
"tslint": "~5.20.1",
2626
"tslint-microsoft-contrib": "~6.2.0",
2727
"typescript": "~4.9.5"

Diff for: build-tests/heft-webpack4-everything-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@rushstack/heft-webpack4-plugin": "workspace:*",
2020
"@types/heft-jest": "1.0.1",
2121
"@types/webpack-env": "1.18.0",
22-
"eslint": "~8.7.0",
22+
"eslint": "~8.57.0",
2323
"file-loader": "~6.0.0",
2424
"tslint": "~5.20.1",
2525
"tslint-microsoft-contrib": "~6.2.0",

Diff for: build-tests/heft-webpack5-everything-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@rushstack/webpack5-module-minifier-plugin": "workspace:*",
2424
"@types/heft-jest": "1.0.1",
2525
"@types/webpack-env": "1.18.0",
26-
"eslint": "~8.7.0",
26+
"eslint": "~8.57.0",
2727
"html-webpack-plugin": "~5.5.0",
2828
"source-map-loader": "~3.0.1",
2929
"tslint": "~5.20.1",

Diff for: build-tests/rush-amazon-s3-build-cache-plugin-integration-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@rushstack/rush-amazon-s3-build-cache-plugin": "workspace:*",
1717
"@rushstack/node-core-library": "workspace:*",
1818
"@types/node": "18.17.15",
19-
"eslint": "~8.7.0",
19+
"eslint": "~8.57.0",
2020
"typescript": "~5.4.2",
2121
"http-proxy": "~1.18.1",
2222
"@types/http-proxy": "~1.17.8"

Diff for: build-tests/rush-redis-cobuild-plugin-integration-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@rushstack/terminal": "workspace:*",
1919
"@types/http-proxy": "~1.17.8",
2020
"@types/node": "18.17.15",
21-
"eslint": "~8.7.0",
21+
"eslint": "~8.57.0",
2222
"http-proxy": "~1.18.1",
2323
"typescript": "~5.4.2"
2424
}

Diff for: build-tests/set-webpack-public-path-plugin-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@rushstack/set-webpack-public-path-plugin": "workspace:*",
1818
"@rushstack/webpack5-module-minifier-plugin": "workspace:*",
1919
"@types/webpack-env": "1.18.0",
20-
"eslint": "~8.7.0",
20+
"eslint": "~8.57.0",
2121
"html-webpack-plugin": "~5.5.0",
2222
"typescript": "~5.4.2",
2323
"webpack": "~5.82.1"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/eslint-config",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-config"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/eslint-patch",
5+
"comment": "Bump maximum supported ESLint version for the bulk-suppressions tool to `8.57.0`.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-patch"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/eslint-plugin-packlets",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-plugin-packlets"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/eslint-plugin-security",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-plugin-security"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/eslint-plugin",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-plugin"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/heft-dev-cert-plugin",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-dev-cert-plugin"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/heft-jest-plugin",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-jest-plugin"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/heft-lint-plugin",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-lint-plugin"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/heft-node-rig",
5+
"comment": "Bump ESLint to ~8.57.0.",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-node-rig"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/heft-sass-plugin",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-sass-plugin"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/heft-web-rig",
5+
"comment": "Bump ESLint to ~8.57.0.",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-web-rig"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/package-extractor",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@rushstack/package-extractor"
10+
}

0 commit comments

Comments
 (0)