Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update storybook monorepo to v6.5.16 (minor) #420

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-a11y (source) 6.4.22 -> 6.5.16 age adoption passing confidence
@storybook/addon-actions (source) 6.4.22 -> 6.5.16 age adoption passing confidence
@storybook/addon-storysource (source) 6.4.22 -> 6.5.16 age adoption passing confidence
@storybook/addons (source) 6.4.22 -> 6.5.16 age adoption passing confidence
@storybook/builder-webpack5 (source) 6.4.22 -> 6.5.16 age adoption passing confidence
@storybook/manager-webpack5 (source) 6.4.22 -> 6.5.16 age adoption passing confidence
@storybook/theming (source) 6.4.22 -> 6.5.16 age adoption passing confidence

Release Notes

storybookjs/storybook (@​storybook/addon-a11y)

v6.5.16

Compare Source

Bug Fixes
  • Angular: Fix handling of docsMode option in angular builder #​20608
  • Angular: Fix webpackStatsJson types in angular-builder #​20296
Dependency Upgrades
  • Security: Upgrade json5 dependency #​20526

v6.5.15

Compare Source

Bug Fixes
  • Support Angular 15.0.4 #​20287
  • CLI: execute automigrations when pressing enter in the prompts #​20208

v6.5.14

Compare Source

Bug Fixes
  • Angular: Fix "webpack_require.nmd is not a function issue" in Angular 15 #​20043
  • CLI/React native: Fix addons template to import register instead of manager #​19620
Maintenance
  • Core: Patch preview-web and refs to support React Native #​19975
Dependency Upgrades
  • Upgrade loader-utils to 2.0.4 in storysource and source-loader #​19891

v6.5.13

Compare Source

Bug Fixes
  • Telemetry: Send start/build events even when there is no generator #​19507
  • Telemetry: Fix inconsistent debug #​19509
  • Addon-docs: Pass remarks plugins to mdx loader #​18740
  • Angular: Alias decorateStory as applyDecorators #​19189

v6.5.12

Compare Source

Bug Fixes
  • React: Fix issue with react 18 implementation #​19125

v6.5.11

Compare Source

Bug Fixes
  • CLI: Fix race condition in sb init #​19083
  • Core: Fix WebProjectAnnotations export in preview-web for back-compat #​19048
  • Addon-interactions: Fix IE support by replacing array includes #​18993
  • Vue: Fix enum check in extractArgTypes #​18959
  • React: Fix callback behavior in react@18 #​18737
  • Store: always call composeConfigs in setProjectAnnotations #​18916
  • Telemetry: improve addon extraction logic #​18868
  • Addon-docs: Check for undefined before reading property in extractArgTypes.ts #​18710nance

v6.5.10

Compare Source

Maintenance
  • Interactions: Run conditionally based on query param #​18706
  • Components: Re-bundle the syntax highlighter #​18425
  • Svelte: Make svelte-loader optional dependency #​18645
  • Theming: Replace references to themes.normal with themes.light #​17034
Bug Fixes
  • HTML: Fix missing ability to set docs.extractArgTypes #​18831
  • CLI: Throw error on failure in sb init #​18816
  • CLI: Hook up the npm7 migration #​18522
  • Preview: Ensure docs container re-renders when globals change #​18711
  • Toolbars: Fall back to name if both title and icon are not specified #​17430
  • CLI: Fix addons register in RN template #​18693
  • CLI: Fix detection of type: module when initializing storybook #​18714
  • CLI/Svelte: Always create main with cjs extension #​18648
  • Fix typo in CSS pseudo selector #​17708
  • UI: Fix sidebar a11y by moving aria-expanded attribute to button #​18354
  • CLI: Add npm7 migration for legacy peer deps #​18510
  • UI: Fix display skip to sidebar button #​18479
  • Core: Fix process is not defined when using components #​18469
Dependency Upgrades

v6.5.9

Compare Source

Bug Fixes
  • Core: Fix process is not defined when using components (#​18469)
  • Story index: Warn on storyName in CSF3 exports (#​18464)
  • Telemetry: Strip out preset from addon name (#​18442)
Maintenance
  • Angular: Support Angular 14 standalone components (#​18272)
  • UI: Update manager to respect parameters.docsOnly in stories.json (#​18433)

v6.5.8

Compare Source

Bug Fixes
  • UI: Disable Emotion warnings about unsafe pseudo-selectors in SSR (#​18361)

v6.5.7

Compare Source

Bug Fixes
Maintenance
  • Fix lint warnings in PreviewWeb tests (#​18369)

v6.5.6

Compare Source

Bug Fixes

v6.5.5

Compare Source

Bug Fixes
  • CSF: Fix auto-title crash on file ID and show warning (#​18307)
  • CLI: Fix open in browser doesn't work in WSL (#​18305)
  • CLI: Fix automigration scripts (#​18302)
Maintenance
  • CLI: Improve texts for automigration (#​18303)
Dependency Upgrades

v6.5.4

Compare Source

Bug Fixes
  • Webpack5: Apply named exports order logic for stories only (#​18284)
  • Core: Use correct framework version in telemetry (#​18285)
Maintenance
  • Examples: fix jest 27 in angular e2e modern inline rendering config (#​18274)

v6.5.3

Compare Source

Bug Fixes
  • Revert "security: update x-default-browser" (#​18270)

v6.5.2

Compare Source

Bug Fixes
  • Core: Fix get-monorepo-type when no package.json at repo root (#​18259)
Dependency Upgrades
  • security: update x-default-browser (#​18157)

v6.5.0

Compare Source

Storybook 6.5 is here!! 🎉🎉🎉

SB6.5 adds new testing and design review workflows while improving core performance and compatibility.

  • 🤖 Interaction testing simulate interactions and run assertions in the browser
  • 🎨 Figma plugin to connect stories to variants
  • 🏎️ Webpack 5 lazy compilation for faster start up
  • Vite builder for near instant rebuilds
  • 💯 Hundreds more fixes and quality of life improvements

More info in the Github issue Storybook 6.5 Release 👟. Release announcement coming soon!!!


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Jun 2, 2022

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

Name Status Preview Comments Updated
component-library ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 19, 2023 at 0:28AM (UTC)

@renovate renovate bot added the dependencies label Jun 2, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from b054db0 to edfe7ec Compare June 3, 2022 11:57
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from edfe7ec to a9ca3c5 Compare June 6, 2022 05:05
@renovate renovate bot changed the title Update storybook monorepo to v6.5.6 (minor) Update storybook monorepo to v6.5.7 (minor) Jun 6, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from a9ca3c5 to 5407fa8 Compare June 8, 2022 18:19
@renovate renovate bot changed the title Update storybook monorepo to v6.5.7 (minor) Update storybook monorepo (minor) Jun 8, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 5407fa8 to 098560b Compare June 8, 2022 22:21
@renovate renovate bot changed the title Update storybook monorepo (minor) Update storybook monorepo to v6.5.8 (minor) Jun 8, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 098560b to d463626 Compare June 13, 2022 18:52
@renovate renovate bot changed the title Update storybook monorepo to v6.5.8 (minor) Update storybook monorepo (minor) Jun 13, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from d463626 to 9df0c7b Compare June 13, 2022 22:45
@renovate renovate bot changed the title Update storybook monorepo (minor) Update storybook monorepo to v6.5.9 (minor) Jun 13, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 9df0c7b to 9910a1f Compare August 4, 2022 00:08
@renovate renovate bot changed the title Update storybook monorepo to v6.5.9 (minor) Update storybook monorepo (minor) Aug 4, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 9910a1f to f399f61 Compare August 4, 2022 02:18
@renovate renovate bot changed the title Update storybook monorepo (minor) Update storybook monorepo to v6.5.10 (minor) Aug 4, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from f399f61 to 6b89598 Compare September 13, 2022 03:47
@renovate renovate bot changed the title Update storybook monorepo to v6.5.10 (minor) Update storybook monorepo to v6.5.11 (minor) Sep 13, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 6b89598 to 5f2b09a Compare September 14, 2022 04:15
@renovate renovate bot changed the title Update storybook monorepo to v6.5.11 (minor) Update storybook monorepo to v6.5.12 (minor) Sep 14, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 5f2b09a to 85973f0 Compare October 24, 2022 06:03
@renovate renovate bot changed the title Update storybook monorepo to v6.5.12 (minor) Update storybook monorepo to v6.5.13 (minor) Oct 24, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 85973f0 to cf459b6 Compare October 26, 2022 12:53
@renovate renovate bot changed the title Update storybook monorepo to v6.5.13 (minor) Update storybook monorepo to v6.5.12 (minor) Oct 26, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from cf459b6 to 364ab4c Compare October 27, 2022 06:36
@renovate renovate bot changed the title Update storybook monorepo to v6.5.12 (minor) Update storybook monorepo to v6.5.13 (minor) Oct 27, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 364ab4c to 1850f4c Compare December 5, 2022 00:29
@renovate renovate bot changed the title Update storybook monorepo to v6.5.13 (minor) Update storybook monorepo to v6.5.14 (minor) Dec 5, 2022
Dependency update (patch) :)
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 1850f4c to a568424 Compare March 19, 2023 00:16
@renovate renovate bot changed the title Update storybook monorepo to v6.5.14 (minor) Update storybook monorepo to v6.5.16 (minor) Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants