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

Update stable 2024 08 30 #2090

Closed
wants to merge 52 commits into from
Closed

Update stable 2024 08 30 #2090

wants to merge 52 commits into from

Conversation

NullVoxPopuli
Copy link
Collaborator

Thanks @void-mAlex and @mansona !

git fetch origin
git checkout main
git reset origin/main --hard # Toss local differences
branch="update-stable-$(date +'%F')"
git checkout -b $branch
git merge origin/stable
# Fix conflicts
# checkout .release-plan.json (with what's on main)
# checkout lockfile (with what's on main)
# pnpm i
git merge --continue
git push origin $branch

void-mAlex and others added 30 commits February 17, 2024 17:04
test updates to match new expectations
Remove deprecations warnings in resolver transform
output actual files
remove old files
void-mAlex and others added 22 commits July 18, 2024 13:02
[Stable]: Follow upstream type change from webpack
…odules

Update ember standard modules to include @ember/renderer and @ember/-internals and ember-testing
Copy link
Collaborator Author

@NullVoxPopuli NullVoxPopuli left a comment

Choose a reason for hiding this comment

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

Let's hold off on merging for a bit --- the template-tag codemod test

  • isn't running (fixed locally)
  • isn't codemodding (investigating)

PR here: #2091

@mansona
Copy link
Member

mansona commented Sep 11, 2024

Superceeded by #2101 👍

@mansona mansona closed this Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants