Skip to content

Commit

Permalink
Merge pull request #379 from SVendittelli/renovate/nrwl-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update nrwl monorepo to v16.6.0
  • Loading branch information
renovate[bot] authored Aug 12, 2023
2 parents 502738d + 0c9ce4f commit 3dd231d
Show file tree
Hide file tree
Showing 6 changed files with 685 additions and 852 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
init-commands: |
yarn nx-cloud start-ci-run --stop-agents-after="build" --agent-count=3
parallel-commands: |
yarn nx-cloud record -- yarn nx workspace-lint
yarn nx-cloud record -- yarn nx format:check
parallel-commands-on-agents: |
yarn nx affected --target=lint --parallel=3
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ terraform-docs terraform && git add terraform/README.md
yarn pretty-quick --staged
tflint

yarn concurrently "nx workspace-lint" "nx format:check"
yarn nx format:check
yarn nx affected --target=lint
yarn nx affected --target=test --code-coverage
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"e2e",
"home",
"security",
"terraform"
"terraform",
"logo"
],
"cSpell.words": [
"codespaces",
Expand Down
2 changes: 2 additions & 0 deletions apps/logo/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */

import { writeFileSync } from 'fs';

/** dragonCurve :: [[Int]] -> [[Int]] */
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@commitlint/cz-commitlint": "17.5.0",
"@nx/cypress": "16.5.1",
"@nx/eslint-plugin": "16.5.1",
"@nx/jest": "16.5.1",
"@nx/linter": "16.5.1",
"@nx/node": "16.5.1",
"@nx/react": "16.5.1",
"@nx/web": "16.5.1",
"@nx/webpack": "16.5.1",
"@nx/workspace": "16.5.1",
"@nx/cypress": "16.6.0",
"@nx/eslint-plugin": "16.6.0",
"@nx/jest": "16.6.0",
"@nx/linter": "16.6.0",
"@nx/node": "16.6.0",
"@nx/react": "16.6.0",
"@nx/web": "16.6.0",
"@nx/webpack": "16.6.0",
"@nx/workspace": "16.6.0",
"@prettier/plugin-xml": "2.2.0",
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.3",
Expand All @@ -61,7 +61,7 @@
"inquirer": "9.2.7",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"nx": "16.5.1",
"nx": "16.6.0",
"nx-cloud": "16.0.5",
"prettier": "2.8.8",
"prettier-plugin-packagejson": "2.4.5",
Expand Down
Loading

0 comments on commit 3dd231d

Please sign in to comment.