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         | @eslint/js                       | 9.10.0 | 9.11.1 |
| npm         | @ng-select/ng-select             | 13.7.2 | 13.9.0 |
| npm         | @typescript-eslint/eslint-plugin | 8.4.0  | 8.8.0  |
| npm         | @typescript-eslint/parser        | 8.4.0  | 8.8.0  |
| github-tags | actions/checkout                 | v4.1.7 | v4.2.0 |
| npm         | eslint                           | 9.10.0 | 9.11.1 |
| npm         | eslint-plugin-jsdoc              | 50.2.5 | 50.3.1 |
| npm         | typescript                       | 5.5.4  | 5.6.2  |
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 039904c commit 9e06c21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.0

- name: Check Tag
run: |
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denbi/cloud-portal-webapp",
"version": "4.887.0",
"version": "4.888.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@coreui/coreui": "5.1.2",
"@coreui/icons-angular": "5.2.19",
"@ng-bootstrap/ng-bootstrap": "17.0.1",
"@ng-select/ng-select": "13.7.2",
"@ng-select/ng-select": "13.9.0",
"@sindresorhus/transliterate": "1.6.0",
"@types/d3": "7.4.3",
"@types/jquery": "3.5.31",
Expand Down Expand Up @@ -96,7 +96,7 @@
"audit-ci": "7.1.0",
"autoprefixer": "10.4.20",
"eslint": "^9.0.0",
"eslint-plugin-jsdoc": "50.2.5",
"eslint-plugin-jsdoc": "50.3.1",
"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.2",
"url-loader": "4.1.1",
"webpack-cli": "5.1.4"
},
Expand Down

0 comments on commit 9e06c21

Please sign in to comment.