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.1.4   | 18.2.0   |
| npm         | @angular/animations               | 18.1.4   | 18.2.0   |
| npm         | @angular/cdk                      | 18.1.4   | 18.2.0   |
| npm         | @angular/cli                      | 18.1.4   | 18.2.0   |
| npm         | @angular/common                   | 18.1.4   | 18.2.0   |
| npm         | @angular/compiler                 | 18.1.4   | 18.2.0   |
| npm         | @angular/compiler-cli             | 18.1.4   | 18.2.0   |
| npm         | @angular/core                     | 18.1.4   | 18.2.0   |
| npm         | @angular/forms                    | 18.1.4   | 18.2.0   |
| npm         | @angular/localize                 | 18.1.4   | 18.2.0   |
| npm         | @angular/platform-browser         | 18.1.4   | 18.2.0   |
| npm         | @angular/platform-browser-dynamic | 18.1.4   | 18.2.0   |
| npm         | @angular/router                   | 18.1.4   | 18.2.0   |
| npm         | @angular/service-worker           | 18.1.4   | 18.2.0   |
| npm         | @angular/upgrade                  | 18.1.4   | 18.2.0   |
| npm         | @playwright/test                  | 1.43.1   | 1.46.0   |
| npm         | @types/node                       | 20.12.14 | 20.14.15 |
| npm         | acorn                             | 8.11.3   | 8.12.1   |
| npm         | angulartics2                      | 13.0.0   | 13.1.0   |
| npm         | billboard.js                      | 3.11.3   | 3.12.4   |
| npm         | core-js                           | 3.37.1   | 3.38.0   |
| npm         | eslint-plugin-jsdoc               | 48.2.15  | 48.11.0  |
| npm         | husky                             | 9.0.11   | 9.1.4    |
| docker      | nginx                             | 1.26.1   | 1.27.0   |
| npm         | ngx-matomo-client                 | 6.2.0    | 6.3.0    |
| npm         | npm-run-all2                      | 6.1.2    | 6.2.2    |
| github-tags | peter-evans/create-pull-request   | v6.0.5   | v6.1.0   |
| npm         | prettier                          | 3.2.5    | 3.3.3    |
| npm         | typescript                        | 5.4.5    | 5.5.4    |
| npm         | uglify-js                         | 3.17.4   | 3.19.2   |
  • Loading branch information
renovate[bot] committed Aug 15, 2024
1 parent 610234a commit ad1bf3b
Show file tree
Hide file tree
Showing 4 changed files with 1,678 additions and 1,263 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/create-pull-request@v6.0.5
uses: peter-evans/create-pull-request@v6.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: fix(Linting):blacked code
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY . .
RUN npx ng build --configuration=custom

### STAGE 2: Setup
FROM nginx:1.26.1-alpine
FROM nginx:1.27.0-alpine

# Copy our default nginx config
COPY nginx/default.conf /etc/nginx/conf.d/
Expand Down
Loading

0 comments on commit ad1bf3b

Please sign in to comment.