Adyen / lume

Lume is a component library for visual representations of data, built for Vue with D3.
https://lumedataviz.com
MIT License
37 stars 1 forks source link

⬆️ Update storybook monorepo to v7.4.0 #296

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-a11y (source) 7.3.0 -> 7.4.0 age adoption passing confidence
@storybook/addon-actions (source) 7.3.0 -> 7.4.0 age adoption passing confidence
@storybook/addon-essentials (source) 7.3.0 -> 7.4.0 age adoption passing confidence
@storybook/cli (source) 7.3.0 -> 7.4.0 age adoption passing confidence
@storybook/manager-api (source) 7.3.0 -> 7.4.0 age adoption passing confidence
@storybook/preview-api (source) 7.3.0 -> 7.4.0 age adoption passing confidence
@storybook/theming (source) 7.3.0 -> 7.4.0 age adoption passing confidence
@storybook/vue (source) 7.3.0 -> 7.4.0 age adoption passing confidence
@storybook/vue-vite (source) 7.3.0 -> 7.4.0 age adoption passing confidence
@storybook/vue3 (source) 7.3.0 -> 7.4.0 age adoption passing confidence
@storybook/vue3-vite (source) 7.3.0 -> 7.4.0 age adoption passing confidence

Release Notes

storybookjs/storybook (@​storybook/addon-a11y) ### [`v7.4.0`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#740) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.3.2...v7.4.0) - Addon-docs: Resolve `mdx-react-shim` & `@storybook/global` correctly - [#​23941](https://togithub.com/storybookjs/storybook/pull/23941), thanks [@​ndelangen](https://togithub.com/ndelangen)! - Addons: Fix key is not a prop warning - [#​23935](https://togithub.com/storybookjs/storybook/pull/23935), thanks [@​kasperpeulen](https://togithub.com/kasperpeulen)! - Build: Migrate [@​storybook/scripts](https://togithub.com/storybook/scripts) to strict-ts - [#​23818](https://togithub.com/storybookjs/storybook/pull/23818), thanks [@​stilt0n](https://togithub.com/stilt0n)! - CLI: Exclude addon-styling from upgrade - [#​23841](https://togithub.com/storybookjs/storybook/pull/23841), thanks [@​Integrayshaun](https://togithub.com/Integrayshaun)! - CLI: Improve autotitle stories format handling in GFM automigration - [#​23964](https://togithub.com/storybookjs/storybook/pull/23964), thanks [@​yannbf](https://togithub.com/yannbf)! - CLI: Install latest version of non-core addon - [#​23956](https://togithub.com/storybookjs/storybook/pull/23956), thanks [@​Integrayshaun](https://togithub.com/Integrayshaun)! - CLI: Pass package manager to postinstall - [#​23913](https://togithub.com/storybookjs/storybook/pull/23913), thanks [@​Integrayshaun](https://togithub.com/Integrayshaun)! - CLI: Provide guidance for users who try to initialize Storybook on an empty dir - [#​23874](https://togithub.com/storybookjs/storybook/pull/23874), thanks [@​yannbf](https://togithub.com/yannbf)! - CLI: Set server init generator to use Webpack5 - [#​23971](https://togithub.com/storybookjs/storybook/pull/23971), thanks [@​yannbf](https://togithub.com/yannbf)! - Core: Add error categorization framework - [#​23653](https://togithub.com/storybookjs/storybook/pull/23653), thanks [@​yannbf](https://togithub.com/yannbf)! - Core: Fix error thrown if `docs.defaultName` is unset - [#​23893](https://togithub.com/storybookjs/storybook/pull/23893), thanks [@​stilt0n](https://togithub.com/stilt0n)! - Core: Fix indexing for non-prefixed `stories.*` stories - [#​23974](https://togithub.com/storybookjs/storybook/pull/23974), thanks [@​shilman](https://togithub.com/shilman)! - Core: Fix race-condition relating to `addons.setConfig` - [#​23802](https://togithub.com/storybookjs/storybook/pull/23802), thanks [@​ndelangen](https://togithub.com/ndelangen)! - Core: Throw an error when detecting empty stories field - [#​23942](https://togithub.com/storybookjs/storybook/pull/23942), thanks [@​yannbf](https://togithub.com/yannbf)! - Dependencies: Upgrade `escodegen` to fix security issue - [#​23973](https://togithub.com/storybookjs/storybook/pull/23973), thanks [@​shilman](https://togithub.com/shilman)! - Index: Fix `*.story.*` CSF indexing - [#​23852](https://togithub.com/storybookjs/storybook/pull/23852), thanks [@​shilman](https://togithub.com/shilman)! - Logger: Fix double error messages/stack - [#​23919](https://togithub.com/storybookjs/storybook/pull/23919), thanks [@​ndelangen](https://togithub.com/ndelangen)! - Maintenance: Categorize server errors - [#​23912](https://togithub.com/storybookjs/storybook/pull/23912), thanks [@​yannbf](https://togithub.com/yannbf)! - Maintenance: Move filtering of sidebar into the state - [#​23911](https://togithub.com/storybookjs/storybook/pull/23911), thanks [@​ndelangen](https://togithub.com/ndelangen)! - Maintenance: Remove need for `react` as peerDependency - [#​23897](https://togithub.com/storybookjs/storybook/pull/23897), thanks [@​ndelangen](https://togithub.com/ndelangen)! - Maintenance: Remove sourcemaps generation - [#​23936](https://togithub.com/storybookjs/storybook/pull/23936), thanks [@​ndelangen](https://togithub.com/ndelangen)! - Maintenance: Revert "WebpackBuilder: Remove need for `react` as peerDependency" - [#​23882](https://togithub.com/storybookjs/storybook/pull/23882), thanks [@​vanessayuenn](https://togithub.com/vanessayuenn)! - Manager API: Fix `api.getAddonState`default value - [#​23804](https://togithub.com/storybookjs/storybook/pull/23804), thanks [@​sookmax](https://togithub.com/sookmax)! - Preset: Add common preset overrides mechanism - [#​23915](https://togithub.com/storybookjs/storybook/pull/23915), thanks [@​yannbf](https://togithub.com/yannbf)! - Publish: Don't distribute src files or unnecessary template files - [#​23853](https://togithub.com/storybookjs/storybook/pull/23853), thanks [@​shilman](https://togithub.com/shilman)! - Shortcuts: Execute preventDefault only if keyboard shortcuts are enabled - [#​23412](https://togithub.com/storybookjs/storybook/pull/23412), thanks [@​Spielboerg](https://togithub.com/Spielboerg)! - Types: Fix `React.ReactElement` not found - [#​23967](https://togithub.com/storybookjs/storybook/pull/23967), thanks [@​abu-osos](https://togithub.com/abu-osos)! - UI: Add an experimental API for adding sidebar bottom toolbar - [#​23778](https://togithub.com/storybookjs/storybook/pull/23778), thanks [@​ndelangen](https://togithub.com/ndelangen)! - UI: Add an experimental API for adding sidebar filter functions at runtime - [#​23722](https://togithub.com/storybookjs/storybook/pull/23722), thanks [@​ndelangen](https://togithub.com/ndelangen)! - UI: Add an experimental API for adding sidebar top toolbar - [#​23811](https://togithub.com/storybookjs/storybook/pull/23811), thanks [@​ndelangen](https://togithub.com/ndelangen)! - UI: Removal of experimental components - [#​23907](https://togithub.com/storybookjs/storybook/pull/23907), thanks [@​ndelangen](https://togithub.com/ndelangen)! - Vue3: Add support for Global Apps install - [#​23772](https://togithub.com/storybookjs/storybook/pull/23772), thanks [@​chakAs3](https://togithub.com/chakAs3)! - Vue3: Use slot value directly if it's a string in source decorator - [#​23784](https://togithub.com/storybookjs/storybook/pull/23784), thanks [@​nasvillanueva](https://togithub.com/nasvillanueva)! ### [`v7.3.2`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#732) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.3.1...v7.3.2) - Maintenance: Revert "WebpackBuilder: Remove need for `react` as peerDependency" - [#​23882](https://togithub.com/storybookjs/storybook/pull/23882), thanks [@​vanessayuenn](https://togithub.com/vanessayuenn)! ### [`v7.3.1`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#731) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.3.0...v7.3.1) - Index: Fix `*.story.*` CSF indexing - [#​23852](https://togithub.com/storybookjs/storybook/pull/23852), thanks [@​shilman](https://togithub.com/shilman)!

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 these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

netlify[bot] commented 10 months ago

Deploy Preview for adyen-lume ready!

Name Link
Latest commit f277e189376a8be7d85af679a56d8fb3bd29f584
Latest deploy log https://app.netlify.com/sites/adyen-lume/deploys/65097eb576cbdb0008faea5b
Deploy Preview https://deploy-preview-296--adyen-lume.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

renovate[bot] commented 9 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (7.4.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.