Release notes
*Sourced from [ember-resolver's releases](https://github.com/ember-cli/ember-resolver/releases).*
> ## v5.1.3
> #### :bug: Bug Fix
> * [#338](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/338) Fix MU `GlimmerResolver.normalize` when `fullName` is not present ([@ppcano](https://github.com/ppcano))
>
> #### Committers: 1
> - Pepe Cano ([@ppcano](https://github.com/ppcano))
>
> https://github.com/ember-cli/ember-resolver/compare/v5.1.2...v5.1.3
>
> ## v5.1.2
> #### :bug: Bug Fix
> * [#336](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/336) Update modifiers and router-map in MU resolver configuration. ([@rwjblue](https://github.com/rwjblue))
>
> #### Committers: 2
> - L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
> - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
>
> ## v5.1.1
> #### :bug: Bug Fix
> * [#313](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/313) fix(glimmer-wrapper): move debug `normalize` in `.extend()` block ([@buschtoens](https://github.com/buschtoens))
>
> #### Committers: 1
> - Jan Buschtöns ([@buschtoens](https://github.com/buschtoens))
>
> ## v5.1.0
> #### :rocket: Enhancement
> * [#295](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/295) Remove deprecated legacy shims ([@Turbo87](https://github.com/Turbo87))
>
> #### :bug: Bug Fix
> * [#330](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/330) Support engine resolution in scoped packages ([@dfreeman](https://github.com/dfreeman))
> * [#300](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/300) fix(glimmer-wrapper): add `normalize` method for `Registry#has` ([@buschtoens](https://github.com/buschtoens))
> * [#247](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/247) Fix MU for deeply nested classic components ([@simonihmig](https://github.com/simonihmig))
> * [#301](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/301) Add component-manager and modifier-manager to default module unification configuration ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
>
> #### :memo: Documentation
> * [#316](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/316) Adds changelog entry for version v5.0.0 ([@NLincoln](https://github.com/NLincoln))
>
> #### :house: Internal
> * [#310](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/310) Remove outaded comment ([@dcyriller](https://github.com/dcyriller))
> * [#294](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/294) Remove unused dependencies ([@Turbo87](https://github.com/Turbo87))
>
> #### Committers: 8
> - Cyrille David ([@dcyriller](https://github.com/dcyriller))
> - Dan Freeman ([@dfreeman](https://github.com/dfreeman))
> - Jan Buschtöns ([@buschtoens](https://github.com/buschtoens))
> - L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
> - Léo Bugoni ([@leobugoni](https://github.com/leobugoni))
> - Nathan Lincoln ([@NLincoln](https://github.com/NLincoln))
> - Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
> - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
> ... (truncated)
Changelog
*Sourced from [ember-resolver's changelog](https://github.com/ember-cli/ember-resolver/blob/master/CHANGELOG.md).*
> ## v5.1.3 (2019-02-22)
>
> #### :bug: Bug Fix
> * [#338](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/338) Fix MU `GlimmerResolver.normalize` when `fullName` is not present ([@ppcano](https://github.com/ppcano))
>
> #### Committers: 1
> - Pepe Cano ([@ppcano](https://github.com/ppcano))
>
> ## v5.1.2 (2019-02-21)
>
> #### :bug: Bug Fix
> * [#336](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/336) Update modifiers and router-map in MU resolver configuration. ([@rwjblue](https://github.com/rwjblue))
>
> #### Committers: 2
> - L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
> - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
>
> ## v5.1.1 (2019-02-15)
>
> #### :bug: Bug Fix
> * [#313](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/313) fix(glimmer-wrapper): move debug `normalize` in `.extend()` block ([@buschtoens](https://github.com/buschtoens))
>
> #### Committers: 1
> - Jan Buschtöns ([@buschtoens](https://github.com/buschtoens))
>
> ## v5.1.0 (2019-02-15)
>
> #### :rocket: Enhancement
> * [#295](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/295) Remove deprecated legacy shims ([@Turbo87](https://github.com/Turbo87))
>
> #### :bug: Bug Fix
> * [#330](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/330) Support engine resolution in scoped packages ([@dfreeman](https://github.com/dfreeman))
> * [#300](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/300) fix(glimmer-wrapper): add `normalize` method for `Registry#has` ([@buschtoens](https://github.com/buschtoens))
> * [#247](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/247) Fix MU for deeply nested classic components ([@simonihmig](https://github.com/simonihmig))
> * [#301](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/301) Add component-manager and modifier-manager to default module unification configuration ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
>
> #### :memo: Documentation
> * [#316](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/316) Adds changelog entry for version v5.0.0 ([@NLincoln](https://github.com/NLincoln))
>
> #### :house: Internal
> * [#310](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/310) Remove outaded comment ([@dcyriller](https://github.com/dcyriller))
> * [#294](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/294) Remove unused dependencies ([@Turbo87](https://github.com/Turbo87))
>
> #### Committers: 8
> - Cyrille David ([@dcyriller](https://github.com/dcyriller))
> - Dan Freeman ([@dfreeman](https://github.com/dfreeman))
> - Jan Buschtöns ([@buschtoens](https://github.com/buschtoens))
> - L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
> - Léo Bugoni ([@leobugoni](https://github.com/leobugoni))
> - Nathan Lincoln ([@NLincoln](https://github.com/NLincoln))
> ... (truncated)
Commits
- [`9947b2c`](https://github.com/ember-cli/ember-resolver/commit/9947b2c99a65966a860a5053678dcb436e85ea32) v5.1.3
- [`3fe1a5a`](https://github.com/ember-cli/ember-resolver/commit/3fe1a5ab499d68f185e50dc40d76378ff596928a) Add 5.1.3 to CHANGELOG.md.
- [`89b3583`](https://github.com/ember-cli/ember-resolver/commit/89b35836b82c44530ac7ad531b86a7bf5b406c48) Merge pull request [#338](https://github-redirect.dependabot.com/ember-cli/ember-resolver/issues/338) from ppcano/fix-mu-empty-normalize-call
- [`61cd597`](https://github.com/ember-cli/ember-resolver/commit/61cd5973953f7e0aeface95aa909370b900022cc) Fix MU `GlimmerResolver.normalize` when `fullName` is not present
- [`302c3ef`](https://github.com/ember-cli/ember-resolver/commit/302c3ef8fff714509b9457833a3d2c95e42ebd42) v5.1.2
- [`0ce7eb8`](https://github.com/ember-cli/ember-resolver/commit/0ce7eb8b301ecb2b29cd8d519a8b00eb3276b828) Add v5.1.2 to CHANGELOG.md.
- [`64f0bd7`](https://github.com/ember-cli/ember-resolver/commit/64f0bd78a8625e003dd76f0e11bb8d0b56b427ec) Merge pull request [#336](https://github-redirect.dependabot.com/ember-cli/ember-resolver/issues/336) from rwjblue/update-mu-resolver-config
- [`7536570`](https://github.com/ember-cli/ember-resolver/commit/7536570a47c24c7814469dd98c8a03b6cbed6548) Update modifiers and router-map in MU resolver configuration.
- [`6d47368`](https://github.com/ember-cli/ember-resolver/commit/6d4736896c63a8e389d2ac7729fd882b0a215239) Merge pull request [#335](https://github-redirect.dependabot.com/ember-cli/ember-resolver/issues/335) from NullVoxPopuli/patch-2
- [`4124ba9`](https://github.com/ember-cli/ember-resolver/commit/4124ba9467010c43a0487275fb20b2a7a2bec807) Add some additional types
- Additional commits viewable in [compare view](https://github.com/ember-cli/ember-resolver/compare/v4.5.5...v5.1.3)
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@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 your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps ember-resolver from 4.5.5 to 5.1.3.
Release notes
*Sourced from [ember-resolver's releases](https://github.com/ember-cli/ember-resolver/releases).* > ## v5.1.3 > #### :bug: Bug Fix > * [#338](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/338) Fix MU `GlimmerResolver.normalize` when `fullName` is not present ([@ppcano](https://github.com/ppcano)) > > #### Committers: 1 > - Pepe Cano ([@ppcano](https://github.com/ppcano)) > > https://github.com/ember-cli/ember-resolver/compare/v5.1.2...v5.1.3 > > ## v5.1.2 > #### :bug: Bug Fix > * [#336](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/336) Update modifiers and router-map in MU resolver configuration. ([@rwjblue](https://github.com/rwjblue)) > > #### Committers: 2 > - L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) > - Robert Jackson ([@rwjblue](https://github.com/rwjblue)) > > ## v5.1.1 > #### :bug: Bug Fix > * [#313](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/313) fix(glimmer-wrapper): move debug `normalize` in `.extend()` block ([@buschtoens](https://github.com/buschtoens)) > > #### Committers: 1 > - Jan Buschtöns ([@buschtoens](https://github.com/buschtoens)) > > ## v5.1.0 > #### :rocket: Enhancement > * [#295](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/295) Remove deprecated legacy shims ([@Turbo87](https://github.com/Turbo87)) > > #### :bug: Bug Fix > * [#330](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/330) Support engine resolution in scoped packages ([@dfreeman](https://github.com/dfreeman)) > * [#300](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/300) fix(glimmer-wrapper): add `normalize` method for `Registry#has` ([@buschtoens](https://github.com/buschtoens)) > * [#247](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/247) Fix MU for deeply nested classic components ([@simonihmig](https://github.com/simonihmig)) > * [#301](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/301) Add component-manager and modifier-manager to default module unification configuration ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) > > #### :memo: Documentation > * [#316](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/316) Adds changelog entry for version v5.0.0 ([@NLincoln](https://github.com/NLincoln)) > > #### :house: Internal > * [#310](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/310) Remove outaded comment ([@dcyriller](https://github.com/dcyriller)) > * [#294](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/294) Remove unused dependencies ([@Turbo87](https://github.com/Turbo87)) > > #### Committers: 8 > - Cyrille David ([@dcyriller](https://github.com/dcyriller)) > - Dan Freeman ([@dfreeman](https://github.com/dfreeman)) > - Jan Buschtöns ([@buschtoens](https://github.com/buschtoens)) > - L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) > - Léo Bugoni ([@leobugoni](https://github.com/leobugoni)) > - Nathan Lincoln ([@NLincoln](https://github.com/NLincoln)) > - Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) > - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) > ... (truncated)Changelog
*Sourced from [ember-resolver's changelog](https://github.com/ember-cli/ember-resolver/blob/master/CHANGELOG.md).* > ## v5.1.3 (2019-02-22) > > #### :bug: Bug Fix > * [#338](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/338) Fix MU `GlimmerResolver.normalize` when `fullName` is not present ([@ppcano](https://github.com/ppcano)) > > #### Committers: 1 > - Pepe Cano ([@ppcano](https://github.com/ppcano)) > > ## v5.1.2 (2019-02-21) > > #### :bug: Bug Fix > * [#336](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/336) Update modifiers and router-map in MU resolver configuration. ([@rwjblue](https://github.com/rwjblue)) > > #### Committers: 2 > - L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) > - Robert Jackson ([@rwjblue](https://github.com/rwjblue)) > > ## v5.1.1 (2019-02-15) > > #### :bug: Bug Fix > * [#313](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/313) fix(glimmer-wrapper): move debug `normalize` in `.extend()` block ([@buschtoens](https://github.com/buschtoens)) > > #### Committers: 1 > - Jan Buschtöns ([@buschtoens](https://github.com/buschtoens)) > > ## v5.1.0 (2019-02-15) > > #### :rocket: Enhancement > * [#295](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/295) Remove deprecated legacy shims ([@Turbo87](https://github.com/Turbo87)) > > #### :bug: Bug Fix > * [#330](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/330) Support engine resolution in scoped packages ([@dfreeman](https://github.com/dfreeman)) > * [#300](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/300) fix(glimmer-wrapper): add `normalize` method for `Registry#has` ([@buschtoens](https://github.com/buschtoens)) > * [#247](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/247) Fix MU for deeply nested classic components ([@simonihmig](https://github.com/simonihmig)) > * [#301](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/301) Add component-manager and modifier-manager to default module unification configuration ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) > > #### :memo: Documentation > * [#316](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/316) Adds changelog entry for version v5.0.0 ([@NLincoln](https://github.com/NLincoln)) > > #### :house: Internal > * [#310](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/310) Remove outaded comment ([@dcyriller](https://github.com/dcyriller)) > * [#294](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/294) Remove unused dependencies ([@Turbo87](https://github.com/Turbo87)) > > #### Committers: 8 > - Cyrille David ([@dcyriller](https://github.com/dcyriller)) > - Dan Freeman ([@dfreeman](https://github.com/dfreeman)) > - Jan Buschtöns ([@buschtoens](https://github.com/buschtoens)) > - L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) > - Léo Bugoni ([@leobugoni](https://github.com/leobugoni)) > - Nathan Lincoln ([@NLincoln](https://github.com/NLincoln)) > ... (truncated)Commits
- [`9947b2c`](https://github.com/ember-cli/ember-resolver/commit/9947b2c99a65966a860a5053678dcb436e85ea32) v5.1.3 - [`3fe1a5a`](https://github.com/ember-cli/ember-resolver/commit/3fe1a5ab499d68f185e50dc40d76378ff596928a) Add 5.1.3 to CHANGELOG.md. - [`89b3583`](https://github.com/ember-cli/ember-resolver/commit/89b35836b82c44530ac7ad531b86a7bf5b406c48) Merge pull request [#338](https://github-redirect.dependabot.com/ember-cli/ember-resolver/issues/338) from ppcano/fix-mu-empty-normalize-call - [`61cd597`](https://github.com/ember-cli/ember-resolver/commit/61cd5973953f7e0aeface95aa909370b900022cc) Fix MU `GlimmerResolver.normalize` when `fullName` is not present - [`302c3ef`](https://github.com/ember-cli/ember-resolver/commit/302c3ef8fff714509b9457833a3d2c95e42ebd42) v5.1.2 - [`0ce7eb8`](https://github.com/ember-cli/ember-resolver/commit/0ce7eb8b301ecb2b29cd8d519a8b00eb3276b828) Add v5.1.2 to CHANGELOG.md. - [`64f0bd7`](https://github.com/ember-cli/ember-resolver/commit/64f0bd78a8625e003dd76f0e11bb8d0b56b427ec) Merge pull request [#336](https://github-redirect.dependabot.com/ember-cli/ember-resolver/issues/336) from rwjblue/update-mu-resolver-config - [`7536570`](https://github.com/ember-cli/ember-resolver/commit/7536570a47c24c7814469dd98c8a03b6cbed6548) Update modifiers and router-map in MU resolver configuration. - [`6d47368`](https://github.com/ember-cli/ember-resolver/commit/6d4736896c63a8e389d2ac7729fd882b0a215239) Merge pull request [#335](https://github-redirect.dependabot.com/ember-cli/ember-resolver/issues/335) from NullVoxPopuli/patch-2 - [`4124ba9`](https://github.com/ember-cli/ember-resolver/commit/4124ba9467010c43a0487275fb20b2a7a2bec807) Add some additional types - Additional commits viewable in [compare view](https://github.com/ember-cli/ember-resolver/compare/v4.5.5...v5.1.3)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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.