112 Commits

Author SHA1 Message Date
Norbert de Langen
3e96c7b9b4
fix linting in scripts 2022-11-24 20:13:28 +01:00
Norbert de Langen
b986f552d8
fix the CI by adding a resolution for the broken release of enhanced resolve, and also overriding the dep version of types/node on sandboxes so that they may be linked 2022-11-23 10:55:55 +01:00
Tom Coleman
c54a59eaa6 Switch to new abort signal API 2022-11-09 15:02:32 +11:00
Tom Coleman
f1017f15d0 Update build scripts to async import execa 2022-11-09 14:27:19 +11:00
Tom Coleman
74a70c90fa Merge remote-tracking branch 'origin/next' into tom/sb-880-update-execa-and-try-to-fix-waiting 2022-11-09 14:24:41 +11:00
Tom Coleman
737d339927 Fix eslint formatting in scripts 2022-11-07 17:20:42 +11:00
Tom Coleman
93aa6cad86 Deepscan 2022-11-05 21:19:23 +11:00
Tom Coleman
dc7ebb7569 Some fixes 2022-11-05 21:15:27 +11:00
Tom Coleman
d3fa0bef43 Use execa 6.x in scripts
We need to use an obtuse method to import it as it is ESM only and `ts-node` doesn't play well with that.

See https://github.com/TypeStrong/ts-node/discussions/1290
2022-11-05 21:12:31 +11:00
Tom Coleman
8885d83045 Drop a whole lot of stuff from scripts 2022-10-25 16:01:18 +11:00
Kasper Peulen
ee119f242b Merge remote-tracking branch 'origin/next' into future/CSF3-svelte
# Conflicts:
#	code/lib/core-common/src/index.ts
2022-10-19 12:16:41 +02:00
Kasper Peulen
b05ec3abb4 Merge remote-tracking branch 'origin/next' into future/CSF3-svelte
# Conflicts:
#	code/addons/a11y/package.json
#	code/addons/actions/package.json
#	code/addons/backgrounds/package.json
#	code/addons/controls/package.json
#	code/addons/docs/package.json
#	code/addons/interactions/package.json
#	code/addons/links/package.json
#	code/addons/measure/package.json
#	code/addons/outline/package.json
#	code/addons/storyshots/storyshots-core/package.json
#	code/addons/storyshots/storyshots-puppeteer/package.json
#	code/examples/external-docs/package.json
#	code/frameworks/angular/package.json
#	code/lib/addons/package.json
#	code/lib/api/package.json
#	code/lib/blocks/package.json
#	code/lib/client-api/package.json
#	code/lib/codemod/package.json
#	code/lib/components/package.json
#	code/lib/core-client/package.json
#	code/lib/core-common/package.json
#	code/lib/core-server/package.json
#	code/lib/docs-tools/package.json
#	code/lib/preview-web/package.json
#	code/lib/store/package.json
#	code/renderers/html/package.json
#	code/renderers/preact/package.json
#	code/renderers/react/package.json
#	code/renderers/server/package.json
#	code/renderers/svelte/package.json
#	code/renderers/vue/package.json
#	code/renderers/vue3/package.json
#	code/renderers/web-components/package.json
#	code/ui/manager/package.json
#	code/yarn.lock
2022-10-18 21:39:03 +02:00
Kasper Peulen
d9401d6f22 Address review benmccann 2022-10-18 19:15:48 +02:00
Kasper Peulen
7c1b9ccf1e more typesafe CSF3 types for svelte 2022-10-18 17:16:43 +02:00
Norbert de Langen
2c2e73cb7b
Merge branch 'next' into task-runner-tweaks 2022-10-18 14:29:59 +02:00
Norbert de Langen
7b1e0e04da
ensure the yarn version generation happens in the cwd and not in the root of the repository 2022-10-18 12:49:58 +02:00
Tom Coleman
3a5b4be7be Tweak showing errors when last task fails 2022-10-17 10:25:35 +11:00
Tom Coleman
b62fbc2f23 Fix missing export 2022-10-11 09:20:05 +11:00
Tom Coleman
da4be79fe1 Merge remote-tracking branch 'origin/next' into tom/sb-512-angular-14 2022-10-10 22:35:41 +11:00
Tom Coleman
d5c9a9e9a6 Add a nice cancel for start-from prompt 2022-10-10 11:00:26 +11:00
Tom Coleman
f67404b36e Ensure that if you skip *one* option it doesn't prompt them all 2022-10-10 10:49:06 +11:00
Tom Coleman
da590c7a78 Remove spurious log 2022-10-10 10:23:07 +11:00
Tom Coleman
f52725775a More fixes so things actually run 2022-10-06 13:57:17 +11:00
Tom Coleman
03c7e17372 Ensure we get workspaces from code/ 2022-10-06 13:38:04 +11:00
Tom Coleman
431162b321 Add basic contributing instructions and improve prompts 2022-10-05 23:31:33 +11:00
Tom Coleman
ecff39f1b2 Bootstrap directly in the bootstrap task 2022-10-04 20:54:40 +11:00
Tom Coleman
3f4b5c3c92 Merge remote-tracking branch 'origin/next' into tom/sb-628-properly-document-maintenance-scripts 2022-10-03 17:19:02 +11:00
Tom Coleman
c9c3de3c3e Clean up a lot of older code 2022-10-03 17:16:39 +11:00
Tom Coleman
d24daef01f Got task script mostly working 2022-09-27 12:21:21 +10:00
Michael Shilman
62b77cc7d4 Merge branch 'next' into shilman/add-web-components-vite-framework-and-template 2022-09-18 18:58:58 +08:00
Tom Coleman
a5aba9e5b2 Improve error messages 2022-09-12 15:46:23 +10:00
Michael Shilman
ce2a156826 Build: Fix sandbox running multiple versions of react 2022-09-09 19:44:47 +08:00
Michael Shilman
58e361dcc7 Build: Run verdaccio on 6001 to enable web UI 2022-08-22 17:40:30 +08:00
Michael Shilman
c6f2d4e17e
Update scripts/utils/options.ts 2022-08-15 16:59:55 +08:00
Yann Braga
6fb436bf61 exit sandbox gracefully on cancel 2022-08-15 10:45:30 +02:00
Yann Braga
aea156cd45 disable telemetry in sandbox commands 2022-08-15 09:09:22 +02:00
Tom Coleman
fdd23ad9de Add test runner task 2022-08-12 15:06:36 +10:00
Tom Coleman
ed2c21ec65 Ensure the sandbox exits cleanly if publishing 2022-08-12 13:35:30 +10:00
Tom Coleman
a05bccefbf Created basic task infrastructure,
as well as bootstrap, publish and create tasks
2022-08-12 13:07:07 +10:00
Tom Coleman
4411ce3a95 Merge branch 'tom/sb-596-bootstrap-templates-that-match-from-a' into tom/sb-597-build-each-of-the-storybooks-from 2022-08-10 14:05:07 +10:00
Tom Coleman
c0205310f6 Fix issue with non-specified values 2022-08-09 17:17:51 +10:00
Tom Coleman
95658cfc1a Use discriminated types on options
And actually infer value types closely
2022-08-09 17:17:51 +10:00
Tom Coleman
a1b94ba45c Created multiplex script and use for sandbox 2022-08-09 17:17:50 +10:00
Tom Coleman
97f72c63c8 Fix issues with sandbox 2022-08-09 17:16:51 +10:00
Yann Braga
4d41f44feb sandbox: improve error handling 2022-08-08 18:29:08 +02:00
Yann Braga
71fc31706f utils: throw error rather than just logging it 2022-08-05 20:48:52 +02:00
Yann Braga
0f56a10895 improve sandbox command error handling and debugging 2022-08-04 13:16:16 +02:00
Tom Coleman
dc82898548 Use the global cache in sandbox mode
so we aren't re-caching dependencies each time we run sandbox
2022-08-02 23:10:09 +10:00
Tom Coleman
a29aef299a Use global cache for linked projects 2022-08-02 23:09:39 +10:00
Tom Coleman
63828515d1 Got verdaccio working, borrowing heavily from the old repro command 2022-08-02 23:08:42 +10:00