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         | @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.7   | 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] authored Aug 14, 2024
1 parent 0e346dd commit 08b0f5e
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 104 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 08b0f5e

Please sign in to comment.