Skip to content

fix: bump console-components to v0.7.2 and clean up tsconfig#315

Merged
v-kessler merged 3 commits into
mainfrom
fix/tsconfig-drop-baseurl
May 27, 2026
Merged

fix: bump console-components to v0.7.2 and clean up tsconfig#315
v-kessler merged 3 commits into
mainfrom
fix/tsconfig-drop-baseurl

Conversation

@v-kessler
Copy link
Copy Markdown
Contributor

@v-kessler v-kessler commented May 27, 2026

What

  • Drop the obsolete baseUrl from tsconfig.json (paths made tsconfig-relative; no behavior change with moduleResolution: bundler).
  • Bump @lakekeeper/console-components to v0.7.2 (Server Information version/SHA display fix + tsconfig cleanup).

BEGIN_COMMIT_OVERRIDE
fix(ui): drop obsolete baseUrl from tsconfig
fix(ui): bump console-components to v0.7.2
END_COMMIT_OVERRIDE

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated console components library dependency to v0.7.2
    • Updated build configuration for improved module path resolution

Review Change Stack

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 27, 2026

Warning

Review limit reached

@v-kessler, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 51 minutes and 42 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ab0839dd-5011-4e89-a038-d715b2f6c42a

📥 Commits

Reviewing files that changed from the base of the PR and between 8029f38 and bff2b6d.

📒 Files selected for processing (1)
  • src/assets/dependencies.json

Walkthrough

The PR updates @lakekeeper/console-components from v0.7.0 to v0.7.2 in both package.json and dependency metadata files, bumps the rust version to 0.12.3 in dependency metadata, and refines the TypeScript path alias configuration to use an explicit rooted path mapping.

Changes

Configuration and Dependency Updates

Layer / File(s) Summary
Dependency version bumps
package.json, src/assets/dependencies.json
Console-components updated from v0.7.0 to v0.7.2 in package.json and recorded in dependency metadata; rust version bumped from 0.12.2 to 0.12.3 in dependency metadata.
TypeScript path alias configuration
tsconfig.json
Path alias for @/* changed to use rooted ./src/* mapping instead of relative mapping in compilerOptions.paths.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • lakekeeper/console#218: Both PRs bump the @lakekeeper/console-components version in package.json with no other code-level changes.
  • lakekeeper/console#205: Both PRs update the @lakekeeper/console-components dependency version in package.json.
  • lakekeeper/console#214: Both PRs update the @lakekeeper/console-components version in package.json and associated version metadata files.

Poem

🐰 A rabbit hops through config files so neat,
Dependencies bumped with version updates sweet,
From v0.7.0 to v0.7.2 they leap,
TypeScript paths rooted—promises we keep,
Configuration clear, the build is complete! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'fix: bump console-components to v0.7.2 and clean up tsconfig' accurately describes the two main changes in the PR: updating the console-components dependency to v0.7.2 and refactoring tsconfig (removing baseUrl and updating path aliases).
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/tsconfig-drop-baseurl

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@v-kessler v-kessler changed the title fix: drop obsolete baseUrl from tsconfig fix: bump console-components to v0.7.2 and clean up tsconfig May 27, 2026
coderabbitai[bot]
coderabbitai Bot previously approved these changes May 27, 2026
@v-kessler v-kessler merged commit a7ddddc into main May 27, 2026
7 checks passed
@v-kessler v-kessler deleted the fix/tsconfig-drop-baseurl branch May 27, 2026 14:44
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