Skip to content

Commit 72dd538

Browse files
first chunk
1 parent de2c955 commit 72dd538

File tree

4 files changed

+26
-20
lines changed

4 files changed

+26
-20
lines changed

.evergreen/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2108,7 +2108,7 @@ tasks:
21082108
- func: install dependencies
21092109
- func: bootstrap mongo-orchestration
21102110
- func: check resource management feature integration
2111-
- name: check-types-typescript-next-node-types-22.13.0
2111+
- name: check-types-typescript-next-node-types-22.15.3
21122112
tags:
21132113
- check-types-typescript-next
21142114
- typescript-compilation
@@ -2120,10 +2120,10 @@ tasks:
21202120
- {key: NODE_LTS_VERSION, value: '16'}
21212121
- {key: NPM_VERSION, value: '9'}
21222122
- {key: TS_VERSION, value: next}
2123-
- {key: TYPES_VERSION, value: 22.13.0}
2123+
- {key: TYPES_VERSION, value: 22.15.3}
21242124
- func: install dependencies
21252125
- func: check types
2126-
- name: check-types-typescript-current-node-types-22.13.0
2126+
- name: check-types-typescript-current-node-types-22.15.3
21272127
tags:
21282128
- check-types-typescript-current
21292129
- typescript-compilation
@@ -2135,7 +2135,7 @@ tasks:
21352135
- {key: NODE_LTS_VERSION, value: '16'}
21362136
- {key: NPM_VERSION, value: '9'}
21372137
- {key: TS_VERSION, value: current}
2138-
- {key: TYPES_VERSION, value: 22.13.0}
2138+
- {key: TYPES_VERSION, value: 22.15.3}
21392139
- func: install dependencies
21402140
- func: check types
21412141
- name: check-types-typescript-next-node-types-16.x
@@ -2183,7 +2183,7 @@ tasks:
21832183
- {key: TYPES_VERSION, value: 18.11.9}
21842184
- func: install dependencies
21852185
- func: check types
2186-
- name: compile-driver-typescript-current-node-types-22.13.0
2186+
- name: compile-driver-typescript-current-node-types-22.15.3
21872187
tags:
21882188
- compile-driver-typescript-current
21892189
- typescript-compilation
@@ -2195,7 +2195,7 @@ tasks:
21952195
- {key: NODE_LTS_VERSION, value: '16'}
21962196
- {key: NPM_VERSION, value: '9'}
21972197
- {key: TS_VERSION, value: current}
2198-
- {key: TYPES_VERSION, value: 22.13.0}
2198+
- {key: TYPES_VERSION, value: 22.15.3}
21992199
- func: install dependencies
22002200
- func: compile driver
22012201
- name: download-and-merge-coverage

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,15 @@ updates:
2424
# sinon-chai 4.x+ supports chai 5.x+.
2525
- dependency-name: "sinon-chai"
2626
versions: [">=4.0.0"]
27+
# chai-subset requires @types/chai 4.x.
28+
- dependency-name: "@types/chai"
29+
versions: [">=4.0.0"]
2730
# nyc is Node18+ only starting on [email protected].
2831
- dependency-name: "nyc"
2932
versions: [">=16.0.0"]
33+
# mocha-plugin-eslint breaks our lint configuration
34+
- dependency-name: "mocha-plugin-eslint"
35+
versions: [">=10.0.0"]
3036
# we ignore TS as a part of quarterly dependency updates.
3137
- dependency-name: "typescript"
3238
# stay on the supported major version of gcp-metadata

etc/docs/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ app.use((req, res, next) => {
1313
app.use(express.static('docs'));
1414
app.use('/node-mongodb-native', express.static('docs'));
1515

16-
app.get('*', (req, res) => res.redirect('404.html'));
16+
app.get('*path', (req, res) => res.redirect('404.html'));
1717

1818
app.listen(8080, () => {
1919
log('listening on port 8080');

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,20 @@
6565
"@aws-sdk/credential-providers": "^3.632.0",
6666
"@iarna/toml": "^2.2.5",
6767
"@istanbuljs/nyc-config-typescript": "^1.0.2",
68-
"@microsoft/api-extractor": "^7.49.2",
68+
"@microsoft/api-extractor": "^7.52.5",
6969
"@microsoft/tsdoc-config": "^0.17.1",
70-
"@mongodb-js/zstd": "^2.0.0",
70+
"@mongodb-js/zstd": "^2.0.1",
7171
"@types/chai": "^4.3.17",
7272
"@types/chai-subset": "^1.3.5",
73-
"@types/express": "^4.17.21",
73+
"@types/express": "^5.0.1",
7474
"@types/kerberos": "^1.1.5",
7575
"@types/mocha": "^10.0.9",
76-
"@types/node": "^22.13.0",
76+
"@types/node": "^22.15.3",
7777
"@types/saslprep": "^1.0.3",
78-
"@types/semver": "^7.5.8",
79-
"@types/sinon": "^17.0.3",
80-
"@types/sinon-chai": "^3.2.12",
81-
"@types/whatwg-url": "^11.0.5",
78+
"@types/semver": "^7.7.0",
79+
"@types/sinon": "^17.0.4",
80+
"@types/sinon-chai": "^4.0.0",
81+
"@types/whatwg-url": "^13.0.0",
8282
"@typescript-eslint/eslint-plugin": "8.4.0",
8383
"@typescript-eslint/parser": "8.4.0",
8484
"chai": "^4.4.1",
@@ -91,23 +91,23 @@
9191
"eslint-plugin-simple-import-sort": "^12.1.1",
9292
"eslint-plugin-tsdoc": "^0.4.0",
9393
"eslint-plugin-unused-imports": "^4.1.4",
94-
"express": "^4.21.2",
94+
"express": "^5.1.0",
9595
"gcp-metadata": "^5.3.0",
9696
"js-yaml": "^4.1.0",
97-
"mocha": "^10.8.2",
97+
"mocha": "^11.1.0",
9898
"mocha-sinon": "^2.1.2",
9999
"mongodb-client-encryption": "^6.3.0",
100100
"mongodb-legacy": "^6.1.3",
101101
"nyc": "^15.1.0",
102-
"prettier": "^3.4.2",
102+
"prettier": "^3.5.3",
103103
"semver": "^7.7.0",
104-
"sinon": "^18.0.0",
104+
"sinon": "^20.0.0",
105105
"sinon-chai": "^3.7.0",
106106
"snappy": "^7.2.2",
107107
"socks": "^2.8.1",
108108
"source-map-support": "^0.5.21",
109109
"ts-node": "^10.9.2",
110-
"tsd": "^0.31.2",
110+
"tsd": "^0.32.0",
111111
"typescript": "5.5",
112112
"typescript-cached-transpile": "^0.0.6",
113113
"v8-heapsnapshot": "^1.3.1",

0 commit comments

Comments
 (0)