|
11 | 11 | "lint": "npm run format:check && npm run lint:eslint", |
12 | 12 | "lint:eslint": "eslint --cache '{lib,test}/**/*.ts'", |
13 | 13 | "test": "npm run lint && npm run build && npm run test:unit", |
14 | | - "test:unit": "node --max-old-space-size=4096 ./node_modules/.bin/jest --runInBand --silent --ci", |
| 14 | + "test:unit": "node --max-old-space-size=4096 ./node_modules/.bin/jest --maxWorkers=2 --silent --ci --detectOpenHandles --verbose --testLocationInResults", |
15 | 15 | "test:unit:debug": "npm run build && DEBUG=* node --max-old-space-size=4096 ./node_modules/.bin/jest", |
16 | 16 | "test:coverage": "npm run test:unit -- --coverage", |
17 | 17 | "test:watch": "tsc-watch --onSuccess 'npm run test:unit'", |
|
43 | 43 | "dependencies": { |
44 | 44 | "@gitbeaker/core": "35.7.0", |
45 | 45 | "@gitbeaker/node": "35.7.0", |
46 | | - "@octokit/auth-app": "^5.0.0", |
| 46 | + "@octokit/auth-app": "^8.1.1", |
47 | 47 | "@octokit/plugin-retry": "4.0.3", |
48 | | - "@octokit/rest": "19.0.5", |
| 48 | + "@octokit/rest": "^22.0.0", |
49 | 49 | "base-64": "^1.0.0", |
50 | 50 | "bottleneck": "2.19.5", |
51 | 51 | "bunyan": "1.8.15", |
|
58 | 58 | "rimraf": "^5.0.7", |
59 | 59 | "simple-git": "3.16.0", |
60 | 60 | "sleep-promise": "8.0.1", |
61 | | - "snyk-request-manager": "1.8.4", |
| 61 | + "snyk-request-manager": "^1.9.0", |
62 | 62 | "source-map-support": "^0.5.16", |
63 | 63 | "split": "1.0.1", |
64 | 64 | "tslib": "^2.6.0", |
65 | 65 | "yargs": "16.2.0" |
66 | 66 | }, |
67 | 67 | "devDependencies": { |
| 68 | + "@babel/preset-env": "^7.28.3", |
68 | 69 | "@octokit/types": "6.14.2", |
69 | | - "@semantic-release/exec": "5.0.0", |
| 70 | + "@semantic-release/exec": "^6.0.3", |
70 | 71 | "@types/base-64": "^1.0.0", |
71 | 72 | "@types/bunyan": "1.8.6", |
72 | 73 | "@types/debug": "4.1.5", |
|
79 | 80 | "@types/split": "1.0.0", |
80 | 81 | "@typescript-eslint/eslint-plugin": "^8.46.0", |
81 | 82 | "@typescript-eslint/parser": "^8.46.0", |
| 83 | + "babel-jest": "^30.2.0", |
82 | 84 | "eslint": "^9.37.0", |
83 | 85 | "eslint-config-prettier": "^10.1.8", |
84 | 86 | "eslint-plugin-check-file": "^3.3.0", |
85 | 87 | "jest": "^29.7.0", |
| 88 | + "memfs": "^4.49.0", |
86 | 89 | "nock": "^13.2.1", |
87 | 90 | "prettier": "2.7.1", |
88 | | - "semantic-release": "17.3.0", |
| 91 | + "semantic-release": "^24.2.9", |
89 | 92 | "ts-jest": "^29.1.5", |
90 | 93 | "tsc-watch": "^4.1.0", |
91 | 94 | "typescript": "^5.9.3", |
92 | 95 | "uuid": "9.0.0" |
93 | 96 | }, |
94 | 97 | "overrides": { |
95 | 98 | "snyk-request-manager": { |
96 | | - "axios": "1.7.4" |
| 99 | + "axios": "^1.11.0" |
97 | 100 | } |
98 | 101 | }, |
99 | 102 | "pkg": { |
|
0 commit comments