Skip to content

fix: add @ember/app-tsconfig to docs-app to unblock production deploy#173

Merged
NullVoxPopuli merged 3 commits intomainfrom
copilot/fix-table-action-errors
Feb 24, 2026
Merged

fix: add @ember/app-tsconfig to docs-app to unblock production deploy#173
NullVoxPopuli merged 3 commits intomainfrom
copilot/fix-table-action-errors

Conversation

Copy link
Contributor

Copilot AI commented Feb 24, 2026

  • Identify root cause: kolay's api-docs build plugin calls require.resolve('@ember/app-tsconfig/tsconfig.json') — the package is only a devDependency of kolay, not installed when kolay is used as a dependency
  • Add @ember/app-tsconfig: "^2.0.0" to docs-app/package.json devDependencies
  • Update pnpm-lock.yaml with the resolved @ember/app-tsconfig@2.0.0 entry
  • Verify CI passes

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…i-docs build plugin

Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix errors in table action workflow fix: add @ember/app-tsconfig to docs-app to unblock production deploy Feb 24, 2026
Copilot AI requested a review from NullVoxPopuli February 24, 2026 22:56
@NullVoxPopuli
Copy link
Contributor

@copilot ci errored

Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 24, 2026

@copilot ci errored

The install step was failing with ERR_PNPM_OUTDATED_LOCKFILE because I had updated docs-app/package.json without also updating pnpm-lock.yaml. Fixed in 649c497 — the lockfile now includes @ember/app-tsconfig@2.0.0.

@NullVoxPopuli NullVoxPopuli marked this pull request as ready for review February 24, 2026 23:08
@NullVoxPopuli NullVoxPopuli merged commit b2acfe9 into main Feb 24, 2026
13 checks passed
@NullVoxPopuli NullVoxPopuli deleted the copilot/fix-table-action-errors branch February 24, 2026 23:08
@github-actions github-actions bot mentioned this pull request Feb 24, 2026
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