44 Commits

Author SHA1 Message Date
Norbert de Langen
6012858ac8 do not warn on nextjs prerelease as @JReinholdsuggested 2024-05-08 09:25:54 +02:00
Jeppe Reinhold
638b96a33e only allow peer dependency errors in react prereleases 2024-05-06 15:41:47 +02:00
Jeppe Reinhold
88253e458b add react 19 types resolutions, allow peer dep problems in prereleases. 2024-05-03 23:49:36 +02:00
Norbert de Langen
b8411a7eee downgrade playwright 2024-02-01 13:54:04 +01:00
Norbert de Langen
be19e9e711 upgrade playwright 2024-01-31 16:13:04 +01:00
Michael Shilman
966e56d857 Cleanup from cli to core-common migration 2024-01-19 17:57:16 +08:00
Jeppe Reinhold
851d9c268c disable INCOMPATIBLE_PEER_DEPENDENCY error for SvelteKit sandboxes 2023-12-21 10:17:15 +01:00
Jeppe Reinhold
15fd3f5199 use sandbox key instead of dir 2023-12-05 14:44:43 +01:00
Jeppe Reinhold
876cbdecf0 disable peer error instead of using resolutions 2023-12-04 17:26:28 +01:00
Jeppe Reinhold
e07105bd32 fix addWorkaroundResolutions call 2023-12-04 13:52:12 +01:00
Jeppe Reinhold
25f3a338c8 add svelte 5 resolution to sveltekit prerelease sandbox 2023-12-04 12:38:39 +01:00
Ian VanSchooten
34a449dc88 Only apply workarounds for sandboxes that need it 2023-11-21 17:21:58 -05:00
Ian VanSchooten
73e7bc55a7 Add resolutions for fallback vite plugins in "no-link" mode 2023-11-21 16:13:54 -05:00
Ian VanSchooten
e66f93afe3 Update @vitejs/plugin-react resolution workaround 2023-11-21 15:31:22 -05:00
Norbert de Langen
ed08210dc5
set playwright version to 1.36.0 2023-07-11 22:18:19 +02:00
Valentin Palkovic
6b34244809 Only run Storybook scoped packages via verdaccio 2023-07-04 15:27:35 +02:00
Kasper Peulen
1e77308f5d Build: Use local registry for all packages
Including sb and storybook outside of the storybook scope
2023-06-14 11:01:10 +02:00
Norbert de Langen
ab6caf5749
remove the 2 dependencies, but keep the resolution 2023-06-09 11:44:06 +02:00
Norbert de Langen
a843c4d760
force add playwright packages 2023-06-09 10:31:21 +02:00
Michael Shilman
c725b46560 Upgrade playwright to 1.35.0 2023-06-09 12:14:29 +08:00
Valentin Palkovic
35f7aff09c Add error on YN0060 - INCOMPATIBLE_PEER_DEPENDENCY to Yarn log filters for configuring Yarn2 for Verdaccio in yarn.ts script 2023-06-01 09:19:59 +02:00
Valentin Palkovic
21f93d512d Remove playwright 2023-05-30 15:33:15 +02:00
Valentin Palkovic
f17d6ad28b Upgrade playwright 2023-05-30 14:18:40 +02:00
Ian VanSchooten
c867749ef2 Sandboxes: Pin @vitejs/plugin-react to avoid conflict 2023-05-10 09:10:24 -04:00
Yann Braga
ec1994dcda upgrade playwright to 1.32.3
watch mode baby!
2023-04-14 11:12:41 +02:00
Ian VanSchooten
0c4ca84f86 Vite: Unpin rollup 2023-03-23 08:37:51 -04:00
Ian VanSchooten
6737e579c5 Pin rollup version to 3.19.1 2023-03-21 22:00:52 -04:00
Valentin Palkovic
2614c09b0c
Pin vote to 4.1.4 in sandboxes 2023-03-21 17:57:43 +01:00
Valentin Palkovic
47ecf2565b Pin vite to 4.2.0 in sandboxes 2023-03-21 16:46:58 +01:00
Norbert de Langen
5272bc7d7e
add version to addPackageResolutions 2023-02-24 10:18:37 +01:00
Jeppe Reinhold
2160754337 downgrade playwright again, fix @playwright/test resolution in sandboxes 2023-02-22 09:08:33 +01:00
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
Valentin Palkovic
8fca04325d Fix yarn task command on Windows machines 2022-12-29 10:17:47 +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
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
Michael Shilman
58e361dcc7 Build: Run verdaccio on 6001 to enable web UI 2022-08-22 17:40:30 +08:00
Tom Coleman
97f72c63c8 Fix issues with sandbox 2022-08-09 17:16:51 +10: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