Skip to content

fix: move ember-auto-import to dependencies#1208

Merged
mixonic merged 1 commit intoAddepar:masterfrom
ro0gr:depend-on-auto-import
Feb 27, 2026
Merged

fix: move ember-auto-import to dependencies#1208
mixonic merged 1 commit intoAddepar:masterfrom
ro0gr:depend-on-auto-import

Conversation

@ro0gr
Copy link
Copy Markdown
Contributor

@ro0gr ro0gr commented Jan 28, 2026

so it can be used with the latest vertical-collection.

Currently when I try upgrade vertical-collection, I get the following error:

ember-table needs to depend on ember-auto-import in order to use @html-next/vertical-collection

According to https://github.com/embroider-build/ember-auto-import/tree/main?tab=readme-ov-file#installing-ember-auto-import-in-an-addon, auto-import should be moved to the dependencies:

add ember-auto-import to your dependencies, not your devDependencies, so it will be present when your addon is used by apps

Copilot AI review requested due to automatic review settings January 28, 2026 12:15
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a dependency configuration issue by moving ember-auto-import from devDependencies to dependencies in package.json. This is necessary for ember-table to work with the latest version of @html-next/vertical-collection, which requires addons to have ember-auto-import as a runtime dependency rather than a dev dependency.

Changes:

  • Moved ember-auto-import from devDependencies to dependencies in package.json

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

so it can be used with the latest vertical-collection
@mixonic mixonic force-pushed the depend-on-auto-import branch from 724dc6e to 8725653 Compare February 27, 2026 20:09
@mixonic mixonic enabled auto-merge (squash) February 27, 2026 20:13
@mixonic mixonic merged commit 7c2b8d7 into Addepar:master Feb 27, 2026
8 of 9 checks passed
@mixonic mixonic added the bug label Feb 27, 2026
@mixonic
Copy link
Copy Markdown
Member

mixonic commented Feb 27, 2026

This is included in 6.0.0-11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants