Skip to content

Commit

Permalink
Merge pull request #41 from HouseOfAngular/feat/update-to-v17
Browse files Browse the repository at this point in the history
feat: update workspace to v17
  • Loading branch information
mateuszbasinski authored Jan 8, 2024
2 parents 2ef0221 + 82de64a commit e30ca86
Show file tree
Hide file tree
Showing 9 changed files with 5,524 additions and 3,791 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
{
"files": ["*.ts", "*.tsx"],
"extends": ["plugin:@nrwl/nx/typescript"],
"rules": {}
"rules": {
"@typescript-eslint/no-explicit-any": "warn"
}
},
{
"files": ["*.js", "*.jsx"],
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ yarn-error.log

# Miscellaneous
/.angular/cache
/.nx
.sass-cache/
/connect.lock
/coverage
Expand Down
97 changes: 49 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@house-of-angular/ng-packages",
"version": "16.0.0",
"version": "17.0.0",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand All @@ -19,16 +19,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.1",
"@angular/cdk": "^16.0.1",
"@angular/common": "^16.0.1",
"@angular/compiler": "^16.0.1",
"@angular/core": "^16.0.1",
"@angular/forms": "^16.0.1",
"@angular/material": "^16.0.1",
"@angular/platform-browser": "^16.0.1",
"@angular/platform-browser-dynamic": "^16.0.1",
"@angular/router": "^16.0.1",
"@angular/animations": "17.0.8",
"@angular/cdk": "17.0.4",
"@angular/common": "17.0.8",
"@angular/compiler": "17.0.8",
"@angular/core": "17.0.8",
"@angular/forms": "17.0.8",
"@angular/material": "^17.0.4",
"@angular/platform-browser": "17.0.8",
"@angular/platform-browser-dynamic": "17.0.8",
"@angular/router": "17.0.8",
"@commitlint/lint": "^17.6.5",
"@commitlint/types": "^17.4.4",
"chalk": "^4.1.2",
Expand All @@ -43,69 +43,70 @@
"symlink-or-copy": "^1.3.1",
"ts-morph": "^18.0.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
"zone.js": "0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.1",
"@angular-devkit/core": "~16.0.1",
"@angular-devkit/schematics": "~16.0.1",
"@angular-eslint/eslint-plugin": "~16.0.1",
"@angular-eslint/eslint-plugin-template": "~16.0.1",
"@angular-eslint/template-parser": "~16.0.1",
"@angular/cli": "~16.0.1",
"@angular/compiler-cli": "^16.0.1",
"@angular/language-service": "^16.0.1",
"@angular/material": "^16.0.1",
"@angular-devkit/build-angular": "17.0.9",
"@angular-devkit/core": "17.0.9",
"@angular-devkit/schematics": "17.0.9",
"@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/template-parser": "17.0.1",
"@angular/cli": "~17.0.9",
"@angular/compiler-cli": "17.0.8",
"@angular/language-service": "17.0.8",
"@angular/material": "17.0.4",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@ngneat/spectator": "^15.0.0",
"@nrwl/angular": "16.1.4",
"@nrwl/cypress": "16.1.4",
"@nrwl/eslint-plugin-nx": "16.1.4",
"@nrwl/jest": "16.1.4",
"@nrwl/js": "16.1.4",
"@nrwl/linter": "16.1.4",
"@nrwl/web": "16.1.4",
"@nrwl/workspace": "16.1.4",
"@nx/js": "16.1.4",
"@schematics/angular": "~16.0.1",
"@ngneat/spectator": "^16.0.0",
"@nrwl/angular": "17.2.8",
"@nrwl/cypress": "17.2.8",
"@nrwl/eslint-plugin-nx": "17.2.8",
"@nrwl/jest": "17.2.8",
"@nrwl/js": "17.2.8",
"@nrwl/linter": "17.2.8",
"@nrwl/web": "17.2.8",
"@nrwl/workspace": "17.2.8",
"@nx/js": "17.2.8",
"@schematics/angular": "17.0.9",
"@types/glob": "^8.1.0",
"@types/jasmine": "~4.3.0",
"@types/jest": "^29.4.0",
"@types/node": "^14.0.0",
"@types/jest": "^29.5.11",
"@types/node": "18.16.9",
"@types/shelljs": "^0.8.12",
"@types/symlink-or-copy": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"cypress": "^12.2.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"cypress": "12.17.4",
"eslint": "8.48.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1",
"git-describe": "^4.1.1",
"husky": "^8.0.3",
"jasmine-core": "~4.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.4.1",
"jest-preset-angular": "~13.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "13.1.5",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ng-packagr": "~16.0.1",
"nx": "16.1.4",
"ng-packagr": "17.0.3",
"nx": "17.2.8",
"postcss": "^8.4.5",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.1",
"ts-node": "10.9.1",
"typescript": "~5.0.4"
"typescript": "5.2.2"
},
"volta": {
"pnpm": "8.6.0",
"node": "19.6.1"
}
}

Loading

0 comments on commit e30ca86

Please sign in to comment.