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

chore(deps): update storybook monorepo to v6.5.13 #862

Merged
merged 1 commit into from
Nov 15, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-actions (source) 6.4.19 -> 6.5.13 age adoption passing confidence
@storybook/addon-links (source) 6.4.19 -> 6.5.13 age adoption passing confidence
@storybook/react (source) 6.4.19 -> 6.5.13 age adoption passing confidence

Release Notes

storybookjs/storybook

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
  • Preview: Default select to viewMode story (#​18370)
  • CLI: Add support for angular/cli@14.0.0 (#​18334)
  • Vue/Vue3: Fix decorators in StoryStoreV7 (#​18375)
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!!!

v6.4.22

Compare Source

Maintenance
  • Core: Avoid framework imports from core/client (#​17875)

v6.4.21

Compare Source

Bug Fixes
  • Angular: Do not use default for includePaths (#​17876)
  • Controls: Fix date control width in addons panel (#​17780)
  • CLI: Preserve quote style in automigrate (#​17858)
  • CLI: Update the exclude list for upgrade warnings (#​17909)

v6.4.20

Compare Source

Bug Fixes
  • CLI: Fix vite/jest issue with mocked global (#​17830)
  • Angular: Fix multiple calls of Input setter (#​17633)
  • Web-components: Fix CSS class usage in CLI template (#​17702)
  • UI: Fix composition support in safari (#​17679)
  • Addon-docs: DocsPage story order should match the index (#​17669)
  • Core: Fix core.builder check (#​17606)
Maintenance
  • CLI: Add automigration to @storybook/builder-vite (#​17829)

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update storybook monorepo to v6.4.21 Update storybook monorepo to v6.4.22 Apr 14, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 53bf0e1 to 2e4abab Compare April 14, 2022 06:27
@renovate renovate bot changed the title Update storybook monorepo to v6.4.22 chore(deps): update storybook monorepo to v6.4.22 Apr 21, 2022
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v6.4.22 chore(deps): update storybook monorepo to v6.5.0 May 18, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 2e4abab to e8d5510 Compare May 18, 2022 17:27
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v6.5.0 chore(deps): update storybook monorepo to v6.5.2 May 19, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from e8d5510 to 1915512 Compare May 19, 2022 15:12
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v6.5.2 chore(deps): update storybook monorepo to v6.5.3 May 19, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 1915512 to 0d9f875 Compare May 19, 2022 18:18
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v6.5.3 chore(deps): update storybook monorepo to v6.5.4 May 23, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 0d9f875 to a2e56d7 Compare May 23, 2022 03:21
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v6.5.4 chore(deps): update storybook monorepo May 24, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from a2e56d7 to 3fe7b44 Compare May 24, 2022 14:53
@renovate renovate bot changed the title chore(deps): update storybook monorepo chore(deps): update storybook monorepo to v6.5.5 May 24, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 3fe7b44 to 2dfd1a2 Compare May 24, 2022 17:35
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v6.5.5 chore(deps): update storybook monorepo to v6.5.6 May 30, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 2dfd1a2 to 8e7c8ca Compare May 30, 2022 00:41
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v6.5.6 chore(deps): update storybook monorepo to v6.5.7 Jun 6, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 8e7c8ca to ca3359d Compare June 6, 2022 05:05
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v6.5.7 chore(deps): update storybook monorepo to v6.5.8 Jun 8, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from ca3359d to 6451d67 Compare June 8, 2022 21:17
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v6.5.8 chore(deps): update storybook monorepo to v6.5.9 Jun 13, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 6451d67 to 4f85e19 Compare June 13, 2022 20:51
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 4f85e19 to acf0df4 Compare September 11, 2022 00:10
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v6.5.9 chore(deps): update storybook monorepo to v6.5.10 Sep 11, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch 2 times, most recently from 3b74116 to 0b07c57 Compare September 13, 2022 03:27
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v6.5.10 chore(deps): update storybook monorepo to v6.5.11 Sep 13, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 0b07c57 to 734bb19 Compare September 14, 2022 02:57
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v6.5.11 chore(deps): update storybook monorepo to v6.5.12 Sep 14, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 734bb19 to 5966c27 Compare October 24, 2022 06:23
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v6.5.12 chore(deps): update storybook monorepo to v6.5.13 Oct 24, 2022
@bokuweb bokuweb merged commit 36d3506 into master Nov 15, 2022
@renovate renovate bot deleted the renovate/storybook-monorepo branch November 15, 2022 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant