24 Commits

Author SHA1 Message Date
Norbert de Langen
c2233ad230 add ignores for disallowed packages 2024-10-02 17:07:43 +02:00
Norbert de Langen
dfcf47f9e4 complete chalk removal 2024-10-01 09:57:40 +02:00
Norbert de Langen
e5ef57caad apply linting to scripts 2024-08-15 10:26:24 +02:00
Norbert de Langen
e12039c059 apply sorting on scripts 2024-08-08 11:23:52 +02:00
Norbert de Langen
130ff18072 fix linting problems and missing deps 2024-06-11 15:23:52 +02:00
Valentin Palkovic
758c0de182 Remove custom execa implementation 2023-11-08 09:59:43 +01:00
Valentin Palkovic
b7ef8c560f Use esbuild as esm loader for node 2023-11-03 11:42:11 +01:00
Kasper Peulen
56da460c11 Use invariant for error handling instead 2023-08-16 11:45:17 +02:00
stilt0n
211c1360c5 fix type errors surfaced by strict typechecking 2023-08-16 11:41:32 +02:00
Valentin Palkovic
499346eaac Gracefully shutdown and cleanup execa child processes
Execa child processes should be cleanup up as soon as the parent process quits. During initialization the "cancel" event should properly be sent and it should not lead to error events sent.
2023-07-20 13:57:40 +02:00
Tom Coleman
c54a59eaa6 Switch to new abort signal API 2022-11-09 15:02:32 +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
3a5b4be7be Tweak showing errors when last task fails 2022-10-17 10:25:35 +11:00
Tom Coleman
a5aba9e5b2 Improve error messages 2022-09-12 15:46:23 +10:00
Tom Coleman
ed2c21ec65 Ensure the sandbox exits cleanly if publishing 2022-08-12 13:35:30 +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
97f72c63c8 Fix issues with sandbox 2022-08-09 17:16:51 +10: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
63828515d1 Got verdaccio working, borrowing heavily from the old repro command 2022-08-02 23:08:42 +10:00