Skip to content

Commit

Permalink
chore(deps): update dependency @cspell/dict-ru_ru to v2.1.1 (#92)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @cspell/dict-ru_ru to v2.1.1

* chore: update

---------

Co-authored-by: splincode <[email protected]>
  • Loading branch information
taiga-family-bot and splincode authored Oct 17, 2023
1 parent af7f0f1 commit 047d462
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 48 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ⚙️ Lint
name: ⚙️ CI

on:
pull_request:
Expand Down Expand Up @@ -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

Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
12 changes: 4 additions & 8 deletions projects/browserslist-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]...@taiga-ui/[email protected]) (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

Expand Down
12 changes: 4 additions & 8 deletions projects/commitlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]...@taiga-ui/[email protected]) (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

Expand Down
2 changes: 1 addition & 1 deletion projects/cspell-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
12 changes: 4 additions & 8 deletions projects/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]...@taiga-ui/[email protected]) (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

Expand Down
12 changes: 4 additions & 8 deletions projects/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]...@taiga-ui/[email protected]) (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

Expand Down

0 comments on commit 047d462

Please sign in to comment.