Skip to content

Commit

Permalink
chore(deps): update taiga-ui dev infra to v0.168.0 (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Sep 10, 2024
1 parent 053ad5d commit 3464cd7
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 41 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 @@ -106,12 +106,12 @@
"@nx/workspace": "19.7.2",
"@release-it-plugins/workspaces": "4.2.0",
"@release-it/conventional-changelog": "8.0.1",
"@taiga-ui/browserslist-config": "0.162.0",
"@taiga-ui/commitlint-config": "0.162.0",
"@taiga-ui/eslint-plugin-experience": "0.162.0",
"@taiga-ui/prettier-config": "0.162.0",
"@taiga-ui/stylelint-config": "0.162.0",
"@taiga-ui/tsconfig": "0.162.0",
"@taiga-ui/browserslist-config": "0.168.0",
"@taiga-ui/commitlint-config": "0.168.0",
"@taiga-ui/eslint-plugin-experience": "0.168.0",
"@taiga-ui/prettier-config": "0.168.0",
"@taiga-ui/stylelint-config": "0.168.0",
"@taiga-ui/tsconfig": "0.168.0",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "22.5.4",
Expand Down
11 changes: 9 additions & 2 deletions projects/ng-dompurify/tests/ng-dompurify.pipe.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import {APP_BASE_HREF, CommonModule} from '@angular/common';
import type {ElementRef} from '@angular/core';
import {Component, SecurityContext, ViewChild} from '@angular/core';
import {
ChangeDetectionStrategy,
Component,
type ElementRef,
SecurityContext,
ViewChild,
} from '@angular/core';
import type {ComponentFixture} from '@angular/core/testing';
import {TestBed} from '@angular/core/testing';
import {afterEach, beforeEach, describe, expect, it} from '@jest/globals';
Expand Down Expand Up @@ -35,6 +40,8 @@ describe('NgDompurifyPipe', () => {
[src]="content | dompurify: context : config"
/>
`,
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
changeDetection: ChangeDetectionStrategy.Default,
})
class TestComponent {
@ViewChild('element')
Expand Down

0 comments on commit 3464cd7

Please sign in to comment.