Skip to content

Bump ember-cli-htmlbars from 2.0.3 to 4.2.0 #1984

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 19, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 18, 2019

Bumps ember-cli-htmlbars from 2.0.3 to 4.2.0.

Release notes

Sourced from ember-cli-htmlbars's releases.

Release 4.2.0

🚀 Enhancement

Committers: 1

Release 4.1.1

🐛 Bug Fix

Committers: 1

Release 4.1.0

🚀 Enhancement

  • #380 Implement basic patching strategy for colocated components. (@​rwjblue)

Committers: 1

Release 4.0.9

🚀 Enhancement

  • #373 Add co-location support to CoffeeScript component class files (@​locks)

📝 Documentation

🏠 Internal

Committers: 3

Release 4.0.8

🐛 Bug Fix

  • #340 Fix issues when using colocated component's with decorators. (@​rwjblue)

🏠 Internal

Committers: 1

Release 4.0.7

🐛 Bug Fix

... (truncated)
Changelog

Sourced from ember-cli-htmlbars's changelog.

v4.2.0 (2019-12-11)

🚀 Enhancement

Committers: 1

v4.1.1 (2019-12-11)

🐛 Bug Fix

Committers: 1

v4.1.0 (2019-12-10)

🚀 Enhancement

  • #380 Implement basic patching strategy for colocated components. (@​rwjblue)

Committers: 1

v4.0.9 (2019-12-04)

🚀 Enhancement

  • #373 Add co-location support to CoffeeScript component class files (@​locks)

📝 Documentation

🏠 Internal

Committers: 3

v4.0.8 (2019-10-19)

🐛 Bug Fix

  • #340 Fix issues when using colocated component's with decorators. (@​rwjblue)

🏠 Internal

Committers: 1

... (truncated)
Commits
  • df96246 Release 4.2.0
  • 07e4498 Remove setEdition requirement for colocation. (#384)
  • 7253846 Release 4.1.1
  • fe901c8 Merge pull request #390 from ember-cli/fix-issue-with-reexports
  • a1e3131 Ensure reexported components do not throw an error.
  • c8c7b2a Bump eslint-plugin-mocha from 6.2.0 to 6.2.2
  • d26acca Bump eslint-plugin-ember from 7.2.0 to 7.7.1
  • 347b2c9 Bump ember-try from 1.2.1 to 1.3.0
  • 93a70ab Bump prettier from 1.18.2 to 1.19.1
  • f46bf12 Remove setEdition requirement for colocation.
  • Additional commits viewable in compare view

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.


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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @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
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@rust-highfive
Copy link

r? @smarnach

(rust_highfive has picked a reviewer for you, use r? to override)

@Turbo87
Copy link
Member

Turbo87 commented Dec 18, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Dec 18, 2019

📌 Commit a27d557 has been approved by Turbo87

bors added a commit that referenced this pull request Dec 18, 2019
…lbars-4.2.0, r=Turbo87

Bump ember-cli-htmlbars from 2.0.3 to 4.2.0

Bumps [ember-cli-htmlbars](https://github.com/ember-cli/ember-cli-htmlbars) from 2.0.3 to 4.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ember-cli/ember-cli-htmlbars/releases">ember-cli-htmlbars's releases</a>.</em></p>
<blockquote>
<h2>Release 4.2.0</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/384">#384</a> Remove <code>setEdition</code> requirement for colocation. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>Release 4.1.1</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/390">#390</a> Ensure reexported components do not throw an error. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>Release 4.1.0</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/380">#380</a> Implement basic patching strategy for colocated components. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>Release 4.0.9</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/373">#373</a> Add co-location support to CoffeeScript component class files (<a href="https://github.com/locks">@​locks</a>)</li>
</ul>
<h4>:memo: Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/351">#351</a> Update Readme with syntax for usage with tagged templates (<a href="https://github.com/thec0keman">@​thec0keman</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/342">#342</a> Add <code>ember-octane</code> test suite run to CI. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 3</h4>
<ul>
<li>John Ratcliff (<a href="https://github.com/thec0keman">@​thec0keman</a>)</li>
<li>Ricardo Mendes (<a href="https://github.com/locks">@​locks</a>)</li>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>Release 4.0.8</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/340">#340</a> Fix issues when using colocated component's with decorators. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/341">#341</a> Add test using native classes + decorators. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/338">#338</a> Add broccoli plugin + babel plugin colocation tests (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>Release 4.0.7</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/336">#336</a> Support <code>as default</code> exports with template colocation (<a href="https://github.com/dfreeman">@​dfreeman</a>)</li>
</ul>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ember-cli/ember-cli-htmlbars/blob/master/CHANGELOG.md">ember-cli-htmlbars's changelog</a>.</em></p>
<blockquote>
<h2>v4.2.0 (2019-12-11)</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/384">#384</a> Remove <code>setEdition</code> requirement for colocation. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>v4.1.1 (2019-12-11)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/390">#390</a> Ensure reexported components do not throw an error. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>v4.1.0 (2019-12-10)</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/380">#380</a> Implement basic patching strategy for colocated components. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>v4.0.9 (2019-12-04)</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/373">#373</a> Add co-location support to CoffeeScript component class files (<a href="https://github.com/locks">@​locks</a>)</li>
</ul>
<h4>:memo: Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/351">#351</a> Update Readme with syntax for usage with tagged templates (<a href="https://github.com/thec0keman">@​thec0keman</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/342">#342</a> Add <code>ember-octane</code> test suite run to CI. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 3</h4>
<ul>
<li>John Ratcliff (<a href="https://github.com/thec0keman">@​thec0keman</a>)</li>
<li>Ricardo Mendes (<a href="https://github.com/locks">@​locks</a>)</li>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>v4.0.8 (2019-10-19)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/340">#340</a> Fix issues when using colocated component's with decorators. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/341">#341</a> Add test using native classes + decorators. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/338">#338</a> Add broccoli plugin + babel plugin colocation tests (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/df962465652b2f40bceed78c550a8669cd559a85"><code>df96246</code></a> Release 4.2.0</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/07e44983485c730c04cf9947d2449353a47e4463"><code>07e4498</code></a> Remove <code>setEdition</code> requirement for colocation. (<a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/issues/384">#384</a>)</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/725384673cd4a2ef1541de60cb10061bf6e6ee5c"><code>7253846</code></a> Release 4.1.1</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/fe901c865f7b601bfb89f0a8493a4f7e7f97482a"><code>fe901c8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/issues/390">#390</a> from ember-cli/fix-issue-with-reexports</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/a1e31319c8140efd117c503e16e1f519c829e336"><code>a1e3131</code></a> Ensure reexported components do not throw an error.</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/c8c7b2aa97898e6dd9325ff9d2c526962b2bfa6d"><code>c8c7b2a</code></a> Bump eslint-plugin-mocha from 6.2.0 to 6.2.2</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/d26acca77f5df6c3c922f2525df656c454142d58"><code>d26acca</code></a> Bump eslint-plugin-ember from 7.2.0 to 7.7.1</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/347b2c98660870ee83782a2bd48e01c33694bafa"><code>347b2c9</code></a> Bump ember-try from 1.2.1 to 1.3.0</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/93a70ab1036c9604f079e9b889925117c5172563"><code>93a70ab</code></a> Bump prettier from 1.18.2 to 1.19.1</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/f46bf12faebdecae24f0fb22b4414e1e58afc94b"><code>f46bf12</code></a> Remove <code>setEdition</code> requirement for colocation.</li>
<li>Additional commits viewable in <a href="https://github.com/ember-cli/ember-cli-htmlbars/compare/v2.0.3...v4.2.0">compare view</a></li>
</ul>
</details>
<br />

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

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

**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 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 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)
- `@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
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

</details>
@bors
Copy link
Contributor

bors commented Dec 18, 2019

⌛ Testing commit a27d557 with merge 5d695f2...

@bors
Copy link
Contributor

bors commented Dec 18, 2019

💔 Test failed - checks-travis

bors added a commit that referenced this pull request Dec 19, 2019
…lbars-4.2.0, r=Turbo87

Bump ember-cli-htmlbars from 2.0.3 to 4.2.0

Bumps [ember-cli-htmlbars](https://github.com/ember-cli/ember-cli-htmlbars) from 2.0.3 to 4.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ember-cli/ember-cli-htmlbars/releases">ember-cli-htmlbars's releases</a>.</em></p>
<blockquote>
<h2>Release 4.2.0</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/384">#384</a> Remove <code>setEdition</code> requirement for colocation. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>Release 4.1.1</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/390">#390</a> Ensure reexported components do not throw an error. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>Release 4.1.0</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/380">#380</a> Implement basic patching strategy for colocated components. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>Release 4.0.9</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/373">#373</a> Add co-location support to CoffeeScript component class files (<a href="https://github.com/locks">@​locks</a>)</li>
</ul>
<h4>:memo: Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/351">#351</a> Update Readme with syntax for usage with tagged templates (<a href="https://github.com/thec0keman">@​thec0keman</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/342">#342</a> Add <code>ember-octane</code> test suite run to CI. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 3</h4>
<ul>
<li>John Ratcliff (<a href="https://github.com/thec0keman">@​thec0keman</a>)</li>
<li>Ricardo Mendes (<a href="https://github.com/locks">@​locks</a>)</li>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>Release 4.0.8</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/340">#340</a> Fix issues when using colocated component's with decorators. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/341">#341</a> Add test using native classes + decorators. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/338">#338</a> Add broccoli plugin + babel plugin colocation tests (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>Release 4.0.7</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/336">#336</a> Support <code>as default</code> exports with template colocation (<a href="https://github.com/dfreeman">@​dfreeman</a>)</li>
</ul>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ember-cli/ember-cli-htmlbars/blob/master/CHANGELOG.md">ember-cli-htmlbars's changelog</a>.</em></p>
<blockquote>
<h2>v4.2.0 (2019-12-11)</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/384">#384</a> Remove <code>setEdition</code> requirement for colocation. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>v4.1.1 (2019-12-11)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/390">#390</a> Ensure reexported components do not throw an error. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>v4.1.0 (2019-12-10)</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/380">#380</a> Implement basic patching strategy for colocated components. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>v4.0.9 (2019-12-04)</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/373">#373</a> Add co-location support to CoffeeScript component class files (<a href="https://github.com/locks">@​locks</a>)</li>
</ul>
<h4>:memo: Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/351">#351</a> Update Readme with syntax for usage with tagged templates (<a href="https://github.com/thec0keman">@​thec0keman</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/342">#342</a> Add <code>ember-octane</code> test suite run to CI. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 3</h4>
<ul>
<li>John Ratcliff (<a href="https://github.com/thec0keman">@​thec0keman</a>)</li>
<li>Ricardo Mendes (<a href="https://github.com/locks">@​locks</a>)</li>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>v4.0.8 (2019-10-19)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/340">#340</a> Fix issues when using colocated component's with decorators. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/341">#341</a> Add test using native classes + decorators. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/338">#338</a> Add broccoli plugin + babel plugin colocation tests (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/df962465652b2f40bceed78c550a8669cd559a85"><code>df96246</code></a> Release 4.2.0</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/07e44983485c730c04cf9947d2449353a47e4463"><code>07e4498</code></a> Remove <code>setEdition</code> requirement for colocation. (<a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/issues/384">#384</a>)</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/725384673cd4a2ef1541de60cb10061bf6e6ee5c"><code>7253846</code></a> Release 4.1.1</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/fe901c865f7b601bfb89f0a8493a4f7e7f97482a"><code>fe901c8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/issues/390">#390</a> from ember-cli/fix-issue-with-reexports</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/a1e31319c8140efd117c503e16e1f519c829e336"><code>a1e3131</code></a> Ensure reexported components do not throw an error.</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/c8c7b2aa97898e6dd9325ff9d2c526962b2bfa6d"><code>c8c7b2a</code></a> Bump eslint-plugin-mocha from 6.2.0 to 6.2.2</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/d26acca77f5df6c3c922f2525df656c454142d58"><code>d26acca</code></a> Bump eslint-plugin-ember from 7.2.0 to 7.7.1</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/347b2c98660870ee83782a2bd48e01c33694bafa"><code>347b2c9</code></a> Bump ember-try from 1.2.1 to 1.3.0</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/93a70ab1036c9604f079e9b889925117c5172563"><code>93a70ab</code></a> Bump prettier from 1.18.2 to 1.19.1</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/f46bf12faebdecae24f0fb22b4414e1e58afc94b"><code>f46bf12</code></a> Remove <code>setEdition</code> requirement for colocation.</li>
<li>Additional commits viewable in <a href="https://github.com/ember-cli/ember-cli-htmlbars/compare/v2.0.3...v4.2.0">compare view</a></li>
</ul>
</details>
<br />

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

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

**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 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 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)
- `@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
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

</details>
@bors
Copy link
Contributor

bors commented Dec 19, 2019

⌛ Testing commit a27d557 with merge 1073c3a...

@bors
Copy link
Contributor

bors commented Dec 19, 2019

💔 Test failed - checks-travis

@bors
Copy link
Contributor

bors commented Dec 19, 2019

☔ The latest upstream changes (presumably #1988) made this pull request unmergeable. Please resolve the merge conflicts.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-cli-htmlbars-4.2.0 branch from a27d557 to c77a2f4 Compare December 19, 2019 12:31
@bors
Copy link
Contributor

bors commented Dec 19, 2019

☔ The latest upstream changes (presumably #1989) made this pull request unmergeable. Please resolve the merge conflicts.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-cli-htmlbars-4.2.0 branch from c77a2f4 to 0b2c8f8 Compare December 19, 2019 13:40
@Turbo87
Copy link
Member

Turbo87 commented Dec 19, 2019

finally...

@bors r+

@bors
Copy link
Contributor

bors commented Dec 19, 2019

📌 Commit 0b2c8f8 has been approved by Turbo87

bors added a commit that referenced this pull request Dec 19, 2019
…lbars-4.2.0, r=Turbo87

Bump ember-cli-htmlbars from 2.0.3 to 4.2.0

Bumps [ember-cli-htmlbars](https://github.com/ember-cli/ember-cli-htmlbars) from 2.0.3 to 4.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ember-cli/ember-cli-htmlbars/releases">ember-cli-htmlbars's releases</a>.</em></p>
<blockquote>
<h2>Release 4.2.0</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/384">#384</a> Remove <code>setEdition</code> requirement for colocation. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>Release 4.1.1</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/390">#390</a> Ensure reexported components do not throw an error. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>Release 4.1.0</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/380">#380</a> Implement basic patching strategy for colocated components. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>Release 4.0.9</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/373">#373</a> Add co-location support to CoffeeScript component class files (<a href="https://github.com/locks">@​locks</a>)</li>
</ul>
<h4>:memo: Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/351">#351</a> Update Readme with syntax for usage with tagged templates (<a href="https://github.com/thec0keman">@​thec0keman</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/342">#342</a> Add <code>ember-octane</code> test suite run to CI. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 3</h4>
<ul>
<li>John Ratcliff (<a href="https://github.com/thec0keman">@​thec0keman</a>)</li>
<li>Ricardo Mendes (<a href="https://github.com/locks">@​locks</a>)</li>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>Release 4.0.8</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/340">#340</a> Fix issues when using colocated component's with decorators. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/341">#341</a> Add test using native classes + decorators. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/338">#338</a> Add broccoli plugin + babel plugin colocation tests (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>Release 4.0.7</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/336">#336</a> Support <code>as default</code> exports with template colocation (<a href="https://github.com/dfreeman">@​dfreeman</a>)</li>
</ul>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ember-cli/ember-cli-htmlbars/blob/master/CHANGELOG.md">ember-cli-htmlbars's changelog</a>.</em></p>
<blockquote>
<h2>v4.2.0 (2019-12-11)</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/384">#384</a> Remove <code>setEdition</code> requirement for colocation. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>v4.1.1 (2019-12-11)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/390">#390</a> Ensure reexported components do not throw an error. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>v4.1.0 (2019-12-10)</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/380">#380</a> Implement basic patching strategy for colocated components. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>v4.0.9 (2019-12-04)</h2>
<h4>:rocket: Enhancement</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/373">#373</a> Add co-location support to CoffeeScript component class files (<a href="https://github.com/locks">@​locks</a>)</li>
</ul>
<h4>:memo: Documentation</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/351">#351</a> Update Readme with syntax for usage with tagged templates (<a href="https://github.com/thec0keman">@​thec0keman</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/342">#342</a> Add <code>ember-octane</code> test suite run to CI. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 3</h4>
<ul>
<li>John Ratcliff (<a href="https://github.com/thec0keman">@​thec0keman</a>)</li>
<li>Ricardo Mendes (<a href="https://github.com/locks">@​locks</a>)</li>
<li>Robert Jackson (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h2>v4.0.8 (2019-10-19)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/340">#340</a> Fix issues when using colocated component's with decorators. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/341">#341</a> Add test using native classes + decorators. (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
<li><a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/pull/338">#338</a> Add broccoli plugin + babel plugin colocation tests (<a href="https://github.com/rwjblue">@​rwjblue</a>)</li>
</ul>
<h4>Committers: 1</h4>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/df962465652b2f40bceed78c550a8669cd559a85"><code>df96246</code></a> Release 4.2.0</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/07e44983485c730c04cf9947d2449353a47e4463"><code>07e4498</code></a> Remove <code>setEdition</code> requirement for colocation. (<a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/issues/384">#384</a>)</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/725384673cd4a2ef1541de60cb10061bf6e6ee5c"><code>7253846</code></a> Release 4.1.1</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/fe901c865f7b601bfb89f0a8493a4f7e7f97482a"><code>fe901c8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/issues/390">#390</a> from ember-cli/fix-issue-with-reexports</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/a1e31319c8140efd117c503e16e1f519c829e336"><code>a1e3131</code></a> Ensure reexported components do not throw an error.</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/c8c7b2aa97898e6dd9325ff9d2c526962b2bfa6d"><code>c8c7b2a</code></a> Bump eslint-plugin-mocha from 6.2.0 to 6.2.2</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/d26acca77f5df6c3c922f2525df656c454142d58"><code>d26acca</code></a> Bump eslint-plugin-ember from 7.2.0 to 7.7.1</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/347b2c98660870ee83782a2bd48e01c33694bafa"><code>347b2c9</code></a> Bump ember-try from 1.2.1 to 1.3.0</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/93a70ab1036c9604f079e9b889925117c5172563"><code>93a70ab</code></a> Bump prettier from 1.18.2 to 1.19.1</li>
<li><a href="https://github.com/ember-cli/ember-cli-htmlbars/commit/f46bf12faebdecae24f0fb22b4414e1e58afc94b"><code>f46bf12</code></a> Remove <code>setEdition</code> requirement for colocation.</li>
<li>Additional commits viewable in <a href="https://github.com/ember-cli/ember-cli-htmlbars/compare/v2.0.3...v4.2.0">compare view</a></li>
</ul>
</details>
<br />

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

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

**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 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 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)
- `@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
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

</details>
@bors
Copy link
Contributor

bors commented Dec 19, 2019

⌛ Testing commit 0b2c8f8 with merge 1c0ee97...

@bors
Copy link
Contributor

bors commented Dec 19, 2019

☀️ Test successful - checks-travis
Approved by: Turbo87
Pushing 1c0ee97 to master...

@bors bors merged commit 0b2c8f8 into master Dec 19, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-cli-htmlbars-4.2.0 branch December 19, 2019 13:58
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.

4 participants