Skip to content

Commit

Permalink
feat: upgrade Angular dependencies to v18 pre-release versions (#4308)
Browse files Browse the repository at this point in the history
BREAKING CHANGES:

The minimum required version of Angular has been updated

BEFORE:

The minimum required version of Angular is 17.x

AFTER:

The minimum required version of Angular is 18.x
  • Loading branch information
timdeschryver authored May 7, 2024
1 parent c8bde71 commit 62f3971
Show file tree
Hide file tree
Showing 26 changed files with 7,298 additions and 1,331 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ version: 2.1
var_1: &cache_key yarn-cache-{{ checksum "yarn.lock" }}-0.14.1
var_2: &run_in_node
docker:
- image: cimg/node:18.16
- image: cimg/node:20.11
var_5: &run_in_browser
docker:
- image: cimg/node:18.16-browsers
- image: cimg/node:20.11-browsers

orbs:
browser-tools: circleci/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16
20.11
Loading

0 comments on commit 62f3971

Please sign in to comment.