Skip to content

Commit

Permalink
feature/UpdateDependencies
Browse files Browse the repository at this point in the history
- Update angular to recent version
- Updated NX
- Updated vitest
- Improved lint stagged
- Upgraded capacitor
- Updated as much as possible eslint and stylelint libs
- Removed .idea folder
  • Loading branch information
emmanuel-Andela committed Jun 21, 2024
1 parent 3a1b23a commit e5427c1
Show file tree
Hide file tree
Showing 50 changed files with 220,904 additions and 48,215 deletions.
16 changes: 3 additions & 13 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,20 @@
}
}
},
"ignorePatterns": ["node_modules/**"],
"ignorePatterns": ["node_modules/**", ".nx/**", "jest.preset.js", "test.ts"],
"overrides": [
{
"files": ["*.ts"],
"extends": [
"eslint:recommended",
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates",
"plugin:@angular-eslint/ng-cli-compat",
"plugin:@angular-eslint/ng-cli-compat--formatting-add-on",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"plugin:import/recommended",
"plugin:import/typescript",
"plugin:prettier/recommended",
"prettier",
"plugin:@angular-eslint/recommended--extra"
"prettier"
],
"rules": {
"import/no-unresolved": "off",
Expand All @@ -45,10 +42,7 @@
],
"@typescript-eslint/unbound-method": "off",
"@typescript-eslint/restrict-plus-operands": [
"error",
{
"checkCompoundAssignments": true
}
"error"
],
"@typescript-eslint/restrict-template-expressions": "off",
"@typescript-eslint/no-floating-promises": [
Expand Down Expand Up @@ -159,10 +153,6 @@
"files": ["*.js"],
"parser": "babel-eslint"
},
{
"files": ["*.html"],
"extends": ["plugin:@angular-eslint/template/recommended", "plugin:@nrwl/nx/angular-template"]
},
{
"files": ["*.tsx"],
"parser": "@typescript-eslint/parser"
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,8 @@ dist
.angular

# DS_STORE
.DS_Store
.DS_Store
.idea/

.nx/cache
.nx/workspace-data
9 changes: 5 additions & 4 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"lint-staged": {
"*": ["eslint --fix", "git add"]
}
}
"*.{js,jsx,ts,tsx,html}": [
"eslint --fix",
"git add"
]
}
159 changes: 159 additions & 0 deletions .nx/cache/cloud/2406.13.5.hotfix2/index.js

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions .nx/cache/cloud/2406.13.5.hotfix2/lib/daemon/process-run-end.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions .nx/cache/cloud/2406.13.5.hotfix2/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "nx-cloud-client-bundle",
"version": "0.0.1",
"type": "commonjs",
"main": "index.js",
"author": "Victor Savkin",
"license": "CC-BY-ND-3.0",
"dependencies": {
"axios": "1.1.3",
"dotenv": "~10.0.0",
"node-machine-id": "^1.1.12",
"tar": "6.1.11",
"strip-json-comments": "^5.0.1",
"chalk": "^4.1.0",
"yargs-parser": ">=21.1.1",
"fs-extra": "^11.1.0",
"open": "~8.4.0"
}
}
1 change: 1 addition & 0 deletions .nx/cache/cloud/verify.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1718985262620
Loading

0 comments on commit e5427c1

Please sign in to comment.