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-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.1  |
| npm         | @types/node                            | 20.12.14 | 20.14.9 |
| npm         | @typescript-eslint/eslint-plugin       | 7.8.0    | 7.15.0  |
| npm         | @typescript-eslint/parser              | 7.8.0    | 7.15.0  |
| 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.5.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.3   |
| npm         | uglify-js                              | 3.17.4   | 3.18.0  |
| npm         | undici                                 | 6.15.0   | 6.19.2  |
| npm         | vite                                   | 5.2.12   | 5.3.2   |
  • Loading branch information
renovate[bot] committed Jul 2, 2024
1 parent 7d5a77e commit ea5cc6d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 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 @@ -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/
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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.1",
"@types/jasmine": "5.1.4",
"@types/node": "20.12.14",
"@types/node": "20.14.9",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"async": "3.2.5",
Expand All @@ -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.5.0",
"eslint-plugin-no-null": "latest",
"eslint-plugin-prefer-arrow": "1.2.3",
"exports-loader": "5.0.0",
Expand All @@ -110,22 +110,22 @@
"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",
"source-map-loader": "5.0.0",
"style-loader": "4.0.0",
"stylus-loader": "8.1.0",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"typescript": "5.5.3",
"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.2"
},
"lint-staged": {
"*.{js,jsx,ts}": [
Expand Down

0 comments on commit ea5cc6d

Please sign in to comment.