Kasper Peulen
|
13c46e6c0b
|
Prettier
|
2024-01-09 17:20:55 +01:00 |
|
Norbert de Langen
|
5b383c05b0
|
Merge branch 'next' into norbert/vitest-for-monorepo
|
2023-12-11 13:58:42 +01:00 |
|
François de Metz
|
2b868c084d
|
Use webpack5 by default with ember
|
2023-12-10 10:31:08 +01:00 |
|
Kasper Peulen
|
b9b73babcd
|
Remove more references
|
2023-12-05 16:35:43 +01:00 |
|
Ian VanSchooten
|
360ba46e37
|
Merge remote-tracking branch 'origin/next' into norbert/vitest-for-monorepo
# Conflicts:
# code/lib/cli/src/automigrate/fixes/__snapshots__/angular-builders.test.ts.snap
# code/lib/cli/src/automigrate/fixes/add-react.test.ts
# code/lib/cli/src/automigrate/fixes/autodocs-true.test.ts
# code/lib/cli/src/automigrate/fixes/builder-vite.test.ts
# code/lib/cli/src/automigrate/fixes/cra5.test.ts
# code/lib/cli/src/automigrate/helpers/checkWebpack5Builder.test.ts
# code/lib/cli/tsconfig.json
# code/lib/manager-api/src/tests/refs.test.ts
# code/lib/postinstall/package.json
# code/lib/preview-api/src/modules/client-api/ClientApi.test.ts
# code/lib/preview-api/src/modules/core-client/start.test.ts
# code/lib/source-loader/package.json
# code/package.json
# code/presets/server-webpack/package.json
# code/renderers/react/src/public-api.test.ts
# code/renderers/vue/package.json
# code/renderers/vue3/template/cli/ts-4-9/Page.stories.ts
# code/yarn.lock
# scripts/yarn.lock
|
2023-12-04 21:30:13 -05:00 |
|
Norbert de Langen
|
96135bfbc8
|
fixes
|
2023-11-28 18:33:00 +01:00 |
|
Norbert de Langen
|
39009b5a32
|
Merge branch 'next' into pr/0916dhkim/22254
|
2023-11-28 17:52:18 +01:00 |
|
Yann Braga
|
d1966b187f
|
fix imports
|
2023-09-14 19:14:10 +02:00 |
|
Yann Braga
|
7a995f24cb
|
detect empty projects and provide an error message for users
Additionally, improve the base generator when it comes to detecting builders
|
2023-08-21 08:26:26 +02:00 |
|
Valentin Palkovic
|
48694d15a9
|
Fix initialization of Storybook in Angular 16.1
|
2023-07-25 12:38:39 +02:00 |
|
Valentin Palkovic
|
d3f713981a
|
Fix language detection to circumvent detecting Typescript, although it isn't a direct dependency
|
2023-07-12 15:41:05 +02:00 |
|
Donghyeon Kim
|
14c32d5f0e
|
Fix SearchTuple
|
2023-06-17 17:51:28 -04:00 |
|
Donghyeon Kim
|
f516d103d9
|
More fixes
|
2023-06-17 17:51:28 -04:00 |
|
Yann Braga
|
e7242280b7
|
Merge branch 'next' into valentin/invalid-version-null
|
2023-06-15 10:20:53 +02:00 |
|
Daniel Williams
|
67f2dcf37d
|
fix: skip builder selection for rn
|
2023-06-13 11:54:21 +01:00 |
|
Valentin Palkovic
|
a67383a055
|
Fix return value of detectPnp
|
2023-06-06 10:19:06 +02:00 |
|
Valentin Palkovic
|
82d4e7a079
|
Fix pnp/workspace related issues and read exact installed versions from packages
|
2023-06-06 10:19:06 +02:00 |
|
Valentin Palkovic
|
4fc7e9daff
|
Await project type detection
|
2023-06-06 10:19:06 +02:00 |
|
Valentin Palkovic
|
ed7813dd76
|
Read proper installed package version
|
2023-06-06 10:19:04 +02:00 |
|
Valentin Palkovic
|
d23a7fce78
|
Merge remote-tracking branch 'origin/next' into valentin/fix-could-not-find-framework-renderer
|
2023-05-11 11:45:16 +02:00 |
|
Valentin Palkovic
|
78f25de426
|
Remove defaulting to webpack 5 builder for some project types
|
2023-05-11 11:10:19 +02:00 |
|
Valentin Palkovic
|
d6ad6fc30f
|
exit process if prompt is rejected
|
2023-05-11 10:53:32 +02:00 |
|
Valentin Palkovic
|
14558850fb
|
Add default value to configDir parameter in isStorybookInstatiated function for better usability and readability
|
2023-05-11 09:22:40 +02:00 |
|
Valentin Palkovic
|
d6029e6bb9
|
Update detectBuilder function to include explicit Webpack 5 builder for certain project types without vite.config file
|
2023-05-10 16:39:49 +02:00 |
|
Valentin Palkovic
|
2ce2c2138d
|
Remove Svelte and SvelteKit as viable project types for fallback to Vite or Webpack in detectBuilder function
|
2023-05-10 15:08:10 +02:00 |
|
Valentin Palkovic
|
ff0e2fd1c5
|
Add more restrictive check for webpack5 builder
|
2023-05-10 14:59:43 +02:00 |
|
Valentin Palkovic
|
f8b1141ad2
|
Remove webpack detection and use dependencies to detect the builder and prompt the user to select one if unable to detect it automatically
|
2023-05-10 14:39:48 +02:00 |
|
Valentin Palkovic
|
6a3266c0ec
|
Prompt to force initialization when storybook project is detected
|
2023-05-10 09:26:20 +02:00 |
|
Valentin Palkovic
|
c777f8b63e
|
Add Angular Builder Codemods
|
2023-03-06 08:24:35 +01:00 |
|
Ben McCann
|
71d651086d
|
Merge pull request #21002 from benmccann/default-builder-2
fix: use Vite by default for Svelte and Vue
|
2023-02-16 05:55:41 -08:00 |
|
Norbert de Langen
|
62e37c0882
|
fix pnp
|
2023-02-14 17:06:21 +01:00 |
|
Ian VanSchooten
|
84afa441e7
|
Merge remote-tracking branch 'origin/next' into typescript-assets
# Conflicts:
# code/frameworks/nextjs/template/cli/ts-3-8/Introduction.mdx
# code/frameworks/nextjs/template/cli/ts-3-8/Introduction.stories.mdx
# code/frameworks/nextjs/template/cli/ts-legacy/Introduction.stories.mdx
|
2023-02-13 09:29:29 -05:00 |
|
Ben McCann
|
1155d363bc
|
update comment and log message
|
2023-02-10 09:26:05 -08:00 |
|
Ben McCann
|
940c8d98f8
|
fix: use Vite by default for Svelte and Vue
|
2023-02-07 16:23:08 -08:00 |
|
Ben McCann
|
257d698792
|
add todo
|
2023-02-06 14:00:27 -08:00 |
|
Ben McCann
|
5f55091451
|
Revert "Use get-tsconfig to ensure locating jsconfig.json works in monorepo"
This reverts commit e8b6e79c54c3660d6cbc9f9a280be0a9fc194668.
|
2023-02-06 13:57:01 -08:00 |
|
Ben McCann
|
e8b6e79c54
|
Use get-tsconfig to ensure locating jsconfig.json works in monorepo
|
2023-02-06 08:31:30 -08:00 |
|
Ben McCann
|
3adfd73c95
|
fix: correctly detect JS projects with type checking
|
2023-02-05 14:54:05 -08:00 |
|
Ian VanSchooten
|
4d2f2264d7
|
Use logger, fix test
|
2023-01-25 19:14:33 -05:00 |
|
Ian VanSchooten
|
62a3dea944
|
Rename ts and ts-legacy
|
2023-01-25 17:55:50 -05:00 |
|
Valentin Palkovic
|
eb6d514283
|
Setup Storybook in Angular workspace via builders
|
2023-01-17 15:40:36 +01:00 |
|
Kasper Peulen
|
75c9a262e0
|
Re-enable TS 4.9 CLI templates
|
2022-12-12 11:01:42 +01:00 |
|
Yann Braga
|
d0e5eb142f
|
use typescript legacy templates until our ecosystem fully supports ts 4.9
|
2022-11-30 17:09:09 +01:00 |
|
Kasper Peulen
|
09dd5d7f73
|
Update CLI templates to TS 4.9
|
2022-11-29 17:03:55 +01:00 |
|
Kasper Peulen
|
960426dba3
|
Move all templates out of cli into renderers
|
2022-10-31 10:59:17 +01:00 |
|
Ian VanSchooten
|
393a12aac3
|
Use explicit type imports
|
2022-10-27 19:33:39 -04:00 |
|
Yann Braga
|
77bf613674
|
refactor: move write/read package json into JsPackageManager
|
2022-08-16 10:36:46 +02:00 |
|
Norbert de Langen
|
c2bbe43d02
|
stage0
|
2022-07-21 11:24:07 +02:00 |
|