Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThis pull request makes two changes in packages/pages-components: (1) a formatting change in CHANGELOG.md replacing a list marker from Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@packages/pages-components/package.json`:
- Around line 88-91: Update every direct `@storybook/`* dependency entry that
currently uses ^8.6.14 to at least ^8.6.17 in package.json (e.g.,
`@storybook/addon-`*, `@storybook/react`, etc.) so all Storybook packages share the
patched floor; after changing the version strings run the package manager to
refresh the lockfile (npm/yarn/pnpm install) and verify storybook resolves to
8.6.17+ in the lockfile.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 87d3f674-b170-4d71-8c7a-f574ea1e6568
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (2)
packages/pages-components/CHANGELOG.mdpackages/pages-components/package.json
Upgrades storybook to fix a storybook vulnerability, and upgrades vite to fix a rollup vulnerability.
https://yext.atlassian.net/browse/VULN-42401
https://yext.atlassian.net/browse/VULN-42402