Merged
Conversation
[Bugfix]: Update ember-data and unify the versions between @ and non-@
Update fixtures Update index.js
[ENHANCEMENT] Remove ember-fetch
Start using release-plan for releasing ember-cli
[ENHANCEMENT] Support Bun
make sure we release alpha with release-plan
Prepare Alpha Release v6.6.0-alpha.1
fix yuidoc generation on publish
[Backport release]: start using release-plan to release ember-cli
prevent clashes between release-plan branches
Prepare 6.5.0 release
use patched github-changelog for properly rolling up beta changelog
Prepare Stable Release v6.5.0
# Conflicts: # .github/workflows/plan-release.yml # .github/workflows/publish.yml # .release-plan.json # CHANGELOG.md # RELEASE.md # blueprints/app/files/package.json # package.json # pnpm-lock.yaml # tests/fixtures/app/defaults/package.json # tests/fixtures/app/embroider-no-welcome/package.json # tests/fixtures/app/embroider-pnpm/package.json # tests/fixtures/app/embroider-yarn/package.json # tests/fixtures/app/embroider/package.json # tests/fixtures/app/npm/package.json # tests/fixtures/app/pnpm/package.json # tests/fixtures/app/typescript-embroider/package.json # tests/fixtures/app/typescript/package.json # tests/fixtures/app/yarn/package.json
kategengler
reviewed
Jun 16, 2025
blueprints/app/files/package.json
Outdated
| "@ember-data/request-utils": "~5.5.0", | ||
| "@ember-data/serializer": "~5.5.0", | ||
| "@ember-data/store": "~5.5.0", | ||
| "@warp-drive/ember": "~5.5.0<% } %>", |
Member
There was a problem hiding this comment.
Shouldn't this be updated to match the version of ember-data?
Member
There was a problem hiding this comment.
@mansona This is the only comment I have that stands
Member
Author
There was a problem hiding this comment.
turns out the dependency script wasn't aware of @ember-data/* or @warp-drive/* packages 🙈 I've updated it and run the updated script on this branch too 👍
kategengler
approved these changes
Jun 16, 2025
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.
This PR:
origin/releaseinto beta to get updates from the last releaseorigin/masterinto beta to "promote" the last alpha to a new beta