Skip to content
Open
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
1 change: 1 addition & 0 deletions FORJAMIE.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ See also: `~/.codex/instructions/Learnings.md`

### 2026-07-11

- **Radix focus-guards security bump**: added a root pnpm override so transitive Radix overlay dependencies resolve `@radix-ui/react-focus-guards` at `1.1.4` or newer, matching the Storybook dependency update in PR #184.
- **GitHub Actions checkout v7 refresh**: updated the pinned checkout action used by CI to v7. This is a tooling-only Dependabot maintenance change; repository checkout behavior and CI stages remain unchanged.
- **GitHub Actions cache pin refresh**: updated the pinned `actions/cache` v5 commit used by the Ubuntu and macOS CI cache steps. This is a tooling-only Dependabot maintenance change; workflow behavior and cache keys remain unchanged.

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@
"picomatch@<2.3.2": ">=2.3.2",
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
"yaml@>=2.0.0 <2.8.3": ">=2.8.3",
"path-to-regexp@>=8.0.0 <8.4.0": ">=8.4.0"
"path-to-regexp@>=8.0.0 <8.4.0": ">=8.4.0",
"@radix-ui/react-focus-guards@<1.1.4": ">=1.1.4"
},
"publicHoistPattern": [
"@storybook/*",
Expand Down
2 changes: 1 addition & 1 deletion platforms/web/apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dismissable-layer": "^1.1.11",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-focus-guards": "^1.1.3",
"@radix-ui/react-focus-guards": "^1.1.4",
Comment thread
jscraik marked this conversation as resolved.
"@radix-ui/react-focus-scope": "^1.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-portal": "^1.1.10",
Expand Down
21 changes: 11 additions & 10 deletions pnpm-lock.yaml

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

Loading