Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies, glob, and IntelliSense loc strings #12317

Merged
merged 18 commits into from
Jun 8, 2024
Merged
84 changes: 41 additions & 43 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6480,78 +6480,76 @@
"build": "yarn prep:dts && echo [Building TypeScript code] && tsc --build tsconfig.json"
},
"devDependencies": {
"@octokit/rest": "^18.12.0",
"@octokit/rest": "^20.1.1",
"@types/glob": "^7.1.6",
"@types/minimatch": "^3.0.5",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.0",
"@types/node-fetch": "^2.6.9",
"@types/plist": "^3.0.2",
"@types/semver": "^7.1.0",
"@types/shell-quote": "^1.7.1",
"@types/tmp": "^0.1.0",
"@types/which": "^1.3.2",
"@types/yauzl": "^2.9.1",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.12",
"@types/node-fetch": "^2.6.11",
"@types/plist": "^3.0.5",
"@types/semver": "^7.5.8",
"@types/shell-quote": "^1.7.5",
"@types/tmp": "^0.2.6",
"@types/which": "^2.0.2",
"@types/yauzl": "^2.10.3",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint-plugin-header": "^3.1.1",
"@vscode/test-electron": "^2.3.8",
"@vscode/test-electron": "^2.3.10",
"@vscode/dts": "^0.4.0",
"async-child-process": "^1.1.1",
"await-notify": "^1.0.1",
"eslint": "^8.45.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^46.4.4",
"eslint-plugin-jsdoc": "^48.2.5",
"event-stream": "^4.0.1",
"fs-extra": "^8.1.0",
"gulp": "^4.0.2",
"fs-extra": "^11.2.0",
"gulp": "^5.0.0",
"gulp-env": "^0.4.0",
"gulp-filter": "^6.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^5.0.1",
"minimist": "^1.2.7",
"mocha": "^10.2.0",
"minimist": "^1.2.8",
"mocha": "^10.4.0",
"parse-git-config": "^3.0.0",
"parse5": "^5.1.0",
"parse5": "^7.1.2",
"parse5-traverse": "^1.0.3",
"ts-loader": "^8.1.0",
"ts-node": "10.9.1",
"typescript": "^5.1.3",
"@vscode/debugadapter": "^1.61.0",
"@vscode/debugprotocol": "^1.61.0",
"vscode-nls-dev": "^4.0.0-next.1",
"webpack": "^5.86.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"@vscode/debugadapter": "^1.65.0",
"@vscode/debugprotocol": "^1.65.0",
"vscode-nls-dev": "^4.0.4",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"xml2js": "^0.5.0"
"xml2js": "^0.6.2"
},
"dependencies": {
"@vscode/extension-telemetry": "^0.6.2",
"chokidar": "^3.5.3",
"comment-json": "^4.1.1",
"editorconfig": "^0.15.3",
"escape-string-regexp": "^2.0.0",
"chokidar": "^3.6.0",
"comment-json": "^4.2.3",
"editorconfig": "^2.0.0",
"escape-string-regexp": "^5.0.0",
"glob": "^7.1.6",
"minimatch": "^3.0.5",
"mkdirp": "^0.5.5",
"node-fetch": "^2.6.9",
"mkdirp": "^3.0.1",
"node-fetch": "^3.3.2",
"node-loader": "^2.0.0",
"node-stream-zip": "^1.15.0",
"plist": "^3.0.5",
"plist": "^3.1.0",
"posix-getopt": "^1.2.1",
"shell-quote": "^1.7.3",
"ssh-config": "^4.1.0",
"tmp": "^0.2.1",
"shell-quote": "^1.8.1",
"ssh-config": "^4.4.4",
"tmp": "^0.2.3",
"vscode-cpptools": "^6.1.0",
"vscode-languageclient": "^8.1.0-next.4",
"vscode-nls": "^5.0.0",
"vscode-tas-client": "^0.1.75",
"vscode-languageclient": "^9.0.1",
"vscode-nls": "^5.2.0",
"vscode-tas-client": "^0.1.84",
"which": "^2.0.2"
},
"resolutions": {
"chokidar": "^3.5.3",
"gulp-mocha/mocha/nanoid": "^3.1.20",
"gulp-mocha/mocha/minimatch": "^3.0.5",
"postcss": "^8.4.31",
"gulp-typescript/**/glob-parent": "^5.1.2",
"gulp/**/glob-parent": "^5.1.2"
}
}
2 changes: 1 addition & 1 deletion Extension/src/LanguageServer/codeAnalysis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ export function publishCodeAnalysisDiagnostics(params: PublishCodeAnalysisDiagno
docPage = `checks${checksGroup}/${checksPage}.html`;
}
// TODO: This should be checking the clang-tidy version used to better support usage of older versions.
const primaryDocUri: vscode.Uri = vscode.Uri.parse(`https://releases.llvm.org/18.1.1/tools/clang/tools/extra/docs/clang-tidy/${docPage}`);
const primaryDocUri: vscode.Uri = vscode.Uri.parse(`https://releases.llvm.org/18.1.4/tools/clang/tools/extra/docs/clang-tidy/${docPage}`);
sean-mcmanus marked this conversation as resolved.
Show resolved Hide resolved
diagnostic.code = { value: identifier.code, target: primaryDocUri };

if (new CppSettings().clangTidyCodeActionShowDocumentation) {
Expand Down
2 changes: 1 addition & 1 deletion Extension/src/LanguageServer/configurations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
'use strict';

import * as jsonc from 'comment-json';
import escapeStringRegExp from 'escape-string-regexp';
import * as fastGlob from 'fast-glob';
import * as fs from "fs";
import * as os from 'os';
Expand All @@ -24,7 +25,6 @@ import { PersistentFolderState } from './persistentState';
import { CppSettings, OtherSettings } from './settings';
import { SettingsPanel } from './settingsPanel';
import { ConfigurationType, getUI } from './ui';
import escapeStringRegExp = require('escape-string-regexp');

nls.config({ messageFormat: nls.MessageFormat.bundle, bundleFormat: nls.BundleFormat.standalone })();
const localize: nls.LocalizeFunc = nls.loadMessageBundle();
Expand Down
Loading
Loading