Skip to content

Bump ember-source from 3.16.0 to 3.16.1 #2178

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
Feb 11, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ember-source from 3.16.0 to 3.16.1.

Release notes

Sourced from ember-source's releases.

v3.16.1

CHANGELOG

  • #18691 [BUGFIX] Updated component and helper blueprints to use import { hbs } from 'ember-cli-htmlbars'.
  • #18698 [BUGFIX] Ensure tag updates are buffered
  • #18713 [BUGFIX] Update @glimmer/syntax to ensure that using <Title />, <Script />, and <Style /> does not error.
  • #18717 [BUGFIX] Ensure instantiation cannot happen after destruction.
  • #18720 [BUGFIX] Ensure correct @ember/edition-utils is used (1.2.0).
Changelog

Sourced from ember-source's changelog.

v3.16.1 (January 31, 2020)

  • #18691 [BUGFIX] Updated component and helper blueprints to use import { hbs } from 'ember-cli-htmlbars'.
  • #18698 [BUGFIX] Ensure tag updates are buffered
  • #18713 [BUGFIX] Update @glimmer/syntax to ensure that using <Title />, <Script />, and <Style /> does not error.
  • #18717 [BUGFIX] Ensure instantiation cannot happen after destruction.
  • #18720 [BUGFIX] Ensure correct @ember/edition-utils is used (1.2.0).
Commits
  • 23d3ff0 3.16.1
  • a9e9042 Add v3.16.1 to CHANGELOG.md.
  • 7ffd647 Update minimum @ember/edition-utils to 1.2.0.
  • 645dab5 [BUGFIX lts] Ensure instantiation cannot happen after destruction.
  • 2ef87f8 Merge pull request #18713 from rwjblue/backport-sht-update
  • f050531 Backport updates to @glimmer/syntax for simple-html-tokenizer.
  • deefc2e [BUGFIX release] Ensure tag updates are buffered (#18698)
  • 2a54362 bump glimmer
  • 2f24f89 [BUGFIX release] Ensure tag updates are buffered
  • 3196d7a [BUGFIX release] Updated blueprints for component and helper tests to output ...
  • See full diff 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.


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)

@locks
Copy link
Contributor

locks commented Feb 11, 2020

@bors r+

@bors
Copy link
Contributor

bors commented Feb 11, 2020

📌 Commit 33126de has been approved by locks

@bors
Copy link
Contributor

bors commented Feb 11, 2020

⌛ Testing commit 33126de with merge abe386c...

bors added a commit that referenced this pull request Feb 11, 2020
…3.16.1, r=locks

Bump ember-source from 3.16.0 to 3.16.1

Bumps [ember-source](https://github.com/emberjs/ember.js) from 3.16.0 to 3.16.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/emberjs/ember.js/releases">ember-source's releases</a>.</em></p>
<blockquote>
<h2>v3.16.1</h2>
<h3>CHANGELOG</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18691">#18691</a> [BUGFIX] Updated <code>component</code> and <code>helper</code> blueprints to use <code>import { hbs } from 'ember-cli-htmlbars'</code>.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18698">#18698</a> [BUGFIX] Ensure tag updates are buffered</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18713">#18713</a> [BUGFIX] Update <code>@glimmer/syntax</code> to ensure that using <code>&lt;Title /&gt;</code>, <code>&lt;Script /&gt;</code>, and <code>&lt;Style /&gt;</code> does not error.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18717">#18717</a> [BUGFIX] Ensure instantiation cannot happen after destruction.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18720">#18720</a> [BUGFIX] Ensure correct <code>@ember/edition-utils</code> is used (1.2.0).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/emberjs/ember.js/blob/master/CHANGELOG.md">ember-source's changelog</a>.</em></p>
<blockquote>
<h3>v3.16.1 (January 31, 2020)</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18691">#18691</a> [BUGFIX] Updated <code>component</code> and <code>helper</code> blueprints to use <code>import { hbs } from 'ember-cli-htmlbars'</code>.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18698">#18698</a> [BUGFIX] Ensure tag updates are buffered</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18713">#18713</a> [BUGFIX] Update <code>@glimmer/syntax</code> to ensure that using <code>&lt;Title /&gt;</code>, <code>&lt;Script /&gt;</code>, and <code>&lt;Style /&gt;</code> does not error.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18717">#18717</a> [BUGFIX] Ensure instantiation cannot happen after destruction.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18720">#18720</a> [BUGFIX] Ensure correct <code>@ember/edition-utils</code> is used (1.2.0).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/emberjs/ember.js/commit/23d3ff0436e03dff172efa3360ad09cbec98f80f"><code>23d3ff0</code></a> 3.16.1</li>
<li><a href="https://github.com/emberjs/ember.js/commit/a9e90422d1cdab636f6f0c1c78c48505eb732cee"><code>a9e9042</code></a> Add v3.16.1 to CHANGELOG.md.</li>
<li><a href="https://github.com/emberjs/ember.js/commit/7ffd647c3c028dfc8a7a1e62247e81aba67f8e78"><code>7ffd647</code></a> Update minimum @ember/edition-utils to 1.2.0.</li>
<li><a href="https://github.com/emberjs/ember.js/commit/645dab53d44a7878e730619e94d61223ffbc804b"><code>645dab5</code></a> [BUGFIX lts] Ensure instantiation cannot happen after destruction.</li>
<li><a href="https://github.com/emberjs/ember.js/commit/2ef87f88238fe76ca5166418547b49009467abb8"><code>2ef87f8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/emberjs/ember.js/issues/18713">#18713</a> from rwjblue/backport-sht-update</li>
<li><a href="https://github.com/emberjs/ember.js/commit/f050531f1500faac23c4d0c32a61ce92ceec3026"><code>f050531</code></a> Backport updates to @glimmer/syntax for simple-html-tokenizer.</li>
<li><a href="https://github.com/emberjs/ember.js/commit/deefc2e170b07ab4d9411833ee76a7ceac718ee0"><code>deefc2e</code></a> [BUGFIX release] Ensure tag updates are buffered (<a href="https://github-redirect.dependabot.com/emberjs/ember.js/issues/18698">#18698</a>)</li>
<li><a href="https://github.com/emberjs/ember.js/commit/2a54362d53092ccb88284ec660a6c81a03fd4af2"><code>2a54362</code></a> bump glimmer</li>
<li><a href="https://github.com/emberjs/ember.js/commit/2f24f89e18f043952eececb22074a7636fccbfef"><code>2f24f89</code></a> [BUGFIX release] Ensure tag updates are buffered</li>
<li><a href="https://github.com/emberjs/ember.js/commit/3196d7a52c9b8afce4ecdcae2204606d5341a28d"><code>3196d7a</code></a> [BUGFIX release] Updated blueprints for component and helper tests to output ...</li>
<li>See full diff in <a href="https://github.com/emberjs/ember.js/compare/v3.16.0...v3.16.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ember-source&package-manager=npm_and_yarn&previous-version=3.16.0&new-version=3.16.1)](https://dependabot.com/compatibility-score/?dependency-name=ember-source&package-manager=npm_and_yarn&previous-version=3.16.0&new-version=3.16.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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<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 Feb 11, 2020

☀️ Test successful - checks-travis
Approved by: locks
Pushing abe386c to master...

@bors bors merged commit 33126de into master Feb 11, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-source-3.16.1 branch February 11, 2020 15:28
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