Mobile 4974 Update some libraries and frameworks#4734
Open
crazyserver wants to merge 6 commits intomoodlehq:mainfrom
Open
Mobile 4974 Update some libraries and frameworks#4734crazyserver wants to merge 6 commits intomoodlehq:mainfrom
crazyserver wants to merge 6 commits intomoodlehq:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates key dependencies including Angular and Swiper to their latest patch/minor versions.
Changes:
- Angular framework updated from 20.3.16 to 20.3.17 (patch version update)
- Swiper library updated from 11.2.10 to 12.1.2 (major version update)
- Fixed Angular 20 compatibility issue by changing
[role]to[attr.role]in component host bindings - Removed deprecated CoreAnimations class (deprecated since v5.1, no longer used)
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates Angular runtime/dev dependencies to 20.3.17, Swiper to 12.1.2 |
| package-lock.json | Lockfile updates reflecting package.json changes and transitive dependencies |
| patches/@angular+router+20.3.17.patch | Updates patch index references for new Angular version |
| patches/@angular+compiler+20.3.17.patch | Updates patch index references for new Angular version |
| src/core/components/input-errors/input-errors.ts | Fixes [role] to [attr.role] per Angular 20 requirements |
| src/core/components/animations.ts | Removes deprecated animations (no longer referenced in codebase) |
a7feea9 to
1a7b0f5
Compare
dpalou
approved these changes
Feb 26, 2026
dpalou
previously approved these changes
Feb 26, 2026
1a7b0f5 to
f972387
Compare
dpalou
approved these changes
Feb 26, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.