Skip to content

Commit b142a84

Browse files
Update Major
1 parent 7728c8d commit b142a84

5 files changed

Lines changed: 32 additions & 32 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Deploy
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6
1111
- uses: valitydev/action-frontend/setup-install@v2
1212
- name: Build
1313
run: npm run build
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
needs: [deploy]
4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v6
5151
- uses: valitydev/action-mattermost-notify@v0
5252
with:
5353
webhook: ${{ secrets.MATTERMOST_WEBHOOK_URL }}

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Check
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v6
1010
- uses: valitydev/action-frontend/setup-install@v2
1111
- name: Check
1212
run: npm run check
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
SHORT_SHA: $(echo "${{ github.event.pull_request.head.sha }}" | cut -c1-7)
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- uses: valitydev/action-frontend/setup-install@v2
2121
with:
2222
npm-install-force: true

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
],
2323
"private": true,
2424
"dependencies": {
25-
"@angular/cdk": "^20.1.4",
25+
"@angular/cdk": "^21.0.0",
2626
"@angular/common": "^20.1.0",
27-
"@angular/compiler": "^20.1.0",
28-
"@angular/core": "^20.1.0",
29-
"@angular/forms": "^20.1.0",
30-
"@angular/material": "^20.1.4",
31-
"@angular/material-date-fns-adapter": "^20.1.4",
32-
"@angular/platform-browser": "^20.1.0",
33-
"@angular/router": "^20.1.0",
27+
"@angular/compiler": "^21.0.0",
28+
"@angular/core": "^21.0.0",
29+
"@angular/forms": "^21.0.0",
30+
"@angular/material": "^21.0.0",
31+
"@angular/material-date-fns-adapter": "^21.0.0",
32+
"@angular/platform-browser": "^21.0.0",
33+
"@angular/router": "^21.0.0",
3434
"@ngneat/input-mask": "^6.1.0",
3535
"@tailwindcss/postcss": "^4.1.11",
3636
"@vality/domain-proto": "^2.0.1-f831d3a.0",
@@ -49,22 +49,22 @@
4949
"monaco-editor": "^0.52.2",
5050
"postcss": "^8.5.6",
5151
"rxjs": "~7.8.0",
52-
"short-uuid": "^5.2.0",
52+
"short-uuid": "^6.0.0",
5353
"tailwindcss": "^4.1.11",
5454
"tslib": "^2.3.0",
5555
"typescript-memoize": "^1.1.1",
5656
"utility-types": "^3.11.0",
57-
"zod": "^3.25.76",
57+
"zod": "^4.0.0",
5858
"zone.js": "~0.15.0"
5959
},
6060
"devDependencies": {
61-
"@angular/build": "^20.1.5",
62-
"@angular/cli": "^20.1.5",
63-
"@angular/compiler-cli": "^20.1.0",
61+
"@angular/build": "^21.0.0",
62+
"@angular/cli": "^21.0.0",
63+
"@angular/compiler-cli": "^21.0.0",
6464
"@cspell/dict-ru_ru": "^2.3.2",
6565
"@types/jasmine": "~5.1.0",
6666
"@types/lodash-es": "^4.17.12",
67-
"angular-eslint": "^20.1.1",
67+
"angular-eslint": "^21.0.0",
6868
"concurrently": "^9.2.0",
6969
"cross-env": "^10.0.0",
7070
"cspell": "^9.2.0",
@@ -79,7 +79,7 @@
7979
"karma-coverage": "~2.2.0",
8080
"karma-jasmine": "~5.1.0",
8181
"karma-jasmine-html-reporter": "~2.1.0",
82-
"ng-packagr": "^20.1.0",
82+
"ng-packagr": "^21.0.0",
8383
"prettier": "^3.6.2",
8484
"prettier-plugin-organize-attributes": "^1.0.0",
8585
"typescript": "~5.8.2",

projects/matez/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"access": "public"
1212
},
1313
"peerDependencies": {
14-
"@angular/cdk": "^20.1.0",
15-
"@angular/common": "^20.1.0",
16-
"@angular/core": "^20.1.0",
17-
"@angular/forms": "^20.1.0",
18-
"@angular/material": "^20.1.0",
19-
"@angular/material-date-fns-adapter": "^20.1.0",
20-
"@angular/router": "^20.1.0",
14+
"@angular/cdk": "^20.1.0 || ^21.0.0",
15+
"@angular/common": "^20.1.0 || ^21.0.0",
16+
"@angular/core": "^20.1.0 || ^21.0.0",
17+
"@angular/forms": "^20.1.0 || ^21.0.0",
18+
"@angular/material": "^20.1.0 || ^21.0.0",
19+
"@angular/material-date-fns-adapter": "^20.1.0 || ^21.0.0",
20+
"@angular/router": "^20.1.0 || ^21.0.0",
2121
"date-fns": "^4.1.0",
2222
"lodash-es": "^4.0.0",
2323
"rxjs": "^7.0.0",
2424
"utility-types": "^3.0.0"
2525
},
2626
"dependencies": {
2727
"@dinero.js/currencies": "^2.0.0-alpha.14",
28-
"@ng-matero/extensions": "^20.2.0",
28+
"@ng-matero/extensions": "^21.0.0",
2929
"@s-libs/js-core": "^20.0.0",
3030
"@s-libs/micro-dash": "^20.0.0",
3131
"@s-libs/ng-core": "^20.0.0",

projects/ng-thrift/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"yaml": "^2.8.1"
1010
},
1111
"peerDependencies": {
12-
"@angular/common": "^20.1.0",
13-
"@angular/core": "^20.1.0",
14-
"@angular/forms": "^20.1.0",
15-
"@angular/material": "^20.1.0",
16-
"@angular/router": "^20.1.0",
12+
"@angular/common": "^20.1.0 || ^21.0.0",
13+
"@angular/core": "^20.1.0 || ^21.0.0",
14+
"@angular/forms": "^20.1.0 || ^21.0.0",
15+
"@angular/material": "^20.1.0 || ^21.0.0",
16+
"@angular/router": "^20.1.0 || ^21.0.0",
1717
"@vality/matez": "*",
1818
"@vality/ng-monaco-editor": "^20.0.0",
1919
"@vality/thrift-ts": "*",

0 commit comments

Comments
 (0)