Skip to content

Commit

Permalink
[Angular] Bump @typescript-eslint version (#1697)
Browse files Browse the repository at this point in the history
* [Angular] Bump @typescript-eslint version

* Updated CHANGELOG
  • Loading branch information
illiakovalenko authored Dec 15, 2023
1 parent db2b805 commit be27caf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Our versioning strategy is as follows:

### 🛠 Breaking Changes

* `[templates/angular]` `[sitecore-jss-angular]` Update Angular to version 16 ([#1690](https://github.com/Sitecore/jss/pull/1690)):
* `[templates/angular]` `[sitecore-jss-angular]` Update Angular to version 16 ([#1690](https://github.com/Sitecore/jss/pull/1690))([#1697](https://github.com/Sitecore/jss/pull/1697)):
* Updated Angular to ~16.2.10
* Updated Typescript to ~4.9.5
* _@angular-eslint/ng-cli-compat_ eslint rules are deprecated. Use _@angular-eslint/recommended_ rules instead.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
"@types/jasmine": "~3.6.7",
"@types/jasminewd2": "~2.0.8",
"@types/node": "~12.7.9",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"body-parser": "~1.19.0",
"chalk": "~4.1.0",
"chokidar": "^3.5.2",
Expand Down

0 comments on commit be27caf

Please sign in to comment.