Compare commits
5 commits
9bfbc37dc4
...
e9a89b14cd
Author | SHA1 | Date | |
---|---|---|---|
e9a89b14cd |
|||
674ef6e8b0 |
|||
ac6c00245b |
|||
75735a0c12 |
|||
ac5c9ea912 |
3 changed files with 685 additions and 311 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Claude
|
||||
uses: https://git.kjan.de/actions/claude-pr-review@v1.0.2
|
||||
uses: https://git.kjan.de/actions/claude-pr-review@v1.0.4
|
||||
with:
|
||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
GITEA_URL: ${{ secrets._GITEA_URL }}
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -39,11 +39,11 @@
|
|||
"tslib": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^19.0.0",
|
||||
"@angular/cli": "^19.2.5",
|
||||
"@angular-devkit/build-angular": "^20.0.0",
|
||||
"@angular/cli": "^20.0.0",
|
||||
"@angular/compiler-cli": "^19.0.0",
|
||||
"@types/jasmine": "~5.1.0",
|
||||
"angular-eslint": "19.6.0",
|
||||
"angular-eslint": "19.7.0",
|
||||
"eslint": "^9.25.1",
|
||||
"jasmine-core": "~5.7.0",
|
||||
"karma": "~6.4.0",
|
||||
|
@ -53,6 +53,6 @@
|
|||
"karma-jasmine-html-reporter": "~2.1.0",
|
||||
"prettier": "^3.4.2",
|
||||
"typescript": "~5.8.0",
|
||||
"typescript-eslint": "8.33.0"
|
||||
"typescript-eslint": "8.33.1"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue