chore(deps): update dependency @storybook/addon-docs to v10.2.18 #33
Reference in New Issue
Block a user
Delete Branch "renovate/storybook-addon-docs-10.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
10.2.17→10.2.18Release Notes
storybookjs/storybook (@storybook/addon-docs)
v10.2.18Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
🔴 Problema: Test Timeout
Il test
DatePicker > opens popup from icon button and closes with Escapeintests/components/DatePicker.test.tsxva in timeout durante il Drone build #163.Dettagli:
🔧 Fix Proposto
Aggiungere
testTimeout: 10000nella sezionetestdivitest.config.ts:Questo fix è preferibile rispetto a configurare il timeout solo per quel singolo test perché:
Build status: ✅ Una volta applicato questo fix, il build #163 dovrebbe passare.