feat(linter): update eslint to next minor version (#20351)

This commit is contained in:
Katerina Skroumpelou 2023-11-22 15:01:19 +02:00 committed by GitHub
parent 3a9c8e8b34
commit 0b4c2daf64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 198 additions and 283 deletions

View File

@ -46,7 +46,7 @@
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.22.6",
"@eslint/eslintrc": "^2.1.1",
"@eslint/js": "^8.46.0",
"@eslint/js": "^8.48.0",
"@floating-ui/react": "0.19.2",
"@jest/reporters": "^29.4.1",
"@jest/test-result": "^29.4.1",
@ -163,7 +163,7 @@
"ejs": "^3.1.7",
"enhanced-resolve": "^5.8.3",
"esbuild": "0.19.5",
"eslint": "8.46.0",
"eslint": "~8.48.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.14.0",

View File

@ -101,6 +101,14 @@
"version": "^6.9.1"
}
}
},
"17.2.0": {
"version": "17.2.0-beta.2",
"packages": {
"eslint": {
"version": "~8.48.0"
}
}
}
}
}

View File

@ -1,6 +1,6 @@
export const nxVersion = require('../../package.json').version;
export const eslintVersion = '~8.46.0';
export const eslintVersion = '~8.48.0';
export const eslintrcVersion = '^2.1.1';
export const eslintConfigPrettierVersion = '^9.0.0';
export const typescriptESLintVersion = '^6.9.1';

View File

@ -107,7 +107,7 @@ exports[`lib should add vue, vite and vitest to package.json 1`] = `
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"eslint": "~8.46.0",
"eslint": "~8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.16.1",
"jsdom": "~22.1.0",

465
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff