@storybook/core-common 6.4.7 → 6.5.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -311,6 +311,11 @@ export interface StorybookConfig {
311
311
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
312
312
  */
313
313
  argTypeTargetsV7?: boolean;
314
+ /**
315
+ * Warn when there is a pre-6.0 hierarchy separator ('.' / '|') in the story title.
316
+ * Will be removed in 7.0.
317
+ */
318
+ warnOnLegacyHierarchySeparator?: boolean;
314
319
  };
315
320
  /**
316
321
  * Tells Storybook where to find stories.
@@ -307,6 +307,11 @@ export interface StorybookConfig {
307
307
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
308
308
  */
309
309
  argTypeTargetsV7?: boolean;
310
+ /**
311
+ * Warn when there is a pre-6.0 hierarchy separator ('.' / '|') in the story title.
312
+ * Will be removed in 7.0.
313
+ */
314
+ warnOnLegacyHierarchySeparator?: boolean;
310
315
  };
311
316
  /**
312
317
  * Tells Storybook where to find stories.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/core-common",
3
- "version": "6.4.7",
3
+ "version": "6.5.0-alpha.2",
4
4
  "description": "Storybook framework-agnostic API",
5
5
  "keywords": [
6
6
  "storybook"
@@ -61,9 +61,9 @@
61
61
  "@babel/preset-react": "^7.12.10",
62
62
  "@babel/preset-typescript": "^7.12.7",
63
63
  "@babel/register": "^7.12.1",
64
- "@storybook/node-logger": "6.4.7",
64
+ "@storybook/node-logger": "6.5.0-alpha.2",
65
65
  "@storybook/semver": "^7.3.2",
66
- "@types/node": "^14.0.10",
66
+ "@types/node": "^14.0.10 || ^16.0.0",
67
67
  "@types/pretty-hrtime": "^1.0.0",
68
68
  "babel-loader": "^8.0.0",
69
69
  "babel-plugin-macros": "^3.0.1",
@@ -91,7 +91,7 @@
91
91
  "webpack": "4"
92
92
  },
93
93
  "devDependencies": {
94
- "@storybook/react-docgen-typescript-plugin": "1.0.2-canary.253f8c1.0",
94
+ "@storybook/react-docgen-typescript-plugin": "1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0",
95
95
  "@types/compression": "^1.7.0",
96
96
  "@types/interpret": "^1.1.1",
97
97
  "@types/mock-fs": "^4.13.0",
@@ -110,6 +110,6 @@
110
110
  "publishConfig": {
111
111
  "access": "public"
112
112
  },
113
- "gitHead": "ebad5c8ec7e35a292f4d867b709f031a0dc0a8ea",
113
+ "gitHead": "ca9d89393f36d156e34819fe120eb7e6819245f4",
114
114
  "sbmodern": "dist/modern/index.js"
115
115
  }