You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the
service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* Our friends at [Travis-CI](https://travis-ci.com) provide excellent service.
* [Circle CI](https://circleci.com) are good, too, and have a free plan that will cover basic needs.
* If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github.
* If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.
It might be necessary to once deactivate and reactivate your project in Depfu for the CI service to be properly detected.
We've updated a dependency and here is what you need to know:
name
version specification
old version
new version
github-pages
187
188
Additionally, the update changed a few other dependencies as well:
action
name
old version
new version
updated
jekyll-avatar
0.5.0
0.6.0
updated
jekyll-feed
0.9.3
0.10.0
updated
jekyll-mentions
1.3.0
1.4.0
updated
jekyll-redirect-from
0.13.0
0.14.0
updated
jemoji
0.9.0
0.10.0
updated
minima
2.4.1
2.5.0
updated
nokogiri
1.8.3
1.8.4
You should probably take a good look at the info here and the test results before merging this pull request, of course.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
⚠️ No CI detected ⚠️
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* Our friends at [Travis-CI](https://travis-ci.com) provide excellent service. * [Circle CI](https://circleci.com) are good, too, and have a free plan that will cover basic needs. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.It might be necessary to once deactivate and reactivate your project in Depfu for the CI service to be properly detected.
We've updated a dependency and here is what you need to know:
Additionally, the update changed a few other dependencies as well:
You should probably take a good look at the info here and the test results before merging this pull request, of course.
What changed?
✳️ github-pages (187 → 188) · Repo
Release Notes
From the Github release:
From #576:
↗️ jekyll-avatar (indirect, 0.5.0 → 0.6.0) · Repo
Release Notes
From the Github release:
Commits
See the full diff on Github. The new version differs by 23 commits:
Bump to 0.6.0
overengineer tests
make rubocop happy
Merge branch 'master' into lazy-load
lock rubocop < 53 to avoid error
Merge branch 'master' into lazy-load
Merge pull request #17 from afeld/test-improvements
support lazy loading of images
improve precision of various tests
have tests not expect a certain order of attributes
Update docs/CONTRIBUTING.md
Update .github/config.yml
Create docs/CONTRIBUTING.md
Create docs/CODE_OF_CONDUCT.md
Update .github/config.yml
Delete .github/CODE_OF_CONDUCT.md
Update .github/config.yml
Create .github/settings.yml
Create .github/config.yml
Create .github/no-response.yml
Create .github/stale.yml
Create .github/CODEOWNERS
Create .github/CODE_OF_CONDUCT.md
↗️ jekyll-feed (indirect, 0.9.3 → 0.10.0) · Repo · Changelog
Release Notes
From the Github release:
Bug Fixes
Development Fixes
Minor Enhancements
Commits
See the full diff on Github. The new version differs by 11 commits:
Release :gem: 0.10.0
Update history to reflect merge of #232 [ci skip]
Support Typhoeus 1.0 (#232)
Update history to reflect merge of #230 [ci skip]
Bump Rubocop (#230)
update CI config
Update history to reflect merge of #223 [ci skip]
rubocop 0.55 (#223)
Update History.markdown
Update history to reflect merge of #209 [ci skip]
Fix #208 (#209)
↗️ jekyll-mentions (indirect, 1.3.0 → 1.4.0) · Repo · Changelog
Release Notes
From the Github release:
Minor Enhancements
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ jekyll-redirect-from (indirect, 0.13.0 → 0.14.0) · Repo · Changelog
Release Notes
From the Github release:
Minor Enhancements
Development Fixes
Commits
See the full diff on Github. The new version differs by 12 commits:
Release :gem: v0.14
End testing Ruby 2.2 (EOL)
List offenses
Target Ruby 2.3
Use Rubocop 0.57
Update history to reflect merge of #158 [ci skip]
run javascript at first to avoid splash (#158)
Update history to reflect merge of #173 [ci skip]
Test against Ruby 2.5 (#173)
Update LICENSE.txt
Update Copyright notice
Update History.markdown
↗️ jemoji (indirect, 0.9.0 → 0.10.0) · Repo · Changelog
Release Notes
From the Github release:
Minor Enhancements
Development Fixes
Commits
See the full diff on Github. The new version differs by 20 commits:
Release :gem: v0.10.0
add rake development dependency
Update history to reflect merge of #74 [ci skip]
let Nokogiri parse only the necessary markup (#74)
Update history to reflect merge of #78 [ci skip]
Drop dependency on ActiveSupport (#78)
Update history to reflect merge of #77 [ci skip]
Drop support for Ruby 2.2 (#77)
stop testing Ruby 2.2
Update history to reflect merge of #75 [ci skip]
Bump Rubocop to v0.55.x (#75)
Update history to reflect merge of #76 [ci skip]
Relax version constraint on ActiveSupport (#76)
Update history to reflect merge of #71 [ci skip]
Test against Ruby 2.5 (#71)
Update LICENSE
Update Copyright notice
Update History.markdown
Docs: Drop support for Jekyll 2
Docs: plugins is the new gems
↗️ minima (indirect, 2.4.1 → 2.5.0) · Repo · Changelog
Release Notes
From the Github release:
Bug Fixes
jekyll-feed
plugin in config (#228)Minor Enhancements
Commits
See the full diff on Github. The new version differs by 7 commits:
Merge pull request #229 from jekyll/pull/release-2.5.0
Merge branch 'master' into pull/release-2.5.0
Add missing hyphen (#232)
Release 💎 2.5.0
consolidate trigger SVG paths (#148)
Update config (#228)
Stick footer for short posts (#223)
↗️ nokogiri (indirect, 1.8.3 → 1.8.4) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 5 commits:
version bump to v1.8.4
enforcing formatting in xml_node.c
Merge branch '1771-memory-leak'
fix memory leak with creating nodes with a namespace
README format
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.