Skip to content

chore(deps): upgrade - #158

Merged
shouze merged 1 commit into
mainfrom
chore/upgrade-dependencies
Aug 23, 2026
Merged

chore(deps): upgrade#158
shouze merged 1 commit into
mainfrom
chore/upgrade-dependencies

Conversation

@shouze

@shouze shouze commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI lite review requested due to automatic review settings August 23, 2026 15:13
@shouze shouze self-assigned this Aug 23, 2026
@github-actions

Copy link
Copy Markdown

Coverage after merging chore/upgrade-dependencies into main will be

95.64%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   aggregate.ts100%100%100%100%
   api-utils.ts93.20%100%93.75%93.13%101–103, 65, 73, 86–87, 91–92
   api.ts94.74%100%100%94.07%340–344, 405, 422, 63–69
   cache.ts94.67%100%100%94.29%139–141, 39
   completions.ts99.42%100%100%99.37%270
   group.ts99.50%100%97.44%100%
   output.ts99.29%100%95.65%99.61%80
   regex.ts99.39%100%100%99.34%329
   render.ts88.55%100%89.47%88.51%177, 201–206, 208–210, 212–213, 264–265, 290, 486–487, 514–517, 519, 593–597, 609–614, 619–630, 632–640, 642–645
   upgrade.ts88.38%100%94.44%87.89%128, 131, 133, 153, 167–168, 188–195, 198–204, 209, 214, 250–253
src/render
   filter-match.ts97.44%100%92.31%100%
   filter.ts100%100%100%100%
   highlight.ts96.63%100%90.40%99.31%284–285
   rows.ts97.58%100%100%97.44%168, 54–55
   selection.ts100%100%100%100%
   summary.ts100%100%100%100%
   team-pick.ts100%100%100%100%

@shouze
shouze force-pushed the chore/upgrade-dependencies branch from ebb984c to 4ced739 Compare August 23, 2026 15:15
@github-actions

Copy link
Copy Markdown

Coverage after merging chore/upgrade-dependencies into main will be

96.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   aggregate.ts100%100%100%100%
   api-utils.ts93.20%100%93.75%93.13%101–103, 65, 73, 86–87, 91–92
   api.ts94.74%100%100%94.07%340–344, 405, 422, 63–69
   cache.ts94.67%100%100%94.29%139–141, 39
   completions.ts99.42%100%100%99.37%270
   group.ts99.50%100%97.44%100%
   output.ts99.29%100%95.65%99.61%80
   regex.ts99.39%100%100%99.34%329
   render.ts89.87%100%89.47%89.89%166, 190–195, 197–199, 201–202, 253–254, 275, 462–463, 486–488, 554–558, 570–571, 576–583, 585–593, 595–596
   upgrade.ts88.38%100%94.44%87.89%128, 131, 133, 153, 167–168, 188–195, 198–204, 209, 214, 250–253
src/render
   filter-match.ts97.44%100%92.31%100%
   filter.ts100%100%100%100%
   highlight.ts96.63%100%90.40%99.31%284–285
   rows.ts97.58%100%100%97.44%168, 54–55
   selection.ts100%100%100%100%
   summary.ts100%100%100%100%
   team-pick.ts100%100%100%100%

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository’s dependency set (and lockfile) and includes a small amount of TypeScript refactoring/formatting that aligns with updated lint/format tooling.

Changes:

  • Upgrades runtime/dev dependencies (notably commander, @playwright/test, bun-types, knip, oxlint, oxfmt, sharp) and refreshes bun.lock.
  • Applies minor refactors/formatting in the TUI and render façade modules (variable rename + formatting / import cleanup).
  • Adjusts oxlint configuration by adding a Vue-specific rule override.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/tui.ts Renames cached map variables for clarity (removes underscore prefixes) without changing logic.
src/render.ts Formatting/import cleanup while preserving re-export façade behavior.
package.json Bumps dependency/devDependency versions to newer releases.
bun.lock Updates lockfile to match upgraded dependency graph.
.oxlintrc.json Adds a Vue override disabling no-underscore-dangle (potentially over-broad).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .oxlintrc.json
@shouze
shouze merged commit dfa0ff9 into main Aug 23, 2026
5 checks passed
@shouze
shouze deleted the chore/upgrade-dependencies branch August 23, 2026 15:16
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.

2 participants