From 047d4629a10fbe793d89422e4897995112343b7a Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:56:06 +0300 Subject: [PATCH] chore(deps): update dependency @cspell/dict-ru_ru to v2.1.1 (#92) * chore(deps): update dependency @cspell/dict-ru_ru to v2.1.1 * chore: update --------- Co-authored-by: splincode --- .github/workflows/{lint.yml => ci.yml} | 5 ++++- package-lock.json | 26 +++++++++++------------ package.json | 2 +- projects/browserslist-config/CHANGELOG.md | 12 ++++------- projects/commitlint-config/CHANGELOG.md | 12 ++++------- projects/cspell-config/package.json | 2 +- projects/prettier-config/CHANGELOG.md | 12 ++++------- projects/stylelint-config/CHANGELOG.md | 12 ++++------- 8 files changed, 35 insertions(+), 48 deletions(-) rename .github/workflows/{lint.yml => ci.yml} (90%) diff --git a/.github/workflows/lint.yml b/.github/workflows/ci.yml similarity index 90% rename from .github/workflows/lint.yml rename to .github/workflows/ci.yml index 2883b0b1..09d68bee 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: ⚙️ Lint +name: ⚙️ CI on: pull_request: @@ -26,6 +26,9 @@ jobs: npm run stylelint npm run lint + - run: | + npx nx run-many --target build --all + - name: cleanup run: rm -rf taiga-ui diff --git a/package-lock.json b/package-lock.json index 5eb57ad5..8fdd3f30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "eslint": "8.51.0", "lerna": "7.3.1", "nx": "16.10.0", - "nx-cloud": "16.5.2", + "nx-cloud": "16.4.0", "prettier": "3.0.3", "stylelint": "15.10.3" } @@ -2696,9 +2696,9 @@ "integrity": "sha512-1l3yjfNvMzZPibW8A7mQU4kTozwVZVw0AvFEdy+NcqtbxH+TvbSkNMqROOFWrkD2PjnKG0+Ea0tHI2Pi6Gchnw==" }, "node_modules/@cspell/dict-ru_ru": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-ru_ru/-/dict-ru_ru-2.1.0.tgz", - "integrity": "sha512-C145GlcPLmT/Z7hJLnINxnKPgR3Cx0N5T1Ii0yp3C6auZxt3Ow7BL84rv1zJ+Dq3WEWFVrcpqjzlwmYTDqG8bw==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-ru_ru/-/dict-ru_ru-2.1.1.tgz", + "integrity": "sha512-ebECBuzRTPahiRrqby/BCTmaKY0E8zJTlM6nNQP18L42iGAfezGvtRYjp8nCHIuz5yXQ5dhklag+CF3VZxYcLA==" }, "node_modules/@cspell/dict-scientific-terms-us": { "version": "3.0.0", @@ -4118,12 +4118,12 @@ } }, "node_modules/@nrwl/nx-cloud": { - "version": "16.5.2", - "resolved": "https://registry.npmjs.org/@nrwl/nx-cloud/-/nx-cloud-16.5.2.tgz", - "integrity": "sha512-oHO5T1HRJsR9mbRd8eUqMBPCgqVZLSbAh3zJoPFmhEmjbM4YB9ePRpgYFT8dRNeZUOUd/8Yt7Pb6EVWOHvpD/w==", + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/@nrwl/nx-cloud/-/nx-cloud-16.4.0.tgz", + "integrity": "sha512-QitrYK6z9ceagetBlgLMZnC0T85k2JTk+oK0MxZ5p/woclqeYN7SiGNZgMzDq8TjJwt8Fm/MDnsSo3xtufmLBg==", "dev": true, "dependencies": { - "nx-cloud": "16.5.2" + "nx-cloud": "16.4.0" } }, "node_modules/@nrwl/tao": { @@ -14130,12 +14130,12 @@ } }, "node_modules/nx-cloud": { - "version": "16.5.2", - "resolved": "https://registry.npmjs.org/nx-cloud/-/nx-cloud-16.5.2.tgz", - "integrity": "sha512-1t1Ii9gojl8r/8hFGaZ/ZyYR0Cb0hzvXLCsaFuvg+EJEFdvua3P4cfNya/0bdRrm+7Eb/ITUOskbvYq4TSlyGg==", + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/nx-cloud/-/nx-cloud-16.4.0.tgz", + "integrity": "sha512-jbq4hWvDwRlJVpxgMgbmNSkue+6XZSn53R6Vo6qmCAWODJ9KY1BZdZ/9VRL8IX/BRKebVFiXp3SapFB1qPhH8A==", "dev": true, "dependencies": { - "@nrwl/nx-cloud": "16.5.2", + "@nrwl/nx-cloud": "16.4.0", "axios": "1.1.3", "chalk": "^4.1.0", "dotenv": "~10.0.0", @@ -18216,7 +18216,7 @@ "dependencies": { "@cspell/dict-ar": "1.1.0", "@cspell/dict-lorem-ipsum": "4.0.0", - "@cspell/dict-ru_ru": "2.1.0", + "@cspell/dict-ru_ru": "2.1.1", "@cspell/dict-scientific-terms-us": "3.0.0" }, "peerDependencies": { diff --git a/package.json b/package.json index 692d0161..49001b3f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint": "8.51.0", "lerna": "7.3.1", "nx": "16.10.0", - "nx-cloud": "16.5.2", + "nx-cloud": "16.4.0", "prettier": "3.0.3", "stylelint": "15.10.3" } diff --git a/projects/browserslist-config/CHANGELOG.md b/projects/browserslist-config/CHANGELOG.md index 170dd991..4cfdd87d 100644 --- a/projects/browserslist-config/CHANGELOG.md +++ b/projects/browserslist-config/CHANGELOG.md @@ -1,18 +1,14 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. # [0.3.0](https://github.com/taiga-family/linters/compare/@taiga-ui/browserslist-config@0.2.0...@taiga-ui/browserslist-config@0.3.0) (2023-10-17) - ### Features -* **tsconfig:** add `@taiga-ui/tsconfig` ([a384eca](https://github.com/taiga-family/linters/commit/a384ecac1e036a66d5a7e95f9bb6790f34a592d9)) - - - - +- **tsconfig:** add `@taiga-ui/tsconfig` + ([a384eca](https://github.com/taiga-family/linters/commit/a384ecac1e036a66d5a7e95f9bb6790f34a592d9)) # Change Log diff --git a/projects/commitlint-config/CHANGELOG.md b/projects/commitlint-config/CHANGELOG.md index bceab4cd..a6fd9794 100644 --- a/projects/commitlint-config/CHANGELOG.md +++ b/projects/commitlint-config/CHANGELOG.md @@ -1,18 +1,14 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. # [0.3.0](https://github.com/taiga-family/linters/compare/@taiga-ui/commitlint-config@0.2.2...@taiga-ui/commitlint-config@0.3.0) (2023-10-17) - ### Features -* **tsconfig:** add `@taiga-ui/tsconfig` ([a384eca](https://github.com/taiga-family/linters/commit/a384ecac1e036a66d5a7e95f9bb6790f34a592d9)) - - - - +- **tsconfig:** add `@taiga-ui/tsconfig` + ([a384eca](https://github.com/taiga-family/linters/commit/a384ecac1e036a66d5a7e95f9bb6790f34a592d9)) # Change Log diff --git a/projects/cspell-config/package.json b/projects/cspell-config/package.json index 5c462fe3..9d597201 100644 --- a/projects/cspell-config/package.json +++ b/projects/cspell-config/package.json @@ -14,7 +14,7 @@ "dependencies": { "@cspell/dict-ar": "1.1.0", "@cspell/dict-lorem-ipsum": "4.0.0", - "@cspell/dict-ru_ru": "2.1.0", + "@cspell/dict-ru_ru": "2.1.1", "@cspell/dict-scientific-terms-us": "3.0.0" }, "peerDependencies": { diff --git a/projects/prettier-config/CHANGELOG.md b/projects/prettier-config/CHANGELOG.md index e7f17e52..7a19a6fe 100644 --- a/projects/prettier-config/CHANGELOG.md +++ b/projects/prettier-config/CHANGELOG.md @@ -1,18 +1,14 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. # [0.4.0](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.3.1...@taiga-ui/prettier-config@0.4.0) (2023-10-17) - ### Features -* **tsconfig:** add `@taiga-ui/tsconfig` ([a384eca](https://github.com/taiga-family/linters/commit/a384ecac1e036a66d5a7e95f9bb6790f34a592d9)) - - - - +- **tsconfig:** add `@taiga-ui/tsconfig` + ([a384eca](https://github.com/taiga-family/linters/commit/a384ecac1e036a66d5a7e95f9bb6790f34a592d9)) # Change Log diff --git a/projects/stylelint-config/CHANGELOG.md b/projects/stylelint-config/CHANGELOG.md index 2d75df84..787e143c 100644 --- a/projects/stylelint-config/CHANGELOG.md +++ b/projects/stylelint-config/CHANGELOG.md @@ -1,18 +1,14 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. # [0.6.0](https://github.com/taiga-family/linters/compare/@taiga-ui/stylelint-config@0.5.1...@taiga-ui/stylelint-config@0.6.0) (2023-10-17) - ### Features -* **tsconfig:** add `@taiga-ui/tsconfig` ([a384eca](https://github.com/taiga-family/linters/commit/a384ecac1e036a66d5a7e95f9bb6790f34a592d9)) - - - - +- **tsconfig:** add `@taiga-ui/tsconfig` + ([a384eca](https://github.com/taiga-family/linters/commit/a384ecac1e036a66d5a7e95f9bb6790f34a592d9)) # Change Log