Skip to content

Upgrade @ember/test-helpers to ^5.5.0 - #2279

Merged
NullVoxPopuli merged 1 commit into
mainfrom
nvp/test-helpers-5.5
Sep 25, 2026
Merged

NullVoxPopuli merged 1 commit into
mainfrom
nvp/test-helpers-5.5

Conversation

@NullVoxPopuli-ai-agent

Copy link
Copy Markdown
Collaborator

Upgrades @ember/test-helpers to ^5.5.0 in apps/repl, apps/tutorial, and packages/ember-repl.

This unblocks #2278.
ember-source main no longer registers view:-outlet (emberjs/ember.js#21460).
test-helpers 5.4 looks it up in setupRenderingContext, so every rendering test fails with:

TypeError: Cannot read properties of undefined (reading 'create')

5.5.0 (emberjs/ember-test-helpers#1573) renders with renderRootComponent when it exists, and still uses view:-outlet on older Ember.

Checked locally with pnpm turbo test:chrome, 0 failures in ember-repl, tutorial, and limber:

🤖 Generated with Claude Code

ember-source main no longer registers `view:-outlet`.
test-helpers 5.4 looks it up in `setupRenderingContext`,
so every rendering test fails with
"Cannot read properties of undefined (reading 'create')".

5.5.0 renders with `renderRootComponent` when it exists,
and still uses `view:-outlet` on older Ember.

Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​ember/​test-helpers@​5.4.1 ⏵ 5.5.0100 +110099 +193 +1100

View full report

@github-actions

Copy link
Copy Markdown
Contributor
Project Preview URL1 Manage
Limber https://nvp-test-helpers-5-5.limber-glimdown.pages.dev on Cloudflare
Tutorial https://nvp-test-helpers-5-5.limber-glimmer-tutorial.pages.dev on Cloudflare

Logs

Footnotes

  1. if these branch preview links are not working, please check the logs for the commit-based preview link. There is a character limit of 28 for the branch subdomain, as well as some other heuristics, described here for the sake of implementation ease in deploy-preview.yml, that algo has been omitted. The URLs are logged in the wrangler output, but it's hard to get outputs from a matrix job. ↩

@NullVoxPopuli
NullVoxPopuli merged commit e847f7b into main Sep 25, 2026
12 checks passed
@NullVoxPopuli NullVoxPopuli added the bug Something isn't working label Sep 25, 2026
@NullVoxPopuli
NullVoxPopuli deleted the nvp/test-helpers-5.5 branch September 25, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants