lowsky / gh-dashboard-relay

Dashboard for all feature branches - linking to the deployed/running in docker containers and showing their states. Live Version:
https://dashboard-gh.vercel.app/
Apache License 2.0
2 stars 0 forks source link

chore(deps): update storybook monorepo to v8.4.2 #2794

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-essentials (source) 8.3.6 -> 8.4.2 age adoption passing confidence
@storybook/nextjs (source) 8.3.6 -> 8.4.2 age adoption passing confidence
@storybook/react (source) 8.3.6 -> 8.4.2 age adoption passing confidence
storybook (source) 8.3.6 -> 8.4.2 age adoption passing confidence

Release Notes

storybookjs/storybook (@​storybook/addon-essentials) ### [`v8.4.2`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#842) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.4.1...v8.4.2) - Addon Test: Fix post-install logic for Next.js Vite framework support - [#​29524](https://redirect.github.com/storybookjs/storybook/pull/29524), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Addon Test: Only render the TestingModule component in development mode - [#​29501](https://redirect.github.com/storybookjs/storybook/pull/29501), thanks [@​yannbf](https://redirect.github.com/yannbf)! - CLI: Fix Solid init by installing `@storybook/test` - [#​29514](https://redirect.github.com/storybookjs/storybook/pull/29514), thanks [@​shilman](https://redirect.github.com/shilman)! - Core: Shim CJS-only globals in ESM output - [#​29157](https://redirect.github.com/storybookjs/storybook/pull/29157), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Next.js: Fix bundled react and react-dom in monorepos - [#​29444](https://redirect.github.com/storybookjs/storybook/pull/29444), thanks [@​sentience](https://redirect.github.com/sentience)! ### [`v8.4.1`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#841) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.4.0...v8.4.1) - Core: Relax peer dep constraint of shim packages - [#​29503](https://redirect.github.com/storybookjs/storybook/pull/29503), thanks [@​kasperpeulen](https://redirect.github.com/kasperpeulen)! ### [`v8.4.0`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#840) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.3.7...v8.4.0) Storybook 8.4 comes with a ton of exciting new features designed to give you the best experience developing, testing, and debugging tests in the browser! - ▶️ **Unified UI** for component testing - 5️⃣ **Svelte 5** and Svelte CSF support - ⚛️ **React Native Storybook 8** release - 🏷️ **Tags-based filtering** to organize your Storybook - 🫧 **Dependency cleanup** to reduce install footprint - 💯 **Hundreds** more improvements
List of all updates - Addon Test: Adjust file exports to be ESM/CJS compatible - [#​29471](https://redirect.github.com/storybookjs/storybook/pull/29471), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Addon Test: Error when addon interactions exists - [#​29434](https://redirect.github.com/storybookjs/storybook/pull/29434), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Addon Test: Escape XML when converting ANSI to HTML in test errors - [#​29446](https://redirect.github.com/storybookjs/storybook/pull/29446), thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)! - Addon Test: Fix hiding stacktrace for assertion errors in test panel - [#​29458](https://redirect.github.com/storybookjs/storybook/pull/29458), thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)! - Addon Test: Improve Error Handling - [#​29476](https://redirect.github.com/storybookjs/storybook/pull/29476), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Addon Test: Improve postinstall script - [#​29479](https://redirect.github.com/storybookjs/storybook/pull/29479), thanks [@​yannbf](https://redirect.github.com/yannbf)! - Addon Test: Improve unsupported vitest message - [#​29486](https://redirect.github.com/storybookjs/storybook/pull/29486), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Addon Test: Only register testing module in Vite projects - [#​29472](https://redirect.github.com/storybookjs/storybook/pull/29472), thanks [@​yannbf](https://redirect.github.com/yannbf)! - Addon Test: Throttle Vitest progress updates more heavily - [#​29482](https://redirect.github.com/storybookjs/storybook/pull/29482), thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)! - Addon-docs, blocks: Prebundle dependencies - [#​29301](https://redirect.github.com/storybookjs/storybook/pull/29301), thanks [@​JReinhold](https://redirect.github.com/JReinhold)! - Addon-Test: Support for `@vitest/browser` v2.1.2 - [#​29407](https://redirect.github.com/storybookjs/storybook/pull/29407), thanks [@​strozw](https://redirect.github.com/strozw)! - Blocks: Prebundle `es-toolkit` - [#​29259](https://redirect.github.com/storybookjs/storybook/pull/29259), thanks [@​JReinhold](https://redirect.github.com/JReinhold)! - Builder-vite: Replace .at() call with \[] in codegen - [#​29048](https://redirect.github.com/storybookjs/storybook/pull/29048), thanks [@​Chudesnov](https://redirect.github.com/Chudesnov)! - CLI: Don't add `@storybook/addon-links` by default - [#​29177](https://redirect.github.com/storybookjs/storybook/pull/29177), thanks [@​tobiasdiez](https://redirect.github.com/tobiasdiez)! - CLI: Ensure `.gitignore` updated via CLI ends with a newline - [#​29124](https://redirect.github.com/storybookjs/storybook/pull/29124), thanks [@​3w36zj6](https://redirect.github.com/3w36zj6)! - CLI: Fix `yarn` detection - [#​29448](https://redirect.github.com/storybookjs/storybook/pull/29448), thanks [@​ndelangen](https://redirect.github.com/ndelangen)! - CLI: Migrate from `chalk` to `picocolors` - [#​28262](https://redirect.github.com/storybookjs/storybook/pull/28262), thanks [@​43081j](https://redirect.github.com/43081j)! - CLI: Refactor NPMProxy error parsing logic - [#​29459](https://redirect.github.com/storybookjs/storybook/pull/29459), thanks [@​yannbf](https://redirect.github.com/yannbf)! - ConfigFile: Fix `export { X }` parsing - [#​29344](https://redirect.github.com/storybookjs/storybook/pull/29344), thanks [@​vctqs1](https://redirect.github.com/vctqs1)! - Core: Add unified UI Testing Module - [#​29241](https://redirect.github.com/storybookjs/storybook/pull/29241), thanks [@​yannbf](https://redirect.github.com/yannbf)! - Core: Close story status menu when selecting an item - [#​29455](https://redirect.github.com/storybookjs/storybook/pull/29455), thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Fix building Storybook deleting project root files - [#​29371](https://redirect.github.com/storybookjs/storybook/pull/29371), thanks [@​JReinhold](https://redirect.github.com/JReinhold)! - Core: Fix race condition during empty folder init - [#​29490](https://redirect.github.com/storybookjs/storybook/pull/29490), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Core: Make `prettier` an optional peer dependency - [#​29223](https://redirect.github.com/storybookjs/storybook/pull/29223), thanks [@​JReinhold](https://redirect.github.com/JReinhold)! - Core: Migrate from `express` to `polka` - [#​29230](https://redirect.github.com/storybookjs/storybook/pull/29230), thanks [@​43081j](https://redirect.github.com/43081j)! - Core: Migrate from `qs` to `picoquery` - [#​28315](https://redirect.github.com/storybookjs/storybook/pull/28315), thanks [@​43081j](https://redirect.github.com/43081j)! - Core: Open 'Component tests' addon panel when clicking a story status - [#​29456](https://redirect.github.com/storybookjs/storybook/pull/29456), thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Remove `handlebars` usage - [#​29208](https://redirect.github.com/storybookjs/storybook/pull/29208), thanks [@​ndelangen](https://redirect.github.com/ndelangen)! - Core: Remove dependence on `file-system-cache` - [#​29256](https://redirect.github.com/storybookjs/storybook/pull/29256), thanks [@​ndelangen](https://redirect.github.com/ndelangen)! - Core: Replace `fs-extra` with the native APIs - [#​29126](https://redirect.github.com/storybookjs/storybook/pull/29126), thanks [@​ziebam](https://redirect.github.com/ziebam)! - Core: Replace `lodash` with `es-toolkit` - [#​28981](https://redirect.github.com/storybookjs/storybook/pull/28981), thanks [@​ndelangen](https://redirect.github.com/ndelangen)! - Core: Show checkmark icon in story status dropdown and update status label for component tests - [#​29451](https://redirect.github.com/storybookjs/storybook/pull/29451), thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Show tooltip on filter toggles to clarify their purpose - [#​29447](https://redirect.github.com/storybookjs/storybook/pull/29447), thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Track test provider state in sessionStorage - [#​29450](https://redirect.github.com/storybookjs/storybook/pull/29450), thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Upgrade `esbuild`, broadening version range - [#​29254](https://redirect.github.com/storybookjs/storybook/pull/29254), thanks [@​ndelangen](https://redirect.github.com/ndelangen)! - Dependencies: Upgrade VTA to v3.1.0 - [#​29449](https://redirect.github.com/storybookjs/storybook/pull/29449), thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)! - Dependencies: Upgrade VTA to v3.2.0 to resolve peerDep conflict - [#​29461](https://redirect.github.com/storybookjs/storybook/pull/29461), thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)! - Interactions: Escape xml of interactions errors - [#​29414](https://redirect.github.com/storybookjs/storybook/pull/29414), thanks [@​kasperpeulen](https://redirect.github.com/kasperpeulen)! - Maintenance: Fix broken and outdated documentation links - [#​29412](https://redirect.github.com/storybookjs/storybook/pull/29412), thanks [@​jonniebigodes](https://redirect.github.com/jonniebigodes)! - Manager: Add tags property to ComponentEntry objects - [#​29343](https://redirect.github.com/storybookjs/storybook/pull/29343), thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)! - React: Prebundle all of `renderers/react`'s dependencies - [#​29298](https://redirect.github.com/storybookjs/storybook/pull/29298), thanks [@​ndelangen](https://redirect.github.com/ndelangen)! - Svelte: Improve argTypes inference with `svelte2tsx` - support runes - [#​29423](https://redirect.github.com/storybookjs/storybook/pull/29423), thanks [@​JReinhold](https://redirect.github.com/JReinhold)! - Test: Remove unused `util` dependency - [#​29310](https://redirect.github.com/storybookjs/storybook/pull/29310), thanks [@​JReinhold](https://redirect.github.com/JReinhold)! - UI: Brand image css class conflict causes image to resize on hot reloads - [#​29129](https://redirect.github.com/storybookjs/storybook/pull/29129), thanks [@​ShreySinha02](https://redirect.github.com/ShreySinha02)! - UI: Fix RefIndicator to use CheckIcon instead of string - [#​29209](https://redirect.github.com/storybookjs/storybook/pull/29209), thanks [@​JSMike](https://redirect.github.com/JSMike)! - UI: Simple tag filtering - [#​29333](https://redirect.github.com/storybookjs/storybook/pull/29333), thanks [@​shilman](https://redirect.github.com/shilman)! - UI: Use production-mode `react` in manager - [#​29197](https://redirect.github.com/storybookjs/storybook/pull/29197), thanks [@​ndelangen](https://redirect.github.com/ndelangen)! - Viewport-addon: Add InitialViewportKeys type to viewport addon - [#​29182](https://redirect.github.com/storybookjs/storybook/pull/29182), thanks [@​hyeongrok7874](https://redirect.github.com/hyeongrok7874)! - Vite: Add jsdoc-type-pratt-parser to `optimizeDeps` - [#​29179](https://redirect.github.com/storybookjs/storybook/pull/29179), thanks [@​tobiasdiez](https://redirect.github.com/tobiasdiez)! - Vite: Cleanup and prebundle dependencies - [#​29302](https://redirect.github.com/storybookjs/storybook/pull/29302), thanks [@​JReinhold](https://redirect.github.com/JReinhold)! - Webpack: Fix export 'act' (imported as 'React4') was not found in 'react' errors in webpack - [#​29235](https://redirect.github.com/storybookjs/storybook/pull/29235), thanks [@​kasperpeulen](https://redirect.github.com/kasperpeulen)!
### [`v8.3.7`](https://redirect.github.com/storybookjs/storybook/releases/tag/v8.3.7) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.3.6...v8.3.7) ##### v8.3.7 - Core: Relax peer dep constraint of shim packages - [#​29503](https://redirect.github.com/storybookjs/storybook/pull/29503), thanks [@​kasperpeulen](https://redirect.github.com/kasperpeulen)!

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 was generated by Mend Renovate. View the repository job log.

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment | Name | Status | Preview | Updated (UTC) | | :--- | :----- | :------ | :------ | | **gh-dashboard-relay** | ⬜️ Ignored ([Inspect](https://vercel.com/lowskys-projects/gh-dashboard-relay/6mtaBK5rju6JgJF5vnQoEiBtBYS1)) | [Visit Preview](https://gh-dashboard-relay-git-renovate-storybo-7f9e8d-lowskys-projects.vercel.app) | Nov 11, 2024 7:20am |
socket-security[bot] commented 3 weeks ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@babel/plugin-syntax-dynamic-import@7.8.3 None 0 2.47 kB nicolo-ribaudo
npm/@babel/plugin-transform-class-properties@7.24.7 None 0 71.7 kB nicolo-ribaudo
npm/@babel/plugin-transform-export-namespace-from@7.24.7 None 0 74.1 kB nicolo-ribaudo
npm/@babel/plugin-transform-numeric-separator@7.24.7 None 0 71.4 kB nicolo-ribaudo
npm/@babel/plugin-transform-object-rest-spread@7.24.7 None 0 139 kB nicolo-ribaudo
npm/@babel/plugin-transform-runtime@7.24.7 unsafe 0 105 kB nicolo-ribaudo
npm/@babel/preset-env@7.24.7 environment, filesystem +1 247 kB nicolo-ribaudo
npm/@babel/preset-react@7.24.7 None 0 80 kB nicolo-ribaudo
npm/@babel/preset-typescript@7.24.7 None 0 90.8 kB nicolo-ribaudo
npm/@pmmmwh/react-refresh-webpack-plugin@0.5.11 environment, filesystem Transitive: network +1 357 kB pmmmwh
npm/@storybook/addon-actions@8.4.2 None 0 59.1 kB domyen, ghengeveld, jreinhold, ...8 more
npm/@storybook/addon-backgrounds@8.4.2 None 0 27 kB shilman
npm/@storybook/addon-controls@8.4.2 None 0 259 kB shilman
npm/@storybook/addon-docs@8.4.2 None 0 2.19 MB shilman
npm/@storybook/addon-essentials@8.4.2 None 0 16.6 kB shilman
npm/@storybook/addon-highlight@8.4.2 None 0 9.04 kB shilman
npm/@storybook/addon-measure@8.4.2 None 0 32 kB shilman
npm/@storybook/addon-outline@8.4.2 None 0 22.7 kB shilman
npm/@storybook/addon-toolbars@8.4.2 None 0 9.65 kB shilman
npm/@storybook/addon-viewport@8.4.2 None 0 26.9 kB shilman
npm/@storybook/blocks@8.4.2 environment, eval 0 604 kB shilman
npm/@storybook/builder-webpack5@8.4.2 filesystem +1 168 kB shilman
npm/@storybook/csf-plugin@8.4.2 filesystem 0 10.4 kB shilman
npm/@storybook/nextjs@8.4.2 environment 0 461 kB shilman
npm/@storybook/preset-react-webpack@8.4.2 None 0 23.7 kB shilman
npm/@storybook/react-dom-shim@8.4.2 None 0 10.1 kB shilman
npm/@storybook/react@8.4.2 environment 0 924 kB shilman
npm/@storybook/router@7.6.17 environment, eval 0 84.4 kB shilman
npm/@storybook/test@8.4.2 environment, eval 0 1.52 MB shilman
npm/@storybook/theming@7.6.17 environment 0 739 kB shilman
npm/@types/semver@7.3.13 None 0 23.5 kB types
npm/babel-loader@9.1.3 filesystem 0 38.4 kB nicolo-ribaudo
npm/css-loader@6.7.3 None 0 129 kB evilebottnawi
npm/store2@2.14.2 None 0 142 kB nbubna

🚮 Removed packages: npm/@storybook/addon-actions@8.3.6, npm/@storybook/addon-backgrounds@8.3.6, npm/@storybook/addon-controls@8.3.6, npm/@storybook/addon-docs@8.3.6, npm/@storybook/addon-essentials@8.3.6, npm/@storybook/addon-highlight@8.3.6, npm/@storybook/addon-measure@8.3.6, npm/@storybook/addon-outline@8.3.6, npm/@storybook/addon-toolbars@8.3.6, npm/@storybook/addon-viewport@8.3.6, npm/@storybook/blocks@8.3.6, npm/@storybook/csf-plugin@8.3.6, npm/@storybook/react-dom-shim@8.3.6, npm/@types/hast@3.0.4, npm/@types/prop-types@15.7.5, npm/@types/react@18.2.67, npm/@types/scheduler@0.16.2, npm/@ungap/structured-clone@1.2.0, npm/github-slugger@2.0.0, npm/hast-util-heading-rank@3.0.0, npm/hast-util-is-element@3.0.0, npm/hast-util-to-string@3.0.0, npm/is-absolute-url@4.0.1, npm/markdown-to-jsx@7.4.7, npm/react-colorful@5.6.1, npm/rehype-external-links@3.0.0, npm/rehype-slug@6.0.0, npm/space-separated-tokens@2.0.2, npm/unist-util-is@6.0.0, npm/unist-util-visit-parents@6.0.1, npm/unist-util-visit@5.0.0

View full report↗︎