|
61 | 61 | "release-draft": "node ./scripts/release-draft.js"
|
62 | 62 | },
|
63 | 63 | "engines": {
|
64 |
| - "vscode": "^1.58.1", |
| 64 | + "vscode": "^1.62.0", |
65 | 65 | "node": "^14.17.3",
|
66 | 66 | "npm": "^7.19.0"
|
67 | 67 | },
|
|
264 | 264 | },
|
265 | 265 | {
|
266 | 266 | "command": "mdb.exportToNode",
|
267 |
| - "title": "MongoDB: Export To Node" |
| 267 | + "title": "MongoDB: Export To Node.js" |
268 | 268 | },
|
269 | 269 | {
|
270 | 270 | "command": "mdb.addConnection",
|
|
601 | 601 | "command": "mdb.runAllPlaygroundBlocks",
|
602 | 602 | "when": "editorLangId == mongodb"
|
603 | 603 | },
|
| 604 | + { |
| 605 | + "command": "mdb.exportToPython", |
| 606 | + "when": "editorLangId == mongodb" |
| 607 | + }, |
| 608 | + { |
| 609 | + "command": "mdb.exportToJava", |
| 610 | + "when": "editorLangId == mongodb" |
| 611 | + }, |
| 612 | + { |
| 613 | + "command": "mdb.exportToCsharp", |
| 614 | + "when": "editorLangId == mongodb" |
| 615 | + }, |
| 616 | + { |
| 617 | + "command": "mdb.exportToNode", |
| 618 | + "when": "editorLangId == mongodb" |
| 619 | + }, |
604 | 620 | {
|
605 | 621 | "command": "mdb.refreshPlaygroundsFromTreeView",
|
606 | 622 | "when": "false"
|
|
823 | 839 | "items": {
|
824 | 840 | "type": "string"
|
825 | 841 | },
|
826 |
| - "description": "Files and folders to exclude while searching for playground in the the current workspace.", |
| 842 | + "description": "Files and folders to exclude while searching for playgrounds in the the current workspace.", |
827 | 843 | "default": [
|
828 | 844 | "**/.*",
|
829 | 845 | "**/_output/**",
|
|
885 | 901 | }
|
886 | 902 | },
|
887 | 903 | "dependencies": {
|
888 |
| - "@babel/parser": "^7.15.0", |
889 |
| - "@babel/traverse": "^7.15.0", |
| 904 | + "@babel/parser": "^7.16.4", |
| 905 | + "@babel/traverse": "^7.16.3", |
890 | 906 | "@fortawesome/fontawesome-svg-core": "^1.2.36",
|
891 | 907 | "@fortawesome/free-solid-svg-icons": "^5.15.4",
|
892 |
| - "@fortawesome/react-fontawesome": "^0.1.15", |
893 |
| - "@iconify-icons/codicon": "^1.1.18", |
| 908 | + "@fortawesome/react-fontawesome": "^0.1.16", |
| 909 | + "@iconify-icons/codicon": "^1.1.25", |
894 | 910 | "@iconify/react": "^1.1.4",
|
895 | 911 | "@leafygreen-ui/logo": "^6.1.0",
|
896 | 912 | "@leafygreen-ui/toggle": "^7.0.4",
|
897 |
| - "@mongosh/browser-runtime-electron": "^1.0.4", |
898 |
| - "@mongosh/i18n": "^1.0.4", |
899 |
| - "@mongosh/service-provider-server": "^1.0.4", |
900 |
| - "@mongosh/shell-api": "^1.0.4", |
901 |
| - "analytics-node": "^5.0.0", |
902 |
| - "bson": "^4.4.1", |
| 913 | + "@mongosh/browser-runtime-electron": "^1.1.2", |
| 914 | + "@mongosh/i18n": "^1.1.2", |
| 915 | + "@mongosh/service-provider-server": "^1.1.2", |
| 916 | + "@mongosh/shell-api": "^1.1.2", |
| 917 | + "analytics-node": "^5.1.2", |
| 918 | + "bson": "^4.5.4", |
903 | 919 | "bson-transpilers": "^1.2.0",
|
904 | 920 | "classnames": "^2.3.1",
|
905 | 921 | "debug": "^4.3.2",
|
906 |
| - "dotenv": "^8.2.0", |
| 922 | + "dotenv": "^8.6.0", |
907 | 923 | "micromatch": "^4.0.4",
|
908 |
| - "mongodb": "^4.1.3", |
909 |
| - "mongodb-cloud-info": "^1.1.2", |
| 924 | + "mongodb": "^4.2.0", |
| 925 | + "mongodb-cloud-info": "^1.1.3", |
910 | 926 | "mongodb-connection-model": "^21.5.4",
|
911 | 927 | "mongodb-data-service": "^21.5.4",
|
912 | 928 | "mongodb-js-errors": "^0.5.0",
|
913 | 929 | "mongodb-ns": "^2.2.0",
|
914 | 930 | "mongodb-schema": "^9.0.0",
|
915 | 931 | "numeral": "^2.0.6",
|
916 |
| - "react": "^16.13.1", |
917 |
| - "react-dom": "^16.13.1", |
918 |
| - "react-redux": "^7.2.4", |
919 |
| - "redux": "^4.1.1", |
920 |
| - "ts-log": "^2.2.3", |
| 932 | + "react": "^16.14.0", |
| 933 | + "react-dom": "^16.14.0", |
| 934 | + "react-redux": "^7.2.6", |
| 935 | + "redux": "^4.1.2", |
| 936 | + "ts-log": "^2.2.4", |
921 | 937 | "uuid": "^8.3.2",
|
922 | 938 | "vscode-languageclient": "^7.0.0",
|
923 | 939 | "vscode-languageserver": "^7.0.0",
|
924 |
| - "vscode-languageserver-textdocument": "^1.0.1", |
925 |
| - "ws": "^7.4.2" |
| 940 | + "vscode-languageserver-textdocument": "^1.0.2", |
| 941 | + "ws": "^7.5.5" |
926 | 942 | },
|
927 | 943 | "devDependencies": {
|
928 |
| - "@types/analytics-node": "^3.1.5", |
929 |
| - "@types/babel__core": "^7.1.15", |
| 944 | + "@types/analytics-node": "^3.1.7", |
| 945 | + "@types/babel__core": "^7.1.16", |
930 | 946 | "@types/babel__traverse": "^7.14.2",
|
931 |
| - "@types/chai": "^4.2.21", |
| 947 | + "@types/chai": "^4.2.22", |
932 | 948 | "@types/chai-fs": "^2.0.2",
|
933 | 949 | "@types/chai-json-schema": "^1.4.6",
|
934 | 950 | "@types/classnames": "^2.3.1",
|
935 | 951 | "@types/debug": "^4.1.7",
|
936 |
| - "@types/enzyme": "^3.10.9", |
937 |
| - "@types/glob": "^7.1.4", |
| 952 | + "@types/enzyme": "^3.10.10", |
| 953 | + "@types/glob": "^7.2.0", |
938 | 954 | "@types/jest": "^26.0.24",
|
939 |
| - "@types/mocha": "^8.2.0", |
940 |
| - "@types/node": "^14.14.22", |
941 |
| - "@types/react": "^17.0.15", |
942 |
| - "@types/react-dom": "^17.0.9", |
943 |
| - "@types/sinon": "^9.0.10", |
944 |
| - "@types/uuid": "^8.3.1", |
945 |
| - "@types/vscode": "^1.58.1", |
| 955 | + "@types/mocha": "^8.2.3", |
| 956 | + "@types/node": "^14.17.33", |
| 957 | + "@types/react": "^17.0.35", |
| 958 | + "@types/react-dom": "^17.0.11", |
| 959 | + "@types/sinon": "^9.0.11", |
| 960 | + "@types/uuid": "^8.3.3", |
| 961 | + "@types/vscode": "^1.62.0", |
946 | 962 | "@types/ws": "^7.4.7",
|
947 |
| - "@typescript-eslint/eslint-plugin": "^4.29.0", |
948 |
| - "@typescript-eslint/parser": "^4.29.0", |
949 |
| - "autoprefixer": "^9.7.5", |
| 963 | + "@typescript-eslint/eslint-plugin": "^4.33.0", |
| 964 | + "@typescript-eslint/parser": "^4.33.0", |
| 965 | + "autoprefixer": "^9.8.8", |
950 | 966 | "chai": "^4.3.4",
|
951 | 967 | "chai-as-promised": "^7.1.1",
|
952 | 968 | "chai-fs": "^2.0.0",
|
|
955 | 971 | "cli-ux": "^5.6.3",
|
956 | 972 | "context-map-webpack-plugin": "^0.1.0",
|
957 | 973 | "cross-env": "^7.0.3",
|
958 |
| - "css-loader": "^3.4.2", |
| 974 | + "css-loader": "^3.6.0", |
959 | 975 | "depcheck": "^1.4.2",
|
960 | 976 | "download": "^8.0.0",
|
961 | 977 | "enzyme": "^3.11.0",
|
962 | 978 | "enzyme-adapter-react-16": "^1.15.6",
|
963 | 979 | "eslint": "^6.8.0",
|
964 | 980 | "eslint-config-mongodb-js": "^5.0.3",
|
965 |
| - "eslint-plugin-mocha": "^8.0.0", |
| 981 | + "eslint-plugin-mocha": "^8.2.0", |
966 | 982 | "execa": "^1.0.0",
|
967 |
| - "glob": "^7.1.7", |
968 |
| - "jest": "^26.5.2", |
969 |
| - "jest-junit": "^12.2.0", |
| 983 | + "glob": "^7.2.0", |
| 984 | + "jest": "^26.6.3", |
| 985 | + "jest-junit": "^12.3.0", |
970 | 986 | "jest-transform-stub": "^2.0.0",
|
971 | 987 | "less": "^3.13.1",
|
972 | 988 | "less-loader": "^5.0.0",
|
973 | 989 | "meow": "^9.0.0",
|
974 | 990 | "mkdirp": "^1.0.4",
|
975 |
| - "mocha": "^8.2.1", |
976 |
| - "mocha-junit-reporter": "^2.0.0", |
977 |
| - "mocha-multi": "^1.1.3", |
| 991 | + "mocha": "^8.4.0", |
| 992 | + "mocha-junit-reporter": "^2.0.2", |
| 993 | + "mocha-multi": "^1.1.5", |
978 | 994 | "mongodb-ace-autocompleter": "^0.8.0",
|
979 | 995 | "mongodb-build-info": "^1.2.0",
|
980 | 996 | "mongodb-runner": "^4.8.3",
|
|
986 | 1002 | "semver": "^7.3.5",
|
987 | 1003 | "sinon": "^9.2.4",
|
988 | 1004 | "sinon-chai": "^3.7.0",
|
989 |
| - "style-loader": "^1.1.3", |
990 |
| - "ts-jest": "^26.5.0", |
991 |
| - "ts-loader": "^8.0.14", |
| 1005 | + "style-loader": "^1.3.0", |
| 1006 | + "ts-jest": "^26.5.6", |
| 1007 | + "ts-loader": "^8.3.0", |
992 | 1008 | "ts-node": "^9.1.1",
|
993 |
| - "typescript": "^4.3.5", |
994 |
| - "vsce": "^1.96.1", |
| 1009 | + "typescript": "^4.5.2", |
| 1010 | + "vsce": "^1.103.1", |
995 | 1011 | "vscode-test": "^1.6.1",
|
996 | 1012 | "webpack": "^4.46.0",
|
997 |
| - "webpack-cli": "^3.3.11", |
| 1013 | + "webpack-cli": "^3.3.12", |
998 | 1014 | "xvfb-maybe": "^0.2.1",
|
999 | 1015 | "yargs-parser": "^20.2.9"
|
1000 | 1016 | },
|
|
0 commit comments