Skip to content

Commit db3d629

Browse files
authored
Merge branch 'main' into dependabot-github_actions-actions-download-artifact-6
2 parents 2621e24 + ea3fdc2 commit db3d629

File tree

9 files changed

+649
-654
lines changed

9 files changed

+649
-654
lines changed

.github/workflows/default.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: npm run build
4444

4545
- name: ⬆ Upload build
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v5
4747
with:
4848
name: ${{ matrix.example }}
4949
path: ./build/${{ matrix.example }}
@@ -94,15 +94,15 @@ jobs:
9494

9595
- name: 🆙 Upload playwright-report
9696
if: always()
97-
uses: actions/upload-artifact@v4
97+
uses: actions/upload-artifact@v5
9898
with:
9999
name: playwright-report
100100
path: ./e2e/playwright-report
101101
retention-days: 30
102102

103103
- name: 🆙 Upload test results
104104
if: failure()
105-
uses: actions/upload-artifact@v4
105+
uses: actions/upload-artifact@v5
106106
with:
107107
name: playwright-results
108108
path: ./e2e/test-results

angular-example/package-lock.json

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

angular-example/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,29 @@
1212
},
1313
"private": true,
1414
"dependencies": {
15-
"@angular/animations": "^20.3.6",
16-
"@angular/common": "^20.3.6",
17-
"@angular/compiler": "^20.3.6",
18-
"@angular/core": "^20.3.6",
19-
"@angular/forms": "^20.3.6",
20-
"@angular/platform-browser": "^20.3.6",
21-
"@angular/platform-browser-dynamic": "^20.3.6",
22-
"@angular/router": "^20.3.6",
23-
"@db-ux/ngx-core-components": "4.0.3",
24-
"@db-ux/core-foundations": "4.0.3",
25-
"@db-ux/core-components": "4.0.3",
15+
"@angular/animations": "^20.3.9",
16+
"@angular/common": "^20.3.9",
17+
"@angular/compiler": "^20.3.9",
18+
"@angular/core": "^20.3.9",
19+
"@angular/forms": "^20.3.9",
20+
"@angular/platform-browser": "^20.3.9",
21+
"@angular/platform-browser-dynamic": "^20.3.9",
22+
"@angular/router": "^20.3.9",
23+
"@db-ux/ngx-core-components": "4.1.0",
24+
"@db-ux/core-foundations": "4.1.0",
25+
"@db-ux/core-components": "4.1.0",
2626
"rxjs": "~7.8.2",
2727
"tslib": "^2.8.1",
2828
"zone.js": "~0.15.1"
2929
},
3030
"devDependencies": {
31-
"@db-ux/agent-cli": "4.0.3",
32-
"@angular/build": "^20.3.6",
33-
"@angular/cli": "^20.3.6",
34-
"@angular/compiler-cli": "^20.3.6",
31+
"@db-ux/agent-cli": "4.1.0",
32+
"@angular/build": "^20.3.8",
33+
"@angular/cli": "^20.3.8",
34+
"@angular/compiler-cli": "^20.3.9",
3535
"@types/jasmine": "~5.1.12",
3636
"fs-extra": "11.3.2",
37-
"jasmine-core": "~5.12.0",
37+
"jasmine-core": "~5.12.1",
3838
"karma": "~6.4.4",
3939
"karma-chrome-launcher": "~3.2.0",
4040
"karma-coverage": "~2.2.0",

react-example/package-lock.json

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

react-example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"update:agent": "agent-cli"
1010
},
1111
"dependencies": {
12-
"@db-ux/core-foundations": "4.0.3",
13-
"@db-ux/core-components": "4.0.3",
14-
"@db-ux/react-core-components": "4.0.3",
12+
"@db-ux/core-foundations": "4.1.0",
13+
"@db-ux/core-components": "4.1.0",
14+
"@db-ux/react-core-components": "4.1.0",
1515
"classnames": "^2.5.1",
1616
"react": "^19.2.0",
1717
"react-dom": "^19.2.0",
18-
"sass": "^1.93.2"
18+
"sass": "^1.93.3"
1919
},
2020
"devDependencies": {
21-
"@db-ux/agent-cli": "4.0.3",
21+
"@db-ux/agent-cli": "4.1.0",
2222
"@types/react": "^19.2.2",
2323
"@types/react-dom": "^19.2.2",
24-
"@vitejs/plugin-react": "^5.0.4",
24+
"@vitejs/plugin-react": "^5.1.0",
2525
"typescript": "^5.9.3",
26-
"vite": "^7.1.11"
26+
"vite": "^7.1.12"
2727
}
2828
}

0 commit comments

Comments
 (0)