@auto-engineer/job-graph-processor 1.102.0 → 1.103.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/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +3 -3
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +53 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/job-graph-processor@1.
|
|
2
|
+
> @auto-engineer/job-graph-processor@1.103.0 build /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
|
|
3
3
|
> tsc && tsx ../../scripts/fix-esm-imports.ts
|
|
4
4
|
|
|
5
5
|
Fixed ESM imports in dist/
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/job-graph-processor@1.
|
|
2
|
+
> @auto-engineer/job-graph-processor@1.102.0 test /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
|
|
3
3
|
> vitest run --reporter=dot
|
|
4
4
|
|
|
5
5
|
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
[2m Test Files [22m [1m[32m12 passed[39m[22m[90m (12)[39m
|
|
11
11
|
[2m Tests [22m [1m[32m82 passed[39m[22m[90m (82)[39m
|
|
12
|
-
[2m Start at [22m
|
|
13
|
-
[2m Duration [22m
|
|
12
|
+
[2m Start at [22m 11:36:43
|
|
13
|
+
[2m Duration [22m 11.65s[2m (transform 3.62s, setup 0ms, collect 9.31s, tests 3.84s, environment 3ms, prepare 8.10s)[22m
|
|
14
14
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/job-graph-processor@1.
|
|
2
|
+
> @auto-engineer/job-graph-processor@1.102.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
|
|
3
3
|
> tsc --noEmit
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,58 @@
|
|
|
1
1
|
# @auto-engineer/job-graph-processor
|
|
2
2
|
|
|
3
|
+
## 1.103.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`bc1198f`](https://github.com/BeOnAuto/auto-engineer/commit/bc1198f08c77b1ef923c03de54b46d90737e3511) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: capture suite-level errors in test-runner
|
|
8
|
+
|
|
9
|
+
- [`ea18f02`](https://github.com/BeOnAuto/auto-engineer/commit/ea18f02739cb60f6daa7817bfe2479d2d6f1161e) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add mock spy argument count fix to test fixer
|
|
10
|
+
|
|
11
|
+
- [`cdd9e6c`](https://github.com/BeOnAuto/auto-engineer/commit/cdd9e6c29fcca8c4e030b5f5effbbb977ca5b208) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add controlled input initialization rule
|
|
12
|
+
|
|
13
|
+
- [`9e2b024`](https://github.com/BeOnAuto/auto-engineer/commit/9e2b0245ecb86d0c26b5cf4defe8028a48f4691f) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add --config-path to biome commands
|
|
14
|
+
|
|
15
|
+
- [`ba0bc57`](https://github.com/BeOnAuto/auto-engineer/commit/ba0bc57142ad5308e20e8f7b10b39189a76a61bb) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add semantic HTML role mapping test rule
|
|
16
|
+
|
|
17
|
+
- [`27d282b`](https://github.com/BeOnAuto/auto-engineer/commit/27d282bb0b5cbb4e2c84a392d10302e49a89dd4b) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: strengthen mock spy expect.anything() requirement in test rule 16
|
|
18
|
+
|
|
19
|
+
- [`68b32be`](https://github.com/BeOnAuto/auto-engineer/commit/68b32beacda7e8f6ed08f89dbbbca14292cce2b6) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add toHaveStyle and ReferenceError fix guidance to test fixer
|
|
20
|
+
|
|
21
|
+
- [`d06922f`](https://github.com/BeOnAuto/auto-engineer/commit/d06922fef1709c4bbb2e854721c3258ff555db05) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: refine mock pattern and add noArrayIndexKey lint guidance
|
|
22
|
+
|
|
23
|
+
- [`523345a`](https://github.com/BeOnAuto/auto-engineer/commit/523345a1a43fa68abef2e23bceb792409dbc637d) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **dev-server**: reset command kills servers on ports 4000, 6006, 8080
|
|
24
|
+
- **global**: version packages
|
|
25
|
+
- **dev-server**: mark reset port killing bursts as done
|
|
26
|
+
- **dev-server**: add reset port killing bursts to plan
|
|
27
|
+
|
|
28
|
+
- [`7b1c878`](https://github.com/BeOnAuto/auto-engineer/commit/7b1c8780ffd388681ff349f0318cae2c924c1d6c) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add vi.mock hoisting rule and hoisting fix guidance
|
|
29
|
+
|
|
30
|
+
- [`29d2b25`](https://github.com/BeOnAuto/auto-engineer/commit/29d2b25a39949006a82f04678dc0db8081e2fe83) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add array key rule and strengthen noArrayIndexKey lint fixer
|
|
31
|
+
|
|
32
|
+
- [`f52bdf0`](https://github.com/BeOnAuto/auto-engineer/commit/f52bdf08a8222f92a4b826640911ca9dc0fd01e7) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add import constraint and jsdom rules to prompts
|
|
33
|
+
|
|
34
|
+
- [`034f8ee`](https://github.com/BeOnAuto/auto-engineer/commit/034f8eea9b6eef1c292ca3d617178b857a111739) Thanks [@osamanar](https://github.com/osamanar)! - Based on the actual changes, here's the changelog:
|
|
35
|
+
- Added granular fix iteration tracking per pipeline step (type, test, lint, and story fixes are now tracked individually)
|
|
36
|
+
- Added batch generation script to process multiple component models from input specifications
|
|
37
|
+
- Improved pipeline result reporting with detailed per-step iteration counts
|
|
38
|
+
|
|
39
|
+
- [`1028b73`](https://github.com/BeOnAuto/auto-engineer/commit/1028b7305decbfadc939c87b5b5c0a912f5fa574) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add test isolation and class assertion rules
|
|
40
|
+
|
|
41
|
+
- [`31280e0`](https://github.com/BeOnAuto/auto-engineer/commit/31280e01e48c5573c8cb6bfcf1f3efc780363628) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: re-run biome auto-fix after each LLM write in lint-fix-loop
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- [`9bf4bf8`](https://github.com/BeOnAuto/auto-engineer/commit/9bf4bf82ddbd110731df2f6c3095f62f3c45aa11) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: update generate-all script
|
|
46
|
+
|
|
47
|
+
- [`04df477`](https://github.com/BeOnAuto/auto-engineer/commit/04df477740a82fbb4cc25235de67e223c1820deb) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: increase maxTestFixIterations to 5
|
|
48
|
+
|
|
49
|
+
- [`a083a3f`](https://github.com/BeOnAuto/auto-engineer/commit/a083a3f461bdd207ff5ae5f31747b26c9ea64425) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: use mock.calls direct access for spy assertions
|
|
50
|
+
|
|
51
|
+
- [`08dd627`](https://github.com/BeOnAuto/auto-engineer/commit/08dd62738c3dbae11947c1c1f459bbf4d7007a2c) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: increase fix iteration limits
|
|
52
|
+
|
|
53
|
+
- Updated dependencies [[`bc1198f`](https://github.com/BeOnAuto/auto-engineer/commit/bc1198f08c77b1ef923c03de54b46d90737e3511), [`ea18f02`](https://github.com/BeOnAuto/auto-engineer/commit/ea18f02739cb60f6daa7817bfe2479d2d6f1161e), [`9bf4bf8`](https://github.com/BeOnAuto/auto-engineer/commit/9bf4bf82ddbd110731df2f6c3095f62f3c45aa11), [`cdd9e6c`](https://github.com/BeOnAuto/auto-engineer/commit/cdd9e6c29fcca8c4e030b5f5effbbb977ca5b208), [`04df477`](https://github.com/BeOnAuto/auto-engineer/commit/04df477740a82fbb4cc25235de67e223c1820deb), [`9e2b024`](https://github.com/BeOnAuto/auto-engineer/commit/9e2b0245ecb86d0c26b5cf4defe8028a48f4691f), [`ba0bc57`](https://github.com/BeOnAuto/auto-engineer/commit/ba0bc57142ad5308e20e8f7b10b39189a76a61bb), [`27d282b`](https://github.com/BeOnAuto/auto-engineer/commit/27d282bb0b5cbb4e2c84a392d10302e49a89dd4b), [`68b32be`](https://github.com/BeOnAuto/auto-engineer/commit/68b32beacda7e8f6ed08f89dbbbca14292cce2b6), [`d06922f`](https://github.com/BeOnAuto/auto-engineer/commit/d06922fef1709c4bbb2e854721c3258ff555db05), [`523345a`](https://github.com/BeOnAuto/auto-engineer/commit/523345a1a43fa68abef2e23bceb792409dbc637d), [`a083a3f`](https://github.com/BeOnAuto/auto-engineer/commit/a083a3f461bdd207ff5ae5f31747b26c9ea64425), [`7b1c878`](https://github.com/BeOnAuto/auto-engineer/commit/7b1c8780ffd388681ff349f0318cae2c924c1d6c), [`29d2b25`](https://github.com/BeOnAuto/auto-engineer/commit/29d2b25a39949006a82f04678dc0db8081e2fe83), [`f52bdf0`](https://github.com/BeOnAuto/auto-engineer/commit/f52bdf08a8222f92a4b826640911ca9dc0fd01e7), [`034f8ee`](https://github.com/BeOnAuto/auto-engineer/commit/034f8eea9b6eef1c292ca3d617178b857a111739), [`1028b73`](https://github.com/BeOnAuto/auto-engineer/commit/1028b7305decbfadc939c87b5b5c0a912f5fa574), [`31280e0`](https://github.com/BeOnAuto/auto-engineer/commit/31280e01e48c5573c8cb6bfcf1f3efc780363628), [`08dd627`](https://github.com/BeOnAuto/auto-engineer/commit/08dd62738c3dbae11947c1c1f459bbf4d7007a2c)]:
|
|
54
|
+
- @auto-engineer/message-bus@1.103.0
|
|
55
|
+
|
|
3
56
|
## 1.102.0
|
|
4
57
|
|
|
5
58
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"nanoid": "^5.0.0",
|
|
9
|
-
"@auto-engineer/message-bus": "1.
|
|
9
|
+
"@auto-engineer/message-bus": "1.103.0"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@auto-engineer/pipeline": "1.
|
|
12
|
+
"@auto-engineer/pipeline": "1.103.0"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|
|
16
16
|
},
|
|
17
|
-
"version": "1.
|
|
17
|
+
"version": "1.103.0",
|
|
18
18
|
"scripts": {
|
|
19
19
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
|
|
20
20
|
"test": "vitest run --reporter=dot",
|