Browse Source

Task/upgrade bull-board to version 9.0.1 (#7724)

* Update bull-board to version 9.0.1

* Update changelog
pull/7725/head
Thomas Kaul 3 days ago
committed by GitHub
parent
commit
d2a20a6384
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 40
      package-lock.json
  3. 6
      package.json

1
CHANGELOG.md

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Introduced a timeout for the asset profile and the historical market data gathering jobs - Introduced a timeout for the asset profile and the historical market data gathering jobs
- Reduced the number of attempts of the asset profile and the historical market data gathering jobs - Reduced the number of attempts of the asset profile and the historical market data gathering jobs
- Improved the historical market data gathering by loading the asset profiles with recent market data in a single database query per run - Improved the historical market data gathering by loading the asset profiles with recent market data in a single database query per run
- Upgraded `bull-board` from version `8.6.0` to `9.0.1`
### Fixed ### Fixed

40
package-lock.json

@ -21,9 +21,9 @@
"@angular/platform-browser-dynamic": "22.1.2", "@angular/platform-browser-dynamic": "22.1.2",
"@angular/router": "22.1.2", "@angular/router": "22.1.2",
"@angular/service-worker": "22.1.2", "@angular/service-worker": "22.1.2",
"@bull-board/api": "8.6.0", "@bull-board/api": "9.0.1",
"@bull-board/express": "8.6.0", "@bull-board/express": "9.0.1",
"@bull-board/nestjs": "8.6.0", "@bull-board/nestjs": "9.0.1",
"@codewithdan/observable-store": "2.2.15", "@codewithdan/observable-store": "2.2.15",
"@date-fns/utc": "2.1.1", "@date-fns/utc": "2.1.1",
"@internationalized/number": "3.6.7", "@internationalized/number": "3.6.7",
@ -6156,15 +6156,15 @@
"license": "(Apache-2.0 AND BSD-3-Clause)" "license": "(Apache-2.0 AND BSD-3-Clause)"
}, },
"node_modules/@bull-board/api": { "node_modules/@bull-board/api": {
"version": "8.6.0", "version": "9.0.1",
"resolved": "https://registry.npmjs.org/@bull-board/api/-/api-8.6.0.tgz", "resolved": "https://registry.npmjs.org/@bull-board/api/-/api-9.0.1.tgz",
"integrity": "sha512-tJLkYszUJhvDzTexLT+6/OEUYCWrR5QBKXk+SNlNsxHw8WClSRFEirXMrKwrei3LlMVxPV5lvbBOC7LNNymibQ==", "integrity": "sha512-QZ+SDOlD1MAePNqy8qfs+7zExZyJCW/+nEncGE6Mt/+MlxT9mqvyZWmPUm38QZvIBJGSKaA9i9ZElR9wDbbPhw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"redis-info": "^3.1.0" "redis-info": "^3.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"@bull-board/ui": "8.6.0", "@bull-board/ui": "9.0.1",
"bull": "^4.16.5", "bull": "^4.16.5",
"bullmq": "^5.79.2 || ^6.0.0" "bullmq": "^5.79.2 || ^6.0.0"
}, },
@ -6178,13 +6178,13 @@
} }
}, },
"node_modules/@bull-board/express": { "node_modules/@bull-board/express": {
"version": "8.6.0", "version": "9.0.1",
"resolved": "https://registry.npmjs.org/@bull-board/express/-/express-8.6.0.tgz", "resolved": "https://registry.npmjs.org/@bull-board/express/-/express-9.0.1.tgz",
"integrity": "sha512-R2regQ3HOEOm5rtEmzy67qZsJ8burOaxIBUOiOhkzwuy8LVFQ4dFk0SpmYtUv+d/8m/YQVsL1b/6zCn3AyrpSg==", "integrity": "sha512-eblNP2imr639K9KG0n1sBaJp6lw6pu4/j7q3W+bydxtw83v4wobCcuVUxuhQkRaLTrIUMR/Snulc7+/vtxCshw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@bull-board/api": "8.6.0", "@bull-board/api": "9.0.1",
"@bull-board/ui": "8.6.0", "@bull-board/ui": "9.0.1",
"ejs": "^6.0.1", "ejs": "^6.0.1",
"express": "^5.2.1" "express": "^5.2.1"
} }
@ -6202,12 +6202,12 @@
} }
}, },
"node_modules/@bull-board/nestjs": { "node_modules/@bull-board/nestjs": {
"version": "8.6.0", "version": "9.0.1",
"resolved": "https://registry.npmjs.org/@bull-board/nestjs/-/nestjs-8.6.0.tgz", "resolved": "https://registry.npmjs.org/@bull-board/nestjs/-/nestjs-9.0.1.tgz",
"integrity": "sha512-Ag2AQ7W2LgxFwXxQb9sasgc3SjHjUqD5CKQzsI/vXOFcAriUwlfowWb29C3oBap1fcJQZiJfPHB1ObT1ZQJLoA==", "integrity": "sha512-pVcMZyuZ/X8SLjoayW8aREM1f4RFdI9WlwvHmT9RwlPhRnFLTnGMbnC5LOk+cYR/9WTB/Oeo1SDnzblIR99JtQ==",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"@bull-board/api": "^8.6.0", "@bull-board/api": "^9.0.1",
"@nestjs/bull-shared": "^10.0.0 || ^11.0.0", "@nestjs/bull-shared": "^10.0.0 || ^11.0.0",
"@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0", "@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^9.0.0 || ^10.0.0 || ^11.0.0", "@nestjs/core": "^9.0.0 || ^10.0.0 || ^11.0.0",
@ -6216,12 +6216,12 @@
} }
}, },
"node_modules/@bull-board/ui": { "node_modules/@bull-board/ui": {
"version": "8.6.0", "version": "9.0.1",
"resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-8.6.0.tgz", "resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-9.0.1.tgz",
"integrity": "sha512-Qb/HYNU2JhRYKoyeJhXgeu1ZL4VK5RANmLC/cpzbtZPz5b9b260d0J0Af0L0zGdP6ORYg2XpPQKwrIy7n96AwQ==", "integrity": "sha512-yGg0CMAFCA49IM1zPS+JFvUJW/whftaLtRyMWiVtvyLRd53uX0QW/uTaPcHy0V4bApp6U0FTa9+L9rk/49ciwg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@bull-board/api": "8.6.0" "@bull-board/api": "9.0.1"
} }
}, },
"node_modules/@cacheable/utils": { "node_modules/@cacheable/utils": {

6
package.json

@ -65,9 +65,9 @@
"@angular/platform-browser-dynamic": "22.1.2", "@angular/platform-browser-dynamic": "22.1.2",
"@angular/router": "22.1.2", "@angular/router": "22.1.2",
"@angular/service-worker": "22.1.2", "@angular/service-worker": "22.1.2",
"@bull-board/api": "8.6.0", "@bull-board/api": "9.0.1",
"@bull-board/express": "8.6.0", "@bull-board/express": "9.0.1",
"@bull-board/nestjs": "8.6.0", "@bull-board/nestjs": "9.0.1",
"@codewithdan/observable-store": "2.2.15", "@codewithdan/observable-store": "2.2.15",
"@date-fns/utc": "2.1.1", "@date-fns/utc": "2.1.1",
"@internationalized/number": "3.6.7", "@internationalized/number": "3.6.7",

Loading…
Cancel
Save