Skip to content

Commit

Permalink
feat: upgrade to angular 14 (#369)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires angular 14
  • Loading branch information
scttcper authored Jun 19, 2022
1 parent 4fb9713 commit 5481488
Show file tree
Hide file tree
Showing 23 changed files with 11,560 additions and 11,274 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
version: 2.1
orbs:
node: circleci/node@4
node: circleci/node@5
browser-tools: circleci/browser-tools@1
codecov: codecov/codecov@3
jobs:
test:
resource_class: large
docker:
- image: cimg/node:current-browsers
environment:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ Latest version available for each version of Angular
| 4.1.1 | 8.x |
| 5.1.4 | 9.x |
| 6.2.0 | 10.x 11.x |
| current | >= 12.x |
| 7.3.3 | 12.x 13.x |
| current | >= 14.x |

### Install

Expand Down
2 changes: 0 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@
}
}
},
"defaultProject": "ngx-color",
"cli": {
"defaultCollection": "@angular-eslint/schematics"
}
}
Loading

0 comments on commit 5481488

Please sign in to comment.