Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"lucide-react": "^0.562.0",
"motion": "^11.0.0",
"next-themes": "0.4.6",
"react-day-picker": "^9.13.0",
"react-day-picker": "^9.14.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update FORJAMIE.md for dependency/tooling changes

This commit changes runtime/tooling inputs by bumping react-day-picker, but it does not update FORJAMIE.md in the same change-set. The repo rule in /workspace/Design-System/AGENTS.md marks this as a hard requirement for any behavior/structure/config/tooling change, so leaving it out makes the required project “living map” inaccurate for future maintenance.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codex fix

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary

  • Updated FORJAMIE.md status metadata so the living-map reflects the current dependency follow-up context (Last updated, tests note, and open PR status). FORJAMIE.mdL19-L28
  • Updated the dependency hygiene section to explicitly track the react-day-picker 9.14.0 PR context, matching the reviewer’s request about doc parity for tooling/runtime-input changes. FORJAMIE.mdL70-L76
  • Added a learning note that Dependabot-only dependency bumps still require FORJAMIE.md updates in the same change stream. FORJAMIE.mdL103-L107
  • Added a new dated “Recent changes” entry documenting what changed, why, and impact for this follow-up fix. FORJAMIE.mdL115-L119
  • Synced machine-readable metadata (last_updated, open_prs) to keep the structured footer consistent with the human-readable status block. FORJAMIE.mdL144-L150
  • Committed the change on the current branch (1139399) and created the follow-up PR via the make_pr tool.

Testing

  • curl -s https://api.github.com/repos/gpbl/react-day-picker/releases/tags/v9.14.0 | jq -r '.tag_name, .published_at'
  • ⚠️ source scripts/codex-preflight.sh && preflight_repo (preflight passed, but emitted mise trust warnings before trust was applied)
  • mise trust /workspace/Design-System/mise.toml && mise list | head -n 20
  • git diff -- FORJAMIE.md | sed -n '1,220p'
  • git add FORJAMIE.md && git commit --amend --no-edit

View task →

"react-hook-form": "^7.71.2",
"re-resizable": "^6.9.11",
"react-resizable-panels": "4.5.9",
Expand Down
48 changes: 34 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading