- Notifications
You must be signed in to change notification settings - Fork 25
Upgrade Ember.js to version 5.12 #2949
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
Conversation
| Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File ( |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
ce9eb45 to 1e0063a Compare Bundle ReportChanges will decrease total bundle size by 2.12kB (-0.01%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: client-array-pushAssets Changed:
Files in
|
1e0063a to 9648714 Compare 8c9734e to 4ff60dc Compare 4ff60dc to 8bf6111 Compare bd0a903 to 25d730b Compare 25d730b to 186324b Compare 008147c to df6a06c Compare | @coderabbitai review |
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.
Added q related to the args.user change - everything else looks good!
df6a06c to c5eb2f8 Compare c5eb2f8 to 5f0e0fe Compare …ad of failing with error
When set to `warning` - it causes `npm run lint --fix` to do crazy things...
This way we can control the version instead of relying on some of other packages having it as peer dependency
5f0e0fe to 9e2e846 Compare
Closes #2926
Brief
This upgrades Ember.js from version
5.8to version5.12Details
5.9,5.10,5.11,5.12ember-cli-deprecation-workflowand updated it to version3.4.0Storeas still inheriting fromEmberObjectand enabled the deprecation warning instead of failing with errorember-inflectoras a dependency, we import it in several placesScreencastsTabComponenttoScreencastsTabController(typo)Prototype extensions
Array prototype extensions are still available until Ember 6, so we can skip them in this PR, created a separate draft PR with the first attempt at fixing.
I tried but couldn't enable the deprecation warnings as this causes
eslint --fixto fix them in over 600 files.Follow-up PRs
Componentending (MyButtoninstead ofMyButtonComponent). Renamed all our components in a separate PR@ember/stringversion4butember-cli-miragehasn't been updated to support it, made a separate draft PR and created an issueEmber.AapproachLinks
Componentending from component classes is supposedly part of this)Previous Ember upgrade PRs
Checklist
[percy]in the message to trigger)