Skip to content

Commit 1ac2cae

Browse files
Update user baselines +cc @sandersn
1 parent 3d24b85 commit 1ac2cae

12 files changed

+534
-828
lines changed

Diff for: tests/baselines/reference/docker/azure-sdk.log

+20-16
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ Exit Code: 1
22
Standard output:
33

44
Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
5-
Node.js version is 15.13.0 (unstable)
5+
Node.js version is 15.14.0 (unstable)
66
Starting "rush rebuild"
77
Executing a maximum of ?simultaneous processes...
8-
==[ @azure/eslint-plugin-azure-sdk ]==============================[ 1 of 77 ]==
9-
"@azure-tests/perf-ai-metrics-advisor" is blocked by "@azure/eslint-plugin-azure-sdk".
8+
==[ @azure/eslint-plugin-azure-sdk ]==============================[ 1 of 79 ]==
9+
"@azure-rest/ai-document-translator" is blocked by "@azure/eslint-plugin-azure-sdk".
10+
"@azure-rest/core-client" is blocked by "@azure/eslint-plugin-azure-sdk".
1011
"@azure/abort-controller" is blocked by "@azure/eslint-plugin-azure-sdk".
1112
"@azure/ai-text-analytics" is blocked by "@azure/eslint-plugin-azure-sdk".
1213
"@azure-tests/perf-ai-text-analytics" is blocked by "@azure/eslint-plugin-azure-sdk".
@@ -67,6 +68,7 @@ Executing a maximum of ?simultaneous processes...
6768
"@azure/synapse-spark" is blocked by "@azure/eslint-plugin-azure-sdk".
6869
"@azure/template" is blocked by "@azure/eslint-plugin-azure-sdk".
6970
"@azure/test-utils-perfstress" is blocked by "@azure/eslint-plugin-azure-sdk".
71+
"@azure-tests/perf-ai-metrics-advisor" is blocked by "@azure/eslint-plugin-azure-sdk".
7072
"@azure/test-utils-recorder" is blocked by "@azure/eslint-plugin-azure-sdk".
7173
"@azure/storage-internal-avro" is blocked by "@azure/eslint-plugin-azure-sdk".
7274
"@azure/test-utils-multi-version" is blocked by "@azure/eslint-plugin-azure-sdk".
@@ -81,9 +83,11 @@ Executing a maximum of ?simultaneous processes...
8183
"@azure/core-xml" is blocked by "@azure/eslint-plugin-azure-sdk".
8284
"@azure/event-processor-host" is blocked by "@azure/eslint-plugin-azure-sdk".
8385
"@azure/logger" is blocked by "@azure/eslint-plugin-azure-sdk".
84-
==[ @azure/dev-tool ]============================================[ 77 of 77 ]==
85-
==[ BLOCKED: 75 projects ]=====================================================
86+
==[ @azure/dev-tool ]============================================[ 79 of 79 ]==
87+
==[ BLOCKED: 77 projects ]=====================================================
8688
These projects were blocked by dependencies that failed:
89+
@azure-rest/ai-document-translator
90+
@azure-rest/core-client
8791
@azure-tests/perf-ai-form-recognizer
8892
@azure-tests/perf-ai-metrics-advisor
8993
@azure-tests/perf-ai-text-analytics
@@ -162,17 +166,17 @@ These projects were blocked by dependencies that failed:
162166
==[ FAILURE: 2 projects ]======================================================
163167
--[ FAILURE: @azure/eslint-plugin-azure-sdk ]----------------[ ? seconds ]--
164168
Invoking: tsc -p tsconfig.build.json && prettier --write dist/**/*.{js,json,md}
165-
../../temp/node_modules/.pnpm/@typescript-eslint/experimental-utils@X.X.X_eslint@X.X.X+typescript@X.X.X/node_modules/@typescript-eslint/experimental-utils/_ts3.4/dist/ast-utils/eslint-utils/astUtilities.d.ts:22:136 - error TS2307: Cannot find module '@typescript-eslint/scope-manager/dist/scope/Scope'.
166-
22 declare const getPropertyName: (node: TSESTree.MemberExpression | TSESTree.Property | TSESTree.MethodDefinition, initialScope?: import("@typescript-eslint/scope-manager/dist/scope/Scope").Scope | undefined) => string | null;
167-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
168-
../../temp/node_modules/.pnpm/@typescript-eslint/experimental-utils@X.X.X_eslint@X.X.X+typescript@X.X.X/node_modules/@typescript-eslint/experimental-utils/_ts3.4/dist/ast-utils/eslint-utils/astUtilities.d.ts:34:75 - error TS2307: Cannot find module '@typescript-eslint/scope-manager/dist/scope/Scope'.
169-
34 declare const getStaticValue: (node: TSESTree.Node, initialScope?: import("@typescript-eslint/scope-manager/dist/scope/Scope").Scope | undefined) => {
170-
...35 lines omitted...
171-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
172-
src/rules/ts-use-interface-parameters.ts:13:8 - error TS2307: Cannot find module '@typescript-eslint/typescript-estree/dist/parser-options'.
173-
13 } from "@typescript-eslint/typescript-estree/dist/parser-options";
174-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
175-
Found 10 errors.
169+
src/rules/ts-package-json-name.ts:66:48 - error TS1109: Expression expected.
170+
66 const subScopeSuffix = subScope ?? "";
171+
~
172+
src/rules/ts-package-json-name.ts:66:52 - error TS1005: ':' expected.
173+
66 const subScopeSuffix = subScope ?? "";
174+
...5 lines omitted...
175+
~
176+
src/rules/ts-package-json-name.ts:93:71 - error TS1005: ':' expected.
177+
93 const [_, subScope] = packageName.match(/^@azure(-[a-z]+)?\//) ?? [];
178+
~
179+
Found 4 errors.
176180
--[ FAILURE: @azure/dev-tool ]-------------------------------[ ? seconds ]--
177181
Invoking: tsc
178182
src/commands/about.ts(39,44): error TS1109: Expression expected.

0 commit comments

Comments
 (0)