Skip to content
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

Upgrade Ember to 5.12.0 #2618

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Upgrade Ember to 5.12.0 #2618

wants to merge 9 commits into from

Conversation

dchyun
Copy link
Contributor

@dchyun dchyun commented Dec 19, 2024

📌 Summary

If merged, this PR would upgrade Ember from 5.9.0 to the latest stable released version of 5.12.0.

🔗 External links

Jira ticket: HDS-4248


👀 Component checklist

💬 Please consider using conventional comments when reviewing this PR.

Copy link

vercel bot commented Dec 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
hds-showcase ✅ Ready (Inspect) Visit Preview Dec 23, 2024 2:32pm
hds-website ✅ Ready (Inspect) Visit Preview Dec 23, 2024 2:32pm

@@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.9.0",
"version": "5.12.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this config is wrong it should be updated to similar to this https://github.com/hashicorp/cloud-ui/blob/main/addons/vault-common/config/ember-cli-update.json
and if you are updating it you should run ember-cli-update to update the blueprint as well same goes for the apps unless you are planning to do follow up PR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feedback. These changes across the packages were made using ember-cli-update. If there is something about the changes that makes that not seem the case, please let me know.

Also in terms of the formatting of the file, can you clarify what alignments you would like to see? Should they have a different format because of the v2 addon conversion?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this config is most likely remained unchanged since hds migrated to v2 addon, but v2 addon follows it's own blueprint, so this whole config needs to be updated to similar format I linked above

@@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.9.0",
"version": "5.12.0",
Copy link
Collaborator

@aklkv aklkv Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this config is wrong it should be updated to similar to this https://github.com/hashicorp/cloud-ui/blob/main/addons/vault-common/config/ember-cli-update.json
and if you are updating it you should run ember-cli-update to update the blueprint as well same goes for the apps unless you are planning to do follow up PR

@@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.9.0",
"version": "5.12.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you shouldn't bump this manually but by running ember-cli-update

@@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.9.0",
"version": "5.12.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you shouldn't bump this manually but by running ember-cli-update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants