Skip to content

Commit

Permalink
Chore(repo): Fix Nx settings by running nx repair
Browse files Browse the repository at this point in the history
  * modified configurations were outdated
  • Loading branch information
literat committed Jan 24, 2024
1 parent fadbcb1 commit d8c6546
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 215 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ packages/**/*.hbs

# Narwal NX files (cache etc.)
.nx

/.nx/cache
24 changes: 19 additions & 5 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
{
"implicitDependencies": {
"package.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["lint", "test", "types", "build"],
"accessToken": "NGYxNTY3NTAtOWY5NC00MWVmLThiNWEtY2MwNjE4OWJjZTcxfHJlYWQ="
}
}
Expand All @@ -23,5 +18,24 @@
"test": {
"dependsOn": ["^build"]
}
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [],
"production": ["default"]
},
"targetDefaults": {
"lint": {
"cache": true
},
"test": {
"cache": true
},
"types": {
"cache": true
},
"build": {
"cache": true
}
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"@lmc-eu/conventional-changelog-lmc-github": "3.0.1",
"@lmc-eu/eslint-config-react": "2.0.2",
"@lmc-eu/prettier-config": "2.0.0",
"@nrwl/cli": "15.9.3",
"@omlet/cli": "1.1.2",
"@playwright/test": "1.40.1",
"@rollup/plugin-babel": "6.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/form-validations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"targets": {
"build": {
"outputs": [
"./dist"
"{projectRoot}/dist"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"targets": {
"build": {
"outputs": [
"./dist"
"{projectRoot}/dist"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"targets": {
"build": {
"outputs": [
"./dist"
"{projectRoot}/dist"
]
}
}
Expand Down
206 changes: 0 additions & 206 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4797,15 +4797,6 @@ __metadata:
languageName: node
linkType: hard

"@nrwl/cli@npm:15.9.3":
version: 15.9.3
resolution: "@nrwl/cli@npm:15.9.3"
dependencies:
nx: 15.9.3
checksum: 7e311876825a04878baba44b73de6beb49398344fccf9de16ab0a6370e3f75eb9a469665a8b9ec3989e6f48a944f42b06dab53f851fd60e15e90385dbdf209c9
languageName: node
linkType: hard

"@nrwl/devkit@npm:16.10.0":
version: 16.10.0
resolution: "@nrwl/devkit@npm:16.10.0"
Expand All @@ -4815,80 +4806,6 @@ __metadata:
languageName: node
linkType: hard

"@nrwl/nx-darwin-arm64@npm:15.9.3":
version: 15.9.3
resolution: "@nrwl/nx-darwin-arm64@npm:15.9.3"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@nrwl/nx-darwin-x64@npm:15.9.3":
version: 15.9.3
resolution: "@nrwl/nx-darwin-x64@npm:15.9.3"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@nrwl/nx-linux-arm-gnueabihf@npm:15.9.3":
version: 15.9.3
resolution: "@nrwl/nx-linux-arm-gnueabihf@npm:15.9.3"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard

"@nrwl/nx-linux-arm64-gnu@npm:15.9.3":
version: 15.9.3
resolution: "@nrwl/nx-linux-arm64-gnu@npm:15.9.3"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@nrwl/nx-linux-arm64-musl@npm:15.9.3":
version: 15.9.3
resolution: "@nrwl/nx-linux-arm64-musl@npm:15.9.3"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@nrwl/nx-linux-x64-gnu@npm:15.9.3":
version: 15.9.3
resolution: "@nrwl/nx-linux-x64-gnu@npm:15.9.3"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@nrwl/nx-linux-x64-musl@npm:15.9.3":
version: 15.9.3
resolution: "@nrwl/nx-linux-x64-musl@npm:15.9.3"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@nrwl/nx-win32-arm64-msvc@npm:15.9.3":
version: 15.9.3
resolution: "@nrwl/nx-win32-arm64-msvc@npm:15.9.3"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@nrwl/nx-win32-x64-msvc@npm:15.9.3":
version: 15.9.3
resolution: "@nrwl/nx-win32-x64-msvc@npm:15.9.3"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@nrwl/tao@npm:15.9.3":
version: 15.9.3
resolution: "@nrwl/tao@npm:15.9.3"
dependencies:
nx: 15.9.3
bin:
tao: index.js
checksum: 35f1d12f70849b506b1845b120b96da03bab779de1a77de5dc74d331f037b97ec280486943c38854bb4f1480b1862f057d3f827f514f5dafeb865be950c9839a
languageName: node
linkType: hard

"@nrwl/tao@npm:16.10.0":
version: 16.10.0
resolution: "@nrwl/tao@npm:16.10.0"
Expand Down Expand Up @@ -8999,16 +8916,6 @@ __metadata:
languageName: node
linkType: hard

"@yarnpkg/parsers@npm:^3.0.0-rc.18":
version: 3.0.0
resolution: "@yarnpkg/parsers@npm:3.0.0"
dependencies:
js-yaml: ^3.10.0
tslib: ^2.4.0
checksum: fefe5ecafb5bfa2b678ac9ba9259810fdda40142afd9d0b7e0e5cc1cce1fd824dffc52217c5e429807481d8fd18ead074bd317e64fd626335d3c9f1a320bade2
languageName: node
linkType: hard

"@zkochan/js-yaml@npm:0.0.6":
version: 0.0.6
resolution: "@zkochan/js-yaml@npm:0.0.6"
Expand Down Expand Up @@ -13379,13 +13286,6 @@ __metadata:
languageName: node
linkType: hard

"dotenv@npm:~10.0.0":
version: 10.0.0
resolution: "dotenv@npm:10.0.0"
checksum: f412c5fe8c24fbe313d302d2500e247ba8a1946492db405a4de4d30dd0eb186a88a43f13c958c5a7de303938949c4231c56994f97d05c4bc1f22478d631b4005
languageName: node
linkType: hard

"download@npm:^8.0.0":
version: 8.0.0
resolution: "download@npm:8.0.0"
Expand Down Expand Up @@ -15283,19 +15183,6 @@ __metadata:
languageName: node
linkType: hard

"fast-glob@npm:3.2.7":
version: 3.2.7
resolution: "fast-glob@npm:3.2.7"
dependencies:
"@nodelib/fs.stat": ^2.0.2
"@nodelib/fs.walk": ^1.2.3
glob-parent: ^5.1.2
merge2: ^1.3.0
micromatch: ^4.0.4
checksum: 2f4708ff112d2b451888129fdd9a0938db88b105b0ddfd043c064e3c4d3e20eed8d7c7615f7565fee660db34ddcf08a2db1bf0ab3c00b87608e4719694642d78
languageName: node
linkType: hard

"fast-glob@npm:^3.2.11, fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.0, fast-glob@npm:^3.3.1, fast-glob@npm:^3.3.2":
version: 3.3.2
resolution: "fast-glob@npm:3.3.2"
Expand Down Expand Up @@ -22380,87 +22267,6 @@ __metadata:
languageName: node
linkType: hard

"nx@npm:15.9.3":
version: 15.9.3
resolution: "nx@npm:15.9.3"
dependencies:
"@nrwl/cli": 15.9.3
"@nrwl/nx-darwin-arm64": 15.9.3
"@nrwl/nx-darwin-x64": 15.9.3
"@nrwl/nx-linux-arm-gnueabihf": 15.9.3
"@nrwl/nx-linux-arm64-gnu": 15.9.3
"@nrwl/nx-linux-arm64-musl": 15.9.3
"@nrwl/nx-linux-x64-gnu": 15.9.3
"@nrwl/nx-linux-x64-musl": 15.9.3
"@nrwl/nx-win32-arm64-msvc": 15.9.3
"@nrwl/nx-win32-x64-msvc": 15.9.3
"@nrwl/tao": 15.9.3
"@parcel/watcher": 2.0.4
"@yarnpkg/lockfile": ^1.1.0
"@yarnpkg/parsers": ^3.0.0-rc.18
"@zkochan/js-yaml": 0.0.6
axios: ^1.0.0
chalk: ^4.1.0
cli-cursor: 3.1.0
cli-spinners: 2.6.1
cliui: ^7.0.2
dotenv: ~10.0.0
enquirer: ~2.3.6
fast-glob: 3.2.7
figures: 3.2.0
flat: ^5.0.2
fs-extra: ^11.1.0
glob: 7.1.4
ignore: ^5.0.4
js-yaml: 4.1.0
jsonc-parser: 3.2.0
lines-and-columns: ~2.0.3
minimatch: 3.0.5
npm-run-path: ^4.0.1
open: ^8.4.0
semver: 7.3.4
string-width: ^4.2.3
strong-log-transformer: ^2.1.0
tar-stream: ~2.2.0
tmp: ~0.2.1
tsconfig-paths: ^4.1.2
tslib: ^2.3.0
v8-compile-cache: 2.3.0
yargs: ^17.6.2
yargs-parser: 21.1.1
peerDependencies:
"@swc-node/register": ^1.4.2
"@swc/core": ^1.2.173
dependenciesMeta:
"@nrwl/nx-darwin-arm64":
optional: true
"@nrwl/nx-darwin-x64":
optional: true
"@nrwl/nx-linux-arm-gnueabihf":
optional: true
"@nrwl/nx-linux-arm64-gnu":
optional: true
"@nrwl/nx-linux-arm64-musl":
optional: true
"@nrwl/nx-linux-x64-gnu":
optional: true
"@nrwl/nx-linux-x64-musl":
optional: true
"@nrwl/nx-win32-arm64-msvc":
optional: true
"@nrwl/nx-win32-x64-msvc":
optional: true
peerDependenciesMeta:
"@swc-node/register":
optional: true
"@swc/core":
optional: true
bin:
nx: bin/nx.js
checksum: 40cec2df497786d590694910633f79c6651c363e5944fac601c62f8511d4ed78aa586b69975abdf7ecf1305f80f47e8b680777652cbfe080e757ab5f5d0d403f
languageName: node
linkType: hard

"nx@npm:16.10.0, nx@npm:>=16.5.1 < 17":
version: 16.10.0
resolution: "nx@npm:16.10.0"
Expand Down Expand Up @@ -25954,17 +25760,6 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:7.3.4":
version: 7.3.4
resolution: "semver@npm:7.3.4"
dependencies:
lru-cache: ^6.0.0
bin:
semver: bin/semver.js
checksum: 96451bfd7cba9b60ee87571959dc47e87c95b2fe58a9312a926340fee9907fc7bc062c352efdaf5bb24b2dff59c145e14faf7eb9d718a84b4751312531b39f43
languageName: node
linkType: hard

"semver@npm:7.5.3":
version: 7.5.3
resolution: "semver@npm:7.5.3"
Expand Down Expand Up @@ -26582,7 +26377,6 @@ __metadata:
"@lmc-eu/conventional-changelog-lmc-github": 3.0.1
"@lmc-eu/eslint-config-react": 2.0.2
"@lmc-eu/prettier-config": 2.0.0
"@nrwl/cli": 15.9.3
"@omlet/cli": 1.1.2
"@playwright/test": 1.40.1
"@rollup/plugin-babel": 6.0.4
Expand Down

0 comments on commit d8c6546

Please sign in to comment.