Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3.2.5 (#8401)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 7, 2024
1 parent b014518 commit 1aa393c
Show file tree
Hide file tree
Showing 40 changed files with 114 additions and 1,014 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"ncp": "^2.0.0",
"netlify": "^13.1.9",
"nx": "17.3.1",
"prettier": "3.2.4",
"prettier": "3.2.5",
"pretty-format": "^29.6.2",
"raw-loader": "^4.0.2",
"rimraf": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ast-spec/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": false,
"rootDir": ".",
"rootDir": "."
},
"include": ["src", "typings", "tests", "tools", "**/fixtures/**/config.ts"],
"exclude": ["**/fixtures/**/fixture.ts", "**/fixtures/**/fixture.tsx"],
"references": [{ "path": "../typescript-estree/tsconfig.build.json" }],
"references": [{ "path": "../typescript-estree/tsconfig.build.json" }]
}
4 changes: 2 additions & 2 deletions packages/eslint-plugin-internal/tests/fixtures/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"strict": true,
"esModuleInterop": true,
"lib": ["es2015", "es2017", "esnext"],
"experimentalDecorators": true,
"experimentalDecorators": true
},
"include": ["file.ts"],
"include": ["file.ts"]
}
4 changes: 2 additions & 2 deletions packages/eslint-plugin-internal/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"compilerOptions": {
"composite": false,
"target": "ES2022",
"rootDir": ".",
"rootDir": "."
},
"include": ["src", "typings", "tests", "index.d.ts"],
"references": [{ "path": "../utils/tsconfig.build.json" }],
"references": [{ "path": "../utils/tsconfig.build.json" }]
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"module": "commonjs",
"strict": true,
"noUnusedLocals": true,
"noImplicitAny": true,
},
"noImplicitAny": true
}
}
4 changes: 2 additions & 2 deletions packages/eslint-plugin-tslint/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": false,
"rootDir": ".",
"rootDir": "."
},
"include": ["src", "tests"],
"exclude": ["tests/fixtures"],
"references": [{ "path": "../utils/tsconfig.build.json" }],
"references": [{ "path": "../utils/tsconfig.build.json" }]
}
6 changes: 3 additions & 3 deletions packages/eslint-plugin/tests/fixtures/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"strict": true,
"esModuleInterop": true,
"lib": ["es2015", "es2017", "esnext"],
"experimentalDecorators": true,
"experimentalDecorators": true
},
"include": [
"file.ts",
"consistent-type-exports.ts",
"mixed-enums-decl.ts",
"react.tsx",
],
"react.tsx"
]
}
4 changes: 2 additions & 2 deletions packages/eslint-plugin/tests/fixtures/unstrict/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"strict": false,
"esModuleInterop": true,
"lib": ["es2015", "es2017", "esnext"],
"experimentalDecorators": true,
"experimentalDecorators": true
},
"include": ["file.ts", "react.tsx"],
"include": ["file.ts", "react.tsx"]
}
6 changes: 3 additions & 3 deletions packages/eslint-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": false,
"rootDir": ".",
"rootDir": "."
},
"include": ["src", "typings", "tests", "tools", "index.d.ts", "rules.d.ts"],
"references": [
{ "path": "../utils/tsconfig.build.json" },
{ "path": "../parser/tsconfig.build.json" },
{ "path": "../rule-schema-to-typescript-types/tsconfig.build.json" },
{ "path": "../scope-manager/tsconfig.build.json" },
{ "path": "../type-utils/tsconfig.build.json" },
],
{ "path": "../type-utils/tsconfig.build.json" }
]
}
4 changes: 2 additions & 2 deletions packages/integration-tests/fixtures/eslint-v8/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"compilerOptions": {
"strict": true,
},
"strict": true
}
}
4 changes: 2 additions & 2 deletions packages/integration-tests/fixtures/markdown/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"strict": true,
"strict": true
},
"include": [],
"include": []
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"compilerOptions": {
"strict": true,
},
"strict": true
}
}
4 changes: 2 additions & 2 deletions packages/integration-tests/fixtures/vue-jsx/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"strict": true,
"strict": true
},
"include": ["*.vue"],
"include": ["*.vue"]
}
4 changes: 2 additions & 2 deletions packages/integration-tests/fixtures/vue-sfc/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"strict": true,
"strict": true
},
"include": ["*.vue"],
"include": ["*.vue"]
}
4 changes: 2 additions & 2 deletions packages/integration-tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": false,
"rootDir": ".",
"rootDir": "."
},
"include": ["src", "typings", "tests", "jest.config.js", "tools"],
"references": [],
"references": []
}
4 changes: 2 additions & 2 deletions packages/parser/tests/fixtures/services/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"target": "es5",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
},
"esModuleInterop": true
}
}
6 changes: 3 additions & 3 deletions packages/parser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": false,
"rootDir": ".",
"rootDir": "."
},
"include": ["src", "tests", "tools"],
"exclude": ["tests/fixtures"],
"references": [
{ "path": "../scope-manager/tsconfig.build.json" },
{ "path": "../types/tsconfig.build.json" },
{ "path": "../typescript-estree/tsconfig.build.json" },
],
{ "path": "../typescript-estree/tsconfig.build.json" }
]
}
4 changes: 2 additions & 2 deletions packages/repo-tools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"allowImportingTsExtensions": true,
"noEmit": true,
"composite": false,
"rootDir": ".",
"rootDir": "."
},
"include": ["src", "tests", "typings"],
"references": [],
"references": []
}
4 changes: 2 additions & 2 deletions packages/rule-schema-to-typescript-types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": false,
"rootDir": ".",
"rootDir": "."
},
"include": ["src", "tests", "typings"],
"references": [],
"references": []
}
4 changes: 2 additions & 2 deletions packages/rule-tester/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": false,
"rootDir": ".",
"rootDir": "."
},
"include": ["src", "typings", "tests", "tools"],
"include": ["src", "typings", "tests", "tools"]
}
10 changes: 5 additions & 5 deletions packages/scope-manager/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"include": [],
"references": [
{
"path": "./tsconfig.build.json",
"path": "./tsconfig.build.json"
},
{
"path": "./tsconfig.spec.json",
},
"path": "./tsconfig.spec.json"
}
],
"compilerOptions": {
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": false,
},
"noFallthroughCasesInSwitch": false
}
}
4 changes: 2 additions & 2 deletions packages/type-utils/tests/fixtures/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"strict": true,
"esModuleInterop": true,
"lib": ["es2015", "es2017", "esnext"],
"experimentalDecorators": true,
"experimentalDecorators": true
},
"include": ["file.ts"],
"include": ["file.ts"]
}
4 changes: 2 additions & 2 deletions packages/type-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": false,
"rootDir": ".",
"rootDir": "."
},
"include": ["src", "typings", "tests", "tools"],
"references": [{ "path": "../utils/tsconfig.build.json" }],
"references": [{ "path": "../utils/tsconfig.build.json" }]
}
4 changes: 2 additions & 2 deletions packages/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": false,
"rootDir": ".",
"rootDir": "."
},
"include": ["src", "typings", "tests", "tools"],
"references": [],
"references": []
}
4 changes: 2 additions & 2 deletions packages/typescript-eslint/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": false,
"rootDir": ".",
"rootDir": "."
},
"include": ["src", "tests", "tools"],
"exclude": ["tests/fixtures"],
"references": [{ "path": "../parser/tsconfig.build.json" }],
"references": [{ "path": "../parser/tsconfig.build.json" }]
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"compilerOptions": {
"allowJs": true,
"allowJs": true
},
"include": [
"ts/included01.ts",
"ts/included02.tsx",
"js/included01.js",
"js/included02.jsx",
"other/included.vue",
],
"other/included.vue"
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"include": ["./file.ts", "./something.ts"],
"include": ["./file.ts", "./something.ts"]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"include": ["./file.ts"],
"include": ["./file.ts"]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"include": ["./file.ts"],
"include": ["./file.ts"]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"include": ["."],
"include": ["."]
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"target": "es5" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */,
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
"strict": true /* Enable all strict type-checking options. */,
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
},
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"target": "es5",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
},
"esModuleInterop": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"compilerOptions": {
"skipLibCheck": true,
"strict": true,
"target": "ES2022",
},
"target": "ES2022"
}
}
6 changes: 3 additions & 3 deletions packages/typescript-estree/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": false,
"rootDir": ".",
"rootDir": "."
},
"include": ["src", "typings", "tests", "tools"],
"exclude": ["tests/fixtures/**/*"],
"references": [
{ "path": "../types/tsconfig.build.json" },
{ "path": "../visitor-keys/tsconfig.build.json" },
],
{ "path": "../visitor-keys/tsconfig.build.json" }
]
}
6 changes: 3 additions & 3 deletions packages/utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": false,
"rootDir": ".",
"rootDir": "."
},
"include": ["src", "typings", "tests", "tools"],
"references": [
{ "path": "../scope-manager/tsconfig.build.json" },
{ "path": "../types/tsconfig.build.json" },
{ "path": "../typescript-estree/tsconfig.build.json" },
],
{ "path": "../typescript-estree/tsconfig.build.json" }
]
}
4 changes: 2 additions & 2 deletions packages/visitor-keys/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": false,
"rootDir": ".",
"rootDir": "."
},
"include": ["src", "typings", "tests", "tools"],
"include": ["src", "typings", "tests", "tools"]
}
Loading

0 comments on commit 1aa393c

Please sign in to comment.