Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Update storybook monorepo #984

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-actions (source) 6.3.12 -> 6.5.16 age adoption passing confidence
@storybook/addon-essentials (source) 6.3.12 -> 6.5.16 age adoption passing confidence
@storybook/addon-links (source) 6.3.12 -> 6.5.16 age adoption passing confidence
@storybook/addon-storyshots (source) 6.3.12 -> 6.5.16 age adoption passing confidence
@storybook/node-logger (source) 6.3.12 -> 6.5.16 age adoption passing confidence
@storybook/preset-create-react-app (source) 4.0.0 -> 4.1.2 age adoption passing confidence
@storybook/react (source) 6.3.12 -> 6.5.16 age adoption passing confidence

Release Notes

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

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!!!

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)

v6.4.19

Compare Source

Features
  • CLI/React: Add interactions to cli template (#​17345)
  • CLI/Angular: Add interactions to cli template (#​17437)
Bug Fixes
  • Core/CLI: Add extract function to PreviewWeb and use it in sb extract if available (#​17447)
  • Core: Ensure we show an error when configure() throws (#​17435)
  • Core: Fix useParameter with nullish coalescing (#​17327)
  • Addon-links: Fix export statement in react.d.ts (#​17434)
  • Addon-docs: Fix typo in ArgsTable tooltip (#​17404)

v6.4.18

Compare Source

Bug Fixes
  • CLI: Pin version of @mdx-js/react to 1.x.x until we are compatible (#​17395)

v6.4.17

Compare Source

Bug Fixes
  • Revert "Angular: Retrieve version from core package" (#​17372)

v6.4.16

Compare Source

Bug Fixes
  • Angular: Workaround for compodoc on windows machines (#​17334)
  • Angular: Use ɵReflectionCapabilities to find component & module metadata (#​17156)
  • Angular: Retrieve version from core package (#​17363)

v6.4.15

Compare Source

Bug Fixes
  • Angular: Fix runCompodoc for Windows, local Compodoc, and user specified tsconfig (#​16728)
  • Core: Fix negated glob support (#​17328)
Maintenance
  • Build: Upgrade main yarn (#​17323)
  • CLI: Add version update argument to generate-sb-packages-versions utility (#​17356)

v6.4.14

Compare Source

Bug Fixes
  • CLI: Add --no-manager-cache to build-storybook (#​17300)
  • CSF3: Remove path from autoTitle browser code (#​17185)
  • Addon-docs: Fix docs.disable parameter on DocsPage (#​17256)
  • Core: Fix issue with recursive glob with prior special chars (#​17252)
  • Webpack: Fix for process fallback using require.resolve (#​17249)
Dependency Upgrades
  • Upgrade compodoc for colors.js bug (#​17266)
  • Upgrade jscodeshift dependency for colors.js bug (#​17265)
  • Restore prettier >= 2.2.1 to satisfy previous constraints (#​17257)

v6.4.13

Compare Source

Bug Fixes
  • Core: Fix staticDirs favicon handling by refactor (#​17241)
  • Angular: Fix 13.1 and add CI test cases (#​17206)
  • Core: Fix __namedExportsOrder warning from preview.js (#​17240)
  • Webpack5: Fix manager.js process references (#​17213)
Dependency Upgrades

v6.4.12

Compare Source

Bug Fixes
  • Angular: Fix for renamed method in angular 13.1 (#​17032)

v6.4.10

Compare Source

Bug Fixes
  • Core: Fix process.env assignment (#​17174)
  • Angular: Fix angular 13.1 JIT error and HMR reload (#​17131)
  • Router: Fix navigating to hash links (#​17134)
  • Source-loader: Fix node.declaration edge case (#​17027)
  • Core: Fix debug output on webpack failures (#​16988)
Dependency Upgrades
  • Bump cli-table3 to fix colors bug (#​17180)

v6.4.9

Compare Source

Bug Fixes
  • Core: Ensure we have a full story index before caching (#​16947)
  • Angular: Fix support for non-roman alphabets in story titles (#​16931)
  • Core: Be explicit about viewMode to fix Vue issue (#​16919)
  • Core: Remove unused and occluded types (#​16917)

v6.4.8

Compare Source

Bug Fixes
  • Core: Fix auto-title in webpack5 (#​16913)
  • CLI: Fix sb repro clobbering .vuerc (#​16897)
Maintenance
  • Core: Add feature flag to disable legacy hierarchy separator warning (#​16915)

v6.4.7

Compare Source

Bug Fixes

v6.4.5

Compare Source

Bug Fixes
  • Angular: Fix tsConfig paths not resolving for Angular >=12.2 (#​16882)
  • Addon-docs: Fix transclusion crash on webpack rules without test field (#​16873)
Dependency Upgrades

v6.4.4

Compare Source

Bug Fixes
  • CLI: Fix mainjsFramework automigrate (#​16866)

v6.4.3

Compare Source

Bug Fixes
  • Don't render with modernInline if inlineStories is false (#​16853)
  • Preview: Don't hide the story while preparing (#​16850)

v6.4.2

Compare Source

Bug Fixes
  • UI: Ensure all classes+animations for our loaders are prefixed (#​16815)
  • Angular: Add back-compat method to find options (styles) in angular.json (#​16832)

v6.4.1

Compare Source

Bug Fixes
  • Core: Fix packageName check in build-dev (#​16823)
  • CSFFile: Fix function exports (#​16829)
Maintenance
  • Fix handle-release-branches workflow (#​16801)

v6.4.0

Compare Source

Storybook 6.4 is here!! 🎉🎉🎉

SB6.4 adds interaction testing and performance re-architecture ahead of a huge 7.0 release.

  • ▶️ Interactive stories to simulate user behavior and tools to debug it
  • ⚡️ On-demand architecture for smaller builds and faster load times
  • Automigrate + versioned documentation for easier upgrades
  • 📋 Linter to enforce Storybook best practices
  • 💯 Hundreds more fixes and quality of life improvements

More info in the Github issue Storybook 6.4 Release 🛠. Release announcement coming soon!!!

v6.3.13

Compare Source

Dependency Upgrades
  • Bump cli-table3 to fix colors bug (#​17180)
storybookjs/storybook (@​storybook/preset-create-react-app)

v4.1.2

Compare Source

  • Use overrides from SB rather than defining ourselves #​254

v4.1.1

Compare Source

  • Update peer dependencies and add a note about versions #​252

v4.1.0

Compare Source

  • Add support for builder.core options to CRA preset #​240

v4.0.2

Compare Source

v4.0.1

Compare Source

  • Support CJS files using Storybook's config #​229

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@vercel
Copy link

vercel bot commented Dec 2, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/withdustin/kathena-ui/BH4Tx1ojreb2zgcoQGJAuiGXU1sb
✅ Preview: Failed

[Deployment for 63cedd7 failed]

@duongdev duongdev temporarily deployed to kathena-pr-984 December 2, 2021 00:31 Inactive
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 151acb4 to 6ce263c Compare December 2, 2021 11:18
@duongdev duongdev temporarily deployed to kathena-pr-984 December 2, 2021 11:19 Inactive
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 6ce263c to 852bf84 Compare December 2, 2021 13:44
@duongdev duongdev temporarily deployed to kathena-pr-984 December 2, 2021 13:45 Inactive
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 852bf84 to 2a48bac Compare December 2, 2021 15:58
@duongdev duongdev temporarily deployed to kathena-pr-984 December 2, 2021 15:58 Inactive
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 2a48bac to d0978a3 Compare December 2, 2021 17:24
@duongdev duongdev temporarily deployed to kathena-pr-984 December 2, 2021 17:24 Inactive
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from d0978a3 to 0c6cd9e Compare December 2, 2021 21:54
@duongdev duongdev temporarily deployed to kathena-pr-984 December 2, 2021 21:54 Inactive
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 0c6cd9e to aca096a Compare December 3, 2021 02:53
@duongdev duongdev temporarily deployed to kathena-pr-984 December 3, 2021 02:53 Inactive
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from aca096a to 4eb67a1 Compare December 3, 2021 08:39
@duongdev duongdev temporarily deployed to kathena-pr-984 December 3, 2021 08:39 Inactive
@renovate renovate bot changed the title Update storybook monorepo to v6.4.4 Update storybook monorepo to v6.4.5 Dec 3, 2021
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 4eb67a1 to b755f9e Compare December 3, 2021 15:42
@duongdev duongdev temporarily deployed to kathena-pr-984 December 3, 2021 15:43 Inactive
@renovate renovate bot changed the title Update storybook monorepo to v6.4.15 Update storybook monorepo to v6.4.16 Jan 29, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 06c6d12 to e93f5a8 Compare January 31, 2022 04:02
@renovate renovate bot changed the title Update storybook monorepo to v6.4.16 Update storybook monorepo to v6.4.17 Jan 31, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from e93f5a8 to 67ec78c Compare February 2, 2022 13:37
@renovate renovate bot changed the title Update storybook monorepo to v6.4.17 Update storybook monorepo to v6.4.18 Feb 2, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 67ec78c to 63cedd7 Compare February 12, 2022 11:39
@renovate renovate bot changed the title Update storybook monorepo to v6.4.18 Update storybook monorepo to v6.4.19 Feb 12, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 63cedd7 to 1f437b4 Compare April 25, 2022 02:44
@vercel
Copy link

vercel bot commented Apr 25, 2022

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

Name Status Preview Comments Updated (UTC)
kathena-ui ❌ Failed (Inspect) Apr 3, 2023 5:16pm

@renovate renovate bot changed the title Update storybook monorepo to v6.4.19 Update storybook monorepo to v6.4.22 Apr 25, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 1f437b4 to 73bbf24 Compare June 18, 2022 22:32
@renovate renovate bot changed the title Update storybook monorepo to v6.4.22 Update storybook monorepo to v6.5.9 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 73bbf24 to 6f34a5a Compare September 25, 2022 16:20
@renovate renovate bot changed the title Update storybook monorepo to v6.5.9 Update storybook monorepo to v6.5.12 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 6f34a5a to 57811f1 Compare November 20, 2022 16:53
@renovate renovate bot changed the title Update storybook monorepo to v6.5.12 Update storybook monorepo to v6.5.13 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 57811f1 to c5c677b Compare March 16, 2023 11:37
@renovate renovate bot changed the title Update storybook monorepo to v6.5.13 Update storybook monorepo to v6.5.16 Mar 16, 2023
@renovate renovate bot changed the title Update storybook monorepo to v6.5.16 Update storybook monorepo Apr 3, 2023
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from c5c677b to 6759e10 Compare April 3, 2023 17:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant