-
Notifications
You must be signed in to change notification settings - Fork 768
build: upgrade to Angular and CDK v14 #1409
Conversation
e982fa6
to
22aeec9
Compare
up |
Also bump TS target to ES2020 and remove deprecated angular.json option.
I made this comment in the other PR, but noticed this one was created too. In case you didn't see it in the other one: for this and future updates, would it be possible to use peer deps similar to how Angular Material does, which includes the next major version as well, to ease the update process. e.g. I believe that that would mean updating |
Any chance we'll get some movement on this soon? |
Can someone please have a look on this check for PR |
Looks like the I guess updating the |
@PzYon But e.g. in my case it wasn't an issue to build it according to the
PS: You are referring to an different PR #1405
|
As an update to everyone following here, I have been trying and researching in vain to try and get to the bottom of the BrowserStack issues. Since SauceLabs (and native headless testing) gives us good coverage on their own, I've asked @josephperrott to disable the |
@CaerusKaru I wonder if it's that you just need to increase the timeout threshold. Looking at the timings tab of the browserstack test, it seems to be taking 37 seconds (a quarter of the 2 minute timeout period) just to install firefox. If the timeout threshold is set to two minutes, it could just be that the combination of all those installs is taking long enough to breach that threshold before it's finished |
@michaelfaith not sure if the 2 min count in the installation. See https://github.com/angular/flex-layout/blob/v14/scripts/browserstack/start-tunnel.sh |
@Sebastian-G Not sure about that. If you hover over the colored bars it says what each bar represents. I'm just going by that chart. |
@@ -31,34 +31,34 @@ | |||
"private": true, | |||
"requiredAngularVersion": "^13.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just putting this request in the review comments. Can you use ^14.0.0 || ^15.0.0
for this, so delays like this in the future won't be blocking? Also, the engines declaration at the top shouldn't include 12.x node versions anymore, since v14 dropped support for 12.
Hi, just a post because I'm also interested in this getting merged. Might the test script not finishing be because it's running in watch mode by default? I remember this being a problem a while back (e.g. angular/angular-cli#978). I think you can disable watch mode by running Failing that, you could set |
@midgleyc The |
@josephperrott has disabled the required-ness of browserstack tests, so I'm going to close this PR and open a new one to pick up this change. Will post link when it's ready. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Also bump TS target to ES2020 and remove deprecated angular.json
option.