chore(deps): update all dev dependencies j:kit-282#7982
chore(deps): update all dev dependencies j:kit-282#7982renovate-coveo[bot] wants to merge 1 commit into
Conversation
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
@coveo/atomic
@coveo/atomic-hosted-page
@coveo/atomic-legacy
@coveo/atomic-react
@coveo/auth
@coveo/bueno
@coveo/create-atomic
@coveo/create-atomic-component
@coveo/create-atomic-component-project
@coveo/create-atomic-result-component
@coveo/create-atomic-rollup-plugin
@coveo/headless
@coveo/headless-react
@coveo/relay
@coveo/shopify
commit: |
|
Important UI Tests need review – Review now🟡 UI Tests: 1 visual and accessibility change must be accepted as baseline |
fadb4f3 to
62f84b9
Compare
62f84b9 to
a8ecdc7
Compare
b4828e8 to
e41e926
Compare
e41e926 to
ee412d1
Compare
ee412d1 to
9538613
Compare
9538613 to
cf82044
Compare
cf82044 to
5ff680f
Compare
This PR contains the following updates:
0.23.1→0.23.210.4.6→10.5.010.4.6→10.5.00.6.0→0.7.010.4.6→10.5.010.4.6→10.5.09.2.3→9.2.46.23.0→6.26.00.57.0→0.58.01.72.0→1.73.08.5.16→8.5.194.60.4→4.62.210.4.6→10.5.010.4.6→10.5.00.22.0→0.22.72.10.2→2.10.58.1.3→8.1.44.1.9→4.1.10Release Notes
web-infra-dev/rslib (@rslib/core)
v0.23.2Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.23.1...v0.23.2
storybookjs/storybook (@storybook/addon-a11y)
v10.5.0Compare Source
Storybook 10.5 contains hundreds of fixes and improvements:
List of all updates
@types/nodeto packages installed duringstorybook init- #34192, thanks @copilot-swe-agent!storybook ai <tool>MCP passthrough behindSTORYBOOK_FEATURE_AI_CLI- #35125, thanks @kasperpeulen!storybook ai <command>passthrough - #35138, thanks @kasperpeulen!aicommand in core so it never downloads@storybook/cli- #35147, thanks @kasperpeulen!storybook aiinstances by config dir as well as cwd - #35392, thanks @kasperpeulen!hasActiveFilterscheck - #35151, thanks @mrginglymus!resolveandresolve.exportswithoxc-resolver- #34692, thanks @valentinpalkovic!experimental_setFilter- #35194, thanks @mrginglymus!disableparameter - #35150, thanks @yatishgoel!asprop in next/link mock - #35148, thanks @yatishgoel!internalproperty to control visibility - #35057, thanks @JReinhold!TanStackPreviewfrom@storybook/tanstack-reactto unblock CSF Next typing - #34949, thanks @copilot-swe-agent!defaultViewportparameter is used - #35087, thanks @yatishgoel!storybookjs/mcp (@storybook/addon-mcp)
v0.7.0Compare Source
Minor Changes
#357
4a19151Thanks @kasperpeulen! - Added thedisplay-reviewtool. The agent pushes a curated review of current changes and returns the review-page URL. Pairs with the@storybook/addon-reviewStorybook addon.#357
4a19151Thanks @kasperpeulen! - Add theget-stories-by-componenttool. Maps component source files to the stories that render them via Storybook's live reverse dependency graph, returning grounded story IDs ranked by import distance. Also hardens change detection:get-changed-storiesnow surfaces working-tree files that are unreachable from any story, and story-index resolution and reverse-graph lookups are normalized for cross-platform (Windows) path handling.#357
4a19151Thanks @kasperpeulen! - Introduced theget-changed-storiestool to retrieve metadata for stories marked as new, modified, or affected.Updated
dev-instructions.mdandstorybook-story-instructions.mdto reflect the new workflow for callingget-changed-storiesbeforepreview-stories.#357
4a19151Thanks @kasperpeulen! - Enabled the review workflow by default for thestorybook aiCLI channel (the Claude/Codex plugins). Requests carrying the trusted local-client header getdisplay-reviewand the review instructions without settingexperimentalReview; direct MCP clients keep the opt-in flag, andexperimentalReview: falseturns review off for both channels.#357
4a19151Thanks @kasperpeulen! - Add an optional MCP endpoint setting for the addon dev server.#357
4a19151Thanks @kasperpeulen! - Make the review tooling opt-in via the newexperimentalReviewfeature flag. Previouslydisplay-review(and the review-mode behavior ofpreview-stories/get-changed-stories) was enabled whenever thechangeDetectionfeature flag was on — which is Storybook's default. Now review requires explicitly enablingfeatures.experimentalReviewin.storybook/main.ts(on top ofchangeDetection), so change detection stays on by default while review ships disabled by default.With the flag off, the server instructions are byte-identical to the previous release; the review-flavored instructions are only served with the flag on.
#357
4a19151Thanks @kasperpeulen! - Expose serverless Storybook AI metadata from addon-mcp presets. The new preset returns MCP-shaped instructions and tool descriptors, plus a localget-storybook-story-instructionsrunner that shares the same builders as the live MCP server.#357
4a19151Thanks @kasperpeulen! - Support v0 (inline) and v1 (split/ref) Storybook manifest formats.@storybook/mcpfollows$refpointers into siblingservices/payloads for static and remote sources;@storybook/addon-mcpadds an in-process manifest provider forexperimentalDocgenServerdev mode and fixes composition so local docgen-server and remote v0/v1 composed sources all work.Patch Changes
#359
4eb4a2eThanks @huang-julien! - Add a schema description to thecollectionsargument of thedisplay-reviewtool. The field now documents that collections are groups of stories to show in the review, ordered most-relevant-first, with a preferred 2-5 range. Previously it carried no description, so MCP clients and thestorybook ai display-reviewhelp had no guidance on the argument's shape or intent.#357
4a19151Thanks @kasperpeulen! - Make display-review the single ending for visual work: the after-change instruction step now feeds story discovery into the review instead of ending at preview URLs, preview-stories is framed as a mid-loop tool, the "or you skipped it" escape is removed (non-visual changes say so plainly instead of listing links), and get-changed-stories results append a "publish the review now" next-step hint when review is enabled. Fixes agents completing visual changes but handing back preview links instead of the review.The preview-stories tool also closes the review exit ramp: when review is enabled its description states display-review's availability as fact instead of hedging with "when available" (which let an agent that wrongly believed the tool was missing treat raw links as a
Configuration
📅 Schedule: (in timezone America/Toronto)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.