Thanks to visit codestin.com
Credit goes to github.com

Skip to content

semver publish doesn't execute build #1854

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

Open
hoebbelsB opened this issue Jan 28, 2025 · 5 comments · May be fixed by #1855
Open

semver publish doesn't execute build #1854

hoebbelsB opened this issue Jan 28, 2025 · 5 comments · May be fixed by #1855
Assignees

Comments

@hoebbelsB
Copy link
Member

Description

When running npx nx publish cdk --skipNxCache the command just fails. It bumps the version, it creates the tag and pushes, runs the test and then uses some old build to publish from. In the end it's trying to re-publish the last version and fails.

Steps to Reproduce the Issue

run npx nx publish cdk --skipNxCache

Output

~/projects/rx-angular git:[main]
npx nx publish cdk --skipNxCache

 NX   --skip-nx-cache disables the connection to Nx Cloud for the current run.

The remote cache will not be read from or written to during this run.


> nx run cdk:build-lib

Building Angular Package

------------------------------------------------------------------------------
Building entry point '@rx-angular/cdk'
------------------------------------------------------------------------------
✔ Compiling with Angular sources in Ivy partial compilation mode.
✔ Writing FESM bundles
✔ Copying assets
✔ Writing package manifest
✔ Built @rx-angular/cdk

------------------------------------------------------------------------------
Building entry point '@rx-angular/cdk/coalescing'
------------------------------------------------------------------------------
✔ Compiling with Angular sources in Ivy partial compilation mode.
✔ Writing FESM bundles
✔ Built @rx-angular/cdk/coalescing

------------------------------------------------------------------------------
Building entry point '@rx-angular/cdk/internals/scheduler'
------------------------------------------------------------------------------
✔ Compiling with Angular sources in Ivy partial compilation mode.
✔ Writing FESM bundles
✔ Built @rx-angular/cdk/internals/scheduler

------------------------------------------------------------------------------
Building entry point '@rx-angular/cdk/coercing'
------------------------------------------------------------------------------
✔ Compiling with Angular sources in Ivy partial compilation mode.
✔ Writing FESM bundles
✔ Built @rx-angular/cdk/coercing

------------------------------------------------------------------------------
Building entry point '@rx-angular/cdk/notifications'
------------------------------------------------------------------------------
✔ Compiling with Angular sources in Ivy partial compilation mode.
✔ Writing FESM bundles
✔ Built @rx-angular/cdk/notifications

------------------------------------------------------------------------------
Building entry point '@rx-angular/cdk/internals/core'
------------------------------------------------------------------------------
✔ Compiling with Angular sources in Ivy partial compilation mode.
✔ Writing FESM bundles
✔ Built @rx-angular/cdk/internals/core

------------------------------------------------------------------------------
Building entry point '@rx-angular/cdk/render-strategies'
------------------------------------------------------------------------------
✔ Compiling with Angular sources in Ivy partial compilation mode.
✔ Writing FESM bundles
✔ Built @rx-angular/cdk/render-strategies

------------------------------------------------------------------------------
Building entry point '@rx-angular/cdk/template'
------------------------------------------------------------------------------
✔ Compiling with Angular sources in Ivy partial compilation mode.
✔ Writing FESM bundles
✔ Built @rx-angular/cdk/template

------------------------------------------------------------------------------
Building entry point '@rx-angular/cdk/transformations'
------------------------------------------------------------------------------
✔ Compiling with Angular sources in Ivy partial compilation mode.
✔ Writing FESM bundles
✔ Built @rx-angular/cdk/transformations

------------------------------------------------------------------------------
Building entry point '@rx-angular/cdk/zone-configurations'
------------------------------------------------------------------------------
✔ Compiling with Angular sources in Ivy partial compilation mode.
✔ Writing FESM bundles
✔ Built @rx-angular/cdk/zone-configurations

------------------------------------------------------------------------------
Building entry point '@rx-angular/cdk/zone-less/browser'
------------------------------------------------------------------------------
✔ Compiling with Angular sources in Ivy partial compilation mode.
✔ Writing FESM bundles
✔ Built @rx-angular/cdk/zone-less/browser

------------------------------------------------------------------------------
Built Angular Package
 - from: /home/hoebbelsb/projects/rx-angular/libs/cdk
 - to:   /home/hoebbelsb/projects/rx-angular/dist/libs/cdk
------------------------------------------------------------------------------

Build at: 2025-01-28T14:12:51.807Z - Time: 2753ms


> nx run cdk:build

> yarn tsc -p libs/cdk/tsconfig.schematics.json

> yarn cpx libs/cdk/schematics/collection.json dist/libs/cdk/schematics

> yarn cpx libs/cdk/schematics/migration.json dist/libs/cdk/schematics

> yarn cpx libs/cdk/schematics/src/**/files/** dist/libs/cdk/schematics/src

> yarn cpx libs/cdk/schematics/src/**/schema.json dist/libs/cdk/schematics/src


> nx run cdk:version

[cdk] 🟢 Nothing changed since last release.

> nx run cdk:lint


Linting "cdk"...

/home/hoebbelsb/projects/rx-angular/libs/cdk/coalescing/spec/coalesceWith.spec.ts
  273:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  284:29  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  284:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  284:46  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/coalescing/src/lib/coalescingManager.ts
  96:4  warning  'ctx' is defined but never used  @typescript-eslint/no-unused-vars

/home/hoebbelsb/projects/rx-angular/libs/cdk/coercing/spec/coerce-all-factory.spec.ts
  19:26  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/coercing/spec/coerceDistinctObservableWith.spec.ts
  16:26  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/coercing/src/lib/coerce-all-factory.ts
  24:56  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  26:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/internals/core/src/lib/accumulateObservables.spec.ts
   15:10  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
   18:7   warning  'c' is assigned a value but never used           @typescript-eslint/no-unused-vars
   23:7   warning  'j' is assigned a value but never used           @typescript-eslint/no-unused-vars
   81:7   warning  'viewModel1' is assigned a value but never used  @typescript-eslint/no-unused-vars
   93:26  warning  'cold' is defined but never used                 @typescript-eslint/no-unused-vars
   93:32  warning  'expectObservable' is defined but never used     @typescript-eslint/no-unused-vars
  199:26  warning  'cold' is defined but never used                 @typescript-eslint/no-unused-vars
  199:32  warning  'expectObservable' is defined but never used     @typescript-eslint/no-unused-vars
  199:55  warning  Unexpected empty arrow function                  @typescript-eslint/no-empty-function

/home/hoebbelsb/projects/rx-angular/libs/cdk/internals/core/src/lib/accumulateObservables.ts
  22:63  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  76:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  94:62  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/internals/core/src/lib/model.ts
   6:55  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  31:53  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/internals/scheduler/src/lib/scheduler-post-task.ts
   13:3   warning  Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free  @typescript-eslint/ban-ts-comment
  115:59  warning  Unexpected any. Specify a different type                                                                             @typescript-eslint/no-explicit-any
  154:27  warning  'error' is defined but never used                                                                                    @typescript-eslint/no-unused-vars
  154:34  warning  Unexpected any. Specify a different type                                                                             @typescript-eslint/no-explicit-any
  220:34  warning  Unexpected empty function 'forceFrameRate'                                                                           @typescript-eslint/no-empty-function

/home/hoebbelsb/projects/rx-angular/libs/cdk/internals/scheduler/src/lib/scheduler.spec.ts
   15:7   warning  'performance' is assigned a value but never used  @typescript-eslint/no-unused-vars
  261:39  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  261:49  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  293:40  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  293:50  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/internals/scheduler/src/lib/scheduler.ts
  326:10  warning  'requestPaint' is defined but never used  @typescript-eslint/no-unused-vars

/home/hoebbelsb/projects/rx-angular/libs/cdk/internals/scheduler/src/lib/schedulerMinHeap.ts
  6:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/notifications/src/lib/create-template-notifier.spec.ts
   8:27  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  21:27  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  35:27  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  50:27  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  65:27  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/notifications/src/lib/model.ts
  39:10  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/notifications/src/lib/notification-transforms.ts
  9:11  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/render-strategies/src/lib/concurrent-strategies.ts
  96:19  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/render-strategies/src/lib/config.ts
  41:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/render-strategies/src/lib/model.ts
  18:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/render-strategies/src/lib/native-strategies.ts
  27:17  warning  '_' is defined but never used             @typescript-eslint/no-unused-vars
  27:20  warning  'notification' is defined but never used  @typescript-eslint/no-unused-vars

/home/hoebbelsb/projects/rx-angular/libs/cdk/render-strategies/src/lib/strategy-provider.service.ts
  146:58  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  266:17  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  268:12  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  271:21  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/schematics/src/utils/get-latest-node-version.ts
  16:18  warning  'e' is defined but never used  @typescript-eslint/no-unused-vars

/home/hoebbelsb/projects/rx-angular/libs/cdk/schematics/src/utils/read-json-in-tree.ts
  3:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/template/spec/fixtures.ts
  77:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  90:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  93:57  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/template/spec/list-manager.spec.ts
   68:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   81:7   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   87:57  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  101:57  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  109:9   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  129:23  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  131:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  133:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  134:26  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  135:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  137:29  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  191:16  warning  'e' is defined but never used             @typescript-eslint/no-unused-vars
  191:19  warning  Empty block statement                     no-empty
  201:16  warning  'e' is defined but never used             @typescript-eslint/no-unused-vars
  212:16  warning  'e' is defined but never used             @typescript-eslint/no-unused-vars
  212:19  warning  Empty block statement                     no-empty

/home/hoebbelsb/projects/rx-angular/libs/cdk/template/spec/template-manager.spec.ts
   21:46  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   24:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   26:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   95:18  warning  'e' is defined but never used             @typescript-eslint/no-unused-vars
   95:21  warning  Empty block statement                     no-empty
  116:18  warning  'e' is defined but never used             @typescript-eslint/no-unused-vars
  116:21  warning  Empty block statement                     no-empty
  145:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  151:70  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  221:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  227:70  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/template/src/lib/list-reconciliation.ts
   22:11  warning  'item' is defined but never used   @typescript-eslint/no-unused-vars
   25:15  warning  'index' is defined but never used  @typescript-eslint/no-unused-vars
   25:30  warning  'value' is defined but never used  @typescript-eslint/no-unused-vars
  129:11  warning  Forbidden non-null assertion       @typescript-eslint/no-non-null-assertion
  157:11  warning  Forbidden non-null assertion       @typescript-eslint/no-non-null-assertion
  263:11  warning  Forbidden non-null assertion       @typescript-eslint/no-non-null-assertion
  351:33  warning  Forbidden non-null assertion       @typescript-eslint/no-non-null-assertion
  383:34  warning  Forbidden non-null assertion       @typescript-eslint/no-non-null-assertion
  412:35  warning  'T' is defined but never used      @typescript-eslint/no-unused-vars
  452:19  warning  Forbidden non-null assertion       @typescript-eslint/no-non-null-assertion
  454:27  warning  Forbidden non-null assertion       @typescript-eslint/no-non-null-assertion
  469:23  warning  Forbidden non-null assertion       @typescript-eslint/no-non-null-assertion
  485:21  warning  Forbidden non-null assertion       @typescript-eslint/no-non-null-assertion
  500:19  warning  Forbidden non-null assertion       @typescript-eslint/no-non-null-assertion

/home/hoebbelsb/projects/rx-angular/libs/cdk/template/src/lib/list-view-context.ts
   17:25  warning  'count' is defined but never used         @typescript-eslint/no-unused-vars
   19:24  warning  'count' is defined but never used         @typescript-eslint/no-unused-vars
   23:3   warning  'U' is defined but never used             @typescript-eslint/no-unused-vars
   32:23  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   55:20  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  127:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  129:58  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/template/src/lib/model.ts
  30:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  34:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/template/src/lib/render-error.ts
  13:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/template/src/lib/rx-live-collection.ts
  316:26  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  316:55  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/template/src/lib/template-manager.ts
   98:12  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  145:64  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/template/src/lib/utils.ts
   93:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  145:45  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/spec/_internals/typing.spec.ts
  32:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  45:26  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/spec/_internals/valuesComparer.spec.ts
   88:54  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   92:61  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   96:63  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  100:51  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  100:68  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/spec/array/extract.spec.ts
   35:56  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
   55:58  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   86:12  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   95:12  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  101:74  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  103:64  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  104:27  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  114:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  114:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  115:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  115:45  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  116:35  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  116:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  117:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  117:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  118:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  119:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  120:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  121:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  122:46  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  123:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  124:55  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/spec/array/insert.spec.ts
   17:56  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
   37:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   39:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   88:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   92:47  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   96:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   96:54  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  100:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  100:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  106:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  110:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  114:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  114:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  118:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  118:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  124:29  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  125:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  126:29  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  127:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  131:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  132:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  133:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  134:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  138:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  138:46  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/spec/array/remove.spec.ts
   27:56  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
  115:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  119:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  123:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  123:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  127:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  127:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  133:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  137:47  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  141:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  141:54  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  145:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  145:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  151:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/spec/array/toDictionary.spec.ts
   45:56  warning  Unexpected empty arrow function                                                                                      @typescript-eslint/no-empty-function
   93:7   warning  Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free  @typescript-eslint/ban-ts-comment
   94:51  warning  Unexpected any. Specify a different type                                                                             @typescript-eslint/no-explicit-any
  101:7   warning  Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free  @typescript-eslint/ban-ts-comment
  102:26  warning  Unexpected any. Specify a different type                                                                             @typescript-eslint/no-explicit-any
  109:7   warning  Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free  @typescript-eslint/ban-ts-comment
  110:40  warning  Unexpected any. Specify a different type                                                                             @typescript-eslint/no-explicit-any
  116:48  warning  Unexpected any. Specify a different type                                                                             @typescript-eslint/no-explicit-any
  120:50  warning  Unexpected any. Specify a different type                                                                             @typescript-eslint/no-explicit-any
  124:46  warning  Unexpected any. Specify a different type                                                                             @typescript-eslint/no-explicit-any
  128:7   warning  Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free  @typescript-eslint/ban-ts-comment
  129:33  warning  Unexpected any. Specify a different type                                                                             @typescript-eslint/no-explicit-any
  130:7   warning  Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free  @typescript-eslint/ban-ts-comment
  131:33  warning  Unexpected any. Specify a different type                                                                             @typescript-eslint/no-explicit-any
  132:7   warning  Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free  @typescript-eslint/ban-ts-comment
  133:32  warning  Unexpected any. Specify a different type                                                                             @typescript-eslint/no-explicit-any
  134:7   warning  Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free  @typescript-eslint/ban-ts-comment
  135:36  warning  Unexpected any. Specify a different type                                                                             @typescript-eslint/no-explicit-any
  139:18  warning  Unexpected any. Specify a different type                                                                             @typescript-eslint/no-explicit-any
  139:34  warning  Unexpected any. Specify a different type                                                                             @typescript-eslint/no-explicit-any
  140:19  warning  Unexpected any. Specify a different type                                                                             @typescript-eslint/no-explicit-any
  140:40  warning  Unexpected any. Specify a different type                                                                             @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/spec/array/update.spec.ts
   49:56  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
   74:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  134:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  138:47  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  142:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  142:54  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  146:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  146:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  152:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  156:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  160:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  160:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  164:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  164:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  170:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  174:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  178:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  178:46  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/spec/array/upsert.spec.ts
   50:56  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
   81:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   83:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  143:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  147:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  151:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  151:56  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  155:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  155:51  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  161:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  165:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  169:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  169:46  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  173:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  173:51  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  179:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  183:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  183:48  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  201:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  203:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  263:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  267:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  271:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  271:56  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  275:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  275:51  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  281:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  285:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  289:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  289:46  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  293:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  293:51  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  299:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  300:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  301:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  302:34  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  306:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  307:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  308:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  309:45  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  316:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  316:48  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/spec/object/deleteProp.spec.ts
  11:56  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
  31:55  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  50:58  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  56:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  60:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  60:46  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  61:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  65:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  66:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  67:34  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/spec/object/dictionaryToArray.spec.ts
  12:56  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
  46:60  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  58:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  59:45  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  63:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  64:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  65:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  66:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/spec/object/patch.spec.ts
  10:5   warning  'nestedState' is assigned a value but never used  @typescript-eslint/no-unused-vars
  15:56  warning  Unexpected empty arrow function                   @typescript-eslint/no-empty-function
  28:37  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  29:35  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  74:28  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  75:44  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  76:28  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  76:41  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  80:42  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  81:26  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  82:26  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  82:37  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  86:56  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  89:40  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  92:40  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  92:65  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/spec/object/setProp.spec.ts
  15:56  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
  35:52  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  70:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  70:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  71:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  71:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  72:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  73:35  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  74:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  74:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  75:56  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  81:48  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  88:46  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/spec/object/slice.spec.ts
  11:56  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
  31:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  55:69  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  63:26  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  63:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  64:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  65:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  66:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  66:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  68:48  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  69:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  70:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  71:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  72:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  73:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  74:52  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  75:58  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/spec/object/toggle.spec.ts
  11:56  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
  31:51  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  49:53  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  58:58  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  64:29  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  64:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  68:46  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/src/lib/_internals/guards.ts
  19:61  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/src/lib/array/extract.ts
  45:25  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  55:25  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/src/lib/object/slice.ts
  46:25  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  55:25  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/transformations/src/lib/object/toggle.ts
  80:22  warning  Do not access Object.prototype method 'hasOwnProperty' from target object  no-prototype-builtins

/home/hoebbelsb/projects/rx-angular/libs/cdk/zone-configurations/src/lib/zone-config.spec.ts
  15:18  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/cdk/zone-configurations/src/lib/zone-config.ts
  28:18  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  37:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  44:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  51:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  51:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  59:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

✖ 347 problems (0 errors, 347 warnings)

✖ 347 problems (0 errors, 347 warnings)


> nx run cdk:test

● Validation Warning:

  Unknown option "bail" with value true was found.
  This is probably a typing mistake. Fixing it will remove this message.

  Configuration Documentation:
  https://jestjs.io/docs/configuration

● Validation Warning:

  Unknown option "coverageReporters" with value ["lcov"] was found.
  This is probably a typing mistake. Fixing it will remove this message.

  Configuration Documentation:
  https://jestjs.io/docs/configuration

ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
 PASS   cdk  libs/cdk/transformations/spec/array/toDictionary.spec.ts (6.621 s)
 PASS   cdk  libs/cdk/transformations/spec/array/upsert.spec.ts (6.633 s)
 PASS   cdk  libs/cdk/transformations/spec/array/update.spec.ts (7.077 s)
 PASS   cdk  libs/cdk/transformations/spec/_internals/valuesComparer.spec.ts
 PASS   cdk  libs/cdk/zone-configurations/src/lib/zone-config.spec.ts (7.762 s)
  ● Console

    console.log
      __Zone_disable_timers true

      at console.<anonymous> (../../node_modules/jest-mock/build/index.js:794:25)
          at Array.forEach (<anonymous>)

    console.log
      __Zone_disable_XHR true

      at console.<anonymous> (../../node_modules/jest-mock/build/index.js:794:25)
          at Array.forEach (<anonymous>)

    console.log
      __zone_symbol__UNPATCHED_EVENTS [ 'test' ]

      at console.<anonymous> (../../node_modules/jest-mock/build/index.js:794:25)
          at Array.forEach (<anonymous>)

    console.log
      __zone_symbol__PASSIVE_EVENTS [ 'test' ]

      at console.<anonymous> (../../node_modules/jest-mock/build/index.js:794:25)
          at Array.forEach (<anonymous>)

 PASS   cdk  libs/cdk/transformations/spec/array/insert.spec.ts (8.26 s)
 PASS   cdk  libs/cdk/transformations/spec/array/extract.spec.ts (8.193 s)
 PASS   cdk  libs/cdk/transformations/spec/object/patch.spec.ts
 PASS   cdk  libs/cdk/coalescing/spec/coalesceWith.spec.ts (8.546 s)
 PASS   cdk  libs/cdk/transformations/spec/array/remove.spec.ts (8.541 s)
 PASS   cdk  libs/cdk/coercing/spec/coerceDistinctObservableWith.spec.ts (8.852 s)
 PASS   cdk  libs/cdk/coercing/spec/coerce-all-factory.spec.ts (9.029 s)
 PASS   cdk  libs/cdk/transformations/spec/object/deleteProp.spec.ts
 PASS   cdk  libs/cdk/coercing/spec/coerceObservableWith.spec.ts
 PASS   cdk  libs/cdk/transformations/spec/_internals/typing.spec.ts
 PASS   cdk  libs/cdk/internals/core/src/lib/accumulateObservables.spec.ts (9.956 s)
 PASS   cdk  libs/cdk/notifications/src/lib/create-template-notifier.spec.ts
  ● Console

    console.error
      Error: 

 PASS   cdk  libs/cdk/transformations/spec/object/slice.spec.ts
 PASS   cdk  libs/cdk/transformations/spec/object/dictionaryToArray.spec.ts
 PASS   cdk  libs/cdk/coercing/spec/coerceObservable.spec.ts
 PASS   cdk  libs/cdk/transformations/spec/object/setProp.spec.ts
 PASS   cdk  libs/cdk/transformations/spec/object/toggle.spec.ts
 PASS   cdk  libs/cdk/internals/scheduler/src/lib/scheduler.spec.ts (10.67 s)
 PASS   cdk  libs/cdk/render-strategies/spec/onStrategy.spec.ts
 PASS   cdk  libs/cdk/template/spec/list-manager.spec.ts (11.55 s)
 PASS   cdk  libs/cdk/template/spec/template-manager.spec.ts (12.076 s)
 PASS   cdk  libs/cdk/schematics/src/migrations/update-1.0.0-beta.1/index.spec.ts (13.735 s)
  ● Console

    console.log
      Migration schematics might cause your code to be formatted incorrectly. Make sure to run your formatter of choice after the migration.

      at log (schematics/src/utils/renaming-rule.ts:22:17)

    console.log
      Migration schematics might cause your code to be formatted incorrectly. Make sure to run your formatter of choice after the migration.

      at log (schematics/src/utils/renaming-rule.ts:22:17)

    console.log
      Migration schematics might cause your code to be formatted incorrectly. Make sure to run your formatter of choice after the migration.

      at log (schematics/src/utils/renaming-rule.ts:22:17)

    console.log
      Migration schematics might cause your code to be formatted incorrectly. Make sure to run your formatter of choice after the migration.

      at log (schematics/src/utils/renaming-rule.ts:22:17)

    console.log
      Migration schematics might cause your code to be formatted incorrectly. Make sure to run your formatter of choice after the migration.

      at log (schematics/src/utils/renaming-rule.ts:22:17)

    console.log
      Migration schematics might cause your code to be formatted incorrectly. Make sure to run your formatter of choice after the migration.

      at log (schematics/src/utils/renaming-rule.ts:22:17)

    console.log
      Migration schematics might cause your code to be formatted incorrectly. Make sure to run your formatter of choice after the migration.

      at log (schematics/src/utils/renaming-rule.ts:22:17)

    console.log
      Migration schematics might cause your code to be formatted incorrectly. Make sure to run your formatter of choice after the migration.

      at log (schematics/src/utils/renaming-rule.ts:22:17)

    console.log
      Migration schematics might cause your code to be formatted incorrectly. Make sure to run your formatter of choice after the migration.

      at log (schematics/src/utils/renaming-rule.ts:22:17)

    console.log
      Migration schematics might cause your code to be formatted incorrectly. Make sure to run your formatter of choice after the migration.

      at log (schematics/src/utils/renaming-rule.ts:22:17)

    console.log
      Migration schematics might cause your code to be formatted incorrectly. Make sure to run your formatter of choice after the migration.

      at log (schematics/src/utils/renaming-rule.ts:22:17)


Test Suites: 1 skipped, 27 passed, 27 of 28 total
Tests:       6 skipped, 389 passed, 395 total
Snapshots:   11 passed, 11 total
Time:        15.873 s
Ran all test suites.

> nx run cdk:publish

> npm publish dist/libs/cdk

npm warn publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "repository.url" was normalized to "git+https://github.com/rx-angular/rx-angular.git"
npm notice
npm notice 📦  @rx-angular/[email protected]
npm notice Tarball Contents
npm notice 2.1kB README.md
npm notice 197B coalescing/index.d.ts
npm notice 1.7kB coalescing/lib/coalesceWith.d.ts
npm notice 266B coalescing/lib/coalescingManager.d.ts
npm notice 104B coalescing/lib/model.d.ts
npm notice 335B coercing/index.d.ts
npm notice 778B coercing/lib/coerce-all-factory.d.ts
npm notice 850B coercing/lib/coerceDistinctObservable.d.ts
npm notice 754B coercing/lib/coerceDistinctObservableWith.d.ts
npm notice 251B coercing/lib/coerceObservable.d.ts
npm notice 300B coercing/lib/coerceObservableWith.d.ts
npm notice 3.2kB fesm2022/cdk-coercing.mjs
npm notice 5.9kB fesm2022/cdk-coercing.mjs.map
npm notice 5.1kB fesm2022/cdk-internals-core.mjs
npm notice 9.4kB fesm2022/cdk-internals-core.mjs.map
npm notice 16.4kB fesm2022/cdk-internals-scheduler.mjs
npm notice 26.3kB fesm2022/cdk-internals-scheduler.mjs.map
npm notice 9.1kB fesm2022/cdk-notifications.mjs
npm notice 15.0kB fesm2022/cdk-notifications.mjs.map
npm notice 15.8kB fesm2022/cdk-render-strategies.mjs
npm notice 29.7kB fesm2022/cdk-render-strategies.mjs.map
npm notice 46.1kB fesm2022/cdk-template.mjs
npm notice 90.7kB fesm2022/cdk-template.mjs.map
npm notice 27.3kB fesm2022/cdk-transformations.mjs
npm notice 42.0kB fesm2022/cdk-transformations.mjs.map
npm notice 9.8kB fesm2022/cdk-zone-configurations.mjs
npm notice 44.1kB fesm2022/cdk-zone-configurations.mjs.map
npm notice 6.0kB fesm2022/cdk-zone-less-browser.mjs
npm notice 7.5kB fesm2022/cdk-zone-less-browser.mjs.map
npm notice 7.5kB fesm2022/rx-angular-cdk-coalescing.mjs
npm notice 11.9kB fesm2022/rx-angular-cdk-coalescing.mjs.map
npm notice 340B fesm2022/rx-angular-cdk.mjs
npm notice 521B fesm2022/rx-angular-cdk.mjs.map
npm notice 120B index.d.ts
npm notice 337B internals/core/index.d.ts
npm notice 1.4kB internals/core/lib/accumulateObservables.d.ts
npm notice 574B internals/core/lib/get-zone-unpatched-api.d.ts
npm notice 851B internals/core/lib/model.d.ts
npm notice 135B internals/core/lib/timeout.d.ts
npm notice 264B internals/core/lib/toObservableMicrotask.d.ts
npm notice 128B internals/scheduler/index.d.ts
npm notice 496B internals/scheduler/lib/scheduler.d.ts
npm notice 641B internals/scheduler/lib/schedulerMinHeap.d.ts
npm notice 187B internals/scheduler/lib/schedulerPriorities.d.ts
npm notice 503B notifications/index.d.ts
npm notice 1.0kB notifications/lib/create-template-notifier.d.ts
npm notice 1.3kB notifications/lib/model.d.ts
npm notice 375B notifications/lib/notification-transforms.d.ts
npm notice 652B notifications/lib/rx-materialize.d.ts
npm notice 505B notifications/lib/template-trigger-handling.d.ts
npm notice 3.1kB package.json
npm notice 73B public_api.d.ts
npm notice 989B render-strategies/index.d.ts
npm notice 246B render-strategies/lib/concurrent-strategies.d.ts
npm notice 2.2kB render-strategies/lib/config.d.ts
npm notice 1.3kB render-strategies/lib/model.d.ts
npm notice 226B render-strategies/lib/native-strategies.d.ts
npm notice 541B render-strategies/lib/onStrategy.d.ts
npm notice 729B render-strategies/lib/strategy-handling.d.ts
npm notice 5.6kB render-strategies/lib/strategy-provider.service.d.ts
npm notice 296B schematics/migration.json
npm notice 98B schematics/src/migrations/update-1.0.0-beta.1/index.d.ts
npm notice 6.4kB schematics/src/migrations/update-1.0.0-beta.1/index.js
npm notice 133B schematics/src/utils/dependency.d.ts
npm notice 77B schematics/src/utils/dependency.js
npm notice 84B schematics/src/utils/get-latest-node-version.d.ts
npm notice 968B schematics/src/utils/get-latest-node-version.js
npm notice 129B schematics/src/utils/read-json-in-tree.d.ts
npm notice 567B schematics/src/utils/read-json-in-tree.js
npm notice 256B schematics/src/utils/renaming-rule.d.ts
npm notice 3.9kB schematics/src/utils/renaming-rule.js
npm notice 602B template/index.d.ts
npm notice 3.3kB template/lib/list-reconciliation.d.ts
npm notice 903B template/lib/list-template-manager.d.ts
npm notice 1.4kB template/lib/list-view-context.d.ts
npm notice 1.0kB template/lib/list-view-handler.d.ts
npm notice 2.2kB template/lib/model.d.ts
npm notice 506B template/lib/render-error.d.ts
npm notice 2.1kB template/lib/rx-live-collection.d.ts
npm notice 1.5kB template/lib/template-manager.d.ts
npm notice 1.5kB template/lib/utils.d.ts
npm notice 264B transformations/index.d.ts
npm notice 863B transformations/lib/_internals/guards.d.ts
npm notice 176B transformations/lib/_internals/valuesComparer.util.d.ts
npm notice 1.0kB transformations/lib/array/extract.d.ts
npm notice 163B transformations/lib/array/index.d.ts
npm notice 1.8kB transformations/lib/array/insert.d.ts
npm notice 2.7kB transformations/lib/array/remove.d.ts
npm notice 1.6kB transformations/lib/array/toDictionary.d.ts
npm notice 2.4kB transformations/lib/array/update.d.ts
npm notice 3.0kB transformations/lib/array/upsert.d.ts
npm notice 414B transformations/lib/interfaces/comparable-data-type.d.ts
npm notice 1.2kB transformations/lib/object/deleteProp.d.ts
npm notice 1.3kB transformations/lib/object/dictionaryToArray.d.ts
npm notice 170B transformations/lib/object/index.d.ts
npm notice 1.1kB transformations/lib/object/patch.d.ts
npm notice 1.2kB transformations/lib/object/setProp.d.ts
npm notice 923B transformations/lib/object/slice.d.ts
npm notice 1.2kB transformations/lib/object/toggle.d.ts
npm notice 620B zone-configurations/index.d.ts
npm notice 215B zone-configurations/lib/convenience-methods.d.ts
npm notice 4.9kB zone-configurations/lib/event-names.d.ts
npm notice 28.1kB zone-configurations/lib/model/configurations.types.d.ts
npm notice 1.7kB zone-configurations/lib/model/zone-config.types.d.ts
npm notice 1.7kB zone-configurations/lib/model/zone.api.extensions.d.ts
npm notice 28.8kB zone-configurations/lib/model/zone.configurations.api.d.ts
npm notice 756B zone-configurations/lib/zone-config.d.ts
npm notice 5.5kB zone-less/browser/browser.d.ts
npm notice 162B zone-less/browser/index.d.ts
npm notice 987B zone-less/browser/README.md
npm notice Tarball Details
npm notice name: @rx-angular/cdk
npm notice version: 19.1.0
npm notice filename: rx-angular-cdk-19.1.0.tgz
npm notice package size: 129.8 kB
npm notice unpacked size: 584.4 kB
npm notice shasum: 250f234a71cf791fc85a22c86739b7381e850c5d
npm notice integrity: sha512-q4lvqELWnft/a[...]jFTi2aSg9q8IA==
npm notice total files: 110
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
Authenticate your account at:
https://www.npmjs.com/auth/cli/c1d06eed-c8ef-42dd-9ef8-3a73d210f87c
Press ENTER to open in the browser...

npm error code E403
npm error 403 403 Forbidden - PUT https://registry.npmjs.org/@rx-angular%2fcdk - You cannot publish over the previously published versions: 19.1.0.
npm error 403 In most cases, you or one of your dependencies are requesting
npm error 403 a package version that is forbidden by your security policy, or
npm error 403 on a server you do not have access to.
npm error A complete log of this run can be found in: /home/hoebbelsb/.npm/_logs/2025-01-28T14_13_16_494Z-debug-0.log
Warning: command "npm publish dist/libs/cdk" exited with non-zero status code
——————————————————————————————————————————————————————————————————————————————————

 NX   Ran target publish for project cdk and 5 task(s) they depend on (1m)

   ✖  1/6 failed
   ✔  5/6 succeeded [0 read from cache]
@hoebbelsB
Copy link
Member Author

other output from state

~/projects/rx-angular git:[main]
npx nx publish state --skipNxCache

 NX   --skip-nx-cache disables the connection to Nx Cloud for the current run.

The remote cache will not be read from or written to during this run.


   ✔  3/3 dependent project tasks succeeded [0 read from cache]

   Hint: you can run the command with --verbose to see the full dependent project outputs

——————————————————————————————————————————————————————————————————————————————————


> nx run state:build-lib

Building Angular Package

------------------------------------------------------------------------------
Building entry point '@rx-angular/state/selections'
------------------------------------------------------------------------------
✔ Compiling with Angular sources in Ivy partial compilation mode.
✔ Writing FESM bundles
✔ Built @rx-angular/state/selections

------------------------------------------------------------------------------
Building entry point '@rx-angular/state'
------------------------------------------------------------------------------
✔ Compiling with Angular sources in Ivy partial compilation mode.
✔ Generating FESM bundles
✔ Copying assets
✔ Writing package manifest
✔ Built @rx-angular/state

------------------------------------------------------------------------------
Building entry point '@rx-angular/state/actions'
------------------------------------------------------------------------------
✔ Compiling with Angular sources in Ivy partial compilation mode.
✔ Generating FESM bundles
✔ Built @rx-angular/state/actions

------------------------------------------------------------------------------
Building entry point '@rx-angular/state/effects'
------------------------------------------------------------------------------
✔ Compiling with Angular sources in Ivy partial compilation mode.
✔ Generating FESM bundles
✔ Built @rx-angular/state/effects

------------------------------------------------------------------------------
Built Angular Package
 - from: /home/hoebbelsb/projects/rx-angular/libs/state
 - to:   /home/hoebbelsb/projects/rx-angular/dist/libs/state
------------------------------------------------------------------------------

Build at: 2025-01-28T14:29:39.651Z - Time: 2954ms


> nx run state:build

> yarn tsc -p libs/state/tsconfig.schematics.json

> yarn cpx libs/state/schematics/collection.json dist/libs/state/schematics

> yarn cpx libs/state/schematics/migration.json dist/libs/state/schematics

> yarn cpx libs/state/schematics/src/**/files/** dist/libs/state/schematics/src

> yarn cpx libs/state/schematics/src/**/schema.json dist/libs/state/schematics/src


> nx run state:test

● Validation Warning:

  Unknown option "coverageReporters" with value ["lcov"] was found.
  This is probably a typing mistake. Fixing it will remove this message.

  Configuration Documentation:
  https://jestjs.io/docs/configuration

ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
 PASS   state  libs/state/selections/spec/typing.spec.ts (9.613 s)
 PASS   state  libs/state/actions/src/lib/docs.spec.ts (10.199 s)
 PASS   state  libs/state/actions/src/lib/rx-actions.spec.ts (11.205 s)
 PASS   state  libs/state/effects/src/lib/effects.service.spec.ts (11.579 s)
 PASS   state  libs/state/effects/src/lib/rx-effects.spec.ts (11.717 s)
  ● Console

    console.error
      ERROR E

       98 |         : {
       99 |             next: sideEffect,
    > 100 |             error: (e: unknown) => errorHandler?.handleError(e),
          |                                                  ^
      101 |           };
      102 |     const sub = from(obs$).subscribe(observer);
      103 |     runningEffects.push(sub);

      at ErrorHandler.handleError (../../node_modules/@angular/core/fesm2022/core.mjs:6808:23)
      at Object.handleError [as error] (effects/src/lib/rx-effects.ts:100:50)
      at ConsumerObserver.Object.<anonymous>.ConsumerObserver.error (../../node_modules/rxjs/src/internal/Subscriber.ts:172:25)
      at SafeSubscriber.Object.<anonymous>.Subscriber._error (../../node_modules/rxjs/src/internal/Subscriber.ts:124:24)
      at SafeSubscriber.Object.<anonymous>.Subscriber.error (../../node_modules/rxjs/src/internal/Subscriber.ts:91:12)
      at ../../node_modules/rxjs/src/internal/Subject.ts:82:30
      at Object.errorContext (../../node_modules/rxjs/src/internal/util/errorContext.ts:29:5)
      at Subject.Object.<anonymous>.Subject.error (../../node_modules/rxjs/src/internal/Subject.ts:75:5)
      at effects/src/lib/rx-effects.spec.ts:70:13
      at _ZoneDelegate.invoke (../../node_modules/zone.js/bundles/zone.umd.js:416:32)
      at ProxyZoneSpec.Object.<anonymous>.ProxyZoneSpec.onInvoke (../../node_modules/zone.js/bundles/zone-testing.umd.js:2176:43)
      at _ZoneDelegate.invoke (../../node_modules/zone.js/bundles/zone.umd.js:415:38)
      at ZoneImpl.run (../../node_modules/zone.js/bundles/zone.umd.js:147:47)
      at Object.wrappedFunc (../../node_modules/zone.js/bundles/zone-testing.umd.js:450:38)

    console.error
      ERROR E

      93 |             error: (e: unknown) => {
      94 |               sideEffect.error?.(e);
    > 95 |               errorHandler?.handleError(e);
         |                             ^
      96 |             },
      97 |           }
      98 |         : {

      at ErrorHandler.handleError (../../node_modules/@angular/core/fesm2022/core.mjs:6808:23)
      at Object.handleError [as error] (effects/src/lib/rx-effects.ts:95:29)
      at ConsumerObserver.Object.<anonymous>.ConsumerObserver.error (../../node_modules/rxjs/src/internal/Subscriber.ts:172:25)
      at SafeSubscriber.Object.<anonymous>.Subscriber._error (../../node_modules/rxjs/src/internal/Subscriber.ts:124:24)
      at SafeSubscriber.Object.<anonymous>.Subscriber.error (../../node_modules/rxjs/src/internal/Subscriber.ts:91:12)
      at ../../node_modules/rxjs/src/internal/Subject.ts:82:30
      at Object.errorContext (../../node_modules/rxjs/src/internal/util/errorContext.ts:29:5)
      at Subject.Object.<anonymous>.Subject.error (../../node_modules/rxjs/src/internal/Subject.ts:75:5)
      at effects/src/lib/rx-effects.spec.ts:70:13
      at _ZoneDelegate.invoke (../../node_modules/zone.js/bundles/zone.umd.js:416:32)
      at ProxyZoneSpec.Object.<anonymous>.ProxyZoneSpec.onInvoke (../../node_modules/zone.js/bundles/zone-testing.umd.js:2176:43)
      at _ZoneDelegate.invoke (../../node_modules/zone.js/bundles/zone.umd.js:415:38)
      at ZoneImpl.run (../../node_modules/zone.js/bundles/zone.umd.js:147:47)
      at Object.wrappedFunc (../../node_modules/zone.js/bundles/zone-testing.umd.js:450:38)

 PASS   state  libs/state/selections/spec/select.spec.ts (12.417 s)
 PASS   state  libs/state/actions/src/lib/actions.factory.spec.ts (12.531 s)
 PASS   state  libs/state/selections/spec/safe-pluck.spec.ts
 PASS   state  libs/state/selections/spec/accumulation-observable.spec.ts (12.661 s)
 PASS   state  libs/state/selections/spec/pipe-from-array.spec.ts
 PASS   state  libs/state/selections/spec/distinctUntilSomeChanged.spec.ts (13.114 s)
 PASS   state  libs/state/selections/spec/selectSlice.spec.ts (13.005 s)
 PASS   state  libs/state/selections/spec/side-effect-observable.spec.ts
 PASS   state  libs/state/actions/src/lib/transforms.spec.ts
 PASS   state  libs/state/selections/spec/stateful.spec.ts
 PASS   state  libs/state/spec/rx-state.component-patterns.spec.ts (13.899 s)
 PASS   state  libs/state/spec/rx-state.component.spec.ts (13.941 s)
 PASS   state  libs/state/spec/rx-state.spec.ts (14.052 s)
 PASS   state  libs/state/spec/rx-state.service.spec.ts (14.033 s)
 PASS   state  libs/state/spec/rx-state.docs.spec.ts (13.983 s)
 PASS   state  libs/state/schematics/src/migrations/update-1.4.7/index.spec.ts (5.543 s)
  ● Console

    console.log
      Migration schematics might cause your code to be formatted incorrectly. Make sure to run your formatter of choice after the migration.

      at log (schematics/src/utils/renaming-rule.ts:22:17)

    console.log
      Migration schematics might cause your code to be formatted incorrectly. Make sure to run your formatter of choice after the migration.

      at log (schematics/src/utils/renaming-rule.ts:22:17)

    console.log
      Migration schematics might cause your code to be formatted incorrectly. Make sure to run your formatter of choice after the migration.

      at log (schematics/src/utils/renaming-rule.ts:22:17)


Test Suites: 21 passed, 21 total
Tests:       1 skipped, 269 passed, 270 total
Snapshots:   3 passed, 3 total
Time:        17.812 s
Ran all test suites.

> nx run state:lint


Linting "state"...

/home/hoebbelsb/projects/rx-angular/libs/state/actions/src/lib/actions.factory.spec.ts
   16:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   18:14  warning  '_' is defined but never used             @typescript-eslint/no-unused-vars
   56:46  warning  '_' is defined but never used             @typescript-eslint/no-unused-vars
  158:21  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/state/actions/src/lib/actions.factory.ts
   92:18  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   99:10  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  104:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/state/actions/src/lib/docs.spec.ts
   11:9   warning  'credentials' is defined but never used   @typescript-eslint/no-unused-vars
   17:9   warning  'credentials' is defined but never used   @typescript-eslint/no-unused-vars
   22:29  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  140:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  251:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/state/actions/src/lib/proxy.ts
  36:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  37:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  46:35  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  46:53  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  49:25  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  49:35  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/state/actions/src/lib/rx-actions.spec.ts
   30:30  warning  '_' is defined but never used                 @typescript-eslint/no-unused-vars
   45:30  warning  'x' is defined but never used                 @typescript-eslint/no-unused-vars
   45:33  warning  Unexpected any. Specify a different type      @typescript-eslint/no-explicit-any
   90:11  warning  't' is assigned a value but never used        @typescript-eslint/no-unused-vars
   92:27  warning  '_' is defined but never used                 @typescript-eslint/no-unused-vars
   92:30  warning  Unexpected any. Specify a different type      @typescript-eslint/no-explicit-any
   93:27  warning  '_' is defined but never used                 @typescript-eslint/no-unused-vars
   93:30  warning  Unexpected any. Specify a different type      @typescript-eslint/no-explicit-any
  108:11  warning  't' is assigned a value but never used        @typescript-eslint/no-unused-vars
  121:24  warning  'fixture' is assigned a value but never used  @typescript-eslint/no-unused-vars
  122:11  warning  't' is assigned a value but never used        @typescript-eslint/no-unused-vars
  124:27  warning  '_' is defined but never used                 @typescript-eslint/no-unused-vars
  124:30  warning  Unexpected any. Specify a different type      @typescript-eslint/no-explicit-any
  134:34  warning  '_' is defined but never used                 @typescript-eslint/no-unused-vars
  134:37  warning  Unexpected any. Specify a different type      @typescript-eslint/no-explicit-any
  135:32  warning  '_' is defined but never used                 @typescript-eslint/no-unused-vars
  135:35  warning  Unexpected any. Specify a different type      @typescript-eslint/no-explicit-any
  136:35  warning  '_' is defined but never used                 @typescript-eslint/no-unused-vars
  136:38  warning  Unexpected any. Specify a different type      @typescript-eslint/no-explicit-any
  137:33  warning  '_' is defined but never used                 @typescript-eslint/no-unused-vars
  137:36  warning  Unexpected any. Specify a different type      @typescript-eslint/no-explicit-any
  143:11  warning  'ef' is assigned a value but never used       @typescript-eslint/no-unused-vars
  144:11  warning  'ef2' is assigned a value but never used      @typescript-eslint/no-unused-vars
  173:29  warning  Unexpected any. Specify a different type      @typescript-eslint/no-explicit-any
  185:18  warning  '_' is defined but never used                 @typescript-eslint/no-unused-vars

/home/hoebbelsb/projects/rx-angular/libs/state/actions/src/lib/rx-actions.ts
  63:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  74:28  warning  Unexpected empty function 'signals'       @typescript-eslint/no-empty-function
  76:16  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  83:8   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/state/actions/src/lib/transforms.spec.ts
  13:6  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/state/actions/src/lib/types.ts
   8:59  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  13:58  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  33:29  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  50:46  warning  'O' is defined but never used             @typescript-eslint/no-unused-vars

/home/hoebbelsb/projects/rx-angular/libs/state/effects/src/lib/effects.service.spec.ts
   24:14  warning  '_' is defined but never used                   @typescript-eslint/no-unused-vars
   24:17  warning  Unexpected any. Specify a different type        @typescript-eslint/no-explicit-any
   24:30  warning  Unexpected empty method 'method1'               @typescript-eslint/no-empty-function
   26:14  warning  '_' is defined but never used                   @typescript-eslint/no-unused-vars
   26:17  warning  Unexpected any. Specify a different type        @typescript-eslint/no-explicit-any
   26:30  warning  Unexpected empty method 'method2'               @typescript-eslint/no-empty-function
   28:14  warning  '_' is defined but never used                   @typescript-eslint/no-unused-vars
   28:17  warning  Unexpected any. Specify a different type        @typescript-eslint/no-explicit-any
   28:30  warning  Unexpected empty method 'method3'               @typescript-eslint/no-empty-function
   30:14  warning  '_' is defined but never used                   @typescript-eslint/no-unused-vars
   30:17  warning  Unexpected any. Specify a different type        @typescript-eslint/no-explicit-any
   30:30  warning  Unexpected empty method 'method4'               @typescript-eslint/no-empty-function
   32:21  warning  '_' is defined but never used                   @typescript-eslint/no-unused-vars
   32:24  warning  Unexpected any. Specify a different type        @typescript-eslint/no-explicit-any
   32:37  warning  Unexpected empty method 'method4OnError'        @typescript-eslint/no-empty-function
   34:24  warning  '_' is defined but never used                   @typescript-eslint/no-unused-vars
   34:27  warning  Unexpected any. Specify a different type        @typescript-eslint/no-explicit-any
   34:40  warning  Unexpected empty method 'method4OnComplete'     @typescript-eslint/no-empty-function
  229:22  warning  Unexpected empty method 'method1'               @typescript-eslint/no-empty-function
  230:22  warning  Unexpected empty method 'method2'               @typescript-eslint/no-empty-function
  231:22  warning  Unexpected empty method 'method3'               @typescript-eslint/no-empty-function
  232:22  warning  Unexpected empty method 'method4'               @typescript-eslint/no-empty-function
  254:22  warning  Unexpected empty method 'method1'               @typescript-eslint/no-empty-function
  255:22  warning  Unexpected empty method 'method2'               @typescript-eslint/no-empty-function
  256:22  warning  Unexpected empty method 'method3'               @typescript-eslint/no-empty-function
  257:22  warning  Unexpected empty method 'method4'               @typescript-eslint/no-empty-function
  275:32  warning  Unexpected empty method 'handleError'           @typescript-eslint/no-empty-function
  334:11  warning  'component' is assigned a value but never used  @typescript-eslint/no-unused-vars
  360:11  warning  'component' is assigned a value but never used  @typescript-eslint/no-unused-vars

/home/hoebbelsb/projects/rx-angular/libs/state/effects/src/lib/utils.ts
  5:43  warning  'T' is defined but never used  @typescript-eslint/no-unused-vars

/home/hoebbelsb/projects/rx-angular/libs/state/perf/core/transformation-helpers/one-of.suite.ts
  19:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  41:12  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/state/perf/utils/index.ts
  28:9  warning  'options' is assigned a value but never used  @typescript-eslint/no-unused-vars

/home/hoebbelsb/projects/rx-angular/libs/state/schematics/src/utils/get-latest-node-version.ts
  16:18  warning  'e' is defined but never used  @typescript-eslint/no-unused-vars

/home/hoebbelsb/projects/rx-angular/libs/state/schematics/src/utils/read-json-in-tree.ts
  3:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/state/selections/spec/accumulation-observable.spec.ts
  72:55  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/state/selections/spec/distinctUntilSomeChanged.spec.ts
  188:22  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  201:22  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  214:22  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  227:22  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  249:26  warning  'cold' is defined but never used                 @typescript-eslint/no-unused-vars
  249:50  warning  'expectSubscriptions' is defined but never used  @typescript-eslint/no-unused-vars
  283:22  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  346:22  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  348:22  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  516:33  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  518:31  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/state/selections/spec/pipe-from-array.spec.ts
   6:46  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   8:44  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
  10:39  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
  10:50  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function

/home/hoebbelsb/projects/rx-angular/libs/state/selections/spec/safe-pluck.spec.ts
  11:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  22:45  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  27:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  27:57  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  28:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  28:55  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  29:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  29:48  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  30:29  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  30:47  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  32:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  32:48  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  36:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  36:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  37:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  37:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  38:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  38:45  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  42:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  43:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  44:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  45:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  46:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  47:35  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  51:60  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/state/selections/spec/select.spec.ts
   57:54  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
  215:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/state/selections/spec/selectSlice.spec.ts
   39:23  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  253:37  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  266:37  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  279:37  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  292:37  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  312:26  warning  'cold' is defined but never used                 @typescript-eslint/no-unused-vars
  312:50  warning  'expectSubscriptions' is defined but never used  @typescript-eslint/no-unused-vars
  339:37  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  400:22  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  402:22  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  584:25  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  586:59  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  588:42  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any
  588:47  warning  Unexpected any. Specify a different type         @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/state/selections/spec/stateful.spec.ts
  52:52  warning  Unexpected empty arrow function  @typescript-eslint/no-empty-function

/home/hoebbelsb/projects/rx-angular/libs/state/selections/spec/typing.spec.ts
   14:45  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
   17:21  warning  Unexpected empty method 'then'            @typescript-eslint/no-empty-function
   30:41  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
   30:51  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
   30:61  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
   34:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   37:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   38:53  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   40:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   42:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   45:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   55:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   57:38  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
   57:48  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
   57:58  warning  Unexpected empty arrow function           @typescript-eslint/no-empty-function
   58:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   59:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   61:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   63:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   66:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   75:34  warning  Unexpected empty method                   @typescript-eslint/no-empty-function
  115:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  128:26  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/state/selections/src/lib/accumulation-observable.ts
  55:17  warning  'e' is defined but never used  @typescript-eslint/no-unused-vars

/home/hoebbelsb/projects/rx-angular/libs/state/selections/src/lib/operators/distinctUntilSomeChanged.ts
  99:28  warning  Do not access Object.prototype method 'hasOwnProperty' from target object  no-prototype-builtins

/home/hoebbelsb/projects/rx-angular/libs/state/selections/src/lib/operators/selectSlice.ts
  94:32  warning  Do not access Object.prototype method 'hasOwnProperty' from target object  no-prototype-builtins

/home/hoebbelsb/projects/rx-angular/libs/state/selections/src/lib/utils/guards.ts
   7:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   8:22  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  13:7   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  18:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  21:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  25:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  32:25  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  53:61  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  59:25  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  65:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  67:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/state/selections/src/lib/utils/pipe-from-array.ts
   7:34  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
   7:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  16:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  17:16  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/state/spec/fixtures.ts
  13:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  16:52  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  17:55  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  21:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  21:23  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  55:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  56:21  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/hoebbelsb/projects/rx-angular/libs/state/spec/rx-state.component-patterns.spec.ts
  24:7  warning  Expected `===` but received `==`  @angular-eslint/template/eqeqeq
  63:7  warning  Expected `===` but received `==`  @angular-eslint/template/eqeqeq

/home/hoebbelsb/projects/rx-angular/libs/state/spec/rx-state.component.spec.ts
  35:14  warning  Expected `===` but received `==`  @angular-eslint/template/eqeqeq
  50:7   warning  Expected `===` but received `==`  @angular-eslint/template/eqeqeq
  81:7   warning  Expected `===` but received `==`  @angular-eslint/template/eqeqeq

/home/hoebbelsb/projects/rx-angular/libs/state/spec/rx-state.service.spec.ts
  127:28  warning  'expectObservable' is defined but never used      @typescript-eslint/no-unused-vars
  200:41  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  201:54  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  321:35  warning  's' is defined but never used                     @typescript-eslint/no-unused-vars
  329:35  warning  's' is defined but never used                     @typescript-eslint/no-unused-vars
  342:53  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  349:35  warning  's' is defined but never used                     @typescript-eslint/no-unused-vars
  352:20  warning  's' is defined but never used                     @typescript-eslint/no-unused-vars
  359:23  warning  's' is defined but never used                     @typescript-eslint/no-unused-vars
  361:35  warning  's' is defined but never used                     @typescript-eslint/no-unused-vars
  367:35  warning  's' is defined but never used                     @typescript-eslint/no-unused-vars
  370:27  warning  's' is defined but never used                     @typescript-eslint/no-unused-vars
  542:51  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  561:34  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  564:32  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  585:34  warning  Unexpected any. Specify a different type          @typescript-eslint/no-explicit-any
  693:11  warning  'numAccCalls' is assigned a value but never used  @typescript-eslint/no-unused-vars
  726:23  warning  'v' is defined but never used                     @typescript-eslint/no-unused-vars
  735:34  warning  'expectSubscriptions' is defined but never used   @typescript-eslint/no-unused-vars

/home/hoebbelsb/projects/rx-angular/libs/state/src/lib/rx-state.service.ts
   324:32  warning  'Object' is defined but never used  @typescript-eslint/no-unused-vars
  1015:64  warning  'e' is defined but never used       @typescript-eslint/no-unused-vars

/home/hoebbelsb/projects/rx-angular/libs/state/src/lib/signal-state-proxy.ts
  48:30  warning  'target' is defined but never used  @typescript-eslint/no-unused-vars
  48:38  warning  'key' is defined but never used     @typescript-eslint/no-unused-vars

✖ 221 problems (0 errors, 221 warnings)

✖ 221 problems (0 errors, 221 warnings)


> nx run state:version

[state] 🆕 Calculated new version "19.0.3".
[state] 📜 Generated CHANGELOG.md.
[state] 📝 Updated package.json version.
[state] 📦 Committed "release(state): 19.0.3".
[state] 🔖 Tagged "[email protected]".
[state] 🚀 Pushed to "origin" "main".
[state] 🎉 Ran post-target "github".

> nx run state:publish

> npm publish dist/libs/state

npm warn publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "repository.url" was normalized to "git+https://github.com/rx-angular/rx-angular.git"
npm notice
npm notice 📦  @rx-angular/[email protected]
npm notice Tarball Contents
npm notice 7.4kB README.md
npm notice 288B actions/index.d.ts
npm notice 332B actions/index.d.ts.map
npm notice 1.2kB actions/lib/actions.factory.d.ts
npm notice 605B actions/lib/actions.factory.d.ts.map
npm notice 656B actions/lib/proxy.d.ts
npm notice 583B actions/lib/proxy.d.ts.map
npm notice 1.2kB actions/lib/rx-actions.d.ts
npm notice 495B actions/lib/rx-actions.d.ts.map
npm notice 826B actions/lib/transforms.d.ts
npm notice 444B actions/lib/transforms.d.ts.map
npm notice 1.7kB actions/lib/types.d.ts
npm notice 2.4kB actions/lib/types.d.ts.map
npm notice 201B actions/rx-angular-state-actions.d.ts.map
npm notice 132B effects/index.d.ts
npm notice 216B effects/index.d.ts.map
npm notice 4.9kB effects/lib/effects.service.d.ts
npm notice 1.4kB effects/lib/effects.service.d.ts.map
npm notice 929B effects/lib/model.d.ts
npm notice 522B effects/lib/model.d.ts.map
npm notice 1.3kB effects/lib/rx-effects.d.ts
npm notice 632B effects/lib/rx-effects.d.ts.map
npm notice 233B effects/lib/types.d.ts
npm notice 361B effects/lib/types.d.ts.map
npm notice 594B effects/lib/utils.d.ts
npm notice 459B effects/lib/utils.d.ts.map
npm notice 179B effects/state-effects.d.ts.map
npm notice 10.0kB fesm2022/rx-angular-state-actions.mjs
npm notice 15.4kB fesm2022/rx-angular-state-actions.mjs.map
npm notice 8.7kB fesm2022/state-effects.mjs
npm notice 15.8kB fesm2022/state-effects.mjs.map
npm notice 15.6kB fesm2022/state-selections.mjs
npm notice 37.6kB fesm2022/state-selections.mjs.map
npm notice 15.9kB fesm2022/state.mjs
npm notice 45.6kB fesm2022/state.mjs.map
npm notice 381B index.d.ts
npm notice 369B index.d.ts.map
npm notice 2.0kB lib/provide-rx-state-config.d.ts
npm notice 813B lib/provide-rx-state-config.d.ts.map
npm notice 1.0kB lib/rx-state.d.ts
npm notice 683B lib/rx-state.d.ts.map
npm notice 21.2kB lib/rx-state.service.d.ts
npm notice 10.5kB lib/rx-state.service.d.ts.map
npm notice 397B lib/signal-state-proxy.d.ts
npm notice 528B lib/signal-state-proxy.d.ts.map
npm notice 2.0kB package.json
npm notice 275B schematics/migration.json
npm notice 98B schematics/src/migrations/update-1.4.7/index.d.ts
npm notice 1.3kB schematics/src/migrations/update-1.4.7/index.js
npm notice 133B schematics/src/utils/dependency.d.ts
npm notice 77B schematics/src/utils/dependency.js
npm notice 84B schematics/src/utils/get-latest-node-version.d.ts
npm notice 968B schematics/src/utils/get-latest-node-version.js
npm notice 129B schematics/src/utils/read-json-in-tree.d.ts
npm notice 567B schematics/src/utils/read-json-in-tree.js
npm notice 256B schematics/src/utils/renaming-rule.d.ts
npm notice 3.9kB schematics/src/utils/renaming-rule.js
npm notice 748B selections/index.d.ts
npm notice 628B selections/index.d.ts.map
npm notice 507B selections/lib/accumulation-observable.d.ts
npm notice 498B selections/lib/accumulation-observable.d.ts.map
npm notice 384B selections/lib/interfaces/compare-fn.d.ts
npm notice 276B selections/lib/interfaces/compare-fn.d.ts.map
npm notice 218B selections/lib/interfaces/index.d.ts
npm notice 322B selections/lib/interfaces/index.d.ts.map
npm notice 714B selections/lib/interfaces/key-compare-map.d.ts
npm notice 385B selections/lib/interfaces/key-compare-map.d.ts.map
npm notice 106B selections/lib/interfaces/non-undefined.d.ts
npm notice 246B selections/lib/interfaces/non-undefined.d.ts.map
npm notice 135B selections/lib/interfaces/pick-slice.d.ts
npm notice 316B selections/lib/interfaces/pick-slice.d.ts.map
npm notice 491B selections/lib/model.d.ts
npm notice 712B selections/lib/model.d.ts.map
npm notice 2.5kB selections/lib/operators/distinctUntilSomeChanged.d.ts
npm notice 524B selections/lib/operators/distinctUntilSomeChanged.d.ts.map
npm notice 164B selections/lib/operators/index.d.ts
npm notice 239B selections/lib/operators/index.d.ts.map
npm notice 4.7kB selections/lib/operators/select.d.ts
npm notice 4.5kB selections/lib/operators/select.d.ts.map
npm notice 3.0kB selections/lib/operators/selectSlice.d.ts
npm notice 587B selections/lib/operators/selectSlice.d.ts.map
npm notice 2.6kB selections/lib/operators/stateful.d.ts
npm notice 1.7kB selections/lib/operators/stateful.d.ts.map
npm notice 418B selections/lib/side-effect-observable.d.ts
npm notice 519B selections/lib/side-effect-observable.d.ts.map
npm notice 864B selections/lib/utils/guards.d.ts
npm notice 1.1kB selections/lib/utils/guards.d.ts.map
npm notice 182B selections/lib/utils/pipe-from-array.d.ts
npm notice 351B selections/lib/utils/pipe-from-array.d.ts.map
npm notice 1.3kB selections/lib/utils/safe-pluck.d.ts
npm notice 2.5kB selections/lib/utils/safe-pluck.d.ts.map
npm notice 188B selections/state-selections.d.ts.map
npm notice 152B state.d.ts.map
npm notice Tarball Details
npm notice name: @rx-angular/state
npm notice version: 19.0.2
npm notice filename: rx-angular-state-19.0.2.tgz
npm notice package size: 64.7 kB
npm notice unpacked size: 277.1 kB
npm notice shasum: bfc8347459e4848857a2a66e3275b13c55d1f822
npm notice integrity: sha512-nV8OeSNqhcKh7[...]+2zyDawi97yzw==
npm notice total files: 93
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
Authenticate your account at:
https://www.npmjs.com/auth/cli/9148c267-1dce-4d9e-b3de-b11e880e6717
Press ENTER to open in the browser...

npm error code E403
npm error 403 403 Forbidden - PUT https://registry.npmjs.org/@rx-angular%2fstate - You cannot publish over the previously published versions: 19.0.2.
npm error 403 In most cases, you or one of your dependencies are requesting
npm error 403 a package version that is forbidden by your security policy, or
npm error 403 on a server you do not have access to.
npm error A complete log of this run can be found in: /home/hoebbelsb/.npm/_logs/2025-01-28T14_30_10_271Z-debug-0.log
Warning: command "npm publish dist/libs/state" exited with non-zero status code
——————————————————————————————————————————————————————————————————————————————————

 NX   Ran target publish for project state and 8 task(s) they depend on (1m)

   ✖  1/9 failed
   ✔  8/9 succeeded [0 read from cache]

@edbzn
Copy link
Member

edbzn commented Jan 28, 2025

It's weird, the build target never runs. However, it's defined in nx.json here. In the past, I ran the publish target several times without facing this issue.

@edbzn
Copy link
Member

edbzn commented Jan 28, 2025

I just found out that Nx runs the dependsOn array in the wrong order.

Image

@edbzn edbzn linked a pull request Jan 28, 2025 that will close this issue
@hoebbelsB
Copy link
Member Author

@edbzn any news on that?

@edbzn
Copy link
Member

edbzn commented Feb 18, 2025

Not really, I'm out sick this week... so if someone else has time to look at it. I think we could directly raise an issue on Nx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants