-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
Comments
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]
|
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 any news on that? |
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
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
The text was updated successfully, but these errors were encountered: