Skip to content

Lock file maintenance#21187

Merged
NullVoxPopuli merged 7 commits intomainfrom
renovate/lock-file-maintenance
Mar 6, 2026
Merged

Lock file maintenance#21187
NullVoxPopuli merged 7 commits intomainfrom
renovate/lock-file-maintenance

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2026

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2026

📊 Package size report   -0%↓

File Before (Size / Brotli) After (Size / Brotli)
Total (Includes all files) 17.1 MB / 3.2 MB -0%↓17.1 MB / 0.01%↑3.2 MB
Tarball size 3.8 MB -0%↓3.8 MB

🤖 This report was automatically generated by pkg-size-action

@NullVoxPopuli
Copy link
Contributor

blueprint errors look legit --- js extensions are now gjs and such

@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch 4 times, most recently from 90256b8 to 5db56ff Compare March 5, 2026 20:51
@NullVoxPopuli
Copy link
Contributor

@copilot why do we have a failure in the blueprint tests -- which dep caused that?

Copy link
Contributor

Copilot AI commented Mar 6, 2026

@NullVoxPopuli I've opened a new pull request, #21199, to work on those changes. Once the pull request is ready, I'll request review from you.

@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from 5db56ff to fd4d111 Compare March 6, 2026 04:54
@NullVoxPopuli
Copy link
Contributor

@copilot look at the investigation in #21199 (comment) and fix the blueprint tests that are currently failing

Copy link
Contributor

Copilot AI commented Mar 6, 2026

@NullVoxPopuli I've opened a new pull request, #21200, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 5 commits March 6, 2026 12:52
- Update fixtures/component-test/app.gjs and addon.gjs to use parameterized
  <%= =%> templates for component, componentInvocation, and testDescription
- Update component-test-test.js to expect .gjs files and pass testDescription
- Update component-test.js to expect .gjs files in strict mode; add --loose
  flag to @ember/component test; update Foo::XFoo → XFoo componentInvocation
- Update route-test.js: add strictRouteTemplate() helper; update all .hbs
  template expectations to .gjs with strictRouteTemplate(); update
  application.gjs removeSync; keep --loose and --route-authoring-format loose
  tests as-is (explicit loose mode)

Root cause: ember-cli 6.11.0 now defaults to strict (GJS/template-tag) mode
when creating new apps, so blueprints now generate .gjs files by default.

Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
…st.js

- Remove glimmerComponentContents and templateOnlyContents which are no
  longer referenced (components now use fixture() calls instead of inline
  strings)
- Run prettier on route-test.js to fix formatting issues

Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
When fixture() is called without options it returns a chai file object,
not a string. Calling .replace() on it throws a TypeError. Pass an empty
options object {} to force the helper to return a string so .replace()
works correctly for the class-name substitution.

Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
Since --strict is now the default, add tests that explicitly pass --loose
to verify .js files are still generated correctly in each context:
- in app: component-test foo --loose → foo-test.js (app.js fixture)
- in app: component-test x-foo --unit --loose → x-foo-test.js (unit.js)
- in addon: component-test foo --loose → foo-test.js (addon.js fixture)
- in addon: component-test foo --unit --loose → foo-test.js (addon-unit.js)
- in in-repo-addon: component-test foo ... --loose → foo-test.js (app.js)
- in in-repo-addon: component-test x-foo ... --unit --loose → x-foo-test.js

Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
update blueprint tests for ember-cli 6.11.0 strict/GJS mode defaults
@renovate
Copy link
Contributor Author

renovate bot commented Mar 6, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@NullVoxPopuli NullVoxPopuli merged commit f9ecf88 into main Mar 6, 2026
34 checks passed
@NullVoxPopuli NullVoxPopuli deleted the renovate/lock-file-maintenance branch March 6, 2026 16:56
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