Skip to content

Commit

Permalink
chore: migrate to nx v17
Browse files Browse the repository at this point in the history
* chore: nx 17 upgrade

* chore: update nx-electron deps
  • Loading branch information
mvdicarlo authored Oct 1, 2024
1 parent 973aad5 commit 8fa605e
Show file tree
Hide file tree
Showing 29 changed files with 118,462 additions and 1,047 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ Thumbs.db
# Public UI dependencies
eui_theme_light.min.css
eui_theme_dark.min.css
apps/postybirb-ui/public/uppy-i18n/*.js
apps/postybirb-ui/public/uppy-i18n/*.js
.nx/cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
26 changes: 26 additions & 0 deletions .nx/workspace-data/d/daemon-error.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Daemon process terminated and closed the connection

Messages from the log:
[NX Daemon Server] - 2024-10-01T01:15:45.318Z - [REQUEST]:
[NX Daemon Server] - 2024-10-01T01:15:45.318Z - [REQUEST]:
[NX Daemon Server] - 2024-10-01T01:15:45.376Z - [REQUEST]: Responding to the client. project-graph
[NX Daemon Server] - 2024-10-01T01:15:45.378Z - Time taken for 'total for creating and serializing project graph' 184.71720000000002ms
[NX Daemon Server] - 2024-10-01T01:15:45.379Z - [WATCHER]: Processing file changes in outputs
[NX Daemon Server] - 2024-10-01T01:15:45.381Z - [WATCHER]: .nx/workspace-data/d/daemon.log was modified
[NX Daemon Server] - 2024-10-01T01:15:45.381Z - Done responding to the client project-graph
[NX Daemon Server] - 2024-10-01T01:15:45.381Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 185. Response time: 5.
[NX Daemon Server] - 2024-10-01T01:15:45.382Z - [REQUEST]: Responding to the client with an error. Invalid payload from the client Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"}
Error: Unsupported payload sent to daemon server: {"type":"GET_CONTEXT_FILE_DATA"}
at handleMessage (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:106:104)
at d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\daemon\server\server.js:45:15
at Socket.<anonymous> (d:\Projects\postybirb\v4\postybirb\node_modules\nx\src\utils\consume-messages-from-socket.js:13:17)
at Socket.emit (node:events:519:28)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
at Readable.push (node:internal/streams/readable:390:5)
at Pipe.onStreamRead (node:internal/stream_base_commons:191:23)
[NX Daemon Server] - 2024-10-01T01:15:45.383Z - Done responding to the client null



More information: d:\Projects\postybirb\v4\postybirb\.nx\workspace-data\d\daemon.log
887 changes: 887 additions & 0 deletions .nx/workspace-data/d/daemon.log

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .nx/workspace-data/d/disabled
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
true
Loading

0 comments on commit 8fa605e

Please sign in to comment.