Skip to content

chore: update deps, clean .kiro, .cursor#160

Merged
DaxServer merged 1 commit intomainfrom
deps-cleanup
Sep 15, 2025
Merged

chore: update deps, clean .kiro, .cursor#160
DaxServer merged 1 commit intomainfrom
deps-cleanup

Conversation

@DaxServer
Copy link
Owner

No description provided.

@coderabbitai
Copy link

coderabbitai bot commented Sep 15, 2025

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Summary by CodeRabbit

  • Chores

    • Upgraded Bun to 1.2.22 in CI and engine requirements for improved stability.
    • Updated dependencies (including framework and types) to latest patch/minor versions.
    • Removed obsolete internal tooling configuration with no runtime impact.
  • Documentation

    • Removed internal design, requirements, and steering documents that are no longer distributed with the repository.

Walkthrough

This PR removes multiple documentation and configuration files, updates Bun versions in CI workflows, and bumps several package.json dependency versions (including engines.bun). No runtime code paths or exported APIs are modified.

Changes

Cohort / File(s) Summary of Changes
CI workflows
.github/workflows/test.yml, .github/workflows/typecheck.yml
Bump Setup Bun version from 1.2.21 to 1.2.22.
Package versions
package.json
Update versions: @types/bun 1.2.21→1.2.22, bun-types 1.2.21→1.2.22, @types/node ^24.3.3→^24.4.0, elysia 1.4.4→1.4.5; engines.bun ^1.2.21→^1.2.22.
Cursor config/rules cleanup
.cursor/environment.json, .cursor/rules/frontend-setup.rule.md, .cursor/rules/use-bun-instead-of-node-vite-npm-pnpm.mdc
Delete environment config and two authoring/rules documents.
Specs: mwn-wikibase-integration
.kiro/specs/mwn-wikibase-integration/design.md, .../requirements.md, .../tasks.md
Delete integration design, requirements, and tasks documents.
Specs: wikibase-schema-editor
.kiro/specs/wikibase-schema-editor/design.md, .../requirements.md, .../tasks.md
Delete schema editor design, requirements, and tasks documents.
Steering docs
.kiro/steering/code-conventions.md, .../product.md, .../structure.md, .../tech.md
Delete project steering and conventions documentation.

Sequence Diagram(s)

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch deps-cleanup

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a9e0164 and 9b155b8.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (16)
  • .cursor/environment.json (0 hunks)
  • .cursor/rules/frontend-setup.rule.md (0 hunks)
  • .cursor/rules/use-bun-instead-of-node-vite-npm-pnpm.mdc (0 hunks)
  • .github/workflows/test.yml (1 hunks)
  • .github/workflows/typecheck.yml (1 hunks)
  • .kiro/specs/mwn-wikibase-integration/design.md (0 hunks)
  • .kiro/specs/mwn-wikibase-integration/requirements.md (0 hunks)
  • .kiro/specs/mwn-wikibase-integration/tasks.md (0 hunks)
  • .kiro/specs/wikibase-schema-editor/design.md (0 hunks)
  • .kiro/specs/wikibase-schema-editor/requirements.md (0 hunks)
  • .kiro/specs/wikibase-schema-editor/tasks.md (0 hunks)
  • .kiro/steering/code-conventions.md (0 hunks)
  • .kiro/steering/product.md (0 hunks)
  • .kiro/steering/structure.md (0 hunks)
  • .kiro/steering/tech.md (0 hunks)
  • package.json (2 hunks)

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Please see the documentation for more information.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


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.

@DaxServer DaxServer merged commit 1d8d83b into main Sep 15, 2025
5 of 6 checks passed
@DaxServer DaxServer deleted the deps-cleanup branch September 15, 2025 09:46
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