fix(common): yarn check #366
Errors 11
Found 11 errors
Annotations
Check failure on line 1 in cli/cli-ui-schematics-component/package.json
github-actions / Release
Error release workspace @atls/cli-ui-schematics-component
Exit code 1
Raw output
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ src/request-project-information/request-project-information.component.tsx:55:30 TS2304 │
│ │
│ 53 | // eslint-disable-next-line │
│ 54 | onSelect={(v) => setType(v.value)} │
│> 55 | indicatorComponent={IndicatorComponent} │
│ | ^ │
│ 56 | /> │
│ 57 | </Box> │
│ 58 | ) │
│ │
│ Cannot find name 'IndicatorComponent'. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Check failure on line 1 in yarn/cli/package.json
github-actions / Release
Error release workspace @atls/yarn-cli
Exit code 1
Raw output
➤ YN0000: ┌ Building the CLI
::group::Building the CLI
➤ YN0001: │ Error: Build failed with 1 error:
../../code/code-service/src/webpack.config.ts:6:0: ERROR: Expected "from" but found "import"
at failureErrorWithLog (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:1466:15)
at /home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:935:25
at runOnEndCallbacks (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:1306:45)
at buildResponseToResult (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:933:7)
at /home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:960:16
at responseCallbacks.<computed> (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:612:9)
at handleIncomingPacket (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:667:12)
at Socket.readFromStdout (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:590:7)
at Socket.emit (node:events:524:28)
at addChunk (node:internal/streams/readable:561:12)
::endgroup::
➤ YN0001: Error: Build failed with 1 error:
../../code/code-service/src/webpack.config.ts:6:0: ERROR: Expected "from" but found "import"
at failureErrorWithLog (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:1466:15)
at /home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:935:25
at runOnEndCallbacks (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:1306:45)
at buildResponseToResult (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:933:7)
at /home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:960:16
at responseCallbacks.<computed> (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:612:9)
at handleIncomingPacket (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:667:12)
at Socket.readFromStdout (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:590:7)
at Socket.emit (node:events:524:28)
at addChunk (node:internal/streams/readable:561:12)
➤ YN0000: └ Completed in 10s 345ms
➤ YN0001: ✘ Failed to build the CLI
Check failure on line 1 in code/code-commit/package.json
github-actions / Release
Error release workspace @atls/code-commit
Exit code 1
Raw output
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ src/commit.linter.ts:76:27 TS1361 │
│ │
│ 74 | const possibleScopeValuesArray = ['common', 'github', ...allowedScopes] │
│ 75 | // eslint-disable-next-line no-param-reassign │
│> 76 | rules['scope-enum'] = [RuleConfigSeverity.Error, 'always', possibleScopeValuesArray] │
│ | ^ │
│ 77 | │
│ 78 | return rules │
│ 79 | } │
│ │
│ 'RuleConfigSeverity' cannot be used as a value because it was imported using 'import type'. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Check failure on line 1 in yarn/plugin-format/package.json
github-actions / Release
Error release workspace @atls/yarn-plugin-format
Exit code 1
Raw output
➤ YN0000: ┌ Building @yarnpkg/plugin-format
::group::Building @yarnpkg/plugin-format
➤ YN0001: │ Error: Build failed with 1 error:
../../prettier/plugin/src/printers.ts:11:16: ERROR: Top-level await is currently not supported with the "iife" output format
at failureErrorWithLog (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:1466:15)
at /home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:935:25
at runOnEndCallbacks (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:1306:45)
at buildResponseToResult (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:933:7)
at /home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:960:16
at responseCallbacks.<computed> (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:612:9)
at handleIncomingPacket (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:667:12)
at Socket.readFromStdout (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:590:7)
at Socket.emit (node:events:524:28)
at addChunk (node:internal/streams/readable:561:12)
::endgroup::
➤ YN0001: Error: Build failed with 1 error:
../../prettier/plugin/src/printers.ts:11:16: ERROR: Top-level await is currently not supported with the "iife" output format
at failureErrorWithLog (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:1466:15)
at /home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:935:25
at runOnEndCallbacks (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:1306:45)
at buildResponseToResult (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:933:7)
at /home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:960:16
at responseCallbacks.<computed> (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:612:9)
at handleIncomingPacket (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:667:12)
at Socket.readFromStdout (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:590:7)
at Socket.emit (node:events:524:28)
at addChunk (node:internal/streams/readable:561:12)
➤ YN0000: └ Completed in 3s 811ms
➤ YN0001: ✘ Failed to build @yarnpkg/plugin-format
Check failure on line 1 in code/code-github/package.json
github-actions / Release
Error release workspace @atls/code-github
Exit code 1
Raw output
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@octokit-auth-token-npm-5.1.1-eaee62a7d6-956ee8166a.zip/node_modules/@octokit/auth-token/dist-types/types.d.ts:1:35 TS2307 │
│ │
│> 1 | import type * as OctokitTypes from "@octokit/types"; │
│ | ^ │
│ 2 | export type AnyResponse = OctokitTypes.OctokitResponse<any>; │
│ 3 | export type StrategyInterface = OctokitTypes.StrategyInterface<[ │
│ 4 | Token │
│ │
│ Cannot find module '@octokit/types' or its corresponding type declarations. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Check failure on line 1 in code/code-pack/package.json
github-actions / Release
Error release workspace @atls/code-pack
Exit code 1
Raw output
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ src/tag.utils.ts:57:2 TS2578 │
│ │
│ 55 | const revision = await getRevision() │
│ 56 | // eslint-disable-next-line @typescript-eslint/no-deprecated │
│> 57 | // @ts-expect-error deprecated │
│ | ^ │
│ 58 | const hash = revision.substr(0, 7) │
│ 59 | │
│ 60 | if (tagPolicy === 'hash-timestamp') { │
│ │
│ Unused '@ts-expect-error' directive. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Check failure on line 1 in code/code-schematics/package.json
github-actions / Release
Error release workspace @atls/code-schematics
Exit code 1
Raw output
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/__virtual__/@angular-devkit-core-virtual-09fdbb7e5f/0/cache/@angular-devkit-core-npm-18.2.2-5b399fd162-2a6161631b.zip/node_modules/@ TS258 │
│ angular-devkit/core/node/cli-logger.d.ts:10:27 0 │
│ │
│ 8 | import { logging } from '../src'; │
│ 9 | export interface ProcessOutput { │
│> 10 | write(buffer: string | Buffer): boolean; │
│ | ^ │
│ 11 | } │
│ 12 | /** │
│ 13 | * A Logger that sends information to STDOUT and STDERR. │
│ │
│ Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/__virtual__/@angular-devkit-core-virtual-09fdbb7e5f/0/cache/@angular-devkit-core-npm-18.2.2-5b399fd162-2a6161631b.zip/node_modules/@ TS230 │
│ angular-devkit/core/node/host.d.ts:8:22 7 │
│ │
│ 6 | * found in the LICENSE file at https://angular.dev/license │
│ 7 | */ │
│> 8 | import { Stats } from 'node:fs'; │
│ | ^ │
│ 9 | import { Observable } from 'rxjs'; │
│ 10 | import { Path, PathFragment, virtualFs } from '../src'; │
│ 11 | /** │
│ │
│ Cannot find module 'node:fs' or its corresponding type declarations. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/__virtual__/@angular-devkit-core-virtual-09fdbb7e5f/0/cache/@angular-devkit-core-npm-18.2.2-5b399fd162-2a6161631b.zip/node_modules/@ TS241 │
│ angular-devkit/core/src/utils/partially-ordered-set.d.ts:21:4 6 │
│ │
│ 19 | has(item: T): boolean; │
│ 20 | get size(): number; │
│> 21 | forEach(callbackfn: (value: T, value2: T, set: PartiallyOrderedSet<T>) => void, thisArg?: any): void; │
│ | ^ │
│ 22 | /** │
│ 23 | * Returns an iterable of [v,v] pairs for every value `v` in the set. │
│ 24 | */ │
│ │
│ Property 'forEach' in type 'PartiallyOrderedSet<T>' is not assignable to the same property in base type 'Set<T>'. │
│ Type '(callbackfn: (value: T, value2: T, set: PartiallyOrderedSet<T>) => void, thisArg?: any) => void' is not assignable to type '(callbackfn: (value: │
│ T, value2: T, set: Set<T>) => void, thisArg?: any) => void'. │
│ Types of parameters 'callbackfn' and 'callbackfn' are incompatible. │
│ Types of parameters 'set' and 'set' are incompatible. │
│ Type 'PartiallyOrderedSet<T>' is missing the following properties from type 'Set<T>': union, intersection, difference, symmetricDifference, and 3 │
│ more. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/engine/engine.d.ts TS230 │
│ :10:20 7 │
│ │
│ 8 | import { BaseException } from '@angular-devkit/core'; │
│ 9 | import { Observable } from 'rxjs'; │
│> 10 | import { Url } from 'url'; │
│ | ^ │
│ 11 | import { MergeStrategy } from '../tree/interface'; │
│ 12 | import { Workflow } from '../workflow/interface'; │
│ 13 | import { Collection, CollectionDescription, Engine, EngineHost, ExecutionOptions, Schematic, SchematicContext, SchematicDescription, Source, │
│TaskConfiguration, TaskId, TaskInfo, TypedSchematicContext } from './interface'; │
│ │
│ Cannot find module 'url' or its corresponding type declarations. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/engine/interface.d TS230 │
│ .ts:10:20 7 │
│ │
│ 8 | import { logging } from '@angular-devkit/core'; │
│ 9 | import { Observable } from 'rxjs'; │
│> 10 | import { Url } from 'url'; │
│ | ^ │
│ 11 | import { FileEntry, MergeStrategy, Tree } from '../tree/interface'; │
│ 12 | import { Workflow } from '../workflow/interface'; │
│ 13 | export interface TaskConfiguration<T = {}> { │
│ │
│ Cannot find module 'url' or its corresponding type declarations. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/sink/dryrun.d.ts:2 TS258 │
│ 3:13 0 │
│ │
│ 21 | kind: 'create'; │
│ 22 | path: string; │
│> 23 | content: Buffer; │
│ | ^ │
│ 24 | } │
│ 25 | export interface DryRunUpdateEvent { │
│ 26 | kind: 'update'; │
│ │
│ Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/sink/dryrun.d.ts:2 TS258 │
│ 8:13 0 │
│ │
│ 26 | kind: 'update'; │
│ 27 | path: string; │
│> 28 | content: Buffer; │
│ | ^ │
│ 29 | } │
│ 30 | export interface DryRunRenameEvent { │
│ 31 | kind: 'rename'; │
│ │
│ Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/sink/host.d.ts:17: TS258 │
│ 40 0 │
│ │
│ 15 | protected _filesToDelete: Set<Path>; │
│ 16 | protected _filesToRename: Set<[Path, Path]>; │
│> 17 | protected _filesToCreate: Map<Path, Buffer>; │
│ | ^ │
│ 18 | protected _filesToUpdate: Map<Path, Buffer>; │
│ 19 | constructor(_host: virtualFs.Host, _force?: boolean); │
│ 20 | protected _validateCreateAction(action: CreateFileAction): Observable<void>; │
│ │
│ Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/sink/host.d.ts:18: TS258 │
│ 40 0 │
│ │
│ 16 | protected _filesToRename: Set<[Path, Path]>; │
│ 17 | protected _filesToCreate: Map<Path, Buffer>; │
│> 18 | protected _filesToUpdate: Map<Path, Buffer>; │
│ | ^ │
│ 19 | constructor(_host: virtualFs.Host, _force?: boolean); │
│ 20 | protected _validateCreateAction(action: CreateFileAction): Observable<void>; │
│ 21 | protected _validateFileExists(p: Path): Observable<boolean>; │
│ │
│ Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/sink/host.d.ts:22: TS258 │
│ 50 0 │
│ │
│ 20 | protected _validateCreateAction(action: CreateFileAction): Observable<void>; │
│ 21 | protected _validateFileExists(p: Path): Observable<boolean>; │
│> 22 | protected _overwriteFile(path: Path, content: Buffer): Observable<void>; │
│ | ^ │
│ 23 | protected _createFile(path: Path, content: Buffer): Observable<void>; │
│ 24 | protected _renameFile(from: Path, to: Path): Observable<void>; │
│ 25 | protected _deleteFile(path: Path): Observable<void>; │
│ │
│ Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/sink/host.d.ts:23: TS258 │
│ 47 0 │
│ │
│ 21 | protected _validateFileExists(p: Path): Observable<boolean>; │
│ 22 | protected _overwriteFile(path: Path, content: Buffer): Observable<void>; │
│> 23 | protected _createFile(path: Path, content: Buffer): Observable<void>; │
│ | ^ │
│ 24 | protected _renameFile(from: Path, to: Path): Observable<void>; │
│ 25 | protected _deleteFile(path: Path): Observable<void>; │
│ 26 | _done(): Observable<void>; │
│ │
│ Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/sink/sink.d.ts:20: TS258 │
│ 61 0 │
│ │
│ 18 | postCommit: () => void | Observable<void>; │
│ 19 | protected abstract _validateFileExists(p: string): Observable<boolean>; │
│> 20 | protected abstract _overwriteFile(path: string, content: Buffer): Observable<void>; │
│ | ^ │
│ 21 | protected abstract _createFile(path: string, content: Buffer): Observable<void>; │
│ 22 | protected abstract _renameFile(path: string, to: string): Observable<void>; │
│ 23 | protected abstract _deleteFile(path: string): Observable<void>; │
│ │
│ Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/sink/sink.d.ts:21: TS258 │
│ 58 0 │
│ │
│ 19 | protected abstract _validateFileExists(p: string): Observable<boolean>; │
│ 20 | protected abstract _overwriteFile(path: string, content: Buffer): Observable<void>; │
│> 21 | protected abstract _createFile(path: string, content: Buffer): Observable<void>; │
│ | ^ │
│ 22 | protected abstract _renameFile(path: string, to: string): Observable<void>; │
│ 23 | protected abstract _deleteFile(path: string): Observable<void>; │
│ 24 | protected abstract _done(): Observable<void>; │
│ │
│ Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/tree/action.d.ts:2 TS258 │
│ 1:32 0 │
│ │
│ 19 | private _actions; │
│ 20 | protected _action(action: Partial<Action>): void; │
│> 21 | create(path: Path, content: Buffer): void; │
│ | ^ │
│ 22 | overwrite(path: Path, content: Buffer): void; │
│ 23 | rename(path: Path, to: Path): void; │
│ 24 | delete(path: Path): void; │
│ │
│ Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/tree/action.d.ts:2 TS258 │
│ 2:35 0 │
│ │
│ 20 | protected _action(action: Partial<Action>): void; │
│ 21 | create(path: Path, content: Buffer): void; │
│> 22 | overwrite(path: Path, content: Buffer): void; │
│ | ^ │
│ 23 | rename(path: Path, to: Path): void; │
│ 24 | delete(path: Path): void; │
│ 25 | optimize(): void; │
│ │
│ Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/tree/action.d.ts:3 TS258 │
│ 7:22 0 │
│ │
│ 35 | export interface CreateFileAction extends ActionBase { │
│ 36 | readonly kind: 'c'; │
│> 37 | readonly content: Buffer; │
│ | ^ │
│ 38 | } │
│ 39 | export interface OverwriteFileAction extends ActionBase { │
│ 40 | readonly kind: 'o'; │
│ │
│ Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/tree/action.d.ts:4 TS258 │
│ 1:22 0 │
│ │
│ 39 | export interface OverwriteFileAction extends ActionBase { │
│ 40 | readonly kind: 'o'; │
│> 41 | readonly content: Buffer; │
│ | ^ │
│ 42 | } │
│ 43 | export interface RenameFileAction extends ActionBase { │
│ 44 | readonly kind: 'r'; │
│ │
│ Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/tree/delegate.d.ts TS258 │
│ :17:24 0 │
│ │
│ 15 | merge(other: Tree, strategy?: MergeStrategy): void; │
│ 16 | get root(): DirEntry; │
│> 17 | read(path: string): Buffer | null; │
│ | ^ │
│ 18 | readText(path: string): string; │
│ 19 | readJson(path: string): JsonValue; │
│ 20 | exists(path: string): boolean; │
│ │
│ Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/tree/delegate.d.ts TS258 │
│ :24:37 0 │
│ │
│ 22 | getDir(path: string): DirEntry; │
│ 23 | visit(visitor: FileVisitor): void; │
│> 24 | overwrite(path: string, content: Buffer | string): void; │
│ | ^ │
│ 25 | beginUpdate(path: string): UpdateRecorder; │
│ 26 | commitUpdate(record: UpdateRecorder): void; │
│ 27 | create(path: string, content: Buffer | string): void; │
│ │
│ Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/cache/@angular-devkit-schematics-npm-18.2.2-4714d23333-6fc2456222.zip/node_modules/@angular-devkit/schematics/src/tree/delegate.d.ts TS258 │
│ :27:34 0 │
│ │
│ 25 | beginUpdate(path: string): UpdateRecorder; │
│ 26 | commitUpdate(record: UpdateRecorder): void; │
│> 27 | create(path: string, content: Buffer | string): void; │
│ | ^ │
│ 28 | delete(path: string): void; │
│ 29 | rename(from: string, to: string): void; │
│ 30 | apply(action: Action, strategy?: MergeStrategy): void;
Check failure on line 1 in code/code-service/package.json
github-actions / Release
Error release workspace @atls/code-service
Exit code 1
Raw output
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ src/webpack.config.ts:6:0 TS1005 │
│ │
│ 4 | import type WebpackPluginInstance │
│ 5 | │
│> 6 | import { readFile } from "node:fs/promises"; │
│ 7 | import { writeFile } from "node:fs/promises"; │
│ 8 | import { mkdtemp } from "node:fs/promises"; │
│ 9 | import { tmpdir } from "node:os"; │
│ │
│ '=' expected. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Check failure on line 1 in yarn/plugin-service/package.json
github-actions / Release
Error release workspace @atls/yarn-plugin-service
Exit code 1
Raw output
➤ YN0000: ┌ Building @yarnpkg/plugin-service
::group::Building @yarnpkg/plugin-service
➤ YN0001: │ Error: Build failed with 1 error:
../../code/code-service/src/webpack.config.ts:6:0: ERROR: Expected "from" but found "import"
at failureErrorWithLog (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:1466:15)
at /home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:935:25
at runOnEndCallbacks (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:1306:45)
at buildResponseToResult (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:933:7)
at /home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:960:16
at responseCallbacks.<computed> (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:612:9)
at handleIncomingPacket (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:667:12)
at Socket.readFromStdout (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:590:7)
at Socket.emit (node:events:524:28)
at addChunk (node:internal/streams/readable:561:12)
::endgroup::
➤ YN0001: Error: Build failed with 1 error:
../../code/code-service/src/webpack.config.ts:6:0: ERROR: Expected "from" but found "import"
at failureErrorWithLog (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:1466:15)
at /home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:935:25
at runOnEndCallbacks (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:1306:45)
at buildResponseToResult (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:933:7)
at /home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:960:16
at responseCallbacks.<computed> (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:612:9)
at handleIncomingPacket (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:667:12)
at Socket.readFromStdout (/home/runner/work/raijin/raijin/.yarn/cache/esbuild-wasm-npm-0.23.1-bc60c5041a-30677e4ea9.zip/node_modules/esbuild-wasm/lib/main.js:590:7)
at Socket.emit (node:events:524:28)
at addChunk (node:internal/streams/readable:561:12)
➤ YN0000: └ Completed in 3s 489ms
➤ YN0001: ✘ Failed to build @yarnpkg/plugin-service
Check failure on line 1 in schematics/schematics/package.json
github-actions / Release
Error release workspace @atls/schematics
Exit code 1
Raw output
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/__virtual__/@angular-devkit-core-virtual-09fdbb7e5f/0/cache/@angular-devkit-core-npm-18.2.2-5b399fd162-2a6161631b.zip/node_modules/@ TS241 │
│ angular-devkit/core/src/utils/partially-ordered-set.d.ts:21:4 6 │
│ │
│ 19 | has(item: T): boolean; │
│ 20 | get size(): number; │
│> 21 | forEach(callbackfn: (value: T, value2: T, set: PartiallyOrderedSet<T>) => void, thisArg?: any): void; │
│ | ^ │
│ 22 | /** │
│ 23 | * Returns an iterable of [v,v] pairs for every value `v` in the set. │
│ 24 | */ │
│ │
│ Property 'forEach' in type 'PartiallyOrderedSet<T>' is not assignable to the same property in base type 'Set<T>'. │
│ Type '(callbackfn: (value: T, value2: T, set: PartiallyOrderedSet<T>) => void, thisArg?: any) => void' is not assignable to type '(callbackfn: (value: │
│ T, value2: T, set: Set<T>) => void, thisArg?: any) => void'. │
│ Types of parameters 'callbackfn' and 'callbackfn' are incompatible. │
│ Types of parameters 'set' and 'set' are incompatible. │
│ Type 'PartiallyOrderedSet<T>' is missing the following properties from type 'Set<T>': union, intersection, difference, symmetricDifference, and 3 │
│ more. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../schematics-utils/src/json.utils.ts:35:38 TS2345 │
│ │
│ 33 | (host: Tree, context: SchematicContext): Tree => { │
│ 34 | if (!host.exists(path)) { │
│> 35 | host.create(path, serializeJson(callback({} as T, context))); │
│ | ^ │
│ 36 | │
│ 37 | return host; │
│ 38 | } │
│ │
│ Argument of type 'O' is not assignable to parameter of type 'string'. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../schematics-utils/src/json.utils.ts:42:20 TS2345 │
│ │
│ 40 | host.overwrite( │
│ 41 | path, │
│> 42 | serializeJson(callback(readJsonInTree(host, path), context)) │
│ | ^ │
│ 43 | ); │
│ 44 | │
│ 45 | return host; │
│ │
│ Argument of type 'O' is not assignable to parameter of type 'string'. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../schematics-utils/src/json.utils.ts:42:29 TS2345 │
│ │
│ 40 | host.overwrite( │
│ 41 | path, │
│> 42 | serializeJson(callback(readJsonInTree(host, path), context)) │
│ | ^ │
│ 43 | ); │
│ 44 | │
│ 45 | return host; │
│ │
│ Argument of type 'void' is not assignable to parameter of type 'T'. │
│ 'T' could be instantiated with an arbitrary type which could be unrelated to 'void'. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Check failure on line 1 in schematics/schematics-utils/package.json
github-actions / Release
Error release workspace @atls/schematics-utils
Exit code 1
Raw output
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ../../.yarn/__virtual__/@angular-devkit-core-virtual-09fdbb7e5f/0/cache/@angular-devkit-core-npm-18.2.2-5b399fd162-2a6161631b.zip/node_modules/@ TS241 │
│ angular-devkit/core/src/utils/partially-ordered-set.d.ts:21:4 6 │
│ │
│ 19 | has(item: T): boolean; │
│ 20 | get size(): number; │
│> 21 | forEach(callbackfn: (value: T, value2: T, set: PartiallyOrderedSet<T>) => void, thisArg?: any): void; │
│ | ^ │
│ 22 | /** │
│ 23 | * Returns an iterable of [v,v] pairs for every value `v` in the set. │
│ 24 | */ │
│ │
│ Property 'forEach' in type 'PartiallyOrderedSet<T>' is not assignable to the same property in base type 'Set<T>'. │
│ Type '(callbackfn: (value: T, value2: T, set: PartiallyOrderedSet<T>) => void, thisArg?: any) => void' is not assignable to type '(callbackfn: (value: │
│ T, value2: T, set: Set<T>) => void, thisArg?: any) => void'. │
│ Types of parameters 'callbackfn' and 'callbackfn' are incompatible. │
│ Types of parameters 'set' and 'set' are incompatible. │
│ Type 'PartiallyOrderedSet<T>' is missing the following properties from type 'Set<T>': union, intersection, difference, symmetricDifference, and 3 │
│ more. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ src/json.utils.ts:35:38 TS2345 │
│ │
│ 33 | (host: Tree, context: SchematicContext): Tree => { │
│ 34 | if (!host.exists(path)) { │
│> 35 | host.create(path, serializeJson(callback({} as T, context))); │
│ | ^ │
│ 36 | │
│ 37 | return host; │
│ 38 | } │
│ │
│ Argument of type 'O' is not assignable to parameter of type 'string'. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ src/json.utils.ts:42:20 TS2345 │
│ │
│ 40 | host.overwrite( │
│ 41 | path, │
│> 42 | serializeJson(callback(readJsonInTree(host, path), context)) │
│ | ^ │
│ 43 | ); │
│ 44 | │
│ 45 | return host; │
│ │
│ Argument of type 'O' is not assignable to parameter of type 'string'. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ src/json.utils.ts:42:29 TS2345 │
│ │
│ 40 | host.overwrite( │
│ 41 | path, │
│> 42 | serializeJson(callback(readJsonInTree(host, path), context)) │
│ | ^ │
│ 43 | ); │
│ 44 | │
│ 45 | return host; │
│ │
│ Argument of type 'void' is not assignable to parameter of type 'T'. │
│ 'T' could be instantiated with an arbitrary type which could be unrelated to 'void'. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯