Skip to content

Commit

Permalink
Bump ESLint to ~8.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton committed Apr 10, 2024
1 parent b70dd27 commit b5771db
Show file tree
Hide file tree
Showing 66 changed files with 767 additions and 595 deletions.
2 changes: 1 addition & 1 deletion build-tests-samples/heft-node-basic-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@rushstack/heft-typescript-plugin": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"typescript": "~5.4.2"
}
}
2 changes: 1 addition & 1 deletion build-tests-samples/heft-node-jest-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@rushstack/heft-typescript-plugin": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"typescript": "~5.4.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/node": "18.17.15",
"aws-cdk-lib": "2.80.0",
"constructs": "~10.0.98",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"typescript": "~5.4.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/react": "17.0.74",
"@types/webpack-env": "1.18.0",
"css-loader": "~5.2.7",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"heft-storybook-react-tutorial-storykit": "workspace:*",
"html-webpack-plugin": "~4.5.2",
"source-map-loader": "~1.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react": "17.0.74",
"@types/webpack-env": "1.18.0",
"css-loader": "~6.6.0",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"html-webpack-plugin": "~5.5.0",
"source-map-loader": "~3.0.1",
"style-loader": "~3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion build-tests-samples/packlets-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@rushstack/heft-lint-plugin": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@types/node": "18.17.15",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"typescript": "~5.4.2"
}
}
2 changes: 1 addition & 1 deletion build-tests-subspace/typescript-newest-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"local-node-rig": "workspace:*",
"typescript": "~5.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion build-tests-subspace/typescript-v4-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@rushstack/heft-typescript-plugin": "workspace:*",
"typescript": "~4.9.5",
"tslint": "~5.20.1",
"eslint": "~8.7.0"
"eslint": "~8.57.0"
},
"dependenciesMeta": {
"@rushstack/eslint-config": {
Expand Down
2 changes: 1 addition & 1 deletion build-tests/eslint-8-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"local-node-rig": "workspace:*",
"@types/node": "18.17.15",
"@typescript-eslint/parser": "~6.19.0",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"typescript": "~5.4.2"
}
}
2 changes: 1 addition & 1 deletion build-tests/eslint-bulk-suppressions-test/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function tryLoadSuppressions(suppressionsJsonPath) {
}

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

const updateFilePaths = new Set();

Expand Down
4 changes: 2 additions & 2 deletions build-tests/eslint-bulk-suppressions-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@rushstack/heft": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@typescript-eslint/parser": "~6.19.0",
"eslint": "~8.7.0",
"eslint-newest": "npm:eslint@~8.23.1",
"eslint": "~8.57.0",
"eslint-8.23": "npm:eslint@~8.23.1",
"eslint-oldest": "npm:eslint@8.6.0",
"local-node-rig": "workspace:*",
"typescript": "~5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-example-plugin-01/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@rushstack/heft-typescript-plugin": "workspace:*",
"@types/node": "18.17.15",
"@types/tapable": "1.0.6",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"typescript": "~5.4.2"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-example-plugin-02/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@rushstack/heft-lint-plugin": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@types/node": "18.17.15",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"heft-example-plugin-01": "workspace:*",
"typescript": "~5.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-fastify-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@rushstack/heft-typescript-plugin": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"typescript": "~5.4.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-jest-preset-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@rushstack/heft-lint-plugin": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@types/heft-jest": "1.0.1",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"typescript": "~5.4.2"
}
}
2 changes: 1 addition & 1 deletion build-tests/heft-jest-reporters-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@rushstack/heft-lint-plugin": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@types/heft-jest": "1.0.1",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"typescript": "~5.4.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@rushstack/heft-typescript-plugin": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"heft-example-plugin-01": "workspace:*",
"heft-example-plugin-02": "workspace:*",
"tslint": "~5.20.1",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-node-everything-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@rushstack/heft-typescript-plugin": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"heft-example-plugin-01": "workspace:*",
"heft-example-plugin-02": "workspace:*",
"tslint": "~5.20.1",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-parameter-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@rushstack/heft-lint-plugin": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@types/node": "18.17.15",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"typescript": "~5.4.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-sass-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/webpack-env": "1.18.0",
"autoprefixer": "~10.4.2",
"css-loader": "~5.2.7",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"html-webpack-plugin": "~4.5.2",
"postcss-loader": "~4.1.0",
"postcss": "~8.4.6",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-typescript-composite-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/heft-jest": "1.0.1",
"@types/jest": "29.2.5",
"@types/webpack-env": "1.18.0",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-typescript-v4-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@rushstack/heft-typescript-plugin": "workspace:*",
"@types/jest": "ts4.9",
"@types/node": "ts4.9",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-webpack4-everything-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@rushstack/heft-webpack4-plugin": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/webpack-env": "1.18.0",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"file-loader": "~6.0.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-webpack5-everything-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@rushstack/webpack5-module-minifier-plugin": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/webpack-env": "1.18.0",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"html-webpack-plugin": "~5.5.0",
"source-map-loader": "~3.0.1",
"tslint": "~5.20.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@rushstack/rush-amazon-s3-build-cache-plugin": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@types/node": "18.17.15",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"typescript": "~5.4.2",
"http-proxy": "~1.18.1",
"@types/http-proxy": "~1.17.8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@rushstack/terminal": "workspace:*",
"@types/http-proxy": "~1.17.8",
"@types/node": "18.17.15",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"http-proxy": "~1.18.1",
"typescript": "~5.4.2"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@rushstack/set-webpack-public-path-plugin": "workspace:*",
"@rushstack/webpack5-module-minifier-plugin": "workspace:*",
"@types/webpack-env": "1.18.0",
"eslint": "~8.7.0",
"eslint": "~8.57.0",
"html-webpack-plugin": "~5.5.0",
"typescript": "~5.4.2",
"webpack": "~5.82.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/eslint-config",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/eslint-config"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/eslint-patch",
"comment": "Bump maximum supported ESLint version for the bulk-suppressions tool to `8.57.0`.",
"type": "patch"
}
],
"packageName": "@rushstack/eslint-patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/eslint-plugin-packlets",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/eslint-plugin-packlets"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/eslint-plugin-security",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/eslint-plugin-security"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/eslint-plugin",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/eslint-plugin"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/heft-dev-cert-plugin",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/heft-dev-cert-plugin"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/heft-jest-plugin",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/heft-jest-plugin"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/heft-lint-plugin",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/heft-lint-plugin"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/heft-node-rig",
"comment": "Bump ESLint to ~8.57.0.",
"type": "minor"
}
],
"packageName": "@rushstack/heft-node-rig"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/heft-sass-plugin",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/heft-sass-plugin"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/heft-web-rig",
"comment": "Bump ESLint to ~8.57.0.",
"type": "minor"
}
],
"packageName": "@rushstack/heft-web-rig"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/package-extractor",
"comment": "",
"type": "none"
}
],
"packageName": "@rushstack/package-extractor"
}
Loading

0 comments on commit b5771db

Please sign in to comment.