Skip to content

Commit

Permalink
feat: add peer deps (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Dec 7, 2023
1 parent eafca9a commit ff6d106
Show file tree
Hide file tree
Showing 11 changed files with 22,355 additions and 15,387 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
npm run prettier -- --check
npm run cspell -- --no-progress
npm run stylelint
npm run lint
npm run lint:local
npm run lint:taiga-ui
- run: |
npx nx run-many --target build --all
Expand Down
7 changes: 4 additions & 3 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
legacy-peer-deps=true # TODO: remove this line in v4.0
strict-ssl=false # Fix problem when downloading cypress binary
ca = ''
ignore-scripts=true
unsafe-perm=true
engine-strict=true
strict-ssl=false
engine-strict=false
audit=false
force=true
37,667 changes: 22,293 additions & 15,374 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"taiga-ui/projects/*"
],
"scripts": {
"lint": "eslint .",
"lint:taiga-ui": "eslint . --config taiga-ui/package.json",
"lint:local": "eslint projects/** --no-error-on-unmatched-pattern --config package.json",
"prettier": "prettier !package-lock.json . --ignore-path .gitignore",
"format": "npm run prettier -- --write",
Expand Down Expand Up @@ -95,6 +95,7 @@
"eslint": "8.55.0",
"eslint-plugin-perfectionist": "2.5.0",
"lerna": "8.0.0",
"ng-morph": "4.0.5",
"nx": "17.1.3",
"prettier": "3.1.0",
"stylelint": "15.11.0"
Expand Down
3 changes: 2 additions & 1 deletion projects/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"@commitlint/config-conventional": "18.4.3"
},
"peerDependencies": {
"@commitlint/cli": "*"
"@commitlint/cli": "*",
"@commitlint/config-conventional": "18.4.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions projects/cspell-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"@cspell/dict-scientific-terms-us": "3.0.1"
},
"peerDependencies": {
"@cspell/dict-ar": "1.1.0",
"@cspell/dict-lorem-ipsum": "4.0.0",
"@cspell/dict-ru_ru": "2.2.0",
"@cspell/dict-scientific-terms-us": "3.0.1",
"cspell": "*"
},
"publishConfig": {
Expand Down
35 changes: 34 additions & 1 deletion projects/eslint-plugin-experience/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,40 @@
"eslint-plugin-unicorn": "49.0.0"
},
"peerDependencies": {
"eslint": "*"
"@angular-eslint/eslint-plugin": "17.1.1",
"@angular-eslint/eslint-plugin-template": "17.1.1",
"@angular-eslint/template-parser": "17.1.1",
"@babel/eslint-parser": "7.23.3",
"@babel/eslint-plugin": "7.23.5",
"@html-eslint/eslint-plugin": "0.21.0",
"@html-eslint/parser": "0.21.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@typescript-eslint/types": "6.13.2",
"@typescript-eslint/typescript-estree": "6.13.2",
"@typescript-eslint/utils": "6.13.2",
"eslint": "*",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-import-resolver-webpack": "0.13.8",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-decorator-position": "5.0.2",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-file-progress": "1.3.0",
"eslint-plugin-functional": "6.0.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-playwright": "0.19.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-rxjs": "5.0.3",
"eslint-plugin-rxjs-angular": "2.0.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-sonar": "0.12.0",
"eslint-plugin-sonarjs": "0.23.0",
"eslint-plugin-unicorn": "49.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 5 additions & 1 deletion projects/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
"sort-package-json": "2.6.0"
},
"peerDependencies": {
"prettier": "*"
"@prettier/plugin-xml": "3.2.2",
"prettier": "*",
"prettier-package-json": "2.8.0",
"prettier-plugin-organize-attributes": "1.0.0",
"sort-package-json": "2.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 6 additions & 2 deletions projects/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@
"dependencies": {
"postcss": "8.4.32",
"postcss-less": "6.0.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-standard": "34.0.0",
"stylelint-no-px": "1.0.1",
"stylelint-order": "6.0.3"
},
"peerDependencies": {
"stylelint": "*"
"postcss": "8.4.32",
"postcss-less": "6.0.0",
"stylelint": "*",
"stylelint-config-standard": "34.0.0",
"stylelint-no-px": "1.0.1",
"stylelint-order": "6.0.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions projects/tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"$schema": "https://json.schemastore.org/tsconfig.json",
"compileOnSave": false,
"angularCompilerOptions": {
"enableIvy": true,
"compilationMode": "partial",
"preserveWhitespaces": false,
"annotateForClosureCompiler": false,
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"enableResourceInlining": true,
"strictTemplates": true,
"strictInjectionParameters": true,
"strictLiteralTypes": true,
"strictInputTypes": true,
"strictInputAccessModifiers": true,
Expand Down

0 comments on commit ff6d106

Please sign in to comment.