394 Commits

Author SHA1 Message Date
Juri
a8fcd421d5 fix(storybook): add styled-jsx typings to Storybook tsconfig 2021-08-19 17:41:28 +02:00
Juri
b5b5f250d0 feat(react): add Nx React Storybook preset 2021-08-06 18:11:47 +02:00
Phillip Barta
1b5498f367
feat(core): updated dotenv and switched to import 'dotenv/config' (#5615) 2021-07-29 17:49:23 -04:00
Katerina Skroumpelou
0bacdf3181
feat(storybook): allow users to init storybook with more frameworks (#6491)
ISSUES CLOSED: #5985
2021-07-23 15:32:12 +02:00
Katerina Skroumpelou
a4020b03c6
fix(storybook): when migrating to 12.1 do not throw if project has no targets (#6490)
ISSUES CLOSED: #6128
2021-07-23 15:56:11 +03:00
Leosvel Pérez Espinosa
9044a8f869
cleanup(misc): rename collection.json to generators.json (#6442) 2021-07-21 11:42:43 +01:00
Juri Strumpflohner
596cf5b4b0
fix(storybook): add cssmodule and image typings for React Storybook setup (#6363) 2021-07-16 14:43:03 +02:00
Craigory V Coppola
442e4fc6a1
chore(repo): convert to project json format (#6286) 2021-07-08 11:36:35 -04:00
Leosvel Pérez Espinosa
195e6bade5
cleanup(misc): rename builders.json to executors.json (#6230) 2021-07-02 15:59:34 +01:00
Jack Hsu
369da3ee78
feat(web): add support for webpack 5 (#5892) 2021-06-29 08:41:01 -04:00
katerina
e6f047f097 fix(storybook): change main-js without executing it in migrator 2021-06-28 12:49:42 -04:00
Jason Jean
4f7191e154 chore(repo): update nx to 12.5.0-beta.5 2021-06-25 17:08:37 -04:00
Katerina Skroumpelou
e13b423ddb
feat(storybook): from addon-knobs to controls (#6068) 2021-06-25 18:17:48 +03:00
Juri Strumpflohner
ea0c6a33f0
fix(storybook): make sure compilation errors get logged to the console (#6129) 2021-06-25 15:12:01 +00:00
Juri Strumpflohner
ad9d201013
feat(storybook): upgrade to Storybook v6.3 support (#6104) 2021-06-24 12:25:37 -04:00
Miroslav Jonaš
c814002384
chore(repo): fix storybook to 6.2.9 before 6.3.0 support is ready (#6108) 2021-06-23 22:47:28 +02:00
Craigory V Coppola
f1911a71f3
feat(core): split nx config to project files (#5880) 2021-06-22 20:30:38 -04:00
Phillip Barta
fe97444d78
feat(core): migrate prettier to v2.3.1 (#5623) 2021-06-17 16:44:30 +02:00
Jason Jean
c7a5f6d7dd
fix(storybook): fix import for findNodes (#5974) 2021-06-11 02:54:17 +00:00
Leosvel Pérez Espinosa
c64d9dfb2f
fix(storybook): fix broken migration test (#5951) 2021-06-10 13:44:42 -04:00
Katerina Skroumpelou
dd45382252
feat(storybook): schematic to migrate stories to Storybook 6.2 (#5401) 2021-06-09 19:47:51 +02:00
Katerina Skroumpelou
0dd89999ea
fix(storybook): generating stories without an existing e2e project (#5799) 2021-06-08 09:37:24 +02:00
Miroslav Jonaš
f01bd0cfdc
fix(testing): fix failing storybook executor unit test (#5844)
* fix(storybook): fix failing test

* chore(testing): fix formating

* fix(testing): fix path to package.json

* fix(testing): mock statSync
2021-06-01 10:03:45 +02:00
Miroslav Jonaš
76a3092891
fix(testing): enable and fix several disabled unit and e2e tests (#5711) 2021-05-28 14:35:04 +02:00
Jack Hsu
aaad6f041a
cleanup(storybook): add some stricter types for the storybook executor (#5805)
Co-authored-by: Dominik Pieper <dominik@pieper.io>
2021-05-27 13:27:39 +00:00
Aaron Brewer
313c376f55
feat(storybook): add html to supported 6.2 uiFrameworks (#5610) 2021-05-20 16:15:15 +03:00
vsavkin
f82344d63a chore(repo): refine the tag line 2021-05-18 20:55:40 -04:00
vsavkin
af23cc5d7d feat(misc): change the nx tag line 2021-05-18 16:07:22 -04:00
Phillip Barta
52e3083a19
feat(core): added encoding param in Tree.read() (#5668)
feat(core): added encoding param in Tree.read()
2021-05-17 21:03:04 -04:00
Jason Jean
ff69134373
chore(repo): update nx to 12.3.0-rc.1 (#5645) 2021-05-15 01:18:27 +00:00
Jason Jean
7352fd0c1e
feat(angular): update to angular 12 stable (#5643) 2021-05-12 19:30:23 -04:00
Katerina Skroumpelou
8078e9a56b
fix(storybook): migration to update @storybook/* packages version (#5359)
* fix(storybook): migration to update @storybook/* packages version

* fix(storybook): fix snapshot for dependencies

* feat(storybook): migrate storybook versions for v12 users

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-05-12 22:02:26 +00:00
Juri Strumpflohner
a75143caff
fix(storybook): remove webpack v4 typings (#5638)
there are different version potentially installed
2021-05-12 15:59:05 -04:00
Leosvel Pérez Espinosa
678818a58b
feat(angular): upgrade Angular to v12.0.0-rc.3 (#5630)
* feat(angular): upgrade Angular to v12.0.0-rc.3

* feat(angular): target Nx v12.4.0-beta.0 for Angular v12.0.0-rc.0 upgrade

* fix(angular): use defaultConfiguration if no other configuration is passed

* cleanup(angular): sync migration folder name to target version

* fix(repo): creating custom schema flattener for docs

* chore(repo): amend yarn.lock

* feat(angular): update angular storybook to use webpack 5

* fix(angular): add legacy peer deps for angular+jest

* fix(angular): move migrations to 12.3.0-rc.0

Co-authored-by: Zack DeRose <zack.derose@gmail.com>
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-05-12 12:20:12 -04:00
Katerina Skroumpelou
6b7b6815c1
feat(storybook): update Angular Storybook to use new Storybook v6 syntax (#5398) 2021-04-29 11:02:04 +02:00
Tasos Bekos
156e3c2c40 chore(repo): use jest-circus runner 2021-04-26 15:16:09 -04:00
Juri Strumpflohner
2089d37cf9
fix(storybook): vSCode TypeScript error (#5443) 2021-04-26 15:23:06 +00:00
Minijus L
357ecd09a4
fix(testing): update ts-jest to version 26.5.5 (#5405)
Update `jest.config.js` ts-jest section with lower-cased 'tsconfig' property as 'tsConfig' is to be deprecated in version 27.
2021-04-26 08:56:52 -04:00
Rares Matei
bd21728255
feat(storybook): infer Cypress project name from app source (#5404) 2021-04-22 15:16:49 +02:00
Divlo
6fe7e7d385
fix(storybook): incorrect environment in dev (#5313) 2021-04-15 10:11:52 +02:00
Phillip Barta
48bf60c17d
cleanup(repo): removed unused dependecies from @nrwl/web migration in #2004 (#5344) 2021-04-15 00:14:27 -04:00
Rares Matei
6c4155dac6
feat(storybook): configure Cypress directory (#5314) 2021-04-12 14:06:51 +02:00
vsavkin
38c111ba06 chore(repo): update to nx 12 2021-04-07 12:31:23 -04:00
Jason Jean
01967f89b1
fix(storybook): read package version from node_modules (#5187) 2021-03-31 19:37:28 +00:00
Juri Strumpflohner
ec2ebca40a
fix(storybook): linting react storybook files with eslint (#5146)
ISSUES CLOSED: #3867
2021-03-29 14:24:27 +03:00
Artem Berezin
dedd2e49d6
fix(storybook): rename storybook dev server ssl param to https (#5096)
`ssl` don't work, because `https` is expected by storybook's dev-server

https://github.com/storybookjs/storybook/blob/next/lib/core-server/src/dev-server.ts#L40

Co-authored-by: juristr <juri.strumpflohner@gmail.com>
2021-03-26 11:22:52 +01:00
Vivek More 🧐
212fb00548 cleanup(misc): use more es6 features
- Single char alternation (e.g. a|b|c|d) in a RegExp can be simplified to use a character class ([abcd]) instead.
  This usually also provides slightly better matching performance.
- Character escapes that are replaceable with the unescaped character without a change in meaning. Inside the square brackets of a character class, many escapes are unnecessary that would be necessary outside of a character class. For example the regex [\.] is identical to [.]
- If several qualified expressions occur after the qualifier having been checked for nullable, they can be replaced with optional chaining
2021-03-24 20:11:32 -04:00
Vivek
d1b09eaabd
cleanup(misc): make code more consistent and fix typos 2021-03-23 13:03:17 -04:00
Juri Strumpflohner
2ac10d9952
fix(storybook): changes in Storybook server options path in v6.2 (#5072)
ISSUES CLOSED: #4747
2021-03-22 14:28:17 +02:00
Jason Jean
3137511626
fix(storybook): do not update existing root configuration (#5023) 2021-03-12 17:10:59 -05:00