From 12ccb5d31f2c540f670a37a040d161093d6600cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 19:52:00 +0000 Subject: [PATCH] feat(Dependencies): Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------------------- | -------- | ------- | | npm | @angular-eslint/builder | 17.3.0 | 17.5.2 | | npm | @angular-eslint/eslint-plugin | 17.3.0 | 17.5.2 | | npm | @angular-eslint/eslint-plugin-template | 17.3.0 | 17.5.2 | | npm | @angular-eslint/schematics | 17.3.0 | 17.5.2 | | npm | @angular-eslint/template-parser | 17.3.0 | 17.5.2 | | npm | @coreui/angular | 4.7.19 | 4.8.0 | | npm | @coreui/icons-angular | 5.0.4 | 5.2.0 | | npm | @playwright/test | 1.43.1 | 1.44.1 | | npm | @types/node | 20.12.14 | 20.14.5 | | npm | @typescript-eslint/eslint-plugin | 7.8.0 | 7.13.1 | | npm | @typescript-eslint/parser | 7.8.0 | 7.13.1 | | npm | acorn | 8.11.3 | 8.12.0 | | npm | angulartics2 | 13.0.0 | 13.1.0 | | npm | billboard.js | 3.11.3 | 3.12.4 | | docker | nginx | 1.26.1 | 1.27.0 | | npm | npm-run-all2 | 6.1.2 | 6.2.0 | | github-tags | peter-evans/create-pull-request | v6.0.5 | v6.1.0 | | npm | prettier | 3.2.5 | 3.3.2 | | npm | uglify-js | 3.17.4 | 3.18.0 | | npm | undici | 6.15.0 | 6.19.2 | | npm | vite | 5.2.12 | 5.3.1 | --- .github/workflows/LintingAutoFix.yml | 2 +- Dockerfile | 2 +- package.json | 34 ++++++++++++++-------------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/LintingAutoFix.yml b/.github/workflows/LintingAutoFix.yml index dde9958069..1d6249476d 100644 --- a/.github/workflows/LintingAutoFix.yml +++ b/.github/workflows/LintingAutoFix.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index 47b7ce6e05..75c3fcde09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ COPY . . RUN $(npm bin)/ng build --configuration=custom --build-optimizer ### 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/ diff --git a/package.json b/package.json index d18435cf6e..6ed05520cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@denbi/cloud-portal-webapp", - "version": "4.847.0", + "version": "4.848.0", "description": "de.NBI Cloud Portal", "scripts": { "ng": "ng serve", @@ -31,18 +31,18 @@ "@angular/router": "17.3.10", "@angular/service-worker": "17.3.10", "@angular/upgrade": "17.3.10", - "@coreui/angular": "4.7.19", + "@coreui/angular": "4.8.0", "@coreui/coreui": "4.3.2", - "@coreui/icons-angular": "5.0.4", + "@coreui/icons-angular": "5.2.0", "@ng-bootstrap/ng-bootstrap": "16.0.0", "@ng-select/ng-select": "12.0.7", "@sindresorhus/transliterate": "1.6.0", "@types/d3": "7.4.3", "@types/jquery": "3.5.30", - "acorn": "8.11.3", + "acorn": "8.12.0", "ajv-formats": "3.0.1", - "angulartics2": "13.0.0", - "billboard.js": "3.11.3", + "angulartics2": "13.1.0", + "billboard.js": "3.12.4", "bootstrap": "5.3.3", "chart.js": "4.4.3", "cli-color": "2.0.4", @@ -75,19 +75,19 @@ "svg2pdf.js": "2.2.3", "ts-helpers": "1.1.2", "tslib": "2.6.2", - "uglify-js": "3.17.4" + "uglify-js": "3.18.0" }, "devDependencies": { "@angular-devkit/build-angular": "^17.0.10", - "@angular-eslint/builder": "17.3.0", - "@angular-eslint/eslint-plugin-template": "17.3.0", - "@angular-eslint/schematics": "17.3.0", - "@angular-eslint/template-parser": "17.3.0", + "@angular-eslint/builder": "17.5.2", + "@angular-eslint/eslint-plugin-template": "17.5.2", + "@angular-eslint/schematics": "17.5.2", + "@angular-eslint/template-parser": "17.5.2", "@angular/cli": "^17.3.3", "@angular/compiler-cli": "17.3.10", - "@playwright/test": "1.43.1", + "@playwright/test": "1.44.1", "@types/jasmine": "5.1.4", - "@types/node": "20.12.14", + "@types/node": "20.14.5", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "async": "3.2.5", @@ -109,8 +109,8 @@ "less-loader": "12.2.0", "lint-staged": "15.2.5", "ngx-spec": "2.1.6", - "npm-run-all2": "6.1.2", - "prettier": "3.2.5", + "npm-run-all2": "6.2.0", + "prettier": "3.3.2", "raw-loader": "4.0.2", "sass-loader": "14.2.1", "script-loader": "0.7.2", @@ -123,8 +123,8 @@ "webpack-cli": "5.1.4" }, "overrides": { - "undici": "6.15.0", - "vite": "5.2.12" + "undici": "6.19.2", + "vite": "5.3.1" }, "lint-staged": { "*.{js,jsx,ts}": [