From a0325fae8bd4ddd0d03dabe563f83e29dcf5dbdc Mon Sep 17 00:00:00 2001 From: taiga-family-bot Date: Tue, 5 Dec 2023 08:43:24 +0000 Subject: [PATCH] chore: apply changes after linting [bot] --- package.json | 384 +++++++++++++++++++++++++-------------------------- 1 file changed, 192 insertions(+), 192 deletions(-) diff --git a/package.json b/package.json index 3e2d25e08101..05d0d4f471d7 100644 --- a/package.json +++ b/package.json @@ -1,199 +1,199 @@ { - "name": "@taiga-ui/components", - "version": "3.57.0", - "description": "Taiga UI by Tinkoff is a set of components, services, directives and other tools to build high quality UI using modern Angular framework", - "keywords": [ - "angular", - "kit", - "ui", - "component-library", - "component", - "service", - "directive" - ], - "homepage": "https://github.com/taiga-family/taiga-ui", - "repository": "https://github.com/taiga-family/taiga-ui", - "license": "Apache-2.0", - "maintainers": [ - "Alex Inkin ", - "Roman Sedov <79601794011@ya.ru>", - "Maksim Ivanov ", - "Vladimir Potekhin ", - "Nikita Barsukov " - ], - "workspaces": [ - "projects/*" - ], - "scripts": { - "postinstall": "npx husky install && npx ngcc --async", - "start": "nx serve demo", - "start:fast": "nx serve demo -c fast", - "start:default": "nx serve demo -c def", - "start:coalescing": "nx serve demo -c coalescing", - "start:shadow": "nx serve demo -c shadow", - "start:host": "nx serve demo --open --host 0.0.0.0 --disable-host-check", - "build:ssr": "nx build demo && nx run demo:server:production", - "prerender": "nx run demo:prerender", - "test": "nx run-many --target test --all --output-style=stream --parallel=1", - "test:e2e": "nx e2e-ui demo-cypress", - "*** Workflow ***": "", - "stylelint": "stylelint '**/*.{less,css}' --config package.json", - "lint": "eslint .", - "cspell": "cspell --relative --dot --gitignore .", - "prettier": "prettier !package-lock.json . --ignore-path .gitignore", - "typecheck": "tsc --noEmit --strict --incremental false --tsBuildInfoFile null --project tsconfig.spec.json", - "*** Build **": "", - "build:demo": "nx build demo", - "build:demo:next": "nx build demo -c next", - "*** Release ***": "", - "release": "standard-version -a --no-verify", - "release:patch": "ts-node ./scripts/release.ts --release-as patch", - "release:minor": "ts-node ./scripts/release.ts --release-as minor", - "release:major": "ts-node ./scripts/release.ts --release-as major", - "*** CI ***": "", - "affected:test:libs": "nx affected --target test --exclude=demo --output-style=stream", - "affected:build:libs": "nx affected --target build --exclude=demo --output-style=stream", - "run-many:build:libs": "nx run-many --target build --all --exclude=demo --output-style=stream", - "run-many:publish:libs": "nx run-many --target publish --all --output-style=stream" - }, - "commitlint": { - "extends": [ - "@taiga-ui/commitlint-config" - ] - }, - "lint-staged": { - "*.less": [ - "stylelint --fix" + "name": "@taiga-ui/components", + "version": "3.57.0", + "description": "Taiga UI by Tinkoff is a set of components, services, directives and other tools to build high quality UI using modern Angular framework", + "keywords": [ + "angular", + "kit", + "ui", + "component-library", + "component", + "service", + "directive" ], - "*.{js,ts,html}": [ - "eslint --fix", - "prettier --write" + "homepage": "https://github.com/taiga-family/taiga-ui", + "repository": "https://github.com/taiga-family/taiga-ui", + "license": "Apache-2.0", + "maintainers": [ + "Alex Inkin ", + "Roman Sedov <79601794011@ya.ru>", + "Maksim Ivanov ", + "Vladimir Potekhin ", + "Nikita Barsukov " ], - "*.{svg,yml,md,less,json}": [ - "prettier --write" - ] - }, - "browserslist": [ - "extends @taiga-ui/browserslist-config" - ], - "prettier": "@taiga-ui/prettier-config", - "eslintConfig": { - "extends": [ - "plugin:@taiga-ui/experience/all", - "plugin:@taiga-ui/experience/taiga-naming" + "workspaces": [ + "projects/*" ], - "root": true - }, - "stylelint": { - "extends": [ - "@taiga-ui/stylelint-config/taiga" - ], - "ignoreFiles": [ - "**/demo/**", - "**/dist/**", - "**/coverage/**", - "**/node_modules/**" - ] - }, - "dependencies": { - "@angular/animations": "12.2.17", - "@angular/cdk": "12.2.13", - "@angular/common": "12.2.17", - "@angular/compiler": "12.2.17", - "@angular/core": "12.2.17", - "@angular/forms": "12.2.17", - "@angular/localize": "12.2.17", - "@angular/platform-browser": "12.2.17", - "@angular/platform-browser-dynamic": "12.2.17", - "@angular/platform-server": "12.2.17", - "@angular/router": "12.2.17", - "core-js": "2.6.12", - "parse5": "6.0.1", - "rxjs": "6.6.7", - "zone.js": "0.11.8" - }, - "devDependencies": { - "@angular-builders/custom-webpack": "12.1.3", - "@angular-devkit/build-angular": "12.2.18", - "@angular-devkit/core": "12.2.18", - "@angular/cli": "12.2.18", - "@angular/compiler-cli": "12.2.17", - "@angular/language-service": "12.2.17", - "@commitlint/cli": "18.4.3", - "@nx/jest": "17.1.3", - "@nx/node": "17.1.3", - "@nx/workspace": "17.1.3", - "@playwright/test": "1.40.1", - "@taiga-ui/browserslist-config": "0.4.0", - "@taiga-ui/commitlint-config": "0.4.2", - "@taiga-ui/cspell-config": "0.24.0", - "@taiga-ui/eslint-plugin-experience": "0.39.4", - "@taiga-ui/prettier-config": "0.6.0", - "@taiga-ui/stylelint-config": "0.10.1", - "@taiga-ui/tsconfig": "0.9.0", - "@testing-library/cypress": "10.0.1", - "@tinkoff/ng-event-plugins": "3.1.0", - "@tinkoff/tui-editor": "1.8.4", - "@types/glob": "8.1.0", - "@types/node": "20.10.3", - "@types/parse5": "6.0.3", - "@types/webpack-env": "1.18.4", - "angular-http-server": "1.12.0", - "babel-loader": "9.1.3", - "cpy-cli": "5.0.0", - "cspell": "8.1.1", - "cypress": "13.6.0", - "cypress-real-events": "1.11.0", - "eslint": "8.55.0", - "find-in-files": "0.5.0", - "http-server": "14.1.1", - "husky": "8.0.3", - "kill-port": "2.0.1", - "lint-staged": "15.2.0", - "ng-packagr": "12.2.7", - "nx": "17.1.3", - "prettier": "3.1.0", - "rollup": "4.6.1", - "standard-version": "9.5.0", - "stylelint": "15.11.0", - "ts-loader": "9.5.1", - "ts-mockito": "2.6.1", - "ts-node": "10.9.1", - "typescript": "4.3.5", - "wait-on": "7.2.0", - "webpack": "5.89.0" - }, - "engines": { - "node": ">= 16.14", - "npm": ">= 8.3", - "yarn": "Please use npm instead of yarn to install dependencies" - }, - "authors": [ - "Alex Inkin ", - "Roman Sedov <79601794011@ya.ru>" - ], - "overrides": { - "webpack": "$webpack", - "babel-loader": "$babel-loader" - }, - "standard-version": { "scripts": { - "postchangelog": "ts-node ./scripts/postchangelog.ts", - "postbump": "ts-node ./scripts/postbump.ts" + "postinstall": "npx husky install && npx ngcc --async", + "start": "nx serve demo", + "start:fast": "nx serve demo -c fast", + "start:default": "nx serve demo -c def", + "start:coalescing": "nx serve demo -c coalescing", + "start:shadow": "nx serve demo -c shadow", + "start:host": "nx serve demo --open --host 0.0.0.0 --disable-host-check", + "build:ssr": "nx build demo && nx run demo:server:production", + "prerender": "nx run demo:prerender", + "test": "nx run-many --target test --all --output-style=stream --parallel=1", + "test:e2e": "nx e2e-ui demo-cypress", + "*** Workflow ***": "", + "stylelint": "stylelint '**/*.{less,css}' --config package.json", + "lint": "eslint .", + "cspell": "cspell --relative --dot --gitignore .", + "prettier": "prettier !package-lock.json . --ignore-path .gitignore", + "typecheck": "tsc --noEmit --strict --incremental false --tsBuildInfoFile null --project tsconfig.spec.json", + "*** Build **": "", + "build:demo": "nx build demo", + "build:demo:next": "nx build demo -c next", + "*** Release ***": "", + "release": "standard-version -a --no-verify", + "release:patch": "ts-node ./scripts/release.ts --release-as patch", + "release:minor": "ts-node ./scripts/release.ts --release-as minor", + "release:major": "ts-node ./scripts/release.ts --release-as major", + "*** CI ***": "", + "affected:test:libs": "nx affected --target test --exclude=demo --output-style=stream", + "affected:build:libs": "nx affected --target build --exclude=demo --output-style=stream", + "run-many:build:libs": "nx run-many --target build --all --exclude=demo --output-style=stream", + "run-many:publish:libs": "nx run-many --target publish --all --output-style=stream" + }, + "commitlint": { + "extends": [ + "@taiga-ui/commitlint-config" + ] + }, + "lint-staged": { + "*.less": [ + "stylelint --fix" + ], + "*.{js,ts,html}": [ + "eslint --fix", + "prettier --write" + ], + "*.{svg,yml,md,less,json}": [ + "prettier --write" + ] + }, + "browserslist": [ + "extends @taiga-ui/browserslist-config" + ], + "prettier": "@taiga-ui/prettier-config", + "eslintConfig": { + "extends": [ + "plugin:@taiga-ui/experience/all", + "plugin:@taiga-ui/experience/taiga-naming" + ], + "root": true + }, + "stylelint": { + "extends": [ + "@taiga-ui/stylelint-config/taiga" + ], + "ignoreFiles": [ + "**/demo/**", + "**/dist/**", + "**/coverage/**", + "**/node_modules/**" + ] + }, + "dependencies": { + "@angular/animations": "12.2.17", + "@angular/cdk": "12.2.13", + "@angular/common": "12.2.17", + "@angular/compiler": "12.2.17", + "@angular/core": "12.2.17", + "@angular/forms": "12.2.17", + "@angular/localize": "12.2.17", + "@angular/platform-browser": "12.2.17", + "@angular/platform-browser-dynamic": "12.2.17", + "@angular/platform-server": "12.2.17", + "@angular/router": "12.2.17", + "core-js": "2.6.12", + "parse5": "6.0.1", + "rxjs": "6.6.7", + "zone.js": "0.11.8" + }, + "devDependencies": { + "@angular-builders/custom-webpack": "12.1.3", + "@angular-devkit/build-angular": "12.2.18", + "@angular-devkit/core": "12.2.18", + "@angular/cli": "12.2.18", + "@angular/compiler-cli": "12.2.17", + "@angular/language-service": "12.2.17", + "@commitlint/cli": "18.4.3", + "@nx/jest": "17.1.3", + "@nx/node": "17.1.3", + "@nx/workspace": "17.1.3", + "@playwright/test": "1.40.1", + "@taiga-ui/browserslist-config": "0.4.0", + "@taiga-ui/commitlint-config": "0.4.2", + "@taiga-ui/cspell-config": "0.24.0", + "@taiga-ui/eslint-plugin-experience": "0.39.4", + "@taiga-ui/prettier-config": "0.6.0", + "@taiga-ui/stylelint-config": "0.10.1", + "@taiga-ui/tsconfig": "0.9.0", + "@testing-library/cypress": "10.0.1", + "@tinkoff/ng-event-plugins": "3.1.0", + "@tinkoff/tui-editor": "1.8.4", + "@types/glob": "8.1.0", + "@types/node": "20.10.3", + "@types/parse5": "6.0.3", + "@types/webpack-env": "1.18.4", + "angular-http-server": "1.12.0", + "babel-loader": "9.1.3", + "cpy-cli": "5.0.0", + "cspell": "8.1.1", + "cypress": "13.6.0", + "cypress-real-events": "1.11.0", + "eslint": "8.55.0", + "find-in-files": "0.5.0", + "http-server": "14.1.1", + "husky": "8.0.3", + "kill-port": "2.0.1", + "lint-staged": "15.2.0", + "ng-packagr": "12.2.7", + "nx": "17.1.3", + "prettier": "3.1.0", + "rollup": "4.6.1", + "standard-version": "9.5.0", + "stylelint": "15.11.0", + "ts-loader": "9.5.1", + "ts-mockito": "2.6.1", + "ts-node": "10.9.1", + "typescript": "4.3.5", + "wait-on": "7.2.0", + "webpack": "5.89.0" + }, + "engines": { + "node": ">= 16.14", + "npm": ">= 8.3", + "yarn": "Please use npm instead of yarn to install dependencies" + }, + "authors": [ + "Alex Inkin ", + "Roman Sedov <79601794011@ya.ru>" + ], + "overrides": { + "webpack": "$webpack", + "babel-loader": "$babel-loader" }, - "types": [ - { - "type": "feat", - "section": "Features" - }, - { - "type": "fix", - "section": "Bug Fixes" - }, - { - "type": "deprecate", - "section": "Deprecations" - } - ] - } + "standard-version": { + "scripts": { + "postchangelog": "ts-node ./scripts/postchangelog.ts", + "postbump": "ts-node ./scripts/postbump.ts" + }, + "types": [ + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "deprecate", + "section": "Deprecations" + } + ] + } }