Browse Source

Task/upgrade bull-board to version 8.6.0 (#7578)

* Update bull-board to version 8.6.0

* Update changelog
pull/7580/head
Thomas Kaul 1 week ago
committed by GitHub
parent
commit
d47b14f3f9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 50
      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
- Changed the activities count of an account to include draft activities - Changed the activities count of an account to include draft activities
- Extended the _Draft_ tag to activities with a custom asset profile of type `BUY` - Extended the _Draft_ tag to activities with a custom asset profile of type `BUY`
- Improved the language localization for German (`de`) - Improved the language localization for German (`de`)
- Upgraded `bull-board` from version `8.1.2` to `8.6.0`
### Fixed ### Fixed

50
package-lock.json

@ -21,9 +21,9 @@
"@angular/platform-browser-dynamic": "21.2.7", "@angular/platform-browser-dynamic": "21.2.7",
"@angular/router": "21.2.7", "@angular/router": "21.2.7",
"@angular/service-worker": "21.2.7", "@angular/service-worker": "21.2.7",
"@bull-board/api": "8.1.2", "@bull-board/api": "8.6.0",
"@bull-board/express": "8.1.2", "@bull-board/express": "8.6.0",
"@bull-board/nestjs": "8.1.2", "@bull-board/nestjs": "8.6.0",
"@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",
@ -3550,25 +3550,35 @@
"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.1.2", "version": "8.6.0",
"resolved": "https://registry.npmjs.org/@bull-board/api/-/api-8.1.2.tgz", "resolved": "https://registry.npmjs.org/@bull-board/api/-/api-8.6.0.tgz",
"integrity": "sha512-6NGYCIRhHJmmoCwAFA1z4lPpR/D/BdOjyERd2MMeG4Samu05FSjzKKdN55S3ga30EcXeENfYzmNn6IDmVz5OTg==", "integrity": "sha512-tJLkYszUJhvDzTexLT+6/OEUYCWrR5QBKXk+SNlNsxHw8WClSRFEirXMrKwrei3LlMVxPV5lvbBOC7LNNymibQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"redis-info": "^3.1.0" "redis-info": "^3.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"@bull-board/ui": "8.1.2" "@bull-board/ui": "8.6.0",
"bull": "^4.16.5",
"bullmq": "^5.79.2 || ^6.0.0"
},
"peerDependenciesMeta": {
"bull": {
"optional": true
},
"bullmq": {
"optional": true
}
} }
}, },
"node_modules/@bull-board/express": { "node_modules/@bull-board/express": {
"version": "8.1.2", "version": "8.6.0",
"resolved": "https://registry.npmjs.org/@bull-board/express/-/express-8.1.2.tgz", "resolved": "https://registry.npmjs.org/@bull-board/express/-/express-8.6.0.tgz",
"integrity": "sha512-IldpQLXlezJRzk1BVNJjH+Oi3NBRcBopq9bI2ndLs0R+ySK1ux+TtGDUW+eX2fl0wEHwSpuUgPBAJID695zohA==", "integrity": "sha512-R2regQ3HOEOm5rtEmzy67qZsJ8burOaxIBUOiOhkzwuy8LVFQ4dFk0SpmYtUv+d/8m/YQVsL1b/6zCn3AyrpSg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@bull-board/api": "8.1.2", "@bull-board/api": "8.6.0",
"@bull-board/ui": "8.1.2", "@bull-board/ui": "8.6.0",
"ejs": "^6.0.1", "ejs": "^6.0.1",
"express": "^5.2.1" "express": "^5.2.1"
} }
@ -3586,12 +3596,12 @@
} }
}, },
"node_modules/@bull-board/nestjs": { "node_modules/@bull-board/nestjs": {
"version": "8.1.2", "version": "8.6.0",
"resolved": "https://registry.npmjs.org/@bull-board/nestjs/-/nestjs-8.1.2.tgz", "resolved": "https://registry.npmjs.org/@bull-board/nestjs/-/nestjs-8.6.0.tgz",
"integrity": "sha512-7sgESSitxULFSxuWIYx6zUyCgQIVFtw+s5ezGFvdh3/s2dwP2NoOQ76xJn+16cXh0EAFM+rN1f05BAtc0aLlUQ==", "integrity": "sha512-Ag2AQ7W2LgxFwXxQb9sasgc3SjHjUqD5CKQzsI/vXOFcAriUwlfowWb29C3oBap1fcJQZiJfPHB1ObT1ZQJLoA==",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"@bull-board/api": "^8.1.2", "@bull-board/api": "^8.6.0",
"@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",
@ -3600,12 +3610,12 @@
} }
}, },
"node_modules/@bull-board/ui": { "node_modules/@bull-board/ui": {
"version": "8.1.2", "version": "8.6.0",
"resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-8.1.2.tgz", "resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-8.6.0.tgz",
"integrity": "sha512-gC5u9XUSiRile4/VC+WHXtaPvfZV4Mrrz8MSvPe32Hjl2MXStfSuEOb+9Tw/WMpNSZ442tGpFZLz0RDh1Yo3jg==", "integrity": "sha512-Qb/HYNU2JhRYKoyeJhXgeu1ZL4VK5RANmLC/cpzbtZPz5b9b260d0J0Af0L0zGdP6ORYg2XpPQKwrIy7n96AwQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@bull-board/api": "8.1.2" "@bull-board/api": "8.6.0"
} }
}, },
"node_modules/@cacheable/utils": { "node_modules/@cacheable/utils": {

6
package.json

@ -65,9 +65,9 @@
"@angular/platform-browser-dynamic": "21.2.7", "@angular/platform-browser-dynamic": "21.2.7",
"@angular/router": "21.2.7", "@angular/router": "21.2.7",
"@angular/service-worker": "21.2.7", "@angular/service-worker": "21.2.7",
"@bull-board/api": "8.1.2", "@bull-board/api": "8.6.0",
"@bull-board/express": "8.1.2", "@bull-board/express": "8.6.0",
"@bull-board/nestjs": "8.1.2", "@bull-board/nestjs": "8.6.0",
"@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