Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
🐛 Fixed infinite scroll on posts/pages lists in admin
Browse files Browse the repository at this point in the history
closes TryGhost/Ghost#11608

- reverts `ember-source` to a working version and temporarily blocks renovate from auto-updating
- ember-infinity issue adopted-ember-addons/ember-infinity#421
- related ember-source issue emberjs/ember.js#18750
  • Loading branch information
kevinansfield committed Feb 24, 2020
1 parent f3d6a75 commit c41a6fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"ember-route-action-helper": "2.0.8",
"ember-simple-auth": "2.1.1",
"ember-sinon": "4.1.1",
"ember-source": "3.16.3",
"ember-source": "3.16.1",
"ember-sticky-element": "0.2.3",
"ember-svg-jar": "2.2.3",
"ember-test-selectors": "3.0.0",
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"@tryghost:automergeSilentTestLintNonMajor"
],
"ignoreDeps": [
"ember-source",
"ember-drag-drop",
"normalize.css",
"validator",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6008,10 +6008,10 @@ ember-source-channel-url@^2.0.1:
dependencies:
got "^8.0.1"

[email protected].3:
version "3.16.3"
resolved "https://registry.yarnpkg.com/ember-source/-/ember-source-3.16.3.tgz#080ded36d6b43ed1ee8e9a13ed4cebf27a50db6a"
integrity sha512-A5IuTBDnxM4zK5IOaoePOchmgaKm4iYuYfQZVsvuPoczm89SBTKuQZnsXFp2ZI8Sc17ALm1Euc9Lc10TNy2KXw==
[email protected].1:
version "3.16.1"
resolved "https://registry.yarnpkg.com/ember-source/-/ember-source-3.16.1.tgz#997f51c2b74620906d2a8111089b6e894b6165e6"
integrity sha512-4cYfQ+DsqeSTqG0RztuTsh8d8p0XdeIaPWe9Ol229GhQjM1JgpjQNTXGJDTIB8FfbAxycPlCwIk2qXygA+pFsA==
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/plugin-transform-block-scoping" "^7.6.2"
Expand Down

0 comments on commit c41a6fb

Please sign in to comment.