Michael Shilman
|
c9aacdf019
|
sort packages
|
2020-12-07 13:20:10 +01:00 |
|
Gert Hengeveld
|
255139df25
|
err can be undefined.
|
2020-12-07 13:20:10 +01:00 |
|
Gert Hengeveld
|
1f4c90b657
|
Fix IE11 compatibility by avoiding ES6 syntax and using XHR instead of fetch.
|
2020-12-07 13:20:10 +01:00 |
|
Daniel Schmidt
|
6a0690635b
|
fix types in initiate
|
2020-12-07 13:18:16 +01:00 |
|
Daniel Schmidt
|
5e0261fbd5
|
add @types/prompts
|
2020-12-07 13:18:16 +01:00 |
|
Daniel Schmidt
|
e6ce4a4d88
|
refactor: use the correct initial value type
The value is false, so could also argue it should just be removed.
|
2020-12-07 13:18:16 +01:00 |
|
Daniel Schmidt
|
efdb20b68a
|
refactor: replace inquirer with prompts
|
2020-12-07 13:18:16 +01:00 |
|
Gert Hengeveld
|
65f521c518
|
Merge branch 'next' into 13336-windows-static-dir
|
2020-12-01 19:17:23 +01:00 |
|
Gert Hengeveld
|
b27bbc25a5
|
Convert to TS.
|
2020-12-01 19:14:37 +01:00 |
|
Michael Shilman
|
4a0c7a5290
|
Update git head to 6.2.0-alpha.1
|
2020-12-01 21:30:43 +08:00 |
|
Michael Shilman
|
211db53585
|
v6.2.0-alpha.1
|
2020-12-01 21:18:05 +08:00 |
|
Michael Shilman
|
f010d04665
|
Update root, peer deps, version.ts/json to 6.2.0-alpha.1
|
2020-12-01 21:16:55 +08:00 |
|
Michael Shilman
|
34a2d2e13a
|
Merge pull request #13289 from storybookjs/tech/upgrades-4
Dependencies: Rebuild yarn.lock
|
2020-12-01 19:10:26 +08:00 |
|
Michael Shilman
|
75bd7e9ab1
|
Run sort-package-json
|
2020-12-01 19:04:17 +08:00 |
|
Michael Shilman
|
4d3614f38c
|
Merge pull request #13148 from storybookjs/dependabot/npm_and_yarn/commander-6.2.0
Bump commander from 5.1.0 to 6.2.0
|
2020-12-01 18:20:52 +08:00 |
|
Michael Shilman
|
bbbb4c88a4
|
Merge pull request #13330 from arcanis/patch-3
Core: Add typescript as optional peer dependency
|
2020-12-01 18:11:35 +08:00 |
|
Michael Shilman
|
b09f171828
|
Merge branch 'next' into tech/upgrades-4
|
2020-12-01 18:04:58 +08:00 |
|
Michael Shilman
|
17826e3b4c
|
Merge pull request #12863 from g1eny0ung/refactor/getAutoRefs
Composition: Filter out disabled refs in getAutoRefs
|
2020-12-01 18:03:40 +08:00 |
|
Michael Shilman
|
94052ae175
|
Merge pull request #12980 from teimurjan/teimurjan/add-stories-expand-collapse
UI: Add support for expand/collapse keyboard shortcuts
|
2020-12-01 17:54:47 +08:00 |
|
Michael Shilman
|
79b3f27b7e
|
Merge branch 'next' into pr/12863
|
2020-12-01 17:52:57 +08:00 |
|
dependabot-preview[bot]
|
8cba67330a
|
Bump commander from 5.1.0 to 6.2.0
Bumps [commander](https://github.com/tj/commander.js) from 5.1.0 to 6.2.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tj/commander.js/compare/v5.1.0...v6.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-12-01 03:55:58 +00:00 |
|
Michael Shilman
|
77ef70cee5
|
Update git head to 6.2.0-alpha.0
|
2020-12-01 11:51:48 +08:00 |
|
Michael Shilman
|
c44dc96274
|
v6.2.0-alpha.0
|
2020-12-01 11:46:05 +08:00 |
|
Michael Shilman
|
1d5aa324fc
|
Update root, peer deps, version.ts/json to 6.2.0-alpha.0
|
2020-12-01 11:42:11 +08:00 |
|
Michael Shilman
|
dc40fe539e
|
Merge branch 'next' into patch-3
|
2020-12-01 11:29:13 +08:00 |
|
Michael Shilman
|
e530ffbaf2
|
Merge pull request #13275 from storybookjs/13251-trim-component-name
Core: Ensure node `name` does not contain leading/trailing whitespace
|
2020-12-01 11:01:20 +08:00 |
|
Michael Shilman
|
94531554f2
|
Merge pull request #13055 from 43081j/corejs-second-attempt
Core: Replace preset-env polyfills with babel-polyfills
|
2020-12-01 09:19:19 +08:00 |
|
Gert Hengeveld
|
121f325b55
|
We no longer need shelljs.
|
2020-11-30 23:03:38 +01:00 |
|
Gert Hengeveld
|
d206383ae5
|
Extract static file handling to utils and make sure we handle Windows well.
|
2020-11-30 22:58:55 +01:00 |
|
Gert Hengeveld
|
627a127851
|
Add test for trimming group/component names.
|
2020-11-30 13:45:06 +01:00 |
|
Norbert de Langen
|
0e56733636
|
Merge pull request #12936 from storybookjs/e2e-tests
CLI: use Jest to test CLI commands and remove outdated fixtures
|
2020-11-30 10:59:43 +01:00 |
|
Maël Nison
|
d63993cc48
|
Adds typescript as optional peer dependency
|
2020-11-29 18:18:29 +01:00 |
|
Michael Shilman
|
606426bb6b
|
Update git head to 6.1.9
|
2020-11-29 21:02:49 +08:00 |
|
Michael Shilman
|
495a468d5e
|
v6.1.9
|
2020-11-29 20:57:02 +08:00 |
|
Michael Shilman
|
05f80c6ec4
|
Update root, peer deps, version.ts/json to 6.1.9
|
2020-11-29 20:49:53 +08:00 |
|
Gert Hengeveld
|
ea753eb5c0
|
Merge branch 'next' into 13296-event-key
|
2020-11-28 15:42:11 +01:00 |
|
jamesgeorge007
|
091ea500f3
|
test: cleanup
|
2020-11-28 13:09:42 +05:30 |
|
Norbert de Langen
|
ca7649b182
|
test: remove test fixtures
|
2020-11-28 13:09:25 +05:30 |
|
jamesgeorge007
|
b8d4bc2543
|
test: update test case for default behavior
|
2020-11-28 13:09:25 +05:30 |
|
jamesgeorge007
|
8d827804d5
|
test: merge globals
|
2020-11-28 13:09:25 +05:30 |
|
jamesgeorge007
|
ecc1ea2430
|
test(cli): use it.each to improve test run output
Co-authored-by: Gaëtan Maisse <gmaisse@solocal.com>
|
2020-11-28 13:09:24 +05:30 |
|
jamesgeorge007
|
722cbafe28
|
tests: remove filters
|
2020-11-28 13:09:24 +05:30 |
|
jamesgeorge007
|
65a7bb3c4f
|
tests: cleanup
|
2020-11-28 13:09:24 +05:30 |
|
jamesgeorge007
|
73fa16a732
|
tests: remove stale helper
|
2020-11-28 13:09:24 +05:30 |
|
jamesgeorge007
|
48e820edb1
|
chore: leverage fs-extra
|
2020-11-28 13:09:24 +05:30 |
|
Gaëtan Maisse
|
3261444ca0
|
test(cli): fix path of required file in cli.test.js
|
2020-11-28 13:09:24 +05:30 |
|
jamesgeorge007
|
b454148c53
|
chore: use rimraf for test cleanup
|
2020-11-28 13:09:24 +05:30 |
|
jamesgeorge007
|
0667ab965b
|
chore: include test case for default behavior
|
2020-11-28 13:09:24 +05:30 |
|
jamesgeorge007
|
023b309c73
|
test: cleanup
|
2020-11-28 13:09:24 +05:30 |
|
jamesgeorge007
|
51083e5c86
|
chore: remove timeout
|
2020-11-28 13:09:24 +05:30 |
|