Skip to content

Commit 41ebbde

Browse files
chore(deps): update dependency clang-format to v1.6.0 (#1554)
Co-authored-by: Renovate Bot <[email protected]>
1 parent aea6a3e commit 41ebbde

File tree

9 files changed

+20
-2
lines changed

9 files changed

+20
-2
lines changed

client/src/commands.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
*/
88

99
import * as vscode from 'vscode';
10+
1011
import {ServerOptions} from '../common/initialize';
12+
1113
import {AngularLanguageClient} from './client';
1214
import {ANGULAR_SCHEME, TcbContentProvider} from './providers';
1315

integration/e2e/definition_spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import * as vscode from 'vscode';
2+
23
import {APP_COMPONENT} from '../test_constants';
4+
35
import {activate} from './helper';
46

57
const DEFINITION_COMMAND = 'vscode.executeDefinitionProvider';

integration/e2e/helper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import * as vscode from 'vscode';
2+
23
import {APP_COMPONENT, FOO_TEMPLATE} from '../test_constants';
34

45
export const COMPLETION_COMMAND = 'vscode.executeCompletionItemProvider';

integration/e2e/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {join} from 'path';
22
import {runTests} from 'vscode-test';
3+
34
import {PACKAGE_ROOT, PROJECT_PATH} from '../test_constants';
45

56
async function main() {

integration/pre_apf_project/app/app.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {CommonModule} from '@angular/common';
22
import {NgModule} from '@angular/core';
3+
34
import {AppComponent} from './app.component';
45
import {FooComponent} from './foo.component';
56

integration/test_constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import {join, resolve} from 'path';
2+
23
import {convertPathToFileUrl} from './lsp/test_utils';
34

45
export const PACKAGE_ROOT = resolve(__dirname, '../..');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"@types/jasmine": "3.10.3",
201201
"@types/node": "16.11.19",
202202
"@types/vscode": "1.60.0",
203-
"clang-format": "1.5.0",
203+
"clang-format": "1.6.0",
204204
"esbuild": "0.14.11",
205205
"jasmine": "3.10.0",
206206
"prettier": "2.5.1",

server/src/diagnostic.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
import * as ts from 'typescript/lib/tsserverlibrary';
1010
import * as lsp from 'vscode-languageserver';
11+
1112
import {tsRelatedInformationToLspRelatedInformation, tsTextSpanToLspRange} from './utils';
1213

1314
/**

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,16 @@ cheerio@^1.0.0-rc.9:
752752
parse5-htmlparser2-tree-adapter "^6.0.1"
753753
tslib "^2.2.0"
754754

755-
[email protected], clang-format@^1.4.0:
755+
756+
version "1.6.0"
757+
resolved "https://registry.yarnpkg.com/clang-format/-/clang-format-1.6.0.tgz#48fac4387712aeeae0f47b5d72f639f3fd95f4b6"
758+
integrity sha512-W3/L7fWkA8DoLkz9UGjrRnNi+J5a5TuS2HDLqk6WsicpOzb66MBu4eY/EcXhicHriVnAXWQVyk5/VeHWY6w4ow==
759+
dependencies:
760+
async "^1.5.2"
761+
glob "^7.0.0"
762+
resolve "^1.1.6"
763+
764+
clang-format@^1.4.0:
756765
version "1.5.0"
757766
resolved "https://registry.yarnpkg.com/clang-format/-/clang-format-1.5.0.tgz#1bd4c47b66a1a02556b192b93f5505e7ccec84fb"
758767
integrity sha512-C1LucFX7E+ABVYcPEbBHM4PYQ2+WInXsqsLpFlQ9cmRfSbk7A7b1I06h/nE4bQ3MsyEkb31jY2gC0Dtc76b4IA==

0 commit comments

Comments
 (0)