From 8f76594409b384c504a14dcf2b3b669573868128 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:46:05 +0300 Subject: [PATCH] chore(deps): update dependency @taiga-ui/prettier-config to v0.8.1 (#1013) Co-authored-by: taiga-family-bot --- package-lock.json | 15 ++++----------- package.json | 2 +- projects/angular/tsconfig.lib.prod.json | 4 ++-- projects/core/tsconfig.lib.json | 4 ++-- projects/demo-integrations/tsconfig.json | 4 ++-- projects/demo/tsconfig.app.json | 6 +++--- projects/demo/tsconfig.server.json | 6 +++--- projects/kit/tsconfig.lib.json | 4 ++-- projects/phone/tsconfig.lib.json | 4 ++-- projects/react/tsconfig.lib.json | 2 +- projects/vue/tsconfig.lib.json | 4 ++-- tsconfig.build.json | 6 +++--- tsconfig.eslint.json | 4 ++-- tsconfig.json | 8 ++++---- tsconfig.spec.json | 4 ++-- 15 files changed, 35 insertions(+), 42 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14e475851..adfddb74e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@taiga-ui/commitlint-config": "0.5.4", "@taiga-ui/cspell-config": "0.33.1", "@taiga-ui/eslint-plugin-experience": "0.50.2", - "@taiga-ui/prettier-config": "0.8.0", + "@taiga-ui/prettier-config": "0.8.1", "@taiga-ui/stylelint-config": "0.13.2", "@taiga-ui/tsconfig": "0.14.0", "@tinkoff/eslint-config": "2.0.0", @@ -11460,22 +11460,15 @@ } }, "node_modules/@taiga-ui/prettier-config": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/prettier-config/-/prettier-config-0.8.0.tgz", - "integrity": "sha512-xVsGzaShh9YuZLet03JOnv71nX2mdpADe/iqEuo9FiFrOwUnjEJnph1mizSmCfkIhG75tuAGKENDARzHnUQXlw==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@taiga-ui/prettier-config/-/prettier-config-0.8.1.tgz", + "integrity": "sha512-tSIz1dEioYuxxc/Gr2e0U4trOcbmNkLx5T6Y0V9ngJA7aGc1fpbN6heKJiqEa3T3l+2GAui+C4V17RQEzS1gLw==", "dev": true, "dependencies": { "@prettier/plugin-xml": "3.2.2", "prettier-package-json": "2.8.0", "prettier-plugin-organize-attributes": "1.0.0", "sort-package-json": "2.7.0" - }, - "peerDependencies": { - "@prettier/plugin-xml": "3.2.2", - "prettier": "3.2.4", - "prettier-package-json": "2.8.0", - "prettier-plugin-organize-attributes": "1.0.0", - "sort-package-json": "2.7.0" } }, "node_modules/@taiga-ui/stylelint-config": { diff --git a/package.json b/package.json index 30d518df7..6395f1acc 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "@taiga-ui/commitlint-config": "0.5.4", "@taiga-ui/cspell-config": "0.33.1", "@taiga-ui/eslint-plugin-experience": "0.50.2", - "@taiga-ui/prettier-config": "0.8.0", + "@taiga-ui/prettier-config": "0.8.1", "@taiga-ui/stylelint-config": "0.13.2", "@taiga-ui/tsconfig": "0.14.0", "@tinkoff/eslint-config": "2.0.0", diff --git a/projects/angular/tsconfig.lib.prod.json b/projects/angular/tsconfig.lib.prod.json index 85336509c..42d59620e 100644 --- a/projects/angular/tsconfig.lib.prod.json +++ b/projects/angular/tsconfig.lib.prod.json @@ -2,6 +2,6 @@ "extends": "../../tsconfig.build.json", "include": ["**/*"], "compilerOptions": { - "declarationMap": false, - }, + "declarationMap": false + } } diff --git a/projects/core/tsconfig.lib.json b/projects/core/tsconfig.lib.json index 58b4739ce..f87281025 100644 --- a/projects/core/tsconfig.lib.json +++ b/projects/core/tsconfig.lib.json @@ -1,6 +1,6 @@ { "extends": "../../tsconfig.build.json", "compilerOptions": { - "rootDir": ".", - }, + "rootDir": "." + } } diff --git a/projects/demo-integrations/tsconfig.json b/projects/demo-integrations/tsconfig.json index 82efba01c..77a8bb5e5 100644 --- a/projects/demo-integrations/tsconfig.json +++ b/projects/demo-integrations/tsconfig.json @@ -2,8 +2,8 @@ "extends": "../../tsconfig.json", "compilerOptions": { "typeRoots": ["../../node_modules/@types", "../../node_modules/cypress/types"], - "types": ["cypress", "node", "cypress-real-events", "ng-dev-mode"], + "types": ["cypress", "node", "cypress-real-events", "ng-dev-mode"] }, "include": ["cypress.config.ts", "**/*.ts", "**/*.d.ts"], - "exclude": [], + "exclude": [] } diff --git a/projects/demo/tsconfig.app.json b/projects/demo/tsconfig.app.json index c0b713818..6b30c4725 100644 --- a/projects/demo/tsconfig.app.json +++ b/projects/demo/tsconfig.app.json @@ -3,10 +3,10 @@ "compilerOptions": { "outDir": "../out-tsc/app", "target": "ES2022", - "useDefineForClassFields": false, + "useDefineForClassFields": false }, "angularCompilerOptions": { - "compilationMode": "full", + "compilationMode": "full" }, - "files": ["./src/typings.d.ts", "./src/main.browser.ts", "./src/polyfills.ts"], + "files": ["./src/typings.d.ts", "./src/main.browser.ts", "./src/polyfills.ts"] } diff --git a/projects/demo/tsconfig.server.json b/projects/demo/tsconfig.server.json index f7736cc1a..769b4648a 100644 --- a/projects/demo/tsconfig.server.json +++ b/projects/demo/tsconfig.server.json @@ -3,11 +3,11 @@ "compilerOptions": { "outDir": "./dist/out-tsc-server", "target": "es2016", - "types": ["node"], + "types": ["node"] }, "files": ["src/typings.d.ts", "src/main.server.ts", "server.ts"], "angularCompilerOptions": { "entryModule": "./src/app/app.server.module#AppServerModule", - "compilationMode": "full", - }, + "compilationMode": "full" + } } diff --git a/projects/kit/tsconfig.lib.json b/projects/kit/tsconfig.lib.json index 58b4739ce..f87281025 100644 --- a/projects/kit/tsconfig.lib.json +++ b/projects/kit/tsconfig.lib.json @@ -1,6 +1,6 @@ { "extends": "../../tsconfig.build.json", "compilerOptions": { - "rootDir": ".", - }, + "rootDir": "." + } } diff --git a/projects/phone/tsconfig.lib.json b/projects/phone/tsconfig.lib.json index 58b4739ce..f87281025 100644 --- a/projects/phone/tsconfig.lib.json +++ b/projects/phone/tsconfig.lib.json @@ -1,6 +1,6 @@ { "extends": "../../tsconfig.build.json", "compilerOptions": { - "rootDir": ".", - }, + "rootDir": "." + } } diff --git a/projects/react/tsconfig.lib.json b/projects/react/tsconfig.lib.json index 1c31510cd..29cf792e8 100644 --- a/projects/react/tsconfig.lib.json +++ b/projects/react/tsconfig.lib.json @@ -1,4 +1,4 @@ { "extends": "../../tsconfig.build.json", - "files": ["../../node_modules/@nx/react/typings/cssmodule.d.ts", "../../node_modules/@nx/react/typings/image.d.ts"], + "files": ["../../node_modules/@nx/react/typings/cssmodule.d.ts", "../../node_modules/@nx/react/typings/image.d.ts"] } diff --git a/projects/vue/tsconfig.lib.json b/projects/vue/tsconfig.lib.json index 58b4739ce..f87281025 100644 --- a/projects/vue/tsconfig.lib.json +++ b/projects/vue/tsconfig.lib.json @@ -1,6 +1,6 @@ { "extends": "../../tsconfig.build.json", "compilerOptions": { - "rootDir": ".", - }, + "rootDir": "." + } } diff --git a/tsconfig.build.json b/tsconfig.build.json index 75631e980..d70c01a2c 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -5,9 +5,9 @@ "declaration": true, "declarationMap": true, "types": [], - "inlineSources": true, + "inlineSources": true }, "angularCompilerOptions": { - "compilationMode": "partial", - }, + "compilationMode": "partial" + } } diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index 0be41fed7..98088a772 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -3,8 +3,8 @@ "compilerOptions": { "rootDir": ".", "baseUrl": ".", - "strict": false, + "strict": false }, "include": ["projects", "scripts", "jest.config.ts"], - "exclude": ["**/node_modules", "**/schematics/**", "**/.*/", "*.js"], + "exclude": ["**/node_modules", "**/schematics/**", "**/.*/", "*.js"] } diff --git a/tsconfig.json b/tsconfig.json index eb99c359f..d94c99120 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "extends": "@taiga-ui/tsconfig", "exclude": ["projects/demo-integrations", "projects/**/*.spec.ts", "projects/**/*.spec.tsx"], "angularCompilerOptions": { - "strictTemplates": true, + "strictTemplates": true }, "compilerOptions": { "baseUrl": "./", @@ -21,7 +21,7 @@ "@maskito/kit": ["projects/kit/src/index.ts"], "@maskito/phone": ["projects/phone/src/index.ts"], "@maskito/react": ["projects/react/src/index.ts"], - "@maskito/vue": ["projects/vue/src/index.ts"], - }, - }, + "@maskito/vue": ["projects/vue/src/index.ts"] + } + } } diff --git a/tsconfig.spec.json b/tsconfig.spec.json index 445269689..bffbe37cc 100644 --- a/tsconfig.spec.json +++ b/tsconfig.spec.json @@ -3,8 +3,8 @@ "compilerOptions": { "outDir": "./out-tsc/spec", "module": "esnext", - "types": ["jest", "node"], + "types": ["jest", "node"] }, "exclude": ["**/schematics/**/*", "projects/demo-integrations"], - "include": ["**/*.spec.ts", "**/*.d.ts", "**/*.spec.tsx"], + "include": ["**/*.spec.ts", "**/*.d.ts", "**/*.spec.tsx"] }