ember-cli / ember-cli-mocha

Mocha and Chai tests for ember-cli applications
Apache License 2.0
147 stars 59 forks source link

Bump ember-resolver from 5.0.1 to 5.1.1 #338

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ember-resolver from 5.0.1 to 5.1.1.

Release notes *Sourced from [ember-resolver's releases](https://github.com/ember-cli/ember-resolver/releases).* > ## 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))
Changelog *Sourced from [ember-resolver's changelog](https://github.com/ember-cli/ember-resolver/blob/master/CHANGELOG.md).* > ## 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)) > - Simon Ihmig ([@​simonihmig](https://github.com/simonihmig)) > - Tobias Bieniek ([@​Turbo87](https://github.com/Turbo87)) > > ## [v5.0.0](https://github.com/ember-cli/ember-resolver/tree/v5.0.0) (2018-07-23) > > [Full Changelog](https://github.com/ember-cli/ember-resolver/compare/v4.5.6...v5.0.0) > > **Breaking Changes** > > - Dropped support for Node v4 > - ember-resolver will no longer fall back to the globals resolver [\#243](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/243) > > ## [v4.5.6](https://github.com/ember-cli/ember-resolver/tree/v4.5.6) (2018-06-13) > [Full Changelog](https://github.com/ember-cli/ember-resolver/compare/v4.5.5...v4.5.6) > > **Closed issues:** > > ... (truncated)
Commits - [`c229138`](https://github.com/ember-cli/ember-resolver/commit/c2291386a99f75145c4c0c9d0fdefb57151589f8) v5.1.1 - [`196fa7e`](https://github.com/ember-cli/ember-resolver/commit/196fa7e95e3dc8ffb33dbb4e21ed3ff3e3c5c6af) Add v5.1.1 to CHANGELOG.md. - [`86c1a9a`](https://github.com/ember-cli/ember-resolver/commit/86c1a9a1b3d01c87ccf76a83f95eeb7f795a5ce4) Merge pull request [#313](https://github-redirect.dependabot.com/ember-cli/ember-resolver/issues/313) from buschtoens/fix/actually-add-normalize-for-debug - [`0cb9584`](https://github.com/ember-cli/ember-resolver/commit/0cb9584fb1887afc5db8c611397756003df850c4) v5.1.0 - [`e853383`](https://github.com/ember-cli/ember-resolver/commit/e853383b92ee95a299430ebf191ee2ce83ad55cd) Add v5.1.0 to CHANGELOG.md. - [`7a541a5`](https://github.com/ember-cli/ember-resolver/commit/7a541a5d5dbf857c566a32d3b384c5a6769b8239) Add changelog generation infra. - [`c607a8a`](https://github.com/ember-cli/ember-resolver/commit/c607a8ace2a780542eebb36fb30d9549641a964d) style(glimmer-wrapper): remove extra space - [`834a563`](https://github.com/ember-cli/ember-resolver/commit/834a56325e909de17335f523537c60edf6880f1b) refactor(glimmer-wrapper): hoist `normalize` - [`49cfa24`](https://github.com/ember-cli/ember-resolver/commit/49cfa240841df210d550a3c233908c0c867bb6ea) Merge pull request [#330](https://github-redirect.dependabot.com/ember-cli/ember-resolver/issues/330) from dfreeman/fix/scoped-engine-lookup - [`916f57f`](https://github.com/ember-cli/ember-resolver/commit/916f57f76b0b8fa15b67c0069dc781cc55c91e35) fix: support engine resolution in scoped packages - Additional commits viewable in [compare view](https://github.com/ember-cli/ember-resolver/compare/v5.0.1...v5.1.1)


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.

If all status checks pass Dependabot will automatically merge this pull request.


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 - `@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.