Skip to content

[Codependence] update dependencies#453

Merged
yowainwright merged 2 commits intomainfrom
update-dependencies
Apr 18, 2026
Merged

[Codependence] update dependencies#453
yowainwright merged 2 commits intomainfrom
update-dependencies

Conversation

@yowainwright
Copy link
Copy Markdown
Owner

Dependency updates

Auto-generated by [codependence][1] using [create-pull-request][2]
[1]: https://github.com/yowainwright/pastoralist
[2]: https://github.com/peter-evans/create-pull-request

@sentry
Copy link
Copy Markdown

sentry bot commented Mar 27, 2026

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 96.97%. Comparing base (73e3312) to head (ecb311a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #453   +/-   ##
=======================================
  Coverage   96.97%   96.97%           
=======================================
  Files          58       58           
  Lines        8657     8657           
=======================================
  Hits         8395     8395           
  Misses        262      262           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • πŸ“¦ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 27, 2026

Greptile Summary

This is an automated dependency update PR with two meaningful bumps: TypeScript is promoted from 5.9.3 β†’ 6.0.2 (major version) in the root workspace, and @tanstack/react-router is bumped from ^1.167.5 β†’ ^1.168.7 in the docs app.\n\nKey points:\n- TypeScript 6.0.2 is a devDependency used only for type-checking and building the root CLI tool (tsc --emitDeclarationOnly, tsc --noEmit). The docs workspace (app/) intentionally retains ^5.9.3 and bun correctly produces a separate pastoralist-docs/typescript@5.9.3 lock entry to keep the two workspaces isolated.\n- @tanstack/react-router 1.168.7 is a patch bump within the ^1.168.x range. Notably the new lock data shows @tanstack/router-core dropped tiny-invariant, tiny-warning, and @tanstack/store from its direct dependencies β€” this is expected upstream cleanup and reduces the resolved sub-dependency tree.\n- No production dependencies changed; all changes are confined to devDependencies and the docs app's runtime dependencies.

Confidence Score: 5/5

Safe to merge β€” all changes are automated dependency bumps with no production code modifications.

Both updates are within the expected automated cadence: TypeScript 6.0.2 is scoped to a devDependency used only for type-checking the CLI, the docs workspace is correctly isolated at ^5.9.3, and the tanstack router bump is a minor patch with a smaller dependency footprint. No logic or production code was touched.

No files require special attention.

Important Files Changed

Filename Overview
package.json Bumps TypeScript devDependency from 5.9.3 to 6.0.2 (major version). Used for type-checking the root CLI tool source only.
app/package.json Bumps @tanstack/react-router from ^1.167.5 to ^1.168.7; TypeScript pin remains at ^5.9.3 for the docs workspace.
bun.lock Lock file updated to reflect new resolved versions; adds a workspace-isolated pastoralist-docs/typescript@5.9.3 entry to separate the docs workspace from the root's TypeScript 6.0.2.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[codependence auto-update] --> B[Root workspace]
    A --> C[app/ workspace]

    B --> D["typescript: 5.9.3 β†’ 6.0.2\n(devDependency, type-check only)"]

    C --> E["@tanstack/react-router:\n1.167.5 β†’ 1.168.7"]
    C --> F["typescript: ^5.9.3\n(unchanged, workspace-isolated)"]

    E --> G["@tanstack/router-core 1.168.6\n(dropped: tiny-invariant, tiny-warning,\n@tanstack/store from direct deps)"]
    D --> H["bun.lock: pastoralist-docs/typescript\npinned at 5.9.3 separately"]
    F --> H
Loading

Reviews (1): Last reviewed commit: "Update dependencies" | Re-trigger Greptile

@yowainwright yowainwright merged commit b932c0d into main Apr 18, 2026
12 checks passed
@yowainwright yowainwright deleted the update-dependencies branch April 18, 2026 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant