@auto-engineer/pipeline 1.36.3 → 1.38.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/pipeline@1.36.2 build /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.37.0 build /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
3
3
  > tsc && tsx ../../scripts/fix-esm-imports.ts
4
4
 
5
5
  Fixed ESM imports in dist/
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/pipeline@1.36.2 test /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.37.0 test /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  27 passed (27)
11
11
   Tests  478 passed (478)
12
-  Start at  07:38:33
13
-  Duration  24.98s (transform 6.00s, setup 0ms, collect 10.44s, tests 22.21s, environment 19ms, prepare 16.35s)
12
+  Start at  15:26:50
13
+  Duration  26.69s (transform 6.76s, setup 0ms, collect 11.78s, tests 23.89s, environment 22ms, prepare 17.91s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/pipeline@1.36.2 type-check /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.37.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,73 @@
1
1
  # @auto-engineer/pipeline
2
2
 
3
+ ## 1.38.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`615aed3`](https://github.com/BeOnAuto/auto-engineer/commit/615aed3bc827845e7d6b691da7979cc61d4390c4) Thanks [@osamanar](https://github.com/osamanar)! - - **react-component-implementer**: add acquireLock and releaseLock with tests
8
+
9
+ - [`9a8a00e`](https://github.com/BeOnAuto/auto-engineer/commit/9a8a00e759a1104d72ae493a067c68d9a88ff627) Thanks [@osamanar](https://github.com/osamanar)! - - Added support for ensuring GraphQL operations exist in the react component implementer
10
+
11
+ - [`6c92f68`](https://github.com/BeOnAuto/auto-engineer/commit/6c92f682ba7909385779db0d68562956bcfd19ac) Thanks [@osamanar](https://github.com/osamanar)! - - **app-implementer**: pass GraphQL schema, queries & mutations into app generation prompt
12
+
13
+ - [`755d452`](https://github.com/BeOnAuto/auto-engineer/commit/755d4527b568b19984524626605707310120700b) Thanks [@osamanar](https://github.com/osamanar)! - - **react-component-implementer**: enforce no hardcoded data in components, MSW-only mocking
14
+
15
+ - [`9cb506b`](https://github.com/BeOnAuto/auto-engineer/commit/9cb506bea74b8dda139154a83e980dae6842185e) Thanks [@osamanar](https://github.com/osamanar)! - - Added GraphQL integration to the typical example application
16
+
17
+ - [`01d560a`](https://github.com/BeOnAuto/auto-engineer/commit/01d560a902333c0393c877be781397036523c9b9) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: formatSpecValue parses stringified JSON arrays
18
+ - **server-generator-apollo-emmett**: add events.ts.ejs template for react slices
19
+ - **server-generator-apollo-emmett**: extract react data target events with source then
20
+ - **server-generator-apollo-emmett**: findEventSource checks react data target events
21
+ - **server-generator-apollo-emmett**: given-step state refs get local event types
22
+
23
+ - [`d3ff854`](https://github.com/BeOnAuto/auto-engineer/commit/d3ff854ff886248678ec9be1ba0e70e6a7124f4c) Thanks [@osamanar](https://github.com/osamanar)! - - Updated auto configuration in the typical example
24
+
25
+ - [`11753ae`](https://github.com/BeOnAuto/auto-engineer/commit/11753aec8d5d10f195debdbcc56a1caf4eea5a4b) Thanks [@osamanar](https://github.com/osamanar)! - - **react-component-implementer**: wrap ensureGraphqlOperations critical section with lock
26
+
27
+ - [`902ccfe`](https://github.com/BeOnAuto/auto-engineer/commit/902ccfe838c69a3ae6812e7f034c6798ce022040) Thanks [@osamanar](https://github.com/osamanar)! - - **react-component-implementer**: add concurrent integration test for lock
28
+
29
+ - [`8e13733`](https://github.com/BeOnAuto/auto-engineer/commit/8e1373303577a0c7428baae2bdfa81b89e5cfb78) Thanks [@osamanar](https://github.com/osamanar)! - - **react-component-implementer**: pass GraphQL schema, queries & mutations into generation prompt
30
+
31
+ - [`9c5c4f8`](https://github.com/BeOnAuto/auto-engineer/commit/9c5c4f823942e447738f89ffc14bfcc72dcd0ec2) Thanks [@osamanar](https://github.com/osamanar)! - - **react-component-implementer**: re-export acquireLock and releaseLock from index
32
+
33
+ ### Patch Changes
34
+
35
+ - [`881383b`](https://github.com/BeOnAuto/auto-engineer/commit/881383b338fb0b808f57a525df6252d8a25932cf) Thanks [@osamanar](https://github.com/osamanar)! - - **react-component-implementer**: add ketchup plan for file-based locking
36
+
37
+ - [`e5d3d12`](https://github.com/BeOnAuto/auto-engineer/commit/e5d3d1252f5d5de8e2d41f34d1da00692ccdb755) Thanks [@osamanar](https://github.com/osamanar)! - - **react-component-implementer**: update ketchup plan — all bursts done
38
+
39
+ - [`50c8536`](https://github.com/BeOnAuto/auto-engineer/commit/50c85360e7e75523d0cbe55eda3d0408e5ed8221) Thanks [@osamanar](https://github.com/osamanar)! - - **react-component-implementer**: update ketchup plan — graphql prompt passthrough
40
+
41
+ - Updated dependencies [[`615aed3`](https://github.com/BeOnAuto/auto-engineer/commit/615aed3bc827845e7d6b691da7979cc61d4390c4), [`881383b`](https://github.com/BeOnAuto/auto-engineer/commit/881383b338fb0b808f57a525df6252d8a25932cf), [`9a8a00e`](https://github.com/BeOnAuto/auto-engineer/commit/9a8a00e759a1104d72ae493a067c68d9a88ff627), [`6c92f68`](https://github.com/BeOnAuto/auto-engineer/commit/6c92f682ba7909385779db0d68562956bcfd19ac), [`755d452`](https://github.com/BeOnAuto/auto-engineer/commit/755d4527b568b19984524626605707310120700b), [`e5d3d12`](https://github.com/BeOnAuto/auto-engineer/commit/e5d3d1252f5d5de8e2d41f34d1da00692ccdb755), [`9cb506b`](https://github.com/BeOnAuto/auto-engineer/commit/9cb506bea74b8dda139154a83e980dae6842185e), [`01d560a`](https://github.com/BeOnAuto/auto-engineer/commit/01d560a902333c0393c877be781397036523c9b9), [`d3ff854`](https://github.com/BeOnAuto/auto-engineer/commit/d3ff854ff886248678ec9be1ba0e70e6a7124f4c), [`11753ae`](https://github.com/BeOnAuto/auto-engineer/commit/11753aec8d5d10f195debdbcc56a1caf4eea5a4b), [`902ccfe`](https://github.com/BeOnAuto/auto-engineer/commit/902ccfe838c69a3ae6812e7f034c6798ce022040), [`50c8536`](https://github.com/BeOnAuto/auto-engineer/commit/50c85360e7e75523d0cbe55eda3d0408e5ed8221), [`8e13733`](https://github.com/BeOnAuto/auto-engineer/commit/8e1373303577a0c7428baae2bdfa81b89e5cfb78), [`9c5c4f8`](https://github.com/BeOnAuto/auto-engineer/commit/9c5c4f823942e447738f89ffc14bfcc72dcd0ec2)]:
42
+ - @auto-engineer/file-store@1.38.0
43
+ - @auto-engineer/message-bus@1.38.0
44
+
45
+ ## 1.37.0
46
+
47
+ ### Minor Changes
48
+
49
+ - [`81bbf7f`](https://github.com/BeOnAuto/auto-engineer/commit/81bbf7f2e39007674287385cbed21c7b314b2860) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: formatSpecValue parses stringified JSON arrays
50
+
51
+ - [`3b14b48`](https://github.com/BeOnAuto/auto-engineer/commit/3b14b483e91b9c73cece1d3184f1380a97cd3f3d) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: add events.ts.ejs template for react slices
52
+
53
+ - [`e5030c0`](https://github.com/BeOnAuto/auto-engineer/commit/e5030c04db2654e33f265d6d1e80ff6e87cc7174) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: given-step state refs get local event types
54
+
55
+ - [`61b27ca`](https://github.com/BeOnAuto/auto-engineer/commit/61b27ca1f3826fc89dcd14242b69bc47bac37a9f) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: findEventSource checks react data target events
56
+
57
+ - [`9c6fa84`](https://github.com/BeOnAuto/auto-engineer/commit/9c6fa84191f381b47b883acac519f3396afe18dd) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: extract react data target events with source then
58
+
59
+ ### Patch Changes
60
+
61
+ - [`60f46ad`](https://github.com/BeOnAuto/auto-engineer/commit/60f46ad27b9de630540c1ca1214589a938410c6c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: update ketchup plan — all bursts done
62
+
63
+ - [`db121c4`](https://github.com/BeOnAuto/auto-engineer/commit/db121c47c6ff2ce217211bc457ef18dcac3ca88d) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: update ketchup plan for event resolution bugs
64
+
65
+ - [`d47fc5c`](https://github.com/BeOnAuto/auto-engineer/commit/d47fc5c65a19cbee2f4ad6595cb3cb97f572e8be) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: increase retry delays for Storybook connection
66
+ - **global**: version packages
67
+ - Updated dependencies [[`60f46ad`](https://github.com/BeOnAuto/auto-engineer/commit/60f46ad27b9de630540c1ca1214589a938410c6c), [`81bbf7f`](https://github.com/BeOnAuto/auto-engineer/commit/81bbf7f2e39007674287385cbed21c7b314b2860), [`3b14b48`](https://github.com/BeOnAuto/auto-engineer/commit/3b14b483e91b9c73cece1d3184f1380a97cd3f3d), [`e5030c0`](https://github.com/BeOnAuto/auto-engineer/commit/e5030c04db2654e33f265d6d1e80ff6e87cc7174), [`db121c4`](https://github.com/BeOnAuto/auto-engineer/commit/db121c47c6ff2ce217211bc457ef18dcac3ca88d), [`d47fc5c`](https://github.com/BeOnAuto/auto-engineer/commit/d47fc5c65a19cbee2f4ad6595cb3cb97f572e8be), [`61b27ca`](https://github.com/BeOnAuto/auto-engineer/commit/61b27ca1f3826fc89dcd14242b69bc47bac37a9f), [`9c6fa84`](https://github.com/BeOnAuto/auto-engineer/commit/9c6fa84191f381b47b883acac519f3396afe18dd)]:
68
+ - @auto-engineer/file-store@1.37.0
69
+ - @auto-engineer/message-bus@1.37.0
70
+
3
71
  ## 1.36.3
4
72
 
5
73
  ### Patch Changes
package/package.json CHANGED
@@ -13,8 +13,8 @@
13
13
  "get-port": "^7.1.0",
14
14
  "jose": "^5.9.6",
15
15
  "nanoid": "^5.0.0",
16
- "@auto-engineer/file-store": "1.36.3",
17
- "@auto-engineer/message-bus": "1.36.3"
16
+ "@auto-engineer/file-store": "1.38.0",
17
+ "@auto-engineer/message-bus": "1.38.0"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/cors": "^2.8.17",
@@ -23,7 +23,7 @@
23
23
  "publishConfig": {
24
24
  "access": "public"
25
25
  },
26
- "version": "1.36.3",
26
+ "version": "1.38.0",
27
27
  "scripts": {
28
28
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
29
29
  "test": "vitest run --reporter=dot",