BUGFIX: the babel-plugin-ember-template-compilation bugfix in the previous release was missing an explicit dependency declaration, so it didn't work 100% of the time. Fix by @mansona.
2.6.2
BUGFIX: automatically detect when our module shims need AMD dependencies. This eliminates the previous earlyBootSet manual workaround.
BUGFIX: use babel-plugin-ember-template-compilation on new-enough ember versions by @candunaj
INTERNAL: update tests for latest ember canary
BUGFIX: Fix wrong detection of ember-source version for earlyBootSet by @simonihmig
2.6.1
BUGFIX: earlyBootSet now defaults to empty, because it was causing problems for some apps. If you need it you need to turn it on explicitly. @NullVoxPopuli568
2.6.0
ENHANCEMENT: new option earlyBootSet allows you to work around compatibility problems between classic addons and v2 addons by @NullVoxPopuli553
2.5.0
ENHANCEMENT: add support for node type=module by @hjdivad544
INTERNAL: upgrade to @embroider/shared-internals 2.0
2.4.3
BUGFIX: Move Dynamic Template Import error to runtime instead of a build error by @mansona
BUGFIX: Respect v2 addon's explicit externals list
INTERNAL: add @babel/core to app and addon test templates for compatibility with upcoming ember versions.
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show 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 from 1.10.1 to 2.6.3.
Changelog
Sourced from ember-auto-import's changelog.
... (truncated)
Commits
b9abf29
releasingaefc491
add missing ember-template-compilation dependencyd8fd663
releasingca47ece
Merge pull request #574 from ef4/webpack-externals-detector8dddf07
only insert deps externalized by uscdb8c02
Merge pull request #573 from candunaj/added-babel-plugin-ember-template-compi...6109581
match either quote styleeb77cc3
Merge remote-tracking branch 'origin/main' into webpack-externals-detector63590b7
more canary compat4f164b5
Correctly detect where modules loop back to AMD from webpackDependabot 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show