1357 Commits

Author SHA1 Message Date
Norbert de Langen
21711ade48
Merge branch 'next' into migrate-from-simplebar-to-overlaybars-2
# Conflicts:
#	lib/components/package.json
#	package.json
#	yarn.lock
2020-03-10 18:11:23 +01:00
Filipp Riabchun
7135cc3a6e
Merge pull request #9875 from storybookjs/teamcity-cloud
Setup TeamCity Cloud
2020-03-10 15:16:34 +01:00
Matheus Moreira
2d26f1d5de Forced resolution of serialize-javascript to a version without vulnerability 2020-03-07 00:13:33 +01:00
Filipp Riabchun
124ad83b51 Update jest-teamcity, use it as a reporter to show results earlier 2020-03-05 19:12:22 +01:00
Filipp Riabchun
e5c9fafcf6 Cypress: report videos and screenshots as test metadata 2020-02-22 23:48:54 +01:00
Filipp Riabchun
98ce57e65b Merge origin/next 2020-02-22 21:01:58 +01:00
Norbert de Langen
49d456dea4
UPGRADE cypress 2020-02-19 16:07:26 +01:00
Lynn Chyi
b9d9990a11 Add downlevel-dts for TS3.5 compat
(cherry picked from commit 2c3b0f937ab3a729e03f6c88a178b448daacbe9b)
2020-02-18 20:36:04 +01:00
Norbert de Langen
b89d34eaa9
UPDATE to latest version of eslint config 2020-02-17 12:12:40 +01:00
Filipp Riabchun
059c064e4d Add eslint-teamcity 2020-02-16 18:36:01 +01:00
Filipp Riabchun
b01f2c7dcc Add jest-teamcity 2020-02-16 17:50:45 +01:00
Norbert de Langen
908c58ee6a
Merge branch 'next' into migrate-from-simplebar-to-overlaybars-2
# Conflicts:
#	addons/info/src/__snapshots__/index.test.js.snap
#	addons/info/src/index.test.js
#	lib/components/package.json
#	yarn.lock
2020-02-07 14:11:00 +01:00
Tom Coleman
f0c71e09a7 Merge remote-tracking branch 'origin/next' into jonspalmer-storybook_server 2020-02-04 16:23:49 +11:00
Norbert de Langen
aa7fa009e8
CHANGE lint-staged config after upgrading 2020-02-03 13:15:59 +01:00
Norbert de Langen
402c3f7cb1
UPGRADE svelte 2020-01-30 22:50:13 +01:00
Norbert de Langen
f136bc9c52
UPGRADE node types 2020-01-30 22:39:22 +01:00
Norbert de Langen
faec9214c5
UPGRADE lint-staged && UPGRADE ejs 2020-01-30 22:19:52 +01:00
Norbert de Langen
a245f5034c
UPGRADE storybook-chromatic 2020-01-30 21:28:28 +01:00
Norbert de Langen
87477bc7bf
UPGRADE http-server && UPGRADE wait-on 2020-01-30 20:30:32 +01:00
Norbert de Langen
45d83bc3f9
UPGRADE ts-dedent 2020-01-30 20:26:30 +01:00
Norbert de Langen
523286dda7
UPGRADE node 2020-01-30 17:02:29 +01:00
Norbert de Langen
c4945f315e
UPGRADE webpack 2020-01-30 16:50:18 +01:00
Norbert de Langen
1994020cd5
UPGRADE jest 2020-01-30 16:34:54 +01:00
Norbert de Langen
6a2ad85290
UPGRADE babel 2020-01-30 16:29:41 +01:00
Norbert de Langen
e5bc525b52
Merge branch 'next' into migrate-from-simplebar-to-overlaybars-2 2020-01-28 02:17:26 +01:00
Norbert de Langen
fd7c2f9882
Merge branch 'next' into migrate-from-simplebar-to-overlaybars-2
# Conflicts:
#	lib/components/package.json
#	yarn.lock
2020-01-27 23:53:51 +01:00
Norbert de Langen
2d116d9d76
REMOVE now 2020-01-21 14:31:46 +01:00
dependabot-preview[bot]
48f4192366
Bump corejs-upgrade-webpack-plugin from 2.2.0 to 3.0.1
Bumps [corejs-upgrade-webpack-plugin](https://github.com/ndelangen/corejs-upgrade-webpack-plugin) from 2.2.0 to 3.0.1.
- [Release notes](https://github.com/ndelangen/corejs-upgrade-webpack-plugin/releases)
- [Commits](https://github.com/ndelangen/corejs-upgrade-webpack-plugin/compare/v2.2.0...v3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 22:19:49 +00:00
Norbert de Langen
59fbfe3630
Merge branch 'next' into migrate-from-simplebar-to-overlaybars-2
# Conflicts:
#	addons/a11y/src/components/A11YPanel.test.js
#	addons/a11y/src/components/__snapshots__/A11YPanel.test.js.snap
#	lib/components/package.json
2020-01-20 11:33:43 +01:00
Norbert de Langen
3026db9303
Next 6.0.0 (#9212)
Next 6.0.0
2020-01-20 11:25:55 +01:00
Norbert de Langen
9ac9da64cd
Merge branch 'next' into next-6.0.0
# Conflicts:
#	addons/cssresources/package.json
#	examples/dev-kits/package.json
#	examples/rax-kitchen-sink/package.json
2020-01-20 09:06:35 +01:00
Gaëtan Maisse
36ee762ec7 fix: clean usage of @types/webpack-env dep in all packages
- `@types/webpack-env` must be defined as `dependencies` in packages that export a type/function using typings from `@types/webpack-env` (it is often `NodeModule`). In that case `/// <reference types="webpack-env" />` is present in some files of the `dist` folder of the lib. Example: `lib/client-api`.
 - `@types/webpack-env` must be defined as `devDependencies` in packages that use its typings internally but does not expose anything related to it. Many addons need the type because they use `module.hot` function. Example: `addons/a11y`
 - `webpack-env` should be removed from "compilerOptions.types" key of `tsconfig.json` of packages that don't need it.

 I also bump `@types/webpack-env` to ^1.15.0 to have the same version all across the monorepo
2020-01-20 08:41:44 +01:00
jamesgeorge007
a6a13f09ab deps: update husky to v4 2020-01-17 15:56:57 +05:30
Norbert de Langen
5ba16515e3
Merge branch 'next' into next-6.0.0
# Conflicts:
#	addons/cssresources/package.json
#	docs/src/pages/configurations/options-parameter/index.md
#	examples/dev-kits/package.json
#	examples/rax-kitchen-sink/package.json
#	lib/api/src/index.tsx
#	lib/core-events/src/index.ts
#	yarn.lock
2020-01-13 15:27:35 +01:00
Norbert de Langen
5929556282
ADD jest-serializer-html 2020-01-11 10:37:12 +01:00
Michael Shilman
b3f08866b1 Merge branch 'master' into shilman/test-53-release-from-next 2020-01-11 15:09:59 +08:00
fushen
01e2675d49 chore(rax): supplement related to rax 2019-12-23 00:40:50 +08:00
Norbert de Langen
8291af5d1a CHANGE root version 2019-11-25 18:03:31 +01:00
Norbert de Langen
f43e4ab0b2 UPGRADES 2019-11-21 15:37:51 +01:00
Norbert de Langen
bd4ac31ac4 upgrades 2019-11-15 21:06:13 +01:00
Michael Shilman
87cddfe06c Merge branch 'next' into docs/refactor-prop-def 2019-11-14 10:13:36 +08:00
Norbert de Langen
61779d1e18 move eslint-plugin-cypress into a dependency 2019-11-13 11:53:52 +01:00
Alejandro
e7663a5054 Migrate @storybook/svelte to Typescript 2019-11-12 08:13:51 -05:00
patrick.lafrance
a9b8cec3e6 Finishing up rendering enhancement for default values 2019-11-11 15:29:18 -05:00
Filipp Riabchun
59eb04b158 Update babel packages in master 2019-11-09 22:01:01 +01:00
Filipp Riabchun
24ecf6035f Merge pull request #8774 from storybookjs/add-babel-runtime
Add @babel/runtime to workspace
# Conflicts:
#	yarn.lock
2019-11-09 16:25:53 +01:00
Filipp Riabchun
cc58e6344b Add @babel/runtime to workspace 2019-11-09 15:17:30 +01:00
Michael Shilman
fbb32e40e9 Remove weak dependency for Node 12 compat (#8300)
Remove `weak` dependency Node 12
# Conflicts:
#	package.json
2019-11-09 13:09:42 +01:00
Michael Shilman
ec54d1f602 Merge branch 'next' into 8532-support-jsdocs-params-to-describe-js-function-signature 2019-11-01 13:39:00 +08:00
patrick.lafrance
5993314ead Fixed TS types issues 2019-10-31 18:27:57 -04:00