313 Commits

Author SHA1 Message Date
Rik Smale
89ab1c934b
feat(linter): update eslint-config-prettier to v9 (#19232) 2023-10-12 16:02:59 +02:00
Craigory Coppola
05e7602a2c
feat(core): generate new workspaces without tasks runner options (#19483) 2023-10-11 14:22:26 -04:00
Jason Jean
47e9fc8ed6
feat(misc): remove migrations for v14 and under (#19552) 2023-10-11 10:46:17 -04:00
Miroslav Jonaš
8bf6a97a29
fix(linter): fix linter standalone patterns in Js and Next (#19508) 2023-10-10 21:24:11 +02:00
Jason Jean
dde91067f0
fix(core): hash the same environment as the tasks are run with (#19487) 2023-10-06 21:28:28 -04:00
Miroslav Jonaš
a3a0496856
feat(linter): remove tslint logic (#19002) 2023-10-06 08:32:51 -04:00
Jason Jean
5cc87bfdc2
fix(misc): properly add extra dependencies to packages (#19334) 2023-09-26 00:09:29 -04:00
Jason Jean
41551a3197
feat(linter): update version of tslint-to-eslint (#19065) 2023-09-08 13:05:09 -04:00
Miroslav Jonaš
86594bd99b
fix(linter): add @eslint/js with correct package version (#19077)
Co-authored-by: Nacho Vazquez <nacho.vazquez.dev@gmail.com>
2023-09-08 12:19:19 -04:00
Miroslav Jonaš
aa223621f7
fix(linter): ensure config manipulations are run only if config is supported (#19035) 2023-09-07 13:17:22 +02:00
Jack Hsu
8c1f183659
fix(linter): handle non-JSON eslintrc files when updating overrides (#19026) 2023-09-06 12:20:28 -04:00
Jack Hsu
f7a7690779
feat(linter): migrate projects using dep-check lint rule to ignore build config files (#18882) 2023-08-30 14:54:56 +02:00
Miroslav Jonaš
9fe9afdf01
fix(linter): do not break migration if eslint file is missing (#18762) 2023-08-29 10:51:37 +02:00
Jack Hsu
4846ae53ad
fix(linter): enable analyzeSourceFile as needed when generating new lint project (#18769) 2023-08-24 09:37:34 -04:00
Miroslav Jonaš
8f6f71ec44
docs(linter): add recipe for flat config converter (#18614) 2023-08-23 01:37:13 +02:00
Miroslav Jonaš
e34219ab96
feat(linter): add flat config support to generators (#18534) 2023-08-23 01:36:58 +02:00
Joshua Bean
34f414817f
fix(linter): fixes usages of lintProjectGenerator without eslintFilePatterns provided (#18741) 2023-08-22 21:04:48 +02:00
Jason Jean
968bd38218
Revert "Revert "feat(linter): add generator for converting to flat co… (#18631) 2023-08-15 15:25:09 -04:00
Jason Jean
11249e929b
Revert "feat(linter): add generator for converting to flat config (#1… (#18628) 2023-08-14 16:49:43 -04:00
Miroslav Jonaš
ab9019df1b
feat(linter): deprecate tslint (#18464) 2023-08-10 09:39:23 -04:00
Miroslav Jonaš
b8c3ec4d7f
feat(linter): add generator for converting to flat config (#17532) 2023-08-08 20:08:43 +02:00
robertIsaac
006180b30a
fix(linter): eslint flat config not working correctly (#18379) 2023-08-07 23:41:24 +02:00
Miroslav Jonaš
4fe0bd61cc
feat(linter): update eslint to 8.46.0 (#18474) 2023-08-03 19:59:43 +00:00
Jonathan Cammisuli
ce2c6d60e7
fix(core): provide taskGraph for every task calculation (#18410) 2023-08-01 16:59:58 -04:00
Tony Ganchev
30c3e9925a
feat(linter): Support --print-config feature of ESLint (#18260) 2023-07-31 16:11:21 +02:00
Miroslav Jonaš
f4b7ec2c0d
fix(linter): ensure tslint converter works with pnp (#18323) 2023-07-28 11:09:07 +02:00
Miroslav Jonaš
f4f4eb66e2
feat(linter): add dependency-checks to buildable lib generator (#18015) 2023-07-20 10:28:20 -04:00
Jack Hsu
28df2057fd
chore(repo): replace dep check script with new lint rule (#18060) 2023-07-19 17:07:52 -04:00
Jack Hsu
38fa586b78
feat(testing): rename jest-project generator to "configuration" generator for consistency in naming (#18006) 2023-07-07 16:17:41 -04:00
Miroslav Jonaš
b093306f9d
feat(linter): bump typescript-eslint to 5.60.1 (#17916) 2023-07-04 16:30:58 -04:00
Miroslav Jonaš
ef8c4ed095
feat(linter): add rule for dependency checking (#17581) 2023-06-23 10:26:44 -04:00
Miroslav Jonaš
aaf35e75b2
docs(linter): document flat config option (#17520) 2023-06-12 17:33:52 +02:00
Victor Savkin
0848031dd9 feat(core): move task hashing into daemon 2023-05-17 11:37:57 -04:00
Craigory Coppola
cac64d7a8b
chore(repo): setup internal testing utils structure (#17043) 2023-05-16 11:34:10 -04:00
Caleb Ukle
ad841c9048
docs(repo): update docs/schemas to use nx scoped packages - nx labs (#16865) 2023-05-09 08:30:52 -05:00
James Henry
7920fb6a20
feat(linter): allow ESLint Flat Config to be opted into manually (#16858) 2023-05-08 18:56:48 +04:00
Isaac Mann
afa5eb59fa
docs(core): document the @nrwl => @nx rescope (#16403)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-04-27 18:14:59 -04:00
Miroslav Jonaš
262865841d
feat(repo): migrate to pnpm (#16284) 2023-04-25 17:57:36 -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
739b4c2924
feat(linter): rename @nx/eslint-plugin-nx to @nx/eslint-plugin (#16420) 2023-04-20 13:25: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
Miroslav Jonaš
2dd59c3b57
feat(core): extract js related code from affected and hasher (#16244) 2023-04-18 10:42:05 -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
Caleb Ukle
85b3315b34
chore(misc): update snapshots to latest format (#16276) 2023-04-14 11:29:06 -04:00
Miroslav Jonaš
cdc0906132
feat(linter): update @typescript-eslint/* to 5.58.0 (#16250) 2023-04-12 17:40:40 +02:00
Leosvel Pérez Espinosa
675a5a9c87
feat(misc): bump tsquery dependency version (#16050) 2023-04-03 10:11:45 -04:00
Leosvel Pérez Espinosa
4eb7cc7bf1
fix(misc): skip formatting files in nested generator calls (#15961) 2023-03-31 11:22:18 -04:00
Jason Jean
4a55ee9a33
fix(js): run prettier with default options when theres no prettierrc (#15888) 2023-03-27 18:00:24 -04:00