131 Commits

Author SHA1 Message Date
Norbert de Langen
d2c23c82ab
cleanup 2023-02-15 11:47:17 +01:00
Norbert de Langen
62e37c0882
fix pnp 2023-02-14 17:06:21 +01:00
Norbert de Langen
963500c0c3
minor fixes 2023-02-02 13:17:13 +01:00
Norbert de Langen
d2938f9abc
Update scripts/utils/yarn.ts 2023-01-25 11:01:45 +01:00
Norbert de Langen
ab8c3a49fa
add a resolution for playwright to ensure that all sandboxes use the same version as the docker image 2023-01-25 10:54:07 +01:00
Charles GRUENAIS
c05aebe719 Fixed paths in generated main.cjs for the default sandbox on Windows 2023-01-22 13:59:56 +01:00
Valentin Palkovic
170749b17c Fix compodoc generation for angular sandboxes 2023-01-17 15:40:39 +01:00
Valentin Palkovic
eb6d514283 Setup Storybook in Angular workspace via builders 2023-01-17 15:40:36 +01:00
Yann Braga
276e3d4ec1 CLI: overhaul repro command
- sb repro as it was is entirely removed
- sb repro-next becomes sb repro
2023-01-12 15:46:55 +01:00
Norbert de Langen
a68c2688aa
Merge branch 'norbert/tsc-script-ember' into tech/remove-prepare-babel 2023-01-06 20:02:12 +01:00
Ian VanSchooten
af349c8b8e Add extension to all lodash imports 2022-12-30 12:15:08 -05:00
Valentin Palkovic
8fca04325d Fix yarn task command on Windows machines 2022-12-29 10:17:47 +01:00
Norbert de Langen
3cd585704e make tests use SWC, not babel 2022-12-23 22:53:21 +09:00
Norbert de Langen
c9f282bc2b
Merge branch 'tech/tsup-ember' into tech/remove-prepare-babel 2022-12-20 13:59:09 +01:00
Valentin Palkovic
0527c6edb6 Fix handling of inverted yes flag in cli steps 2022-12-14 15:57:23 +01:00
Norbert de Langen
7a23644610
cleanup the babel prepare scripts 2022-12-08 10:07:55 +01:00
Norbert de Langen
34f3c21d08
make it be part of the options object 2022-12-06 15:17:28 +01:00
Kasper Peulen
4552082b6f Run sb init locally in sandbox creation 2022-12-06 09:40:48 +01:00
Yann Braga
4c5bb3d192 pass debug flag to repro task 2022-12-02 14:51:38 +01:00
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