Skip to content

Commit

Permalink
Upgrade storybook to 6.4.x (#21780)
Browse files Browse the repository at this point in the history
* basic storybook upgrade without the new story store format

* Change files

* add storybook/html to satisfied ignore

* move html back into WC

* deduplicate deps

* skip html in satisfied

* update vr tests typings

* update vr tests typings

* remove params from add in storyApi

* fix add storyFn type

* another try

* return type

* back to legacy

* knobs

* fix lock

* fix 2nd vr tests

* add nohoist for storybook/router's react-router deps

* Update markdown-to-jsx to version 7

* theming-designer skipLibCheck

* fix lint issue

* fix typings in FluentDocsPage

* fix story decorators

* fix decorators on react components

* add decorator to slider

* remove temp test wrapper

* remove dup wrapper in doc card

* remove slider wrapper

* change test wrappers

* fix test widths and set waits on button tests

* fix stories

* use classes for test

* use class for link tests

* change link as button too

* try id based selection for buttons

* add a second wait

* remove the delay and move a test around

* give each failing test its own storiesOf

* start migrating button over to CSF

* remove extra decorator

* update react versions

* upgrade screener storybook

* remove CSF exploration

* lock file

* comment out offending tests

* remove a few more

Co-authored-by: Elizabeth Craig <[email protected]>
  • Loading branch information
micahgodbolt and ecraig12345 authored Mar 8, 2022
1 parent 4c3dad2 commit 61d1ec1
Show file tree
Hide file tree
Showing 36 changed files with 1,280 additions and 1,365 deletions.
1 change: 1 addition & 0 deletions apps/theming-designer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"strict": false,
"lib": ["es6", "dom"],
"types": [],
"skipLibCheck": true,
"noImplicitAny": true
},
"include": ["src"]
Expand Down
2 changes: 1 addition & 1 deletion apps/vr-tests-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@griffel/react": "1.0.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"screener-storybook": "0.21.2",
"screener-storybook": "0.22.0",
"tslib": "^2.1.0"
}
}
Loading

0 comments on commit 61d1ec1

Please sign in to comment.