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     | 17.3.5 | 17.3.6 |
| npm         | @angular/animations               | 17.3.5 | 17.3.6 |
| npm         | @angular/cli                      | 17.3.5 | 17.3.6 |
| npm         | @angular/common                   | 17.3.5 | 17.3.6 |
| npm         | @angular/compiler                 | 17.3.5 | 17.3.6 |
| npm         | @angular/compiler-cli             | 17.3.5 | 17.3.6 |
| npm         | @angular/core                     | 17.3.5 | 17.3.6 |
| npm         | @angular/forms                    | 17.3.5 | 17.3.6 |
| npm         | @angular/localize                 | 17.3.5 | 17.3.6 |
| npm         | @angular/platform-browser         | 17.3.5 | 17.3.6 |
| npm         | @angular/platform-browser-dynamic | 17.3.5 | 17.3.6 |
| npm         | @angular/router                   | 17.3.5 | 17.3.6 |
| npm         | @angular/service-worker           | 17.3.5 | 17.3.6 |
| npm         | @angular/upgrade                  | 17.3.5 | 17.3.6 |
| github-tags | actions/checkout                  | v4.1.3 | v4.1.4 |
| npm         | mime                              | 4.0.2  | 4.0.3  |
| github-tags | peter-evans/create-pull-request   | v6.0.4 | v6.0.5 |
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent d0a7ecb commit 6ce192e
Show file tree
Hide file tree
Showing 4 changed files with 379 additions and 125 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].4
uses: peter-evans/[email protected].5
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: fix(Linting):blacked code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-protection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: rokroskar/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/[email protected].3
- uses: actions/[email protected].4

- name: Check Tag
run: |
Expand Down
Loading

0 comments on commit 6ce192e

Please sign in to comment.