Skip to content

Commit

Permalink
feat(Dependencies): Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                | from   | to     |
| ----------- | -------------------------------------- | ------ | ------ |
| npm         | @angular-devkit/build-angular          | 18.2.3 | 18.2.4 |
| npm         | @angular-eslint/builder                | 18.3.0 | 18.3.1 |
| npm         | @angular-eslint/eslint-plugin          | 18.3.0 | 18.3.1 |
| npm         | @angular-eslint/eslint-plugin-template | 18.3.0 | 18.3.1 |
| npm         | @angular-eslint/schematics             | 18.3.0 | 18.3.1 |
| npm         | @angular-eslint/template-parser        | 18.3.0 | 18.3.1 |
| npm         | @angular/animations                    | 18.2.3 | 18.2.4 |
| npm         | @angular/cdk                           | 18.2.3 | 18.2.4 |
| npm         | @angular/cli                           | 18.2.3 | 18.2.4 |
| npm         | @angular/common                        | 18.2.3 | 18.2.4 |
| npm         | @angular/compiler                      | 18.2.3 | 18.2.4 |
| npm         | @angular/compiler-cli                  | 18.2.3 | 18.2.4 |
| npm         | @angular/core                          | 18.2.3 | 18.2.4 |
| npm         | @angular/forms                         | 18.2.3 | 18.2.4 |
| npm         | @angular/localize                      | 18.2.3 | 18.2.4 |
| npm         | @angular/platform-browser              | 18.2.3 | 18.2.4 |
| npm         | @angular/platform-browser-dynamic      | 18.2.3 | 18.2.4 |
| npm         | @angular/router                        | 18.2.3 | 18.2.4 |
| npm         | @angular/service-worker                | 18.2.3 | 18.2.4 |
| npm         | @angular/upgrade                       | 18.2.3 | 18.2.4 |
| npm         | @playwright/test                       | 1.47.0 | 1.47.1 |
| npm         | eslint-plugin-jsdoc                    | 50.2.2 | 50.2.3 |
| npm         | husky                                  | 9.1.5  | 9.1.6  |
| npm         | ngx-matomo-client                      | 6.3.0  | 6.3.1  |
| npm         | npm-run-all2                           | 6.2.2  | 6.2.3  |
| github-tags | peter-evans/create-pull-request        | v7.0.1 | v7.0.2 |
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 9f70940 commit af08c18
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 206 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/LintingAutoFix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Create Pull Request
if: steps.git-check.outputs.modified == 'true'
id: cpr
uses: peter-evans/[email protected].1
uses: peter-evans/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: fix(Linting):blacked code
Expand Down
Loading

0 comments on commit af08c18

Please sign in to comment.