You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These projects were blocked by dependencies that failed:
68
69
@azure/abort-controller
69
70
@azure/ai-anomaly-detector
@@ -80,6 +81,7 @@ These projects were blocked by dependencies that failed:
80
81
@azure/core-asynciterator-polyfill
81
82
@azure/core-auth
82
83
@azure/core-client
84
+
@azure/core-crypto
83
85
@azure/core-http
84
86
@azure/core-https
85
87
@azure/core-lro
@@ -141,8 +143,7 @@ rush rebuild (? seconds)
141
143
142
144
143
145
Standard error:
144
-
Your version of Node.js (X.X.X) has not been tested with this release of Rush. Please consider installing a newer version of the "@microsoft/rush" package, or downgrading Node.js.
145
-
Your version of Node.js (X.X.X) is an odd-numbered release. These releases frequently have bugs. Please consider installing a Long Term Support (LTS) version instead.
146
+
Your version of Node.js (X.X.X) has not been tested with this release of the Rush engine. Please consider upgrading the "rushVersion" setting in rush.json, or downgrading Node.js.
Analysis will use the bundled TypeScript version 4.1.3
24
-
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
25
-
Writing: /vue-next/temp/compiler-sfc.api.json
26
-
The API report is up to date: temp/compiler-sfc.api.md
Analysis will use the bundled TypeScript version 4.1.3
32
24
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
@@ -35,6 +27,14 @@ The API report is up to date: temp/compiler-ssr.api.md
Analysis will use the bundled TypeScript version 4.1.3
32
+
*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor.
33
+
Writing: /vue-next/temp/compiler-sfc.api.json
34
+
The API report is up to date: temp/compiler-sfc.api.md
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
81
82
(!) Missing shims for Node.js built-ins
82
83
Creating a browser bundle that depends on 'path', 'url' and 'util'. You might need to include https://github.com/ionic-team/rollup-plugin-node-polyfills
83
84
(!) Missing global variable names
@@ -86,12 +87,11 @@ path (guessing 'path')
86
87
url (guessing 'url')
87
88
util (guessing 'require$$0')
88
89
created packages/compiler-sfc/dist/compiler-sfc.global.js in ?s
89
-
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
90
90
Warning: dist/packages/compiler-sfc/src/compileScript.d.ts:27:36 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
91
91
Warning: dist/packages/compiler-sfc/src/compileScript.d.ts:27:23 - (tsdoc-html-tag-missing-equals) The HTML element has an invalid attribute: Expecting "=" after HTML attribute name
92
92
Warning: dist/packages/compiler-sfc/src/compileStyle.d.ts:18:8 - (tsdoc-missing-deprecation-message) The @deprecated block must include a deprecation message, e.g. describing the recommended alternative
[!] (plugin rpt2) Error: /vue-next/packages/reactivity/src/baseHandlers.ts(192,3): semantic error TS2322: Type '(target: object) => (string | number | symbol)[]' is not assignable to type '(target: object) => ArrayLike<string | symbol>'.
96
96
Type '(string | number | symbol)[]' is not assignable to type 'ArrayLike<string | symbol>'.
0 commit comments