@storybook/builder-webpack5 7.1.0-beta.2 → 7.1.0-rc.0

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.
@@ -843,6 +843,10 @@ interface CoreConfig {
843
843
  * @see https://storybook.js.org/telemetry
844
844
  */
845
845
  disableTelemetry?: boolean;
846
+ /**
847
+ * Disables notifications for Storybook updates.
848
+ */
849
+ disableWhatsNewNotifications?: boolean;
846
850
  /**
847
851
  * Enable crash reports to be sent to Storybook telemetry
848
852
  * @see https://storybook.js.org/telemetry
@@ -1059,10 +1063,6 @@ interface StorybookConfig {
1059
1063
  * Apply decorators from preview.js before decorators from addons or frameworks
1060
1064
  */
1061
1065
  legacyDecoratorFileOrder?: boolean;
1062
- /**
1063
- * Show a notification anytime a What's new? post is published in the Storybook blog.
1064
- */
1065
- whatsNewNotifications?: boolean;
1066
1066
  };
1067
1067
  /**
1068
1068
  * Tells Storybook where to find stories.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import webpack__default, { Configuration, Stats } from 'webpack';
2
- import { O as Options$1, B as Builder } from './index.d-6f3a4ba9.js';
2
+ import { O as Options$1, B as Builder } from './index.d-df35037c.js';
3
3
  import { StorybookConfig, Options, BuilderResult as BuilderResult$1 } from '@storybook/core-webpack';
4
4
  import ForkTsCheckerWebpackPlugin from 'fork-ts-checker-webpack-plugin';
5
5
  import 'file-system-cache';
@@ -1,6 +1,6 @@
1
1
  import * as webpack$1 from 'webpack';
2
2
  import { Configuration } from 'webpack';
3
- import { O as Options } from '../index.d-6f3a4ba9.js';
3
+ import { O as Options } from '../index.d-df35037c.js';
4
4
  import 'file-system-cache';
5
5
  import '@babel/core';
6
6
  import 'express';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/builder-webpack5",
3
- "version": "7.1.0-beta.2",
3
+ "version": "7.1.0-rc.0",
4
4
  "description": "Storybook framework-agnostic API",
5
5
  "keywords": [
6
6
  "storybook"
@@ -56,24 +56,24 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@babel/core": "^7.22.0",
59
- "@storybook/addons": "7.1.0-beta.2",
60
- "@storybook/api": "7.1.0-beta.2",
61
- "@storybook/channel-postmessage": "7.1.0-beta.2",
62
- "@storybook/channels": "7.1.0-beta.2",
63
- "@storybook/client-api": "7.1.0-beta.2",
64
- "@storybook/client-logger": "7.1.0-beta.2",
65
- "@storybook/components": "7.1.0-beta.2",
66
- "@storybook/core-common": "7.1.0-beta.2",
67
- "@storybook/core-events": "7.1.0-beta.2",
68
- "@storybook/core-webpack": "7.1.0-beta.2",
59
+ "@storybook/addons": "7.1.0-rc.0",
60
+ "@storybook/api": "7.1.0-rc.0",
61
+ "@storybook/channel-postmessage": "7.1.0-rc.0",
62
+ "@storybook/channels": "7.1.0-rc.0",
63
+ "@storybook/client-api": "7.1.0-rc.0",
64
+ "@storybook/client-logger": "7.1.0-rc.0",
65
+ "@storybook/components": "7.1.0-rc.0",
66
+ "@storybook/core-common": "7.1.0-rc.0",
67
+ "@storybook/core-events": "7.1.0-rc.0",
68
+ "@storybook/core-webpack": "7.1.0-rc.0",
69
69
  "@storybook/global": "^5.0.0",
70
- "@storybook/manager-api": "7.1.0-beta.2",
71
- "@storybook/node-logger": "7.1.0-beta.2",
72
- "@storybook/preview": "7.1.0-beta.2",
73
- "@storybook/preview-api": "7.1.0-beta.2",
74
- "@storybook/router": "7.1.0-beta.2",
75
- "@storybook/store": "7.1.0-beta.2",
76
- "@storybook/theming": "7.1.0-beta.2",
70
+ "@storybook/manager-api": "7.1.0-rc.0",
71
+ "@storybook/node-logger": "7.1.0-rc.0",
72
+ "@storybook/preview": "7.1.0-rc.0",
73
+ "@storybook/preview-api": "7.1.0-rc.0",
74
+ "@storybook/router": "7.1.0-rc.0",
75
+ "@storybook/store": "7.1.0-rc.0",
76
+ "@storybook/theming": "7.1.0-rc.0",
77
77
  "@swc/core": "^1.3.49",
78
78
  "@types/node": "^16.0.0",
79
79
  "@types/semver": "^7.3.4",