Skip to content

Commit

Permalink
chore(deps): update taiga-ui dev infra to v0.166.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and splincode committed Sep 10, 2024
1 parent 5882f78 commit 53ebec0
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 40 deletions.
66 changes: 33 additions & 33 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@
"@nx/react": "19.7.0",
"@nx/rollup": "19.7.0",
"@nx/workspace": "19.7.0",
"@taiga-ui/commitlint-config": "0.160.1",
"@taiga-ui/cspell-config": "0.160.1",
"@taiga-ui/eslint-plugin-experience": "0.160.1",
"@taiga-ui/prettier-config": "0.160.1",
"@taiga-ui/stylelint-config": "0.160.1",
"@taiga-ui/tsconfig": "0.160.1",
"@taiga-ui/commitlint-config": "0.166.0",
"@taiga-ui/cspell-config": "0.166.0",
"@taiga-ui/eslint-plugin-experience": "0.166.0",
"@taiga-ui/prettier-config": "0.166.0",
"@taiga-ui/stylelint-config": "0.166.0",
"@taiga-ui/tsconfig": "0.166.0",
"@tinkoff/eslint-config": "4.1.2",
"@tinkoff/eslint-config-react": "4.1.2",
"@types/jest": "29.5.12",
Expand Down
4 changes: 3 additions & 1 deletion projects/angular/src/lib/maskito.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Component} from '@angular/core';
import {ChangeDetectionStrategy, Component} from '@angular/core';
import type {ComponentFixture} from '@angular/core/testing';
import {TestBed} from '@angular/core/testing';
import {FormControl, ReactiveFormsModule} from '@angular/forms';
Expand All @@ -18,6 +18,8 @@ describe('Maskito Angular package', () => {
[maskito]="options"
/>
`,
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
changeDetection: ChangeDetectionStrategy.Default,
})
class TestComponent {
public readonly control = new FormControl();
Expand Down

0 comments on commit 53ebec0

Please sign in to comment.