From cb11f8fbdeb65c021ee03fffd744b943a167c3dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 01:05:24 +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.2 | | npm | @playwright/test | 1.43.1 | 1.45.0 | | npm | @types/node | 20.12.14 | 20.14.8 | | npm | @typescript-eslint/eslint-plugin | 7.8.0 | 7.14.1 | | npm | @typescript-eslint/parser | 7.8.0 | 7.14.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 | | npm | eslint-plugin-jsdoc | 48.2.7 | 48.4.0 | | 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 | typescript | 5.4.5 | 5.5.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 | 38 ++++++++++++++-------------- 3 files changed, 21 insertions(+), 21 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 5afada3c1a..22f43435d6 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.2", "@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", @@ -76,19 +76,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.45.0", "@types/jasmine": "5.1.4", - "@types/node": "20.12.14", + "@types/node": "20.14.8", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "async": "3.2.5", @@ -97,7 +97,7 @@ "eslint": "^8.57.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-import": "^2.29.0", - "eslint-plugin-jsdoc": "48.2.7", + "eslint-plugin-jsdoc": "48.4.0", "eslint-plugin-no-null": "latest", "eslint-plugin-prefer-arrow": "1.2.3", "exports-loader": "5.0.0", @@ -110,8 +110,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", @@ -119,13 +119,13 @@ "style-loader": "4.0.0", "stylus-loader": "8.1.0", "ts-node": "10.9.2", - "typescript": "5.4.5", + "typescript": "5.5.2", "url-loader": "4.1.1", "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}": [