BREAKING ENHANCEMENT: support embroider v2-formatted addons
BREAKING: drop support for babel 6
BREAKING: inject entry chunks directly into HTML
BREAKING: addons that use ember-auto-import 2.0 require that the app also has ember-auto-import 2.0.
BREAKING: apps must depend directly on webpack 5
BREAKING: change our alias option to more closely match webpack by doing a prefix match by default.
BUGFIX: fix compatibility with babel 7.26+ by @rwjblue
ENHANCEMENT: support auto-importing dependencies via @embroider/macrosimportSync by @simonihmig
BUGFIX: fix accidental duplication of webpack config
BREAKING: minimum supported Node is 12 (because 10 hit EOL on 2021-04-30)
BREAKING: minimum supported Ember and EmberCLI versions are both 3.4
1.11.3
NO-OP: I accidentally published 2.0.0-alpha.0 to NPM under the latest tag. This is a re-published of 1.11.2 to supplant that as latest.
1.11.2
BUGFIX: the new prefix matching implementation of alias turned out to be a breaking change, so we're rolling it back in order to make it opt-in.
1.11.1
BUGFIX: as part of the watchDependencies feature we changed webpack splitChunksPlugin config in a way that broke in apps with common lazy chunks.
1.11.0
HOUSEKEEPING: major test infrastructure refactor by @ef4 & @mattmcmanus
COMPAT: ensure babel compilation ignores a babel.config.js by @rwjblue
ENHANCEMENT: introduce watchDependencies option
ENHANCEMENT: allow unambiguous data URIs
ENHANCEMENT: make alias option support prefix matching by @buschtoens
BUGFIX: update test-support regex to work with scoped packages by @paddyobrien
1.10.1
BUGFIX: the previous release accidentally leaked code to browsers that was not IE11-safe.
1.10.0
ENHANCEMENT: we are now compatible with the Embroider package spec's handling of import(). Template string literals are allowed so long as they point unambiguously to modules within a specific package, or are unambiguously a URL.
BUGFIX: the test-support tree detection feature in 1.9.0 didn't actually match ember-cli's naming scheme, by @rwjblue.
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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps ember-auto-import from 1.7.0 to 2.0.1.
Changelog
Sourced from ember-auto-import's changelog.
... (truncated)
Commits
6b32fba
releasing67fea45
Merge pull request #406 from ef4/loose-warning912899f
fix inconsistent "loose" babel warningdfd511c
Merge pull request #401 from MrChocolatine/patch-1dcd3ba2
docs(CHANGELOG): fix link to guide upgrade to v2543fcc0
Merge pull request #400 from ef4/v2.0.0746e1d8
promoting beta to 2.0 final179c983
Merge pull request #399 from ef4/reactivate-canary06b9a05
reactivate test under canary9062070
Update README.mdDependabot 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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)