This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fixed infinite scroll on posts/pages lists in admin
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
1 parent
f3d6a75
commit c41a6fb
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|