Skip to content

Bump ember-router-scroll from 0.4.0 to 1.3.3 #1987

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-router-scroll from 0.4.0 to 1.3.3.

Changelog

Sourced from ember-router-scroll's changelog.

1.3.3

  • #225 Allow recording position with users first page visit
  • #223 Remove unnecessary part of code sample

1.3.2

1.3.1

  • #217 Dont batch reads and writes in same rAF

1.3.0

  • #217 Recursively check document height before scrollTo

1.2.1

  • #212 Allow configure so consuming app can override
  • #210 Fix query-params-only transitions

1.2.0

  • #209 Restore necessary locationType
  • #207 Remove ember-getowner-polyfill
  • #206 Improve the deprecation notice
  • #198 fix preserveScrollPosition for ember 3.6+
  • #195 Router scroll service
  • #191 Ember 3.9 deprecation fixes
  • #187 1.1.0 minor version bump
  • #183 Fix router event deprecations, update to Ember 3.7
  • #178 Update to 3.6 + bump ember-app-scheduler to fix deprecations

Unreleased (2017-11-20)

🏠 Internal

Committers: 2

Commits
Maintainer changes

This version was pushed to npm by snewcomer, a new releaser for ember-router-scroll since your current version.


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? @sgrif

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

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-router-scroll-1.3.3 branch from 874fa99 to 40a9eae Compare December 18, 2019 18:58
@bors
Copy link
Contributor

bors commented Dec 18, 2019

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

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-router-scroll-1.3.3 branch from 40a9eae to b04ba9a Compare December 18, 2019 19:19
@bors
Copy link
Contributor

bors commented Dec 18, 2019

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

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-router-scroll-1.3.3 branch from b04ba9a to 942d780 Compare December 18, 2019 19:42
@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-router-scroll-1.3.3 branch from 942d780 to cc8b858 Compare December 19, 2019 13:40
@carols10cents
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Dec 19, 2019

📌 Commit cc8b858 has been approved by carols10cents

@bors
Copy link
Contributor

bors commented Dec 19, 2019

⌛ Testing commit cc8b858 with merge 80e6810...

bors added a commit that referenced this pull request Dec 19, 2019
…scroll-1.3.3, r=carols10cents

Bump ember-router-scroll from 0.4.0 to 1.3.3

Bumps [ember-router-scroll](https://github.com/dockyard/ember-router-scroll) from 0.4.0 to 1.3.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/DockYard/ember-router-scroll/blob/master/CHANGELOG.md">ember-router-scroll's changelog</a>.</em></p>
<blockquote>
<h2>1.3.3</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/DockYard/ember-router-scroll/pull/225">#225</a> Allow recording position with users first page visit</li>
<li><a href="https://github-redirect.dependabot.com/DockYard/ember-router-scroll/pull/223">#223</a> Remove unnecessary part of code sample</li>
</ul>
<h2>1.3.2</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/DockYard/ember-router-scroll/pull/222">#222</a> Fix FastBoot</li>
</ul>
<h2>1.3.1</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/DockYard/ember-router-scroll/pull/219">#217</a> Dont batch reads and writes in same rAF</li>
</ul>
<h2>1.3.0</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/DockYard/ember-router-scroll/pull/217">#217</a> Recursively check document height before scrollTo</li>
</ul>
<h2>1.2.1</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/DockYard/ember-router-scroll/pull/212">#212</a> Allow configure so consuming app can override</li>
<li><a href="https://github-redirect.dependabot.com/DockYard/ember-router-scroll/pull/210">#210</a> Fix query-params-only transitions</li>
</ul>
<h2>1.2.0</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/DockYard/ember-router-scroll/pull/209">#209</a> Restore necessary <code>locationType</code></li>
<li><a href="https://github-redirect.dependabot.com/DockYard/ember-router-scroll/pull/207">#207</a> Remove ember-getowner-polyfill</li>
<li><a href="https://github-redirect.dependabot.com/DockYard/ember-router-scroll/pull/206">#206</a> Improve the deprecation notice</li>
<li><a href="https://github-redirect.dependabot.com/DockYard/ember-router-scroll/pull/198">#198</a> fix preserveScrollPosition for ember 3.6+</li>
<li><a href="https://github-redirect.dependabot.com/DockYard/ember-router-scroll/pull/195">#195</a> Router scroll service</li>
<li><a href="https://github-redirect.dependabot.com/DockYard/ember-router-scroll/pull/191">#191</a> Ember 3.9 deprecation fixes</li>
<li><a href="https://github-redirect.dependabot.com/DockYard/ember-router-scroll/pull/187">#187</a> 1.1.0 minor version bump</li>
<li><a href="https://github-redirect.dependabot.com/DockYard/ember-router-scroll/pull/183">#183</a> Fix router event deprecations, update to Ember 3.7</li>
<li><a href="https://github-redirect.dependabot.com/DockYard/ember-router-scroll/pull/178">#178</a> Update to 3.6 + bump ember-app-scheduler to fix deprecations</li>
</ul>
<h2>Unreleased (2017-11-20)</h2>
<h4>:house: Internal</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/dollarshaveclub/ember-router-scroll/pull/78">#78</a> Allow tests to run by adding rootURL to asset paths.. (<a href="https://github.com/ppegusii">@​ppegusii</a>)</li>
<li><a href="https://github-redirect.dependabot.com/dollarshaveclub/ember-router-scroll/pull/76">#76</a> Updates the demo app with the <code>rootUrl</code>. (<a href="https://github.com/gowthamrm">@​gowthamrm</a>)</li>
<li><a href="https://github-redirect.dependabot.com/dollarshaveclub/ember-router-scroll/pull/75">#75</a> Add <code>ember-cli-github-pages</code> to deploy demo app. (<a href="https://github.com/gowthamrm">@​gowthamrm</a>)</li>
<li><a href="https://github-redirect.dependabot.com/dollarshaveclub/ember-router-scroll/pull/74">#74</a> Moves the demo app inside the tests/dummy. (<a href="https://github.com/gowthamrm">@​gowthamrm</a>)</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Gowtham Raj (<a href="https://github.com/gowthamrm">gowthamrm</a>)</li>
<li><a href="https://github.com/ppegusii">ppegusii</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/DockYard/ember-router-scroll/commit/ec6f82552bca3581e3898b0ba7bebafdf0cd4cf8"><code>ec6f825</code></a> 1.3.3</li>
<li><a href="https://github.com/DockYard/ember-router-scroll/commit/47a8476bd5868a81a43b72eae6dda1bcc8597d9f"><code>47a8476</code></a> Allow recording position with users first page visit (<a href="https://github-redirect.dependabot.com/dockyard/ember-router-scroll/issues/225">#225</a>)</li>
<li><a href="https://github.com/DockYard/ember-router-scroll/commit/05461625880c75c4f9a7b6d9d3df13cfda3b5645"><code>0546162</code></a> Remove unnecessary part of code sample (<a href="https://github-redirect.dependabot.com/dockyard/ember-router-scroll/issues/223">#223</a>)</li>
<li><a href="https://github.com/DockYard/ember-router-scroll/commit/9742b1136311d70ba3ad091835ed4cb38879c2b2"><code>9742b11</code></a> 1.3.2</li>
<li><a href="https://github.com/DockYard/ember-router-scroll/commit/e49d503e6008410975dcfcd1ed1a5ba36a5478f4"><code>e49d503</code></a> CHANGELOG 1.3.2</li>
<li><a href="https://github.com/DockYard/ember-router-scroll/commit/5bda8142c76989f84ab46ad42ed19d9e60fdb1ba"><code>5bda814</code></a> Fix FastBoot (<a href="https://github-redirect.dependabot.com/dockyard/ember-router-scroll/issues/222">#222</a>)</li>
<li><a href="https://github.com/DockYard/ember-router-scroll/commit/1695844a140879a881dd80ee94ea7ca3788fe720"><code>1695844</code></a> Sn/1.3.1 (<a href="https://github-redirect.dependabot.com/dockyard/ember-router-scroll/issues/221">#221</a>)</li>
<li><a href="https://github.com/DockYard/ember-router-scroll/commit/ddbbfcc0d6d5bc3462d17225f5443f3112019c46"><code>ddbbfcc</code></a> Dont batch reads and writes in same rAF (<a href="https://github-redirect.dependabot.com/dockyard/ember-router-scroll/issues/219">#219</a>)</li>
<li><a href="https://github.com/DockYard/ember-router-scroll/commit/9c3bfe1e7bb064a2a798709dac3ecefc9d91830b"><code>9c3bfe1</code></a> Version &amp;&amp; CHANGELOG 1.3.0 (<a href="https://github-redirect.dependabot.com/dockyard/ember-router-scroll/issues/218">#218</a>)</li>
<li><a href="https://github.com/DockYard/ember-router-scroll/commit/5b73f0a41539e18693ca3a356da9accd63e076f6"><code>5b73f0a</code></a> Recursively check document height before scrollTo (<a href="https://github-redirect.dependabot.com/dockyard/ember-router-scroll/issues/217">#217</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/dockyard/ember-router-scroll/compare/v0.4.0...1.3.3">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~snewcomer">snewcomer</a>, a new releaser for ember-router-scroll since your current version.</p>
</details>
<br />

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

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

☀️ Test successful - checks-travis
Approved by: carols10cents
Pushing 80e6810 to master...

@bors bors merged commit cc8b858 into master Dec 19, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-router-scroll-1.3.3 branch December 19, 2019 22: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