Skip to content

Move the test app and the addon to ember-source 7.2 - #195

Open
NullVoxPopuli-ai-agent wants to merge 1 commit into
universal-ember:mainfrom
NullVoxPopuli-ai-agent:ember-7
Open

Move the test app and the addon to ember-source 7.2#195
NullVoxPopuli-ai-agent wants to merge 1 commit into
universal-ember:mainfrom
NullVoxPopuli-ai-agent:ember-7

Conversation

@NullVoxPopuli-ai-agent

Copy link
Copy Markdown

CI tests ember-release, ember-beta and ember-canary, which are all ember 7 now, while the default scenario ran 6.11. The default matches the release channel again.

Changes

  • test-app: ember-source and ember-cli to ~7.2.0
  • test-app: @embroider/core 4.6.3, @embroider/vite 1.7.9, @embroider/compat 4.1.22
  • table: the ember-source devDependency to ^7.2.0, so types are checked against 7

The ember-source peerDependency range is untouched. The addon still supports 3.28 and up.

Two things to know about the lockfile

.npmrc sets resolution-mode=highest, so pnpm re-resolves an entire importer when its manifest changes. That is why the diff is large although only 6 packages actually change version.

The same re-resolution makes test-app inject the addon (file:table) rather than link it, which is what inject-workspace-packages=true asks for. The download-built-package action downloads the artifact into table/ before it runs pnpm install --force, so the injected copy has dist and declarations.

docs-app is not included

It stays on 6.11. Ember 7 removed the ember barrel module, and ember-concurrency 4 imports it:

[vite]: Rollup failed to resolve import "ember" from
".../ember-concurrency/dist/-private/task-properties.js"

ember-concurrency 5.2 dropped that import, and it arrives with ember-mobile-menu 6.1. But re-resolving docs-app also moves @universal-ember/docs-support from 0.9.2 to 0.9.13, which no longer ships the /tailwind export that docs-app/config/tailwind.config.mjs imports. That is its own piece of work.

Verification

  • pnpm turbo --filter test-app test: 187 pass, 0 fail on ember-source 7.2.0
  • pnpm turbo lint: 4 packages pass
  • vite build in docs-app still succeeds, unchanged on 6.11

Please label this internal.

🤖 Generated with Claude Code

The try scenarios test ember-release, ember-beta and ember-canary, all of which
are ember 7 now, while the default scenario ran 6.11. The default now matches.

- test-app: ember-source and ember-cli to ~7.2.0
- test-app: @embroider/core 4.6.3, @embroider/vite 1.7.9, @embroider/compat 4.1.22
- table: the ember-source devDependency to ^7.2.0, so types are checked against 7

The peerDependency range is unchanged, and the addon still supports 3.28 up.

pnpm re-resolves a whole importer when its manifest changes, because .npmrc sets
resolution-mode=highest. That is why the lockfile diff is large, and why test-app
now injects the addon (file:) instead of linking it. The CI action downloads the
built package before it installs, so the injected copy has dist and declarations.

docs-app stays on 6.11. It needs ember-concurrency 5, which arrives with
ember-mobile-menu 6.1, and re-resolving docs-app also moves
@universal-ember/docs-support to 0.9.13, which dropped the `/tailwind` export
that config/tailwind.config.mjs imports. That is separate work.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.

2 participants