@auto-engineer/generate-react-client 1.108.0 → 1.110.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,72 @@
1
1
  # @auto-engineer/generate-react-client
2
2
 
3
+ ## 1.110.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`b98a16e`](https://github.com/BeOnAuto/auto-engineer/commit/b98a16e1021c333f5c7dfbdcf93a0f8593226290) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: add biome.json to server scaffold
8
+ - **checks**: add type checking command and related functionality
9
+ - **typical**: emit graph completion events from component settled handler
10
+ - **pipeline**: wire onEmit callback in pipeline-server for settled handlers
11
+ - **pipeline**: wire emit closure in v2-runtime-bridge handleOutputs
12
+
13
+ ### Patch Changes
14
+
15
+ - [`acd9e95`](https://github.com/BeOnAuto/auto-engineer/commit/acd9e95c011a2a8617aaa3fe25761dd87fce4e36) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **dev-server**: include process output in waitForHttp error messages
16
+
17
+ - Updated dependencies [[`b98a16e`](https://github.com/BeOnAuto/auto-engineer/commit/b98a16e1021c333f5c7dfbdcf93a0f8593226290), [`acd9e95`](https://github.com/BeOnAuto/auto-engineer/commit/acd9e95c011a2a8617aaa3fe25761dd87fce4e36)]:
18
+ - @auto-engineer/file-upload@1.110.0
19
+ - @auto-engineer/message-bus@1.110.0
20
+
21
+ ## 1.109.0
22
+
23
+ ### Minor Changes
24
+
25
+ - [`044c1f4`](https://github.com/BeOnAuto/auto-engineer/commit/044c1f419eac3d3b039d081bb46751773a2e84f4) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **server-generator-apollo-emmett**: add biome.json to server scaffold
26
+
27
+ - [`9fc04f2`](https://github.com/BeOnAuto/auto-engineer/commit/9fc04f2bee9491938507d714dc650d53f44c1ae0) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: wire onEmit callback in pipeline-server for settled handlers
28
+
29
+ - [`7cac678`](https://github.com/BeOnAuto/auto-engineer/commit/7cac67806fadba1f9f12f9428f79f8cc49e5c140) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: template fallback for broken pnpm
30
+ - **generate-react-client**: fall back to /app/.templates/client when package starter missing
31
+ - **global**: version packages
32
+
33
+ - [`63595e9`](https://github.com/BeOnAuto/auto-engineer/commit/63595e96999aac292235c9e6f9b459fc960a5f6e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: add emit parameter to SettledHandler type
34
+
35
+ - [`63563c0`](https://github.com/BeOnAuto/auto-engineer/commit/63563c023df2fa8f9e0287e5ef7902afc04e85a4) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added type checking command to validate code correctness within the pipeline
36
+
37
+ - [`8c4c153`](https://github.com/BeOnAuto/auto-engineer/commit/8c4c153daeb14687108fad88b36085cc79ba34f6) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **typical**: emit graph completion events from component settled handler
38
+
39
+ - [`1a87d2d`](https://github.com/BeOnAuto/auto-engineer/commit/1a87d2d6fea9214e1e5898c73b026dd8f6cd9346) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **job-graph-processor**: skip intermediate events in classifyJobEvent
40
+ - **pipeline**: always use sessionId for settled correlationId tracking
41
+
42
+ - [`2ba8209`](https://github.com/BeOnAuto/auto-engineer/commit/2ba8209947f9bc49367333ade1681fdc12386645) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **checks**: add type checking command and related functionality
43
+ - **pipeline**: add explicit return type to createPipelineServerV2
44
+ - **typical**: prevent check events from reaching graph processor
45
+ - **pipeline**: improve readability of correlation ID handling and command sending
46
+ - **global**: update plan with check correlationId fix
47
+
48
+ - [`8467751`](https://github.com/BeOnAuto/auto-engineer/commit/8467751c7cb26edf1e0ad10a97f8b2e6358def4c) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: wire emit closure in v2-runtime-bridge handleOutputs
49
+
50
+ ### Patch Changes
51
+
52
+ - [`5d7c10e`](https://github.com/BeOnAuto/auto-engineer/commit/5d7c10edff9ff46548295f91e2482f7e62604562) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **global**: mark all graph dispatch fix bursts complete
53
+
54
+ - [`62419a4`](https://github.com/BeOnAuto/auto-engineer/commit/62419a4aebac40eb1958d5f551094312dfbf939a) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **component-implementor-react**: format implement-component test file
55
+
56
+ - [`c293cc3`](https://github.com/BeOnAuto/auto-engineer/commit/c293cc33a10290bfde2d4f87925c12d4804d8e30) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **typical**: prevent check events from reaching graph processor
57
+
58
+ - [`bf80607`](https://github.com/BeOnAuto/auto-engineer/commit/bf806073a32113ea8071bdbb67d2df17efd70788) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Improved readability of correlation ID handling and command sending in the pipeline
59
+
60
+ - [`916190b`](https://github.com/BeOnAuto/auto-engineer/commit/916190b6bf174533cd341a04fd331f7a76785922) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **global**: update plan with check correlationId fix
61
+
62
+ - [`4cd7af8`](https://github.com/BeOnAuto/auto-engineer/commit/4cd7af857d1b5f1bb5c06d5de91014d9052bc4f3) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **generate-react-client**: disable useIgnoreFile in biome config
63
+
64
+ - [`3839b10`](https://github.com/BeOnAuto/auto-engineer/commit/3839b10ae615eeb925ee4630f9d2641084c40fee) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: format pipeline files to pass biome check
65
+
66
+ - Updated dependencies [[`5d7c10e`](https://github.com/BeOnAuto/auto-engineer/commit/5d7c10edff9ff46548295f91e2482f7e62604562), [`62419a4`](https://github.com/BeOnAuto/auto-engineer/commit/62419a4aebac40eb1958d5f551094312dfbf939a), [`c293cc3`](https://github.com/BeOnAuto/auto-engineer/commit/c293cc33a10290bfde2d4f87925c12d4804d8e30), [`bf80607`](https://github.com/BeOnAuto/auto-engineer/commit/bf806073a32113ea8071bdbb67d2df17efd70788), [`044c1f4`](https://github.com/BeOnAuto/auto-engineer/commit/044c1f419eac3d3b039d081bb46751773a2e84f4), [`9fc04f2`](https://github.com/BeOnAuto/auto-engineer/commit/9fc04f2bee9491938507d714dc650d53f44c1ae0), [`7cac678`](https://github.com/BeOnAuto/auto-engineer/commit/7cac67806fadba1f9f12f9428f79f8cc49e5c140), [`63595e9`](https://github.com/BeOnAuto/auto-engineer/commit/63595e96999aac292235c9e6f9b459fc960a5f6e), [`63563c0`](https://github.com/BeOnAuto/auto-engineer/commit/63563c023df2fa8f9e0287e5ef7902afc04e85a4), [`8c4c153`](https://github.com/BeOnAuto/auto-engineer/commit/8c4c153daeb14687108fad88b36085cc79ba34f6), [`916190b`](https://github.com/BeOnAuto/auto-engineer/commit/916190b6bf174533cd341a04fd331f7a76785922), [`1a87d2d`](https://github.com/BeOnAuto/auto-engineer/commit/1a87d2d6fea9214e1e5898c73b026dd8f6cd9346), [`4cd7af8`](https://github.com/BeOnAuto/auto-engineer/commit/4cd7af857d1b5f1bb5c06d5de91014d9052bc4f3), [`3839b10`](https://github.com/BeOnAuto/auto-engineer/commit/3839b10ae615eeb925ee4630f9d2641084c40fee), [`2ba8209`](https://github.com/BeOnAuto/auto-engineer/commit/2ba8209947f9bc49367333ade1681fdc12386645), [`8467751`](https://github.com/BeOnAuto/auto-engineer/commit/8467751c7cb26edf1e0ad10a97f8b2e6358def4c)]:
67
+ - @auto-engineer/file-upload@1.109.0
68
+ - @auto-engineer/message-bus@1.109.0
69
+
3
70
  ## 1.108.0
4
71
 
5
72
  ### Minor Changes
@@ -42,7 +42,7 @@
42
42
  .sb-previewBlock,
43
43
  .sb-previewBlock *,
44
44
  /* Emotion CSS classes in preview area (exclude loader) */
45
- [class^="css-"]:not([class*="loader"]) {
45
+ [class^="css-"]:not([class*="loader"]):not(#preview-loader) {
46
46
  background-color: #f0f3f9;
47
47
  color-scheme: light;
48
48
  }
@@ -51,7 +51,8 @@
51
51
  .sb-loader,
52
52
  .sb-loader *,
53
53
  [class*="loader"],
54
- [class*="loader"] * {
54
+ [class*="loader"] *,
55
+ #preview-loader {
55
56
  fill: transparent;
56
57
  background: transparent;
57
58
  background-color: transparent;
@@ -68,7 +69,7 @@
68
69
  html[data-theme="dark"] .sb-previewBlock,
69
70
  html[data-theme="dark"] .sb-previewBlock *,
70
71
  /* Emotion CSS classes in preview area - dark mode (exclude loader) */
71
- html[data-theme="dark"] [class^="css-"]:not(.sb-loader):not([class*="loader"]) {
72
+ html[data-theme="dark"] [class^="css-"]:not(.sb-loader):not([class*="loader"]):not(#preview-loader) {
72
73
  background-color: #1a1f2e;
73
74
  color-scheme: dark;
74
75
  }
@@ -77,7 +78,8 @@
77
78
  html[data-theme="dark"] .sb-loader,
78
79
  html[data-theme="dark"] .sb-loader *,
79
80
  html[data-theme="dark"] [class*="loader"],
80
- html[data-theme="dark"] [class*="loader"] * {
81
+ html[data-theme="dark"] [class*="loader"] *,
82
+ html[data-theme="dark"] #preview-loader {
81
83
  fill: transparent;
82
84
  background: transparent;
83
85
  background-color: transparent;
@@ -3,7 +3,7 @@
3
3
  "vcs": {
4
4
  "enabled": true,
5
5
  "clientKind": "git",
6
- "useIgnoreFile": true
6
+ "useIgnoreFile": false
7
7
  },
8
8
  "files": {
9
9
  "ignoreUnknown": true
package/package.json CHANGED
@@ -19,13 +19,13 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "debug": "^4.4.1",
22
- "@auto-engineer/file-upload": "1.108.0",
23
- "@auto-engineer/message-bus": "1.108.0"
22
+ "@auto-engineer/file-upload": "1.110.0",
23
+ "@auto-engineer/message-bus": "1.110.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/debug": "^4.1.12"
27
27
  },
28
- "version": "1.108.0",
28
+ "version": "1.110.0",
29
29
  "scripts": {
30
30
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && cp -r starter dist/",
31
31
  "test-cli": "tsx test-cli.ts",