-
Notifications
You must be signed in to change notification settings - Fork 350
Development: Update to Angular 20
#11168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
e5cc33a
update to Angular 20
krusche bfdc45c
Merge branch 'develop' into chore/update-angular20
krusche 2d52fce
Update to Angular 20.1.0
krusche dddc9e8
fixed 61 tests
SamuelRoettgermann f543987
fix most failing tests related to icon component imports
marlonnienaber e468503
merge origin into local
marlonnienaber 3ddd935
update more client dependencies
krusche 0b96fff
update more packages to support angular 20
krusche e4526ee
fix easy to fix of remaining failing tests
marlonnienaber 49fc1fd
fixed one more test
SamuelRoettgermann bbd3c6f
fix two programming tests
marlonnienaber cac0b04
I'm not sure if this really fixes the tests, but they don't fail anymore
SamuelRoettgermann 12ba065
exchanged deprecated TestBed.flushEffects by TestBed.tick
SamuelRoettgermann d57fca6
fix failing test in shared module
marlonnienaber 682a53f
fixed one more test file
SamuelRoettgermann 1c35d26
fix last failing iris tests
marlonnienaber f19ca4f
fix remaining tests
marlonnienaber 672795d
resolve divergent local/origin branhces
marlonnienaber 0aa0691
Merge branch 'develop' into chore/update-angular20
marlonnienaber c15ecfd
fix failing tests after merge
marlonnienaber 8947aea
removed unused imports
SamuelRoettgermann 15f8d96
fixed weird TestBed calls
SamuelRoettgermann 8b81cf2
fix type mismatch error in global-notifications-settings.component.sp…
marlonnienaber 359a492
Merge remote-tracking branch 'origin/chore/update-angular20' into cho…
marlonnienaber a146f3e
remove .ts from import
marlonnienaber 8569324
fix incorrect import
marlonnienaber ca2486e
more simple fixes, only 2 hard ones left
SamuelRoettgermann b200917
Merge remote-tracking branch 'refs/remotes/origin/chore/update-angula…
SamuelRoettgermann 5f7d25b
Merge branch 'develop' into chore/update-angular20
krusche 696cff5
fix dayjs import and adapt client coverage
krusche File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| diff --git a/node_modules/@swimlane/ngx-graph/fesm2022/swimlane-ngx-graph.mjs b/node_modules/@swimlane/ngx-graph/fesm2022/swimlane-ngx-graph.mjs | ||
| index 84d6b7f..a6584da 100644 | ||
| --- a/node_modules/@swimlane/ngx-graph/fesm2022/swimlane-ngx-graph.mjs | ||
| +++ b/node_modules/@swimlane/ngx-graph/fesm2022/swimlane-ngx-graph.mjs | ||
| @@ -1482,7 +1482,7 @@ class GraphComponent { | ||
| if (layoutSettings) { | ||
| this.setLayoutSettings(this.layoutSettings); | ||
| } | ||
| - if (this.layout && this.nodes.length && this.links.length) { | ||
| + if (this.layout && this.nodes && this.links) { | ||
| this.update(); | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.