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                | 18.3.1   | 18.4.0  |
| npm         | @angular-eslint/eslint-plugin          | 18.3.1   | 18.4.0  |
| npm         | @angular-eslint/eslint-plugin-template | 18.3.1   | 18.4.0  |
| npm         | @angular-eslint/schematics             | 18.3.1   | 18.4.0  |
| npm         | @angular-eslint/template-parser        | 18.3.1   | 18.4.0  |
| npm         | @eslint/js                             | 9.10.0   | 9.13.0  |
| npm         | @ng-select/ng-select                   | 13.7.2   | 13.9.1  |
| npm         | @playwright/test                       | 1.47.2   | 1.48.2  |
| npm         | @types/node                            | 20.16.14 | 20.17.1 |
| npm         | @typescript-eslint/eslint-plugin       | 8.4.0    | 8.11.0  |
| npm         | @typescript-eslint/parser              | 8.4.0    | 8.11.0  |
| npm         | acorn                                  | 8.12.1   | 8.14.0  |
| github-tags | actions/checkout                       | v4.1.7   | v4.2.2  |
| npm         | billboard.js                           | 3.13.0   | 3.14.0  |
| npm         | eslint                                 | 9.10.0   | 9.13.0  |
| npm         | eslint-plugin-jsdoc                    | 50.2.5   | 50.4.3  |
| npm         | ngx-bootstrap                          | 18.0.2   | 18.1.3  |
| npm         | tslib                                  | 2.7.0    | 2.8.0   |
| npm         | typescript                             | 5.5.4    | 5.6.3   |
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 6fd0970 commit 7bbcb95
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master-protection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: rokroskar/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2

- name: Check Tag
run: |
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denbi/cloud-portal-webapp",
"version": "4.899.0",
"version": "4.900.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand Down Expand Up @@ -35,14 +35,14 @@
"@coreui/coreui": "5.1.2",
"@coreui/icons-angular": "5.2.21",
"@ng-bootstrap/ng-bootstrap": "17.0.1",
"@ng-select/ng-select": "13.7.2",
"@ng-select/ng-select": "13.9.1",
"@sindresorhus/transliterate": "1.6.0",
"@types/d3": "7.4.3",
"@types/jquery": "3.5.31",
"acorn": "8.12.1",
"acorn": "8.14.0",
"ajv-formats": "3.0.1",
"angulartics2": "14.1.0",
"billboard.js": "3.13.0",
"billboard.js": "3.14.0",
"bootstrap": "5.3.3",
"chart.js": "4.4.5",
"cli-color": "2.0.4",
Expand All @@ -61,7 +61,7 @@
"moment": "2.30.1",
"ng2-charts": "6.0.1",
"ng2-cookies": "1.0.12",
"ngx-bootstrap": "18.0.2",
"ngx-bootstrap": "18.1.3",
"ngx-clipboard": "16.0.0",
"ngx-cookie-service": "18.0.0",
"ngx-matomo-client": "6.3.1",
Expand All @@ -74,29 +74,29 @@
"slash": "^5.0.0",
"svg2pdf.js": "2.2.4",
"ts-helpers": "1.1.2",
"tslib": "2.7.0",
"tslib": "2.8.0",
"uglify-js": "3.19.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.7",
"@angular-eslint/builder": "18.3.1",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/schematics": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular-eslint/builder": "18.4.0",
"@angular-eslint/eslint-plugin-template": "18.4.0",
"@angular-eslint/schematics": "18.4.0",
"@angular-eslint/template-parser": "18.4.0",
"@angular/cli": "^18.1.4",
"@angular/compiler-cli": "18.2.8",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@playwright/test": "1.47.2",
"@playwright/test": "1.48.2",
"@types/jasmine": "5.1.4",
"@types/node": "20.16.14",
"@types/node": "20.17.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"async": "3.2.6",
"audit-ci": "7.1.0",
"autoprefixer": "10.4.20",
"eslint": "^9.0.0",
"eslint-plugin-jsdoc": "50.2.5",
"eslint-plugin-jsdoc": "50.4.3",
"eslint-plugin-no-null": "latest",
"eslint-plugin-prefer-arrow": "1.2.3",
"exports-loader": "5.0.0",
Expand All @@ -118,7 +118,7 @@
"style-loader": "4.0.0",
"stylus-loader": "8.1.1",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"typescript": "5.6.3",
"url-loader": "4.1.1",
"webpack-cli": "5.1.4"
},
Expand Down

0 comments on commit 7bbcb95

Please sign in to comment.