Skip to content

Commit

Permalink
chore!: update to nx 16.7 and angular 16.2 (#195)
Browse files Browse the repository at this point in the history
## PR Checklist

Please check if your PR fulfills the following requirements:

- [x] The commit message follows our guidelines: CONTRIBUTING.md#commit
- [ ] Tests for the changes have been added (for bug fixes / features)
- [x] Docs have been added / updated (for bug fixes / features)

## PR Type

What kind of change does this PR introduce?

<!-- Please check the one that applies to this PR using "x". -->

```
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[x] Documentation content changes
[ ] Other... Please describe:
```

## What is the current behavior?

We have support for Nx 16.3 and Angular 15

Closes: #189 

## What is the new behavior?

We now support Nx 16.7 and Angular 16.2

## Does this PR introduce a breaking change?

```
[x] Yes
[ ] No
```
  • Loading branch information
NachoVazquez authored Jan 15, 2024
1 parent 882638d commit 039fe29
Show file tree
Hide file tree
Showing 5 changed files with 3,256 additions and 1,721 deletions.
18 changes: 15 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,21 @@
"match": "^@(ngworker|internal).*",
"order": 30
},
{ "name": "parent directories", "match": "^\\.\\.", "order": 40 },
{ "name": "current directory", "match": "^\\.", "order": 50 },
{ "name": "third-party", "match": ".*", "order": 10 }
{
"name": "parent directories",
"match": "^\\.\\.",
"order": 40
},
{
"name": "current directory",
"match": "^\\.",
"order": 50
},
{
"name": "third-party",
"match": ".*",
"order": 10
}
]
}
]
Expand Down
4 changes: 2 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"npmScope": "ngworker",
"affected": {
"defaultBase": "main"
},
Expand Down Expand Up @@ -65,7 +64,8 @@
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
"!{projectRoot}/tsconfig.spec.json",
"!{projectRoot}/jest.config.[jt]s",
"!{projectRoot}/.eslintrc.json"
"!{projectRoot}/.eslintrc.json",
"!{projectRoot}/src/test-setup.[jt]s"
],
"projectSpecificFiles": []
}
Expand Down
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"yarn": "1.22.21"
},
"dependencies": {
"@angular/animations": "15.0.3",
"@angular/common": "15.0.3",
"@angular/compiler": "15.0.3",
"@angular/core": "15.0.3",
"@angular/forms": "15.0.3",
"@angular/platform-browser": "15.0.3",
"@angular/platform-browser-dynamic": "15.0.3",
"@angular/router": "15.0.3",
"@nx/angular": "16.3.2",
"@angular/animations": "16.2.12",
"@angular/common": "16.2.12",
"@angular/compiler": "16.2.12",
"@angular/core": "16.2.12",
"@angular/forms": "16.2.12",
"@angular/platform-browser": "16.2.12",
"@angular/platform-browser-dynamic": "16.2.12",
"@angular/router": "16.2.12",
"@nx/angular": "16.7.0",
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@mdx-js/react": "^1.6.22",
Expand All @@ -48,38 +48,38 @@
"zone.js": "0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.0.3",
"@angular-devkit/core": "15.0.3",
"@angular-devkit/schematics": "15.0.3",
"@angular-devkit/build-angular": "16.2.11",
"@angular-devkit/core": "16.2.11",
"@angular-devkit/schematics": "16.2.11",
"@angular-eslint/eslint-plugin": "16.0.1",
"@angular-eslint/eslint-plugin-template": "16.0.1",
"@angular-eslint/template-parser": "16.0.1",
"@angular/cli": "15.0.3",
"@angular/compiler-cli": "15.0.3",
"@angular/language-service": "15.0.3",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "16.2.12",
"@angular/language-service": "16.2.12",
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@docusaurus/module-type-aliases": "2.4.1",
"@jscutlery/semver": "3.0.0",
"@nx/cypress": "16.3.2",
"@nx/devkit": "16.3.2",
"@nx/eslint-plugin": "16.3.2",
"@nx/jest": "16.3.2",
"@nx/linter": "16.3.2",
"@nx/workspace": "16.3.2",
"@nx/cypress": "16.7.0",
"@nx/devkit": "16.7.0",
"@nx/eslint-plugin": "16.7.0",
"@nx/jest": "16.7.0",
"@nx/linter": "16.7.0",
"@nx/workspace": "16.7.0",
"@nx-plus/docusaurus": "^15.0.0-rc.0",
"@schematics/angular": "15.0.3",
"@schematics/angular": "16.2.11",
"@tsconfig/docusaurus": "^1.0.6",
"@types/copy": "0.3.2",
"@types/jest": "29.4.4",
"@types/node": "18.11.13",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"copy": "0.3.2",
"cypress": "^12.2.0",
"eslint": "8.15.0",
"cypress": "12.17.4",
"eslint": "8.46.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-etc": "2.0.2",
"eslint-plugin-ordered-imports": "0.6.0",
"eslint-plugin-rxjs": "5.0.2",
Expand All @@ -89,10 +89,10 @@
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.1.1",
"ng-packagr": "15.0.3",
"ng-packagr": "16.2.3",
"ngx-deploy-npm": "6.0.0",
"nx": "16.3.2",
"nx-cloud": "16.0.5",
"nx": "16.7.0",
"nx-cloud": "16.5.2",
"postcss": "8.4.18",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
Expand All @@ -102,6 +102,6 @@
"rimraf": "3.0.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.8.4"
"typescript": "~5.1.3"
}
}
1 change: 1 addition & 0 deletions packages/docs/lumberjack-docs-app/docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Refer to the following table to determine which version of Lumberjack is compati

| Angular version | Lumberjack version |
| --------------- | ------------------ |
| 16.x | 16.x |
| 15.x | 15.x |
| 14.x | 14.x |
| 13.x | 2.x |
Expand Down
Loading

0 comments on commit 039fe29

Please sign in to comment.