-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmigration-storybook.log
More file actions
56 lines (52 loc) · 3.59 KB
/
migration-storybook.log
File metadata and controls
56 lines (52 loc) · 3.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
🔎 checking possible migrations..
⚠️ failed to check fix new-frameworks
Error: ❌ Your project should be upgraded to use the framework package @storybook/react-webpack5, but we detected that you are using Vite 2.9.16, which is unsupported in Storybook 7.0. Please upgrade Vite to 3.0.0 or higher and rerun this migration.
at Object.check (/home/gitpod/.npm/_npx/bc7e1e37fcb46ffc/node_modules/@storybook/cli/dist/generate.js:221:8731)
at async runFixes (/home/gitpod/.npm/_npx/bc7e1e37fcb46ffc/node_modules/@storybook/cli/dist/generate.js:404:1239)
at async automigrate (/home/gitpod/.npm/_npx/bc7e1e37fcb46ffc/node_modules/@storybook/cli/dist/generate.js:401:676)
at async doUpgrade (/home/gitpod/.npm/_npx/bc7e1e37fcb46ffc/node_modules/@storybook/cli/dist/generate.js:433:3535)
at async withTelemetry (/home/gitpod/.npm/_npx/bc7e1e37fcb46ffc/node_modules/@storybook/core-server/dist/index.js:103:3903)
at async upgrade (/home/gitpod/.npm/_npx/bc7e1e37fcb46ffc/node_modules/@storybook/cli/dist/generate.js:433:3981)
🔎 found a 'eslintPlugin' migration:
╭ Automigration detected ────────────────────╮
│ │
│ We've detected you are not using our │
│ eslint-plugin. │
│ │
│ In order to have the best experience │
│ with Storybook and follow best │
│ practices, we advise you to install │
│ eslint-plugin-storybook. │
│ │
│ More info: https://github.com/storyboo │
│ kjs/eslint-plugin-storybook#readme │
│ │
╰────────────────────────────────────────────╯
? Do you want to run the 'eslintPlugin' migration on your project? › (Y/n)✔ Do you want to run the 'eslintPlugin' migration on your project? … no
🔎 found a 'autodocsTrue' migration:
╭ Automigration detected ────────────────────╮
│ │
│ We've changed the configuration of │
│ autodocs (previous docsPage), so now │
│ the value: │
│ - docs.autodocs: true -- means │
│ automatically create docs for every │
│ CSF file │
│ - docs.autodocs: 'tag' -- means only │
│ create autodocs for CSF files with the │
│ 'autodocs' tag │
│ - docs.autodocs: false -- means never │
│ create autodocs │
│ │
│ Based on your prior configuration, we │
│ can set the `docs.autodocs` to keep │
│ your old behaviour: │
│ │
│ docs: { autodocs: true } │
│ │
│ More info: https://github.com/storyboo │
│ kjs/storybook/blob/next/MIGRATION.md#a │
│ utodocs-changes │
│ │
╰────────────────────────────────────────────╯
? Do you want to run the 'autodocsTrue' migration on your project? › (Y/n)✔ Do you want to run the 'autodocsTrue' migration on your project? … no