Skip to content

chore(deps-dev): Bump eslint from 8.57.1 to 9.28.0 in /memory#7

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/memory/eslint-9.28.0
Closed

chore(deps-dev): Bump eslint from 8.57.1 to 9.28.0 in /memory#7
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/memory/eslint-9.28.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 10, 2025

Bumps eslint from 8.57.1 to 9.28.0.

Release notes

Sourced from eslint's releases.

v9.28.0

Features

  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)

Bug Fixes

  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • 81c3c93 fix: curly types (#19750) (Eli)

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

Chores

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])

v9.27.0

Features

  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
  • 32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)

Bug Fixes

  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.28.0 - May 30, 2025

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 81c3c93 fix: curly types (#19750) (Eli)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

v9.27.0 - May 16, 2025

  • f8f1560 chore: upgrade @​eslint/js@​9.27.0 (#19739) (Milos Djermanovic)
  • ecaef73 chore: package.json update for @​eslint/js release (Jenkins)
  • 25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
  • 596fdc6 chore: update dependency @​arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
  • 4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
  • f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
  • e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • cf36352 chore: remove shared types (#19718) (Francesco Trotta)
  • f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)

... (truncated)

Commits
  • f341f21 9.28.0
  • 779dda9 Build: changelog update for 9.28.0
  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802)
  • 844f5a6 chore: package.json update for @​eslint/js release
  • b0674be feat: Customization of serialization for languageOptions (#19760)
  • 3ec2082 docs: Nested arrays in files config entry (#19799)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.28.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.1...v9.28.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.28.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from ruvnet June 10, 2025 03:50
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 10, 2025

Labels

The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 10, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 16, 2025

Superseded by #29.

@dependabot dependabot Bot closed this Jun 16, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/memory/eslint-9.28.0 branch June 16, 2025 10:26
ElNiak referenced this pull request in ElNiak/claude-code-flow Jul 13, 2025
- Issue #1: Simulated Neural/AI Features (Critical)
- Issue #2: False Performance Metrics (Critical)
- Issue #3: Misleading MCP Tool Count (Critical)
- Issue #4: Enterprise Feature Simulation (Medium)
- Issue #5: Missing AI/ML Dependencies (Medium)
- Issue #6: Documentation vs Reality Gap (Medium)
- Issue #7: Placeholder Resource Monitoring (Low)
- Issue #8: False WASM/SIMD Claims (Low)
- Issue #0: Master Tracking Issue (Coordination)

Comprehensive analysis exposing 70% simulated features with detailed solutions.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@coygeek coygeek mentioned this pull request Jul 15, 2025
Copy link
Copy Markdown

d-oit commented Aug 8, 2025

This sub-issue is related to parent issue #6

Copy link
Copy Markdown

d-oit commented Aug 8, 2025

This sub-issue is part of the same task as #6. Consider adding both to a project board to track their relationship.

fabcancia added a commit to fabcancia/claude-flow that referenced this pull request Nov 14, 2025
… (WS4)

Workstream 4 - Task Hierarchy (COMPLETE):

Backend - Automatic Parent Detection:
- Enhanced SessionMonitor.ts with detectParentTask() method
- Automatically links coordinator-created tasks to parent task
- Finds earliest non-coordination task as root parent
- Sets parent_task_id in task INSERT query
- Logs parent task detection for debugging

Frontend - Hierarchical Task Rendering:
- Created TaskTree component for nested task display
- Parent tasks show subtask count badge (e.g., "3 subtasks")
- Subtasks indented 24px with blue left border
- Expand/collapse functionality (default: expanded)
- ChevronDown/ChevronRight icons for parent tasks
- "Subtask" badge for child tasks
- Maintains drag-and-drop within hierarchy

TaskBoard Integration:
- Updated Task interface with parent_task_id and children fields
- Modified data transformations to include parent_task_id
- Replaced flat task lists with TaskTree in both views:
  * Grouped by project view
  * Flat view
- Removed duplicate task rendering code (50+ lines → 5 lines)
- Cleaned up unused imports (Draggable, GripVertical, Clock, User)

Task Tree Features:
- Builds task hierarchy from flat task list
- Recursive rendering with proper nesting
- Drag-and-drop support for both parents and children
- Visual distinction: Parent (bold) vs Subtask (indented + badge)
- Handles orphaned tasks (parent not in same column)

Files Created:
- web-ui/src/components/TaskTree.tsx

Files Modified:
- backend/src/services/SessionMonitor.ts (parent detection)
- web-ui/src/pages/TaskBoard.tsx (TaskTree integration)

Fixes Issues:
- ruvnet#7: Parent-child task relationships now implemented
- Agent subtasks now appear nested under parent tasks
- No more cluttered flat task lists
- Clear visual hierarchy

Example:
Parent Task: "Implement user authentication"
  ↳ Subtask: "Design database schema"
  ↳ Subtask: "Create API endpoints"
  ↳ Subtask: "Write unit tests"

Progress: 68% Complete (15 of 22 tasks done)
Next: WS5 - Auto-collapse completed items

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
fabcancia added a commit to fabcancia/claude-flow that referenced this pull request Nov 16, 2025
WHAT WAS MISSING:
- Fix ruvnet#7: Output parser for human-readable agent output
- Claude CLI PATH issue in Docker container

CHANGES:
1. NEW: backend/src/utils/outputParser.ts
   - parseSessionOutput() - Parses JSON session logs
   - formatMessages() - Formats with emojis for readability
   - extractSummary() - Creates brief task summaries

2. backend/src/services/AgentExecutionService.ts
   - Integrated outputParser before storing execution results
   - Added summary field to execution metadata
   - Output now parsed and human-readable

3. backend/src/api/routes/diagnostics.ts
   - Enhanced /api/diagnostics/agent/:sessionId/output
   - Falls back to database for completed sessions
   - Fixes 404 errors when session no longer in memory

4. backend/src/services/ClaudeAgentService.ts
   - Use absolute path /usr/local/bin/claude
   - Added PATH and NODE_PATH env vars to spawn

5. backend/Dockerfile
   - Added PATH=/usr/local/bin:$PATH
   - Added NODE_PATH=/usr/local/lib/node_modules

RESULT:
- All 7 fixes now complete and implemented
- Output parser converts JSON logs → readable text
- Diagnostics endpoint works for live AND completed tasks
- Claude CLI can be found via absolute path

DEPLOYMENT NOTES:
- Container needs ~/.claude mounted for account auth
- Database credentials: ceoadmin/[password]@ceo-dashboard-postgres
- Requires homelab_homelabnet network

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
fabcancia added a commit to fabcancia/claude-flow that referenced this pull request Nov 16, 2025
Backend crashed with EROFS error when Claude Code tried to write debug logs.
Changed mount from :ro to read-write.

This completes the deployment configuration for Fix ruvnet#7 (Output Parser).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Bolivar1234 added a commit to Bolivar1234/claude-flow-test that referenced this pull request Feb 19, 2026
Sherlock investigation found 8 issues + code review found 2 more (N2, N5).
All 10 fixed with 33 passing tests (22 unit + 11 integration).

Fixes:
- ruvnet#1 getEntry no longer mutates backend entry objects
- ruvnet#2 shutdown() export + process exit handlers for writer lock release
- ruvnet#3 hasEmbedding checks entryIdToVectorId map after META_SEG restart
- ruvnet#4 All 5 CRUD functions guard on ensureBackend() return value
- ruvnet#5 getMemoryFunctions() cached after first resolution
- ruvnet#6 Upsert skips redundant embedding pre-generation
- ruvnet#7 22 unit tests + 11 integration tests (London School TDD)
- ruvnet#8 Namespace filter passed to backend.search() with 3x limit
- N2 Access metadata update errors now logged instead of swallowed
- N5 Init failure retry with 30s cooldown for transient errors

Co-Authored-By: claude-flow <ruv@ruv.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant