Skip to content

build(deps): bump ember-auto-import from 2.10.0 to 2.13.1#1233

Open
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/npm_and_yarn/ember-auto-import-2.13.1
Open

build(deps): bump ember-auto-import from 2.10.0 to 2.13.1#1233
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/npm_and_yarn/ember-auto-import-2.13.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps ember-auto-import from 2.10.0 to 2.13.1.

Release notes

Sourced from ember-auto-import's releases.

v2.13.1-ember-auto-import

Release (2026-03-29)

  • ember-auto-import 2.13.1 (patch)

🐛 Bug Fix

Committers: 1

v2.13.0-ember-auto-import

Release (2026-03-24)

  • ember-auto-import 2.13.0 (minor)

🚀 Enhancement

  • ember-auto-import
    • #705 implement renamed-modules in webpack plugin to support use-ember-modules (@​kategengler)

🏠 Internal

Committers: 3

v2.12.1-ember-auto-import

Release (2026-02-26)

  • ember-auto-import 2.12.1 (patch)

🐛 Bug Fix

  • ember-auto-import
    • #687 Fix externals tracking for deps with escaped characters (@​ef4)

🏠 Internal

Committers: 2

... (truncated)

Changelog

Sourced from ember-auto-import's changelog.

Changelog

Release (2026-03-29)

  • ember-auto-import 2.13.1 (patch)

🐛 Bug Fix

Committers: 1

Release (2026-03-24)

  • ember-auto-import 2.13.0 (minor)

🚀 Enhancement

  • ember-auto-import
    • #705 implement renamed-modules in webpack plugin to support use-ember-modules (@​kategengler)

🏠 Internal

Committers: 3

Release (2026-02-26)

  • ember-auto-import 2.12.1 (patch)

🐛 Bug Fix

  • ember-auto-import
    • #687 Fix externals tracking for deps with escaped characters (@​ef4)

🏠 Internal

Committers: 2

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for ember-auto-import since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ember-auto-import](https://github.com/embroider-build/ember-auto-import/tree/HEAD/packages/ember-auto-import) from 2.10.0 to 2.13.1.
- [Release notes](https://github.com/embroider-build/ember-auto-import/releases)
- [Changelog](https://github.com/embroider-build/ember-auto-import/blob/main/packages/ember-auto-import/CHANGELOG.md)
- [Commits](https://github.com/embroider-build/ember-auto-import/commits/HEAD/packages/ember-auto-import)

---
updated-dependencies:
- dependency-name: ember-auto-import
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 30, 2026
The Run Tests CI checks failed after ember-auto-import
was updated from 2.10.0 to 2.13.1.

Root cause: Dependabot updated yarn.lock to ember-auto-import@2.13.1 but
left the version constraint in package.json at ^2.4.2. The CI runs
`yarn install --frozen-lockfile` which requires the lockfile to be in
perfect sync with package.json.

Fix: Updated the ember-auto-import version constraint in package.json
from ^2.4.2 to ^2.13.1 to match the version in yarn.lock.

Risk: Low risk: only updated the version constraint to match the
already-installed version in the lockfile. No code changes required.

Files changed:
- package.json

Automated fix by veni-vidi-fixi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

1 participant