Skip to content

main -> development#2577

Merged
mikib0 merged 2 commits into
developmentfrom
main
Jun 10, 2026
Merged

main -> development#2577
mikib0 merged 2 commits into
developmentfrom
main

Conversation

@mikib0

@mikib0 mikib0 commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • Chores
    • Released version 2.0.28 with package updates across all apps and libraries.

github-actions Bot and others added 2 commits June 3, 2026 08:36
release: v2.0.28 — Sentry instrumentation, AI/weather fixes, profile avatar persistence, schema hardening
@cloudflare-workers-and-pages

Copy link
Copy Markdown
Contributor

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
packrat-api e135964 Jun 10 2026, 08:38 AM

@cloudflare-workers-and-pages

Copy link
Copy Markdown
Contributor

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
packrat-admin e135964 Jun 10 2026, 08:38 AM

@mikib0 mikib0 merged commit 3a3c3d4 into development Jun 10, 2026
39 of 47 checks passed
@github-actions github-actions Bot added dependencies Pull requests that update a dependency file api mobile web labels Jun 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for packages/mcp (./packages/mcp)

Status Category Percentage Covered / Total
🔵 Lines 98.87% (🎯 95%) 176 / 178
🔵 Statements 98.87% (🎯 95%) 176 / 178
🔵 Functions 100% (🎯 95%) 13 / 13
🔵 Branches 98.38% (🎯 90%) 61 / 62
File CoverageNo changed files found.
Generated in workflow #215 for commit e135964 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for packages/units (./packages/units)

Status Category Percentage Covered / Total
🔵 Lines 100% (🎯 100%) 35 / 35
🔵 Statements 100% (🎯 100%) 35 / 35
🔵 Functions 100% (🎯 100%) 6 / 6
🔵 Branches 100% (🎯 100%) 11 / 11
File CoverageNo changed files found.
Generated in workflow #215 for commit e135964 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for apps/expo (./apps/expo)

Status Category Percentage Covered / Total
🔵 Lines 97.52% (🎯 95%) 590 / 605
🔵 Statements 97.52% (🎯 95%) 590 / 605
🔵 Functions 100% (🎯 97%) 51 / 51
🔵 Branches 95.3% (🎯 92%) 203 / 213
File CoverageNo changed files found.
Generated in workflow #215 for commit e135964 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for packages/analytics (./packages/analytics)

Status Category Percentage Covered / Total
🔵 Lines 93.68% (🎯 80%) 697 / 744
🔵 Statements 93.68% (🎯 80%) 697 / 744
🔵 Functions 97.87% (🎯 85%) 46 / 47
🔵 Branches 85.8% (🎯 80%) 133 / 155
File CoverageNo changed files found.
Generated in workflow #215 for commit e135964 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for packages/overpass (./packages/overpass)

Status Category Percentage Covered / Total
🔵 Lines 100% (🎯 80%) 155 / 155
🔵 Statements 100% (🎯 80%) 155 / 155
🔵 Functions 100% (🎯 80%) 13 / 13
🔵 Branches 95.65% (🎯 70%) 44 / 46
File CoverageNo changed files found.
Generated in workflow #215 for commit e135964 by the Vitest Coverage Report Action

@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: ac2d1c45-dbd8-480a-953a-be042d66e0b3

📥 Commits

Reviewing files that changed from the base of the PR and between 79ec1e2 and e135964.

📒 Files selected for processing (29)
  • apps/admin/package.json
  • apps/expo/app.config.ts
  • apps/expo/package.json
  • apps/guides/package.json
  • apps/landing/package.json
  • apps/trails/package.json
  • package.json
  • packages/analytics/package.json
  • packages/api-client/package.json
  • packages/api/container_src/package.json
  • packages/api/package.json
  • packages/app/package.json
  • packages/checks/package.json
  • packages/cli/package.json
  • packages/config/package.json
  • packages/constants/package.json
  • packages/db/package.json
  • packages/env/package.json
  • packages/guards/package.json
  • packages/mcp/package.json
  • packages/osm-db/package.json
  • packages/osm-import/package.json
  • packages/overpass/package.json
  • packages/schemas/package.json
  • packages/types/package.json
  • packages/typescript-config/package.json
  • packages/ui/package.json
  • packages/units/package.json
  • packages/web-ui/package.json

Walkthrough

All package versions across the monorepo are bumped from 2.0.27 to 2.0.28. The root package.json, five distributed apps (admin, expo, guides, landing, trails), and twenty-two internal packages all have their version fields incremented. The Expo app configuration is also updated to reflect the new version.

Changes

Monorepo Version Bump

Layer / File(s) Summary
Root and distributed app versions
package.json, apps/admin/package.json, apps/expo/package.json, apps/expo/app.config.ts, apps/guides/package.json, apps/landing/package.json, apps/trails/package.json
Root package and all distributed app versions (admin, expo, guides, landing, trails) bumped to 2.0.28; Expo config version field also updated.
Internal package versions
packages/analytics/package.json, packages/api-client/package.json, packages/api/container_src/package.json, packages/api/package.json, packages/app/package.json, packages/checks/package.json, packages/cli/package.json, packages/config/package.json, packages/constants/package.json, packages/db/package.json, packages/env/package.json, packages/guards/package.json, packages/mcp/package.json, packages/osm-db/package.json, packages/osm-import/package.json, packages/overpass/package.json, packages/schemas/package.json, packages/types/package.json, packages/typescript-config/package.json, packages/ui/package.json, packages/units/package.json, packages/web-ui/package.json
All twenty-two internal packrat packages updated to 2.0.28, ensuring consistent version across the monorepo.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • PackRat-AI/PackRat#1993: Previous monorepo version bump release (2.0.152.0.16) with similar package and app version coordination.

Suggested labels

dependencies, mobile, web, api

Suggested reviewers

  • andrew-bierman
  • Isthisanmol
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch main

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api dependencies Pull requests that update a dependency file mobile web

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant