bullmq 5.63.1 → 5.63.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bullmq",
3
- "version": "5.63.1",
3
+ "version": "5.63.2",
4
4
  "description": "Queue for messages and jobs based on Redis",
5
5
  "homepage": "https://bullmq.io/",
6
6
  "main": "./dist/cjs/index.js",
@@ -29,7 +29,6 @@
29
29
  "copy:lua:python": "cpx \"./rawScripts/*.lua\" ./python/bullmq/commands",
30
30
  "copy:main:type": "cpx \"./dist/esm/classes/main.d.ts\" ./dist/cjs/classes && cpx \"./dist/esm/classes/main-worker.d.ts\" ./dist/cjs/classes",
31
31
  "coverage": "nyc --reporter=text --reporter=lcovonly npm run test",
32
- "cm": "git cz",
33
32
  "docs": "typedoc --excludeExternals --excludeProtected --excludePrivate --readme none src/index.ts",
34
33
  "docs:json": "typedoc --excludeExternals --excludeProtected --excludePrivate --readme none src/index.ts --json ./apiVersions/v5.json --name v5",
35
34
  "dc:up": "docker-compose -f docker-compose.yml up -d",
@@ -55,7 +54,7 @@
55
54
  },
56
55
  "dependencies": {
57
56
  "cron-parser": "^4.9.0",
58
- "ioredis": "^5.4.1",
57
+ "ioredis": "^5.8.2",
59
58
  "msgpackr": "^1.11.2",
60
59
  "node-abort-controller": "^3.1.1",
61
60
  "semver": "^7.5.4",
@@ -63,8 +62,8 @@
63
62
  "uuid": "^11.1.0"
64
63
  },
65
64
  "devDependencies": {
66
- "@commitlint/cli": "^17.0.3",
67
- "@commitlint/config-conventional": "^17.0.3",
65
+ "@commitlint/cli": "^20.1.0",
66
+ "@commitlint/config-conventional": "^20.0.0",
68
67
  "@istanbuljs/nyc-config-typescript": "^1.0.2",
69
68
  "@semantic-release/changelog": "^6.0.1",
70
69
  "@semantic-release/commit-analyzer": "^13.0.1",
@@ -82,12 +81,10 @@
82
81
  "@types/node": "^18.19.127",
83
82
  "@types/semver": "^7.3.9",
84
83
  "@types/sinon": "^10.0.13",
85
- "@types/uuid": "^3.4.10",
86
84
  "@typescript-eslint/eslint-plugin": "^8.37.0",
87
85
  "@typescript-eslint/parser": "^8.37.0",
88
86
  "chai": "^4.3.4",
89
87
  "chai-as-promised": "^7.1.1",
90
- "commitizen": "^4.3.1",
91
88
  "coveralls-next": "^5.0.0",
92
89
  "cpx2": "^8.0.0",
93
90
  "eslint": "^9.32.0",
@@ -119,12 +116,6 @@
119
116
  "typedoc": "^0.28.2",
120
117
  "typescript": "^5.9.2"
121
118
  },
122
- "resolutions": {
123
- "@semantic-release/commit-analyzer/conventional-changelog-angular": "8.1.0",
124
- "@semantic-release/release-notes-generator/conventional-changelog-angular": "8.1.0",
125
- "commitizen/inquirer/external-editor/tmp": "0.2.4",
126
- "tar": ">=7.5.2"
127
- },
128
119
  "nyc": {
129
120
  "extends": "@istanbuljs/nyc-config-typescript",
130
121
  "all": true,
@@ -158,11 +149,6 @@
158
149
  ]
159
150
  }
160
151
  },
161
- "config": {
162
- "commitizen": {
163
- "path": "node_modules/cz-conventional-changelog"
164
- }
165
- },
166
152
  "commitlint": {
167
153
  "extends": [
168
154
  "@commitlint/config-conventional"