Skip to content

Commit 01518b9

Browse files
authored
Migrate to new control flow (#449)
1 parent 7c477d2 commit 01518b9

File tree

67 files changed

+5249
-3774
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+5249
-3774
lines changed

package-lock.json

Lines changed: 2067 additions & 949 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,56 +14,57 @@
1414
"test:a11y:summary": "pa11y-ci --threshold 1000 --reporter=json > .pa11y-temp.json 2>/dev/null && jq -C '{\"Total URLs tested\": .total, \"Passed\": \"\\(.passes)/\\(.total)\", \"Total errors found\": .errors, \"Standard\": \"WCAG 2.0 AA\", \"Test engine\": \"axe-core via pa11y-ci\", \"Top 10 components with errors\": (.results | to_entries | map({component: (.key | split(\"/\") | .[-2]), errors: .value | length}) | sort_by(-.errors) | .[0:10])}' .pa11y-temp.json && rm -f .pa11y-temp.json",
1515
"test:a11y:local": "npm run start & sleep 10 && npm run test:a11y:summary && kill %1",
1616
"cypress:open": "cypress open",
17-
"cypress:run": "cypress run"
17+
"cypress:run": "cypress run",
18+
"format": "prettier --write \"**/*.{ts,html}\""
1819
},
1920
"private": true,
2021
"dependencies": {
21-
"@angular/animations": "^20.3.7",
22-
"@angular/common": "^20.3.7",
23-
"@angular/compiler": "^20.3.7",
24-
"@angular/core": "^20.3.7",
25-
"@angular/forms": "^20.3.7",
26-
"@angular/platform-browser": "^20.3.7",
27-
"@angular/platform-browser-dynamic": "^20.3.7",
28-
"@angular/platform-server": "^20.3.7",
29-
"@angular/router": "^20.3.7",
22+
"@angular/animations": "^20.3.10",
23+
"@angular/common": "^20.3.10",
24+
"@angular/compiler": "^20.3.10",
25+
"@angular/core": "^20.3.10",
26+
"@angular/forms": "^20.3.10",
27+
"@angular/platform-browser": "^20.3.10",
28+
"@angular/platform-browser-dynamic": "^20.3.10",
29+
"@angular/platform-server": "^20.3.10",
30+
"@angular/router": "^20.3.10",
3031
"@e965/xlsx": "^0.20.3",
31-
"@primeuix/styled": "^0.7.2",
32-
"@primeuix/utils": "^0.6.1",
32+
"@primeuix/styled": "^0.7.4",
33+
"@primeuix/utils": "^0.6.2",
3334
"@types/lodash-es": "^4.17.12",
3435
"eslint-plugin-cypress": "^3.6.0",
3536
"lodash-es": "^4.17.21",
3637
"primeicons": "^7.0.0",
3738
"primeng": "^20.0.1",
38-
"rxjs": "~7.8.1",
39+
"rxjs": "~7.8.2",
3940
"tslib": "^2.8.1",
40-
"zone.js": "^0.15.0"
41+
"zone.js": "^0.15.1"
4142
},
4243
"devDependencies": {
4344
"@angular-builders/jest": "^20.0.0",
44-
"@angular-devkit/build-angular": "^20.3.7",
45-
"@angular/cli": "~20.3.7",
46-
"@angular/compiler-cli": "^20.3.7",
47-
"@types/express": "^4.17.21",
45+
"@angular-devkit/build-angular": "^20.3.9",
46+
"@angular/cli": "~20.3.9",
47+
"@angular/compiler-cli": "^20.3.10",
48+
"@types/express": "^4.17.25",
4849
"@types/jest": "^29.5.14",
4950
"@types/node": "^22.10.10",
5051
"@typescript-eslint/eslint-plugin": "^7.18.0",
5152
"@typescript-eslint/parser": "^7.18.0",
52-
"browser-sync": "^3.0.3",
53+
"browser-sync": "^3.0.4",
5354
"cypress": "^13.17.0",
5455
"eslint": "^8.57.1",
55-
"eslint-config-prettier": "^9.1.0",
56+
"eslint-config-prettier": "^9.1.2",
5657
"eslint-config-standard": "^17.1.0",
5758
"eslint-plugin-import": "^2.31.0",
5859
"eslint-plugin-node": "^11.1.0",
59-
"eslint-plugin-prettier": "^5.2.3",
60+
"eslint-plugin-prettier": "^5.2.6",
6061
"eslint-plugin-promise": "^6.6.0",
6162
"eslint-plugin-standard": "^5.0.0",
6263
"jest": "^29.7.0",
63-
"ng-packagr": "^20.0.0",
64-
"pa11y-ci": "^4.0.0",
64+
"ng-packagr": "^20.0.1",
65+
"pa11y-ci": "^4.0.1",
6566
"prettier": "^3.4.2",
66-
"typedoc": "^0.28.10",
67-
"typescript": "~5.9.2"
67+
"typedoc": "^0.28.14",
68+
"typescript": "~5.9.3"
6869
}
6970
}

projects/composition/src/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
44
<meta charset="utf-8" />

projects/composition/src/app/app.component.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<div class="top-toolbar">
22
<img src="assets/ui_logo.svg" />
33
<span>Consumer Products UI Kit</span>
4-
<span *ngIf="version"
5-
><b>v{{ version }}</b></span
6-
>
4+
@if (version) {
5+
<span
6+
><b>v{{ version }}</b></span
7+
>
8+
}
79
</div>
810
<div class="composition-container">
911
<app-navigation-sidebar

0 commit comments

Comments
 (0)