@auto-engineer/job-graph-processor 1.127.0 → 1.128.1

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/job-graph-processor@1.127.0 build /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
2
+ > @auto-engineer/job-graph-processor@1.128.1 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/
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/job-graph-processor@1.125.1 test /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
2
+ > @auto-engineer/job-graph-processor@1.128.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
   Test Files  12 passed (12)
11
11
   Tests  83 passed (83)
12
-  Start at  07:06:45
13
-  Duration  13.17s (transform 3.63s, setup 0ms, collect 10.17s, tests 3.63s, environment 3ms, prepare 8.98s)
12
+  Start at  13:29:25
13
+  Duration  14.45s (transform 3.94s, setup 0ms, collect 12.11s, tests 4.60s, environment 3ms, prepare 9.13s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/job-graph-processor@1.125.1 type-check /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
2
+ > @auto-engineer/job-graph-processor@1.128.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,42 @@
1
1
  # @auto-engineer/job-graph-processor
2
2
 
3
+ ## 1.128.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`4f4bd2e`](https://github.com/BeOnAuto/auto-engineer/commit/4f4bd2ec65d2af797b407c0f69b085e6ce30d4d8) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **typical**: return persist on settled success path to reset history between batches
8
+
9
+ - [`f11ee42`](https://github.com/BeOnAuto/auto-engineer/commit/f11ee42d2f4a740a82633fb90109ec6e2a2665ad) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **checks**: remove ESLint code paths, inline runBiome into runLintCheck
10
+ - **global**: version packages
11
+ - **global**: mark all ESLint removal bursts as done in ketchup plan
12
+ - **global**: remove dead eslint-disable comments across packages
13
+ - **global**: remove dead ESLint config references
14
+ - Updated dependencies [[`4f4bd2e`](https://github.com/BeOnAuto/auto-engineer/commit/4f4bd2ec65d2af797b407c0f69b085e6ce30d4d8), [`f11ee42`](https://github.com/BeOnAuto/auto-engineer/commit/f11ee42d2f4a740a82633fb90109ec6e2a2665ad)]:
15
+ - @auto-engineer/message-bus@1.128.1
16
+
17
+ ## 1.128.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [`86082cc`](https://github.com/BeOnAuto/auto-engineer/commit/86082cc76e63b5b3f7b05ad9cf651715fbbae3f4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **narrative**: add ImageAssetSchema and DesignSchema for enhanced visual representation
22
+ - **pipeline**: update uuid dependency version in package.json and pnpm-lock.yaml
23
+ - **global**: version packages
24
+
25
+ ### Patch Changes
26
+
27
+ - [`566fc5a`](https://github.com/BeOnAuto/auto-engineer/commit/566fc5aad6626ecaf7906d75f5f9ed4a82674662) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: ketchup plan for removing ESLint remnants after Biome migration
28
+
29
+ - [`cc5fc0f`](https://github.com/BeOnAuto/auto-engineer/commit/cc5fc0f507e50a4ccf4ec2246980915e597d5dfe) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: remove dead ESLint config references
30
+
31
+ - [`7fa9b68`](https://github.com/BeOnAuto/auto-engineer/commit/7fa9b688bad495aba923a42613399c5ce95162c4) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **checks**: remove ESLint code paths, inline runBiome into runLintCheck
32
+
33
+ - [`408d14b`](https://github.com/BeOnAuto/auto-engineer/commit/408d14b520f30c73e7ad6b564b71b5076bc2523e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: remove dead eslint-disable comments across packages
34
+
35
+ - [`41d143c`](https://github.com/BeOnAuto/auto-engineer/commit/41d143c036d3206bf45374bb58627e022c000c33) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: mark all ESLint removal bursts as done in ketchup plan
36
+
37
+ - Updated dependencies [[`566fc5a`](https://github.com/BeOnAuto/auto-engineer/commit/566fc5aad6626ecaf7906d75f5f9ed4a82674662), [`cc5fc0f`](https://github.com/BeOnAuto/auto-engineer/commit/cc5fc0f507e50a4ccf4ec2246980915e597d5dfe), [`86082cc`](https://github.com/BeOnAuto/auto-engineer/commit/86082cc76e63b5b3f7b05ad9cf651715fbbae3f4), [`7fa9b68`](https://github.com/BeOnAuto/auto-engineer/commit/7fa9b688bad495aba923a42613399c5ce95162c4), [`408d14b`](https://github.com/BeOnAuto/auto-engineer/commit/408d14b520f30c73e7ad6b564b71b5076bc2523e), [`41d143c`](https://github.com/BeOnAuto/auto-engineer/commit/41d143c036d3206bf45374bb58627e022c000c33)]:
38
+ - @auto-engineer/message-bus@1.128.0
39
+
3
40
  ## 1.127.0
4
41
 
5
42
  ### 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.127.0"
9
+ "@auto-engineer/message-bus": "1.128.1"
10
10
  },
11
11
  "devDependencies": {
12
- "@auto-engineer/pipeline": "1.127.0"
12
+ "@auto-engineer/pipeline": "1.128.1"
13
13
  },
14
14
  "publishConfig": {
15
15
  "access": "public"
16
16
  },
17
- "version": "1.127.0",
17
+ "version": "1.128.1",
18
18
  "scripts": {
19
19
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
20
20
  "test": "vitest run --reporter=dot",