Jason Jean
cfadd7d8cf
Revert "fix(core): addPlugin should not conflict on project.json targ… ( #23391 )
...
…ets (#23264 )"
This reverts commit 85c89160
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
## Current Behavior
<!-- This is the behavior we have today -->
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes #
2024-05-14 18:01:30 -04:00
Colum Ferry
85c8916087
fix(core): addPlugin should not conflict on project.json targets ( #23264 )
...
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
## Current Behavior
<!-- This is the behavior we have today -->
Calculating conflicts in target names does not consider if the
project.json defined targets will actually be impacted by the plugin
that wants to be added creating false negatives
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
Calculating conflicts should be more accurate
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes #22476
2024-05-13 10:53:09 -04:00
Jason Jean
a64a7e2db9
feat(core): cleanup for v19 ( #22993 )
2024-05-01 12:12:32 -04:00
Jack Hsu
bc43243498
chore(repo): add eslint and jest plugins to use inferred targets ( #22946 )
2024-04-23 21:52:13 -04:00
Jason Jean
bf206e578e
feat(misc): non conflicting init/add flow ( #22791 )
2024-04-15 16:45:08 -04:00
Craigory Coppola
a89c73483e
feat(core): use flag in nx.json for toggling crystal ( #21980 )
2024-02-29 15:18:46 -05:00
Emily Xiong
e687aad0e4
feat(detox): upgrade @config-plugins/detox to 7 ( #21959 )
2024-02-29 13:59:32 -05:00
Jason Jean
396ffc4636
feat(core): enable project crystal by default ( #21403 )
...
Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
Co-authored-by: Colum Ferry <cferry09@gmail.com>
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
Co-authored-by: Emily Xiong <xiongemi@gmail.com>
Co-authored-by: Nicholas Cunningham <ndcunningham@gmail.com>
2024-02-02 03:40:59 -05:00
Emily Xiong
65e86eacac
feat(react-native): upgrade react native to 0.73 ( #20896 )
2024-01-31 15:38:02 -05:00
beeman
a9974d3f25
docs(misc): change http:// to https:// ( #19534 )
2024-01-30 11:33:13 -05:00
Emily Xiong
3333ef4968
fix(expo): fix externalDependencies for expo plugin ( #21213 )
2024-01-22 17:44:00 -05:00
Leosvel Pérez Espinosa
e4758358b0
feat(misc): optionally update package.json scripts in init generators ( #21204 )
2024-01-22 13:51:41 -05:00
Emily Xiong
6141f44203
feat(core): add keepExistingVersions to all packages ( #21169 )
2024-01-17 14:22:58 -05:00
Leosvel Pérez Espinosa
047dc22aed
cleanup(misc): clean up init generators ( #21088 )
2024-01-16 15:29:44 +01:00
Emily Xiong
b9ce219e70
feat(detox): add createNodes for detox ( #21016 )
2024-01-09 10:03:51 -05:00
Benjamin Cabanes
db77ddef8a
chore(repo): update packages readme banner ( #20695 )
2023-12-11 11:32:42 -05:00
Benjamin Cabanes
5a305d41de
feat(nx-dev): add homepage updates ( #20592 )
...
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2023-12-08 14:40:42 -05:00
Miroslav Jonaš
ff5d1bef83
feat(linter): default lintFilePatterns to {projectRoot} ( #20313 )
2023-11-27 08:39:38 -05:00
Leosvel Pérez Espinosa
a672cbbb58
feat(misc): allow providing a path in the name option of project generators ( #20274 )
2023-11-21 11:50:58 -05:00
Craigory Coppola
30d94f76ee
cleanup(core): remove async flag from signature of buildProjectsConfigurationsFromProjectPathsAndPlugins ( #20228 )
2023-11-17 15:31:03 -05:00
Nicholas Cunningham
b32452ad3c
fix(detox): Update jest transform to point to correct tsconfig ( #19977 )
2023-11-01 09:50:59 -06:00
Miroslav Jonaš
0bc693342e
feat(linter): rename @nx/linter to @nx/eslint ( #19515 )
2023-10-16 11:52:19 -04:00
Colum Ferry
80fde79374
feat(misc): remove deprecated Angular CLI usage of schematics and builders ( #19557 )
2023-10-13 17:14:16 +01:00
Jason Jean
47e9fc8ed6
feat(misc): remove migrations for v14 and under ( #19552 )
2023-10-11 10:46:17 -04:00
Jason Jean
5cc87bfdc2
fix(misc): properly add extra dependencies to packages ( #19334 )
2023-09-26 00:09:29 -04:00
Craigory Coppola
90e5759dfa
chore(react-native): pass full context to parseTargetString ( #19135 )
2023-09-20 09:06:56 -04:00
Nicholas Cunningham
b74f3671e1
chore(detox): update detox plugin unit tests to use "as-provided" ( #18915 )
2023-08-30 16:57:52 +00:00
Miroslav Jonaš
e34219ab96
feat(linter): add flat config support to generators ( #18534 )
2023-08-23 01:36:58 +02:00
Leosvel Pérez Espinosa
9002662b07
feat(detox): use helper to determine project name and root in application generator ( #18674 )
2023-08-21 17:07:36 -04:00
Emily Xiong
d892a297db
fix(detox): fix detox to work with yarn pnp ( #18444 )
2023-08-02 16:52:08 -04:00
Emily Xiong
d65736e125
feat(detox): upgrade @config-plugins/detox to 6 ( #18345 )
2023-07-28 11:39:16 -04:00
Jack Hsu
28df2057fd
chore(repo): replace dep check script with new lint rule ( #18060 )
2023-07-19 17:07:52 -04:00
Emily Xiong
699a20ca03
feat(react-native): upgrade react-native to 0.72 ( #17810 )
2023-07-17 13:07:46 -04:00
Craigory Coppola
cac64d7a8b
chore(repo): setup internal testing utils structure ( #17043 )
2023-05-16 11:34:10 -04:00
Emily Xiong
541981172c
feat(react-native): upgrade react-native to version 0.71.8 ( #16997 )
2023-05-15 14:19:57 -04:00
Emily Xiong
942350810e
fix(expo): fix expo detox test ( #16779 )
2023-05-09 12:28:52 -04:00
Emily Xiong
828f77a543
fix(react-native): fix react native npm preset ( #16624 )
2023-04-28 14:34:39 -04:00
Emily Xiong
cc0d91203e
feat(react-native): upgrade react-native to 0.71.7 ( #16504 )
2023-04-24 14:51:59 -04:00
Jason Jean
88b9687451
fix(linter): fix legacy linter migrations ( #16462 )
2023-04-21 13:29:09 -04:00
Jason Jean
ff8074bf75
chore(repo): update to nx 16.0.0-beta.5 ( #16347 )
2023-04-21 10:17:56 -04:00
Jason Jean
5a0a4e8d26
feat(repo): replace usages of @nrwl/ with @nx/ in tooling packages ( #16351 )
2023-04-18 12:15:33 -04:00
Jason Jean
2d195007b0
feat(core): switch packages to use the @nx scope ( #16069 )
2023-04-14 19:56:37 -04:00
Craigory Coppola
2ddf806fa1
chore(repo): move our migrations to 'generators' rather than 'schematics' ( #16291 )
2023-04-14 15:25:58 -04:00
Leonardo Guarnieri de Bastiani
ba93808a2e
fix(detox): typo at buildTarget ( #15787 )
2023-03-31 11:17:21 -04:00
Craigory Coppola
6834b658f7
fix(nx-plugin): allow some customization when running nx-plugins ( #15438 )
2023-03-21 18:35:55 -04:00
Emily Xiong
e61759335d
feat(react-native): upgrade react native to 0.71.4 ( #15599 )
2023-03-10 13:58:18 -05:00
Colum Ferry
8744698a01
feat(devkit): move runTasksInSerial to devkit ( #15467 )
2023-03-06 13:55:44 -05:00
Emily Xiong
3ef5406fb8
chore(testing): reduce create-workspace --preset=npm e2e time ( #15239 )
2023-03-02 10:38:18 -05:00
Jason Jean
92610fe4b6
chore(repo): update nx to 15.8.0-beta.7 ( #15293 )
2023-02-27 17:24:06 -05:00
Jason Jean
84fedf36e0
Revert "chore(repo): update nx to 15.8.0-beta.6" ( #15274 )
2023-02-26 12:39:15 -05:00