Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ember-source to the latest version 馃殌 #230

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jan 25, 2018

Version 3.0.0-beta.4 of ember-source was just published.

Dependency ember-source
Current Version 2.18.0
Type devDependency

The version 3.0.0-beta.4 is not covered by your current version range.

If you don鈥檛 accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of ember-source.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don鈥檛 have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 377 commits ahead by 377, behind by 39.

  • 58b7fa9 Release v3.0.0-beta.4
  • 233a34e Update CHANGELOG for 3.0.0-beta.4
  • d1382e3 [BUGFIX lts] Enable some recovery of errors thrown during render.
  • 750bead Add execa to devDependencies.
  • cea9a86 [BUGFIX beta] Do not add enumerable properties to String.prototype.
  • c08515f [BUGFIX beta] Do not add enumerable properties to Function.prototype.
  • f8417fb [BUGFIX beta] Avoid adding enumerable properties to Array.prototype.
  • d72ffd5 [BUGFIX beta] Cache the descriptor trap.
  • bcc8aaa Simplify implementation of some array methods
  • 6e5481f Remove Enumerable.detect checks
  • 8ed17d7 Update array mixin documentation to avoid mentioning enumerables
  • a0ad2df Remove private enumerableContent{Will,Did}Change
  • fdb4a0f Move enumerable mixin methods into array mixins
  • fb95811 Migrate enumerable tests into array tests
  • be788ca Remove superfluous/accidental assert param

There are 250 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

greenkeeper bot added a commit that referenced this pull request Feb 14, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 14, 2018

Version 3.0.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 28 commits.

  • 84c8eca Release v3.0.0.
  • 5192acf Add v3.0.0 to CHANGELOG.md.
  • 8246b62 Add v2.18.1 to CHANGELOG.md.
  • 87a5094 Add v2.17.1 to CHANGELOG.md
  • 742f60d Add v2.16.2 to CHANGELOG.md.
  • 662f2a2 Ensure cleanup is ran for compile tests.
  • 22c5642 cleanup getting reference
  • ed4bef0 [BUGFIX beta] Prevent errors when using const (get arr 1).
  • 979e805 [BUGFIX lts] Avoid excessively calling Glimmer AST transforms.
  • 5227ede Release v3.0.0-beta.6
  • 558d800 Add 3.0.0-beta.6 to CHANGELOG
  • 5658610 [BUGFIX beta] prevent test error by converting illegal characters in branch name
  • 8fcdc6a [docs beta]Remove Ember.Logger, Ember.Test* from modules, hide @ember/map
  • 91dd6b9 [docs beta]Show the right ContainerProxyMixin Docs
  • 0245872 [doc beta]Removes the submodule reference to ember-glimmer

There are 28 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 10, 2018

Version 3.1.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 597 commits ahead by 597, behind by 107.

  • 9a81db7 Release v3.1.0
  • 2a19b7b Add v3.1.0 to CHANGELOG
  • ad09111 Rename private property Route#router to Router#_router
  • 96ed878 [DOC release] Fix Router Service copypasta mistake
  • 90d484c [BUGFIX release] Ignore --pod for -addon blueprints
  • efb0511 Add failing tests for -addon blueprints with --pod
  • 76746ab [DOCS Beta] Tweaked the url for the Ember Inspector
  • eef7288 clarify documentation for makeArray
  • 7169066 [BUGFIX beta] revert jquery-less pendingRequest event handling
  • ac55699 Release v3.1.0-beta.5
  • 8f395f0 Add v3.1.0-beta.5 to CHANGELOG
  • b822e6b [BUGFIX release] Fold all trap methods together
  • daeb631 [BUGFIX release] Adds toJSON to list of descriptorTrap assertion exception
  • d60b301 [BUGFIX beta] Bring RSVP.cast back from the dead
  • 821a34e [BUGFIX] Fix initialiters tests blueprints

There are 250 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 23, 2018

Version 3.1.1 just got published.

Update to this version instead 馃殌

Release Notes v3.1.1

CHANGELOG

  • #16559 [BUGFIX] Fix property normalization, Update glimmer-vm to 0.34.0
  • #16493 [BUGFIX] Ensure proxies have access to getOwner(this).
  • #16496 [BUGFIX] Add exception for didRemoveListener so evented proxy objects can function
  • #16494 [BUGFIX] Adjust assertion to allow for either undefined or null
  • #16558 [BUGFIX] Ensure ComponentDefinitions do not leak heap space.
  • #16560 [BUGFIX] Avoid strict assertion when object proxy calls thru for function
  • #16563 [BUGFIX] Ensure ariaRole can be initially false.
  • #16564 [BUGFIX] Ensure Ember.isArray does not trigger proxy assertion.
  • #16572 [BUGFIX] Fix curly component class reference setup
Commits

The new version differs by 25 commits.

  • cc511bb Release v3.1.1
  • 508277b Add v3.1.1 to CHANGELOG
  • f39deb6 Fixup (another) incorrect import.
  • a3b8729 Fix incorrect import (bad cherry-pick).
  • 928f854 fix 16505: construct valid curly component manager class ref
  • 2712a16 failing tests for #16505
  • 1e0ecb1 [BUGFIX release] avoid strict assertion when object proxy calls thru for function
  • 722480e [BUGFIX release] Ensure Ember.isArray does not trigger proxy assertion.
  • fa3b662 Fix (another) merge conflict issue.
  • 5dda038 [BUGFIX release] Ensure ariaRole can be initially false.
  • 234e7cd Add missing import.
  • 8931875 fix 16311 and 16477
  • 7ea5308 tests for #16311
  • 1070ba0 Update to glimmer-vm 0.32.7.
  • 78ec2dc [BUGFIX release] Test to ensure helper definitions are not leaked.

There are 25 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 7, 2018

Version 3.1.2 just got published.

Update to this version instead 馃殌

Release Notes v3.1.2

CHANGELOG

  • #16600 [BUGFIX] Fix SimpleHelper memory leak
  • #16605 [BUGFIX] Use resetCache on container destroy.
  • 182fc3 [BUGFIX] Update glimmer-vm to ensure arguments are properly garbage collected.
  • #16281 [BUGFIX] Ensure warning from {{#link-to RE: loading state does not throw an assertion.
Commits

The new version differs by 11 commits.

  • 5458d51 fixup! [BUGFIX release] Fix SimpleHelper memory leak
  • 91d3329 Release v3.1.2.
  • 6273d32 Add v3.1.2 to CHANGELOG.
  • 20c908d fix(link-to): add id to "inactive loading state" warning
  • 91735dc [BUGFIX release] Use resetCache on container destroy to help reduce
  • d09dbf6 Minor change to wording of doco for 'action' template helper
  • 6ac012b [DOC release] Correct description of usage of setUnknownProperty by set
  • 58bb287 [BUGFIX release] Fix SimpleHelper memory leak
  • 182fc31 Bump glimmer-vm (for Arguments GC)
  • ed6b937 Merge pull request #16582 from toddjordan/important-api-doc-bugfix-cherrypick
  • 9255539 [DOC release] Fix docs per issue #16500

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2018

Version 3.2.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 474 commits ahead by 474, behind by 86.

  • 5028c75 Release v3.2.0.
  • b47c345 Add 3.2.0 to CHANGELOG.
  • dd09fe1 Replace @glimmer/env imports with ember-env-flags (fixing merge back
  • 0417690 [BUGFIX release] Fix #16427
  • 19c6d7a Add test for issue #16427
  • d887e98 remove unused isDescriptorTrap
  • f93e4b4 clean lint stuff
  • e4ebe8c some cleanup
  • 13ae9d2 remove EMBER_METAL_ES5_GETTER flag
  • 2d779dc [BUGFIX beta] computed.sort array should update if sort properties array is empty
  • c744480 [BUGFIX beta] bump glimmer
  • 7cf9642 Fix module unification lookup.
  • a5d59cf fix, weakmap is pointless since we don't unload compiled templates.
  • 62c6354 Fix cache
  • 140ffb7 we don't need to build a composite key, the layout and component

There are 250 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 19, 2018

Version 3.2.1 just got published.

Update to this version instead 馃殌

Release Notes v3.2.1

CHANGELOG

  • #16750 [BUGFIX] Bring back isObject guard for ember-utils/is_proxy
Commits

The new version differs by 5 commits.

  • 7e31122 Release v3.2.1
  • d8c83ff Add v3.2.1 to CHANGELOG
  • 57a6fcf [BUGFIX] bring back isObject guard for ember-utils/is_proxy
  • cd0c684 [DOC release] Fix broken links to guides
  • 84e3922 [DOC release] Update class_names_support.js to include binding classes to false properties

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 21, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 21, 2018

Version 3.2.2 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 8 commits.

  • 23bf7e9 Release v3.2.2
  • e0f32cc Add v3.2.2 to CHANGELOG
  • 3f053be Fix release branch BUILD_TYPE
  • a8d4767 [BUGFIX release] Refactor owner/container destroy.
  • c98ff92 Fix code style
  • 93ed3bb Fix container destroy timing
  • 514fc38 [SQUASH] Fix prettier errors
  • e7c38bf [DOC lts] Document Transitiondirectly in source, remove yuidoc.json stuff

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 16, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 16, 2018

Version 3.3.0 just got published.

Update to this version instead 馃殌

Release Notes v3.3.0

CHANGELOG

  • #16687 [FEATURE] Implement optional jQuery integration (see emberjs/rfcs#294 for more details).
  • #16690 [DEPRECATION] emberjs/rfcs#294 Deprecate accessing jQuery.Event#originalEvent.
  • #16691 [DEPRECATION] emberjs/rfcs#237 Implement Ember.Map, Ember.MapWithDefault, and Ember.OrderedSet deprecation.
  • #16692 [DEPRECATION] emberjs/rfcs#322 Implement Ember.copy/Ember.Copyable deprecation.
  • #16709 [BUGFIX] Avoid ordered set deprecation in @ember/ordered-set addon.
  • #16729 [BUGFIX] Throw error if run.bind receives no method.
  • #16731 [BUGFIX] Better error when a route name is not valid.
  • #16743 [BUGFIX] Update glimmer-vm to 0.35.4.
  • #16767 [BUGFIX] Ensure meta._parent is initialized.
  • #16781 [BUGFIX] Ensure tests from @ember/* are excluded from debug/prod builds.
  • #16619 [BUGFIX] Update router_js to ensure (hash works in query params.
  • #16632 [BUGFIX] computed.sort array should update if sort properties array is empty/

greenkeeper bot added a commit that referenced this pull request Jul 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 23, 2018

Version 3.3.1 just got published.

Update to this version instead 馃殌

Release Notes v3.3.1

CHANGELOG

  • #16836 [DOC] Fix Broken 3.3 API Documentation

greenkeeper bot added a commit that referenced this pull request Aug 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 20, 2018

Version 3.3.2 just got published.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Aug 28, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 28, 2018

Version 3.4.0 just got published.

Update to this version instead 馃殌

Release Notes v3.4.0

CHANGELOG

  • #16603 [BUGFIX] Support mouseEnter/Leave events w/o jQuery
  • #16857 [BUGFIX] Prevents the recursive redefinition of root chains
  • #16854 [BUGFIX] Don't thread FactoryManager through createComponent
  • #16773 [FEATURE] Custom component manager (see emberjs/rfcs#213 for more details)
  • #16708 [FEATURE] Angle bracket component invocation (see emberjs/rfcs#311 for more details)
  • #16744 [DEPRECATION] Deprecate component#sendAction (see emberjs/rfcs#335 for more details)
  • #16720 Upgrade backburner.js to 2.3.0
  • #16783 [BUGFIX] Allow setting length on ArrayProxy.
  • #16785 [BUGFIX] Ensure ArrayMixin#invoke returns an Ember.A.
  • #16784 [BUGFIX] Setting ArrayProxy#content in willDestroy resets length.
  • #16794 [BUGFIX] Fix instance-initializer-test blueprint for new QUnit testing API (emberjs/rfcs#232)
  • #16797 [BUGFIX] Drop autorun assertion
Commits

The new version differs by 166 commits ahead by 166, behind by 48.

  • 14f44d6 Release v3.4.0
  • 0143d4a Add v3.4.0 to CHANGELOG
  • 0934632 Release v3.4.0-beta.3
  • 84770c4 Add v3.4.0-beta.3 to CHANGELOG
  • 2aee453 [BUGFIX beta] support mouseEnter/Leave events w/o jQuery
  • 94512a0 Add v3.3.2 to CHANGELOG
  • af60c28 Adapt publish_builds to expect just the npm token in an environment
  • 3b51225 Add v3.1.4 to CHANGELOG.md.
  • 5da5051 [BUGFIX beta] Enable @ember/object#get to be called with an empty string
  • 7595ad8 Release v3.4.0-beta.2
  • df84704 Add v3.4.0-beta.2 to CHANGELOG
  • c4e02b1 Add v3.3.1 to CHANGELOG
  • 24ba27d [bugfix] Prevents the recursive redefinition of root chains
  • 645b611 [BUGFIX beta] Don't thread FactoryManager through createComponent
  • aea5d6f [BUGFIX beta] Allow ArrayProxy#pushObjects to accept ArrayProxy again

There are 166 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 11, 2018

Version 3.4.1 just got published.

Update to this version instead 馃殌

Release Notes v3.4.1

CHANGELOG

  • #16933 [BUGFIX] Update glimmer-vm packages to 0.38.8
Commits

The new version differs by 3 commits.

  • 387b48e Release v3.4.1
  • e0317d4 Add v3.4.1 to CHANGELOG
  • a1b5418 [BUGFIX release] Update glimmer-vm packages to 0.35.8.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 25, 2018

  • The devDependency ember-source was updated from 2.18.2 to 3.4.2.

Update to this version instead 馃殌

Release Notes for v3.4.2

CHANGELOG

  • #16860 [BUGFIX] Clear chains in ProxyMixin when destroyed
  • #16999 [BUGFIX] Fix mouseEnter/Leave event delegation without jQuery
Commits

The new version differs by 7 commits.

  • eab3971 Release v3.4.2
  • af8f4ee Add v3.4.2 to CHANGELOG
  • 743847a use willDestroy in stead of destroy
  • 1ec3086 cleanup bindings if the proxy is destroyed
  • 3334166 [BUGFIX release] fix mouseEnter/Leave event delegation w/o jQuery
  • 46cccd6 [DOC release] Mark notifyPropertyChange as public.
  • 2bece3b [DOC release]Fix module for template helpers to be ember

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 26, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 26, 2018

  • The devDependency ember-source was updated from 2.18.2 to 3.4.3.

Update to this version instead 馃殌

Commits

The new version differs by 7 commits.

  • 68ce8e3 3.4.3
  • f404f30 Merge pull request #17003 from emberjs/release-triple-curlies-bugfix
  • 472a3b9 #17003 CHANGELOG [ci skip]
  • 283dcd1 Bump @glimmer/*
  • 74ebe7b Add failing test for #16314
  • 830d766 Add failing test for #14924 and #16172
  • 793d123 Add failing test for #14978

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 27, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 27, 2018

  • The devDependency ember-source was updated from 2.18.2 to 3.4.4.

Update to this version instead 馃殌

Release Notes for v3.4.4

CHANGELOG

  • #17013 [BUGFIX] Fix rendering of empty content with {{{...}}} or {{...}} with htmlSafe('') in IE11
Commits

The new version differs by 2 commits.

  • 5060181 3.4.4
  • d260f6f Fix rendering of empty content with {{{...}}} in IE11

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 5, 2018

  • The devDependency ember-source was updated from 2.18.2 to 3.4.5.

Update to this version instead 馃殌

Commits

The new version differs by 7 commits.

  • 5a8873b Release v3.4.5
  • 82b0b2d Add v3.4.5 to CHANGELOG
  • faa9b05 [BUGFIX release] Update backburner.js to 2.4.0.
  • 9956c06 Add integrity to yarn.lock
  • 709ecd9 [DOC RELEASE] [DOC 3.3] [DOC 3.4] Fix missing docs
  • a8a84e9 Merge pull request #17031 from kgautreaux/patch-1
  • 4eaf541 Fix typo on line 75

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 5, 2018
greenkeeper bot added a commit that referenced this pull request Oct 9, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 9, 2018

  • The devDependency ember-source was updated from 2.18.2 to 3.5.0.

Update to this version instead 馃殌

Commits

The new version differs by 74 commits ahead by 74, behind by 48.

  • db6a5de Release v3.5.0
  • cae13d4 Add v3.5.0 to CHANGELOG
  • 5da9996 Fix typo on line 75
  • b41d933 Fixup CHANGELOG
  • 48ad148 Add v3.4.5 to CHANGELOG
  • d37a42e Release v3.5.0-beta.4
  • 942fdb7 Add v3.5.0-beta.4 to CHANGELOG
  • 16225e8 [DOC RELEASE] [DOC 3.3] [DOC 3.4] Fix missing docs
  • e90e1c6 Fix rendering of empty content with {{{...}}} in IE11
  • d752b94 Merge pull request #17004 from emberjs/beta-triple-curlies-bugfix
  • d34e557 (cherry picked from commit 472a3b96525250f87ce9368d35952d9c98c4d353)
  • e61ecf8 Bump @glimmer/*
  • b968b85 Add failing test for #16314
  • 8f67aec Add failing test for #14924 and #16172
  • e4b4b82 Add failing test for #14978

There are 74 commits in total.

See the full diff

@greenkeeper greenkeeper bot closed this Oct 13, 2018
@greenkeeper greenkeeper bot deleted the greenkeeper/ember-source-3.0.0-beta.4 branch October 13, 2018 12:03
Turbo87 pushed a commit that referenced this pull request Oct 15, 2018
Bumps [ember-resolver](https://github.com/ember-cli/ember-resolver) from 4.1.0 to 5.0.1.
<details>
<summary>Changelog</summary>

*Sourced from [ember-resolver's changelog](https://github.com/ember-cli/ember-resolver/blob/master/CHANGELOG.md).*

> # Change Log
> 
> ## [v4.5.6](https://github.com/ember-cli/ember-resolver/tree/v4.5.6) (2018-06-13)
> [Full Changelog](ember-cli/ember-resolver@v4.5.5...v4.5.6)
> 
> **Closed issues:**
> 
> - An error occurred in the constructor for ember-resolver [\#234](https://github-redirect.dependabot.com/ember-cli/ember-resolver/issues/234)
> - emberResolverFeatureFlags\(\) calls project.config\(\) without an environment name [\#233](https://github-redirect.dependabot.com/ember-cli/ember-resolver/issues/233)
> - ember-cli-react/resolver not found [\#231](https://github-redirect.dependabot.com/ember-cli/ember-resolver/issues/231)
> - Add ember-cli-eslint [\#200](https://github-redirect.dependabot.com/ember-cli/ember-resolver/issues/200)
> 
> **Merged pull requests:**
> 
> - cleanup yo [\#240](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/240) ([stefanpenner](https://github.com/stefanpenner))
> - Added config type to module unification config [\#239](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/239) ([chrism](https://github.com/chrism))
> - use flag EMBER\_CLI\_MODULE\_UNIFICATION [\#238](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/238) ([givanse](https://github.com/givanse))
> - Fixup linting issues. [\#236](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/236) ([rwjblue](https://github.com/rwjblue))
> - Update to ember-cli@3.1.4 blueprint. [\#235](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/235) ([rwjblue](https://github.com/rwjblue))
> 
> ## [v4.5.5](https://github.com/ember-cli/ember-resolver/tree/v4.5.5) (2018-03-23)
> [Full Changelog](ember-cli/ember-resolver@v4.5.4...v4.5.5)
> 
> **Closed issues:**
> 
> - \[4.5.3\] Build error [\#227](https://github-redirect.dependabot.com/ember-cli/ember-resolver/issues/227)
> - Support for RFC 297 - Deprecation of Ember.Logger [\#223](https://github-redirect.dependabot.com/ember-cli/ember-resolver/issues/223)
> 
> **Merged pull requests:**
> 
> - \[RFC 297\] Updated to conditionally use console rather than using Ember.Logger [\#232](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/232) ([lupestro](https://github.com/lupestro))
> - Update module unification spec link [\#230](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/230) ([josemarluedke](https://github.com/josemarluedke))
> - Use build-time `project.isModuleUnification\(\)` instead of feature flag. [\#228](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/228) ([cibernox](https://github.com/cibernox))
> 
> ## [v4.5.4](https://github.com/ember-cli/ember-resolver/tree/v4.5.4) (2018-03-09)
> [Full Changelog](ember-cli/ember-resolver@v4.5.3...v4.5.4)
> 
> ## [v4.5.3](https://github.com/ember-cli/ember-resolver/tree/v4.5.3) (2018-03-09)
> [Full Changelog](ember-cli/ember-resolver@v4.5.2...v4.5.3)
> 
> **Closed issues:**
> 
> - Namespaces [\#214](https://github-redirect.dependabot.com/ember-cli/ember-resolver/issues/214)
> 
> **Merged pull requests:**
> 
> - Update MU trees: template-options is now template-compiler [\#226](https://github-redirect.dependabot.com/ember-cli/ember-resolver/pull/226) ([cibernox](https://github.com/cibernox))
> 
> ## [v4.5.2](https://github.com/ember-cli/ember-resolver/tree/v4.5.2) (2018-03-05)
> [Full Changelog](ember-cli/ember-resolver@v4.5.1...v4.5.2)
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`6303c48`](ember-cli/ember-resolver@6303c48) release v5.0.1 馃帀
- [`0ffc530`](ember-cli/ember-resolver@0ffc530) Merge pull request [#243](https://github-redirect.dependabot.com/ember-cli/ember-resolver/issues/243) from ember-cli/remove-default-resolver
- [`51f92e8`](ember-cli/ember-resolver@51f92e8) release v5.0.0 馃帀
- [`df3ef4e`](ember-cli/ember-resolver@df3ef4e) Merge pull request [#244](https://github-redirect.dependabot.com/ember-cli/ember-resolver/issues/244) from ember-cli/chores
- [`1c40ceb`](ember-cli/ember-resolver@1c40ceb) Fix linting
- [`340f2ca`](ember-cli/ember-resolver@340f2ca) upgrade eslint + qunit-dom
- [`793ed30`](ember-cli/ember-resolver@793ed30) Disable not super important test for 3.3 test combat:
- [`777bdf1`](ember-cli/ember-resolver@777bdf1) upgrade CLI
- [`fa0302e`](ember-cli/ember-resolver@fa0302e) upgrades
- [`d63ac09`](ember-cli/ember-resolver@d63ac09) update lockfile (fix node 10 issue)
- Additional commits viewable in [compare view](ember-cli/ember-resolver@v4.1.0...v5.0.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ember-resolver&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=5.0.1)](https://dependabot.com/compatibility-score.html?dependency-name=ember-resolver&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=5.0.1)

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 will **not** automatically merge this PR because it includes a major update to a development dependency.

---

**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](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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

</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants