|
62 | 62 | }
|
63 | 63 | },
|
64 | 64 | "devDependencies": {
|
65 |
| - "@aws-sdk/credential-providers": "^3.515.0", |
| 65 | + "@aws-sdk/credential-providers": "^3.632.0", |
66 | 66 | "@iarna/toml": "^2.2.5",
|
67 | 67 | "@istanbuljs/nyc-config-typescript": "^1.0.2",
|
68 |
| - "@microsoft/api-extractor": "^7.43.1", |
69 |
| - "@microsoft/tsdoc-config": "^0.16.2", |
| 68 | + "@microsoft/api-extractor": "^7.47.5", |
| 69 | + "@microsoft/tsdoc-config": "^0.17.0", |
70 | 70 | "@mongodb-js/zstd": "^1.2.0",
|
71 |
| - "@types/chai": "^4.3.14", |
| 71 | + "@types/chai": "^4.3.17", |
72 | 72 | "@types/chai-subset": "^1.3.5",
|
73 | 73 | "@types/express": "^4.17.21",
|
74 | 74 | "@types/kerberos": "^1.1.5",
|
75 |
| - "@types/mocha": "^10.0.6", |
76 |
| - "@types/node": "^20.14.10", |
| 75 | + "@types/mocha": "^10.0.7", |
| 76 | + "@types/node": "^22.4.1", |
77 | 77 | "@types/saslprep": "^1.0.3",
|
78 | 78 | "@types/semver": "^7.5.8",
|
79 | 79 | "@types/sinon": "^17.0.3",
|
|
99 | 99 | "mocha": "^10.4.0",
|
100 | 100 | "mocha-sinon": "^2.1.2",
|
101 | 101 | "mongodb-client-encryption": "^6.1.0",
|
102 |
| - "mongodb-legacy": "^6.0.1", |
| 102 | + "mongodb-legacy": "^6.1.0", |
103 | 103 | "nyc": "^15.1.0",
|
104 | 104 | "prettier": "^2.8.8",
|
105 |
| - "semver": "^7.6.0", |
106 |
| - "sinon": "^17.0.1", |
| 105 | + "semver": "^7.6.3", |
| 106 | + "sinon": "^18.0.0", |
107 | 107 | "sinon-chai": "^3.7.0",
|
108 | 108 | "snappy": "^7.2.2",
|
109 | 109 | "socks": "^2.8.1",
|
110 | 110 | "source-map-support": "^0.5.21",
|
111 | 111 | "ts-node": "^10.9.2",
|
112 |
| - "tsd": "^0.31.0", |
| 112 | + "tsd": "^0.31.1", |
113 | 113 | "typescript": "5.5",
|
114 | 114 | "typescript-cached-transpile": "^0.0.6",
|
115 | 115 | "v8-heapsnapshot": "^1.3.1",
|
|
126 | 126 | "scripts": {
|
127 | 127 | "build:evergreen": "node .evergreen/generate_evergreen_tasks.js",
|
128 | 128 | "build:ts": "node ./node_modules/typescript/bin/tsc",
|
129 |
| - "build:dts": "npm run build:ts && api-extractor run && node etc/clean_definition_files.cjs && eslint --no-ignore --fix mongodb.d.ts lib/beta.d.ts", |
| 129 | + "build:dts": "npm run build:ts && api-extractor run && node etc/clean_definition_files.cjs && ESLINT_USE_FLAT_CONFIG=false eslint --no-ignore --fix mongodb.d.ts lib/beta.d.ts", |
130 | 130 | "build:docs": "./etc/docs/build.ts",
|
131 | 131 | "build:typedoc": "typedoc",
|
132 | 132 | "build:nightly": "node ./.github/scripts/nightly.mjs",
|
|
136 | 136 | "check:lambda": "mocha --config test/mocha_lambda.json test/integration/node-specific/examples/handler.test.js",
|
137 | 137 | "check:lambda:aws": "mocha --config test/mocha_lambda.json test/integration/node-specific/examples/aws_handler.test.js",
|
138 | 138 | "check:lint": "npm run build:dts && npm run check:dts && npm run check:eslint && npm run check:tsd",
|
139 |
| - "check:eslint": "eslint -v && eslint --max-warnings=0 --ext '.js,.ts' src test", |
| 139 | + "check:eslint": "npm run build:dts && ESLINT_USE_FLAT_CONFIG=false eslint -v && ESLINT_USE_FLAT_CONFIG=false eslint --max-warnings=0 --ext '.js,.ts' src test", |
140 | 140 | "check:tsd": "tsd --version && tsd",
|
141 | 141 | "check:dependencies": "mocha test/action/dependency.test.ts",
|
142 | 142 | "check:dts": "node ./node_modules/typescript/bin/tsc --noEmit mongodb.d.ts && tsd",
|
|
0 commit comments