Skip to content

Commit e00c277

Browse files
authored
Merge branch 'main' into 2225-dev
2 parents a4b714e + c8bad9f commit e00c277

File tree

15 files changed

+518
-985
lines changed

15 files changed

+518
-985
lines changed

.evergreen.yml

Lines changed: 421 additions & 421 deletions
Large diffs are not rendered by default.

.evergreen/node-20-latest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"version": "20.19.1",
2+
"version": "20.19.2",
33
"major": 20,
44
"minor": 19,
5-
"patch": 1,
5+
"patch": 2,
66
"tag": "",
77
"codename": "iron",
88
"versionName": "v20",
99
"start": "2023-04-18T00:00:00.000Z",
1010
"lts": "2023-10-24T00:00:00.000Z",
1111
"maintenance": "2024-10-22T00:00:00.000Z",
1212
"end": "2026-04-30T00:00:00.000Z",
13-
"releaseDate": "2025-04-22T00:00:00.000Z",
13+
"releaseDate": "2025-05-14T00:00:00.000Z",
1414
"isLts": true,
1515
"files": [
1616
"aix-ppc64",

package-lock.json

Lines changed: 2 additions & 214 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser-runtime-core/src/open-context-runtime.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export interface InterpreterEnvironment {
2929
*/
3030
export class OpenContextRuntime implements Runtime {
3131
private interpreterEnvironment: InterpreterEnvironment;
32-
// TODO(MONGOSH-2205): we have to also port this to the new autocomplete
3332
private autocompleter: ShellApiAutocompleter | null = null;
3433
private shellEvaluator: ShellEvaluator;
3534
private instanceState: ShellInstanceState;

packages/cli-repl/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
"@mongosh/shell-evaluator": "^3.11.0",
7878
"@mongosh/snippet-manager": "^3.11.0",
7979
"@mongosh/types": "3.6.2",
80-
"@mongodb-js/mongodb-ts-autocomplete": "^0.2.2",
8180
"@segment/analytics-node": "^1.3.0",
8281
"ansi-escape-sequences": "^5.1.2",
8382
"askcharacter": "^2.0.4",

0 commit comments

Comments
 (0)