759 Commits

Author SHA1 Message Date
Michael Shilman
4c13f615f2 Update linear team, remove unused script 2022-01-31 08:02:57 +08:00
Norbert de Langen
4f7ffcee33
stricter types 2022-01-29 14:43:48 +01:00
Norbert de Langen
525487b62f
Merge branch 'tech/bundling-ui' into tech/bundling-components
# Conflicts:
#	scripts/bundle-package.ts
#	scripts/dts-localize.ts
2022-01-28 15:03:37 +01:00
Norbert de Langen
1d3013d69f
Merge branch 'tech/bundling-router' into tech/bundling-ui
# Conflicts:
#	tsconfig.json
2022-01-28 15:02:19 +01:00
Norbert de Langen
85a688610e
add --reset flag to prebundle 2022-01-28 14:53:33 +01:00
Norbert de Langen
c96715ce05
fix infinite loop with cyclical type dependencies
fix issue with monorepo dependencies sometimes being resolved to path
2022-01-28 14:40:54 +01:00
Norbert de Langen
0baadbf2ac
fix problems relating to lib/components after changes 2022-01-28 14:03:13 +01:00
Norbert de Langen
c09a124d77
fixes for typescript to not be 'confused' about what stuff is, and make every interface unique to dts-bundle-generator works correctly 2022-01-28 11:32:28 +01:00
Norbert de Langen
67b70ab2f9
progress 2022-01-27 21:54:00 +01:00
Norbert de Langen
7fe915513c
Merge branch 'tech/bundling-router' into tech/bundling-ui
# Conflicts:
#	lib/ui/package.json
#	lib/ui/tsconfig.json
#	scripts/tsconfig.json
#	tsconfig.json
#	yarn.lock
2022-01-27 10:03:14 +01:00
Norbert de Langen
8c0a47fb5c
Merge branch 'tech/improve-dev-babel-setup' into tech/prebundle-wip
# Conflicts:
#	lib/cli/scripts/generate-sb-packages-versions.js
#	lib/cli/src/js-package-manager/JsPackageManager.ts
#	yarn.lock
2022-01-27 09:14:05 +01:00
Norbert de Langen
5d9a1c811f
remove dev script
change the watch mode of yarn build to use the prepare script
add a --watch flag to prepare script
remove the babel --copy-file flag where possible
remove noise from prepare
improve error reporting from prepare
cleanup
2022-01-26 14:12:34 +01:00
Norbert de Langen
580b9e865e
enable --copy-fiule for babel for lib/cli 2022-01-26 13:26:59 +01:00
Norbert de Langen
0645ddee77
Merge branch 'next' into tech/prebundle-wip
# Conflicts:
#	tsconfig.json
2022-01-25 20:01:43 +01:00
Norbert de Langen
9aff54fe4c
format all tsconfig.json files 2022-01-25 20:00:21 +01:00
Norbert de Langen
db69c741f9
cleanup & fix babel not picking up tsx files 2022-01-25 18:55:47 +01:00
Norbert de Langen
a2cce64787
cleanup 2022-01-25 17:12:53 +01:00
Norbert de Langen
c5ee7220d3
add optimized flag && cleanup 2022-01-25 16:24:07 +01:00
Norbert de Langen
213f4ebe81
add sourcemaps 2022-01-25 15:57:46 +01:00
Norbert de Langen
eb9449f28d
improve dev scripts 2022-01-25 15:14:43 +01:00
Norbert de Langen
bbb184ce8b
trying to make sense of the dev command, build command, etc. more refactor work to be done here... 2022-01-25 00:02:11 +01:00
Norbert de Langen
dce8b42c86
improve the prebundle script 2022-01-24 14:03:00 +01:00
Norbert de Langen
3436a00048
cleanup 2022-01-20 18:35:16 +01:00
Norbert de Langen
cdacf708ee
no inline-globals with dts-bundle-generator 2022-01-20 18:19:17 +01:00
Norbert de Langen
dca34bc423
prebundle lib/ui 2022-01-20 17:05:14 +01:00
Norbert de Langen
4603a5089c
rather then placing the tmp in a different directory, simply remove the tmp directory when done
add ts3.4 setup to bundling script
2022-01-20 14:39:44 +01:00
Norbert de Langen
623a347a4f
generate dts-bundle in to a cache dir, so that it's not published 2022-01-20 13:55:49 +01:00
Norbert de Langen
0e6dd4b525
auto load externals based on list of normal dependencies and peerDependencies 2022-01-20 13:46:46 +01:00
Norbert de Langen
7d90149b2c
fix dts-bundler to work with typescript 3.9 2022-01-19 15:46:47 +01:00
Norbert de Langen
3289a412dc
add prebundle script && prebundle lib/theming 2022-01-19 15:36:04 +01:00
Michael Shilman
8888ebc014 Fix prettier 2.3 formatting across the codebase 2022-01-14 23:26:56 +08:00
Michael Shilman
b4488d6603 Fix deepscan 2021-11-15 17:14:24 +08:00
Michael Shilman
8caf2d287a Attach GH URL per review feedback 2021-11-15 17:12:35 +08:00
Michael Shilman
cd09661f32 Build: Github action for exporting to linear by label 2021-11-15 16:22:22 +08:00
Kyle Gach
0308885d8c Add handle-release-branches-workflow
- Assuming "latest" is 6.3 & "next" is 6.4...
- On push to `main`
    - Use webhook to kick off production frontpage deploy
- On push to `next`
    - Creates & force-pushes `release-6-4` branch
    - Sends dispatch event to frontpage repo to create `release-6-4` branch
- On push to `release-x-x`
    - If pushing to `release-6-4`
        - Warns that changes will be lost on next push to `next`
    - Else
        - Sends dispatch event to frontpage repo to create `release-n-n` branch
- Remove `build-frontpage` script
    - Remove references from teamcity & circleci configs
2021-11-11 08:13:33 -07:00
Tom Coleman
8ea0e35213 Update to our version of babel rc hook 2021-11-11 19:35:47 +11:00
Federico Moreno
4ad4a1061c Fix build selection menu
Added option to require 1 selection in the build menu.

Co-authored-by: Cristian Martinez <dev.cmartinez@gmail.com>
Co-authored-by: Filipe Kiss <hello@filipekiss.com.br>
Co-authored-by: MarsupiL <mathias_bonnet@yahoo.fr>
2021-10-29 15:27:06 +02:00
Yann Braga
31d391c991 CLI: add logs for skipped examples 2021-10-21 11:41:23 +02:00
Yann Braga
dffd39eda0 CLI: improve build-storybooks script in the monorepo 2021-10-21 11:34:08 +02:00
Yann Braga
1d051d684e add ability to skip cypress tests based on framework 2021-10-08 12:02:52 +02:00
Tom Coleman
9132a9ad3d Add stories for manager HMR 2021-09-28 16:31:29 +10:00
Tom Coleman
68b3ef639c Merge remote-tracking branch 'origin/next' into on-demand-store 2021-09-07 22:17:56 +10:00
Tom Coleman
74da384ce0 Don't generate stories.json if we don't have to 2021-09-06 16:42:16 +10:00
Gaëtan Maisse
582e70af52
feat: add a script to generate and push repros every night 2021-08-24 10:13:56 +02:00
Gaëtan Maisse
983ce9c410
chore: improve the way Cypress records are handled as CircleCI artefacts 2021-07-12 21:38:33 +02:00
Gaëtan Maisse
17e026fa9d
chore: fix Verdaccio config for addon-measure 2021-07-12 20:49:55 +02:00
Michael Shilman
c9149904ff Fix frontpage webhook to deploy from main 2021-06-24 02:16:44 +08:00
Yann Braga
31bb449a70 fix(cli): add min option to choose in run-e2e
- If people press enter without selecting any option, it will not proceed
2021-06-18 19:26:12 +02:00
Gaëtan Maisse
653dfa3ebb
chore: update build-storybooks NPM script to make it works with examples exclude form yarn workpace 2021-06-04 13:42:56 +02:00
Michael Shilman
32aba65147 Fix verdaccio for addon-measure 2021-06-02 10:46:09 -04:00