Skip to content

Bump ember-source from 3.16.1 to 3.16.2 #2201

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 19, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ember-source from 3.16.1 to 3.16.2.

Release notes

Sourced from ember-source's releases.

v3.16.2

CHANGELOG

  • #18721 [BUGFIX] Backport autotracking bugfixes
  • #18729 [BUGFIX] Remove deprecation for instantiation of new singleton instances (e.g. a service) during teardown (originally added in 3.16.1 by #18717).
Changelog

Sourced from ember-source's changelog.

v3.16.2 (February 10, 2020)

  • #18721 [BUGFIX] Backport autotracking bugfixes
  • #18729 [BUGFIX] Remove deprecation for instantiation of new singleton instances (e.g. a service) during teardown (originally added in 3.16.1 by #18717).
Commits
  • e295527 3.16.2
  • 83410de Add v3.16.2 to CHANGELOG.md.
  • 055fab0 [BUGFIX lts] Revert container deprecation
  • 4f10138 Merge pull request #18721 from emberjs/backport/autotracking-bugfixes
  • a33a246 Fix prettier issues.
  • 63f9f45 [BUGFIX release] Correctly links ArrayProxy tags to arrangedContent
  • 0aa4e5f [BUGFIX release] Fixes tag chaining on Proxy mixins
  • dceadb9 [BUGFIX release] Ensures the arg proxy works with get
  • 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? @jtgeibel

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

@locks
Copy link
Contributor

locks commented Feb 17, 2020

@bors r+

@bors
Copy link
Contributor

bors commented Feb 17, 2020

📌 Commit 28a03bf has been approved by locks

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

Bump ember-source from 3.16.1 to 3.16.2

Bumps [ember-source](https://github.com/emberjs/ember.js) from 3.16.1 to 3.16.2.
<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.2</h2>
<h3>CHANGELOG</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18721">#18721</a> [BUGFIX] Backport autotracking bugfixes</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18729">#18729</a> [BUGFIX] Remove deprecation for instantiation of new singleton instances (e.g. a service) during teardown (originally added in 3.16.1 by <a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18717">#18717</a>).</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.2 (February 10, 2020)</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18721">#18721</a> [BUGFIX] Backport autotracking bugfixes</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18729">#18729</a> [BUGFIX] Remove deprecation for instantiation of new singleton instances (e.g. a service) during teardown (originally added in 3.16.1 by <a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18717">#18717</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/emberjs/ember.js/commit/e295527199370603cef939c2ed67c337042d8b9e"><code>e295527</code></a> 3.16.2</li>
<li><a href="https://github.com/emberjs/ember.js/commit/83410de19a7080cb5f2641762243b97e5c709614"><code>83410de</code></a> Add v3.16.2 to CHANGELOG.md.</li>
<li><a href="https://github.com/emberjs/ember.js/commit/055fab0cc832064f42ba7dc08bf08d8bc2fce7c5"><code>055fab0</code></a> [BUGFIX lts] Revert container deprecation</li>
<li><a href="https://github.com/emberjs/ember.js/commit/4f10138502e31500047e959697603b3053f76a47"><code>4f10138</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/emberjs/ember.js/issues/18721">#18721</a> from emberjs/backport/autotracking-bugfixes</li>
<li><a href="https://github.com/emberjs/ember.js/commit/a33a246fff91ab433fb04cf687b6899e6c99a838"><code>a33a246</code></a> Fix prettier issues.</li>
<li><a href="https://github.com/emberjs/ember.js/commit/63f9f451544aebbabf2c4873cb7b2cb5a0b66b16"><code>63f9f45</code></a> [BUGFIX release] Correctly links ArrayProxy tags to <code>arrangedContent</code></li>
<li><a href="https://github.com/emberjs/ember.js/commit/0aa4e5f0828a947604476bfc69553fb0e9e66a85"><code>0aa4e5f</code></a> [BUGFIX release] Fixes tag chaining on Proxy mixins</li>
<li><a href="https://github.com/emberjs/ember.js/commit/dceadb99b4baccba4f20b8d0f966187caac5dda5"><code>dceadb9</code></a> [BUGFIX release] Ensures the arg proxy works with <code>get</code></li>
<li>See full diff in <a href="https://github.com/emberjs/ember.js/compare/v3.16.1...v3.16.2">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.1&new-version=3.16.2)](https://dependabot.com/compatibility-score/?dependency-name=ember-source&package-manager=npm_and_yarn&previous-version=3.16.1&new-version=3.16.2)

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 17, 2020

⌛ Testing commit 28a03bf with merge 113ea8c...

@bors
Copy link
Contributor

bors commented Feb 17, 2020

💥 Test timed out

@jtgeibel
Copy link
Member

@bors retry

@bors
Copy link
Contributor

bors commented Feb 19, 2020

⌛ Testing commit 28a03bf with merge 663259c...

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

Bump ember-source from 3.16.1 to 3.16.2

Bumps [ember-source](https://github.com/emberjs/ember.js) from 3.16.1 to 3.16.2.
<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.2</h2>
<h3>CHANGELOG</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18721">#18721</a> [BUGFIX] Backport autotracking bugfixes</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18729">#18729</a> [BUGFIX] Remove deprecation for instantiation of new singleton instances (e.g. a service) during teardown (originally added in 3.16.1 by <a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18717">#18717</a>).</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.2 (February 10, 2020)</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18721">#18721</a> [BUGFIX] Backport autotracking bugfixes</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18729">#18729</a> [BUGFIX] Remove deprecation for instantiation of new singleton instances (e.g. a service) during teardown (originally added in 3.16.1 by <a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18717">#18717</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/emberjs/ember.js/commit/e295527199370603cef939c2ed67c337042d8b9e"><code>e295527</code></a> 3.16.2</li>
<li><a href="https://github.com/emberjs/ember.js/commit/83410de19a7080cb5f2641762243b97e5c709614"><code>83410de</code></a> Add v3.16.2 to CHANGELOG.md.</li>
<li><a href="https://github.com/emberjs/ember.js/commit/055fab0cc832064f42ba7dc08bf08d8bc2fce7c5"><code>055fab0</code></a> [BUGFIX lts] Revert container deprecation</li>
<li><a href="https://github.com/emberjs/ember.js/commit/4f10138502e31500047e959697603b3053f76a47"><code>4f10138</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/emberjs/ember.js/issues/18721">#18721</a> from emberjs/backport/autotracking-bugfixes</li>
<li><a href="https://github.com/emberjs/ember.js/commit/a33a246fff91ab433fb04cf687b6899e6c99a838"><code>a33a246</code></a> Fix prettier issues.</li>
<li><a href="https://github.com/emberjs/ember.js/commit/63f9f451544aebbabf2c4873cb7b2cb5a0b66b16"><code>63f9f45</code></a> [BUGFIX release] Correctly links ArrayProxy tags to <code>arrangedContent</code></li>
<li><a href="https://github.com/emberjs/ember.js/commit/0aa4e5f0828a947604476bfc69553fb0e9e66a85"><code>0aa4e5f</code></a> [BUGFIX release] Fixes tag chaining on Proxy mixins</li>
<li><a href="https://github.com/emberjs/ember.js/commit/dceadb99b4baccba4f20b8d0f966187caac5dda5"><code>dceadb9</code></a> [BUGFIX release] Ensures the arg proxy works with <code>get</code></li>
<li>See full diff in <a href="https://github.com/emberjs/ember.js/compare/v3.16.1...v3.16.2">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.1&new-version=3.16.2)](https://dependabot.com/compatibility-score/?dependency-name=ember-source&package-manager=npm_and_yarn&previous-version=3.16.1&new-version=3.16.2)

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 19, 2020

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

@bors bors merged commit 28a03bf into master Feb 19, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-source-3.16.2 branch February 19, 2020 01:24
jtgeibel added a commit to jtgeibel/crates.io that referenced this pull request Feb 22, 2020
…arn/ember-source-3.16.2, r=locks"

This reverts commit 663259c, reversing
changes made to bbf2978.
bors added a commit that referenced this pull request Feb 22, 2020
Revert #2201 to fix broken new token button

I've bisected the issue with the broken "New Token" button to this merge.  What is very strange is that the original commit 28a03bf that implemented the change does not appear to have this issue.  Therefore it seems the issue is some sort of conflict between multiple pull requests somewhere in c970817...663259c.

I'm deploying to staging now and will deploy to production as soon as I test the change there.

cc @locks
r? @ghost
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