-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump jekyll-feed and github-pages #20
Merged
dependabot
merged 1 commit into
main
from
dependabot/bundler/jekyll-feed-and-github-pages-0.17.0
Feb 12, 2024
Merged
Bump jekyll-feed and github-pages #20
dependabot
merged 1 commit into
main
from
dependabot/bundler/jekyll-feed-and-github-pages-0.17.0
Feb 12, 2024
Conversation
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
Bumps [jekyll-feed](https://github.com/jekyll/jekyll-feed) and [github-pages](https://github.com/github/pages-gem). These dependencies needed to be updated together. Updates `jekyll-feed` from 0.15.1 to 0.17.0 - [Release notes](https://github.com/jekyll/jekyll-feed/releases) - [Changelog](https://github.com/jekyll/jekyll-feed/blob/master/History.markdown) - [Commits](jekyll/jekyll-feed@v0.15.1...v0.17.0) Updates `github-pages` from 228 to 229 - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](github/pages-gem@v228...v229) --- updated-dependencies: - dependency-name: jekyll-feed dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: github-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Feb 12, 2024
@dependabot merge
Have a lovely day,
~Nate Sharp
…On Feb 11, 2024, 18:16 -0700, dependabot[bot] ***@***.***>, wrote:
Bumps jekyll-feed and github-pages. These dependencies needed to be updated together.
Updates jekyll-feed from 0.15.1 to 0.17.0
Release notes
Sourced from jekyll-feed's releases.
> v0.17.0
> Documentation
>
> • Update CI status badge (#363)
>
> Development Fixes
>
> • Add Ruby 3.1 to the CI matrix (#365)
>
> Minor Enhancements
>
> • Allow disabling of jekyll-feed while in development (#370)
>
> v0.16.0
> Minor Enhancements
>
> • Add support for page.description in front matter to become entry <summary> (#297)
>
> Bug Fixes
>
> • Fold private methods into the :render method as local variables (#327)
> • Check post.categories instead of post.category (#357)
> • Switched xml_escape for <![CDATA[]]> for post content (#332)
>
> Development Fixes
>
> • Add Ruby 3.0 to CI (#337)
> • Lock RuboCop to v1.18.x (#348)
> • Add workflow to release gem via GH Action (#355)
>
> Documentation
>
> • Use .atom extension in documented examples since we write an Atom feed (#359)
>
Changelog
Sourced from jekyll-feed's changelog.
> 0.17.0 / 2022-10-14
> Documentation
>
> • Update CI status badge (#363)
>
> Development Fixes
>
> • Add Ruby 3.1 to the CI matrix (#365)
>
> Minor Enhancements
>
> • Allow disabling of jekyll-feed while in development (#370)
>
> 0.16.0 / 2022-01-03
> Minor Enhancements
>
> • Add support for page.description in front matter to become entry <summary> (#297)
>
> Bug Fixes
>
> • Fold private methods into the :render method as local variables (#327)
> • Check post.categories instead of post.category (#357)
> • Switched xml_escape for <![CDATA[]]> for post content (#332)
>
> Development Fixes
>
> • Add Ruby 3.0 to CI (#337)
> • Lock RuboCop to v1.18.x (#348)
> • Add workflow to release gem via GH Action (#355)
>
> Documentation
>
> • Use .atom extension in documented examples since we write an Atom feed (#359)
>
Commits
• a58064c Release 💎 v0.17.0
• 21a7fc9 Update history to reflect merge of #370 [ci skip]
• aa9ae0e Allow disabling of jekyll-feed while in development (#370)
• 423ca21 Update history to reflect merge of #365 [ci skip]
• b773a06 Add Ruby 3.1 to the CI matrix (#365)
• 16d8294 Update history to reflect merge of #363 [ci skip]
• 5543fc2 Update CI status badge (#363)
• 3203b2e Release 💎 v0.16.0
• 31e556f Improve readability of entries in History document
• 8bafec9 Update history to reflect merge of #359 [ci skip]
• Additional commits viewable in compare view
Updates github-pages from 228 to 229
Release notes
Sourced from github-pages's releases.
> v229
> What's Changed
>
> • Bump docker/metadata-action from 4 to 5 by @dependabot in github/pages-gem#889
> • Bump actions/checkout from 3 to 4 by @dependabot in github/pages-gem#888
> • Fixes $github-pages health-check NoMethodError by @edward in github/pages-gem#878
> • Support Ruby 3.2+, fixes #879 by @fulldecent in github/pages-gem#880
> • Create publish-gem.yml by @tsusdere in github/pages-gem#898
> • Bump actions/checkout from 3 to 4 by @dependabot in github/pages-gem#900
> • Enable multi arch docker image build by @rngtng in github/pages-gem#884
> • Bring back proper support for Ruby 3.x by @yoannchaudet in github/pages-gem#901
> • Bump dependencies (patch and minor only) by @yoannchaudet in github/pages-gem#902
> • Fix release script by @yoannchaudet in github/pages-gem#903
> • Another publish script fix by @yoannchaudet in github/pages-gem#904
>
> New Contributors
>
> • @edward made their first contribution in github/pages-gem#878
> • @fulldecent made their first contribution in github/pages-gem#880
> • @tsusdere made their first contribution in github/pages-gem#898
> • @rngtng made their first contribution in github/pages-gem#884
>
> Full Changelog: ***@***.***
Commits
• 560d6fc Merge pull request #904 from github/another-publish-fix
• ab40e56 Another publish script fix
• 14006ef Merge pull request #903 from github/fix-release-script
• 1641180 Fix release script
• 14ecff1 Merge pull request #902 from github/bumb-dependencies
• ae1534f Prep 229
• 7078757 Update lib/github-pages/dependencies.rb
• 2507b28 Bump dependencies (patch and minor only)
• 3fb2b08 Merge pull request #901 from github/ruby-3x
• 9a20094 Update .github/workflows/push.yml
• Additional commits viewable in compare view
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
• @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)
You can view, comment on, or merge this pull request online at:
#20
Commit Summary
• fe7c88b Bump jekyll-feed and github-pages
File Changes
(2 files)
• M Gemfile (2)
• M Gemfile.lock (98)
Patch Links:
• https://github.com/nate2014jatc/AGSTATUS/pull/20.patch
• https://github.com/nate2014jatc/AGSTATUS/pull/20.diff
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
dependabot
bot
deleted the
dependabot/bundler/jekyll-feed-and-github-pages-0.17.0
branch
February 12, 2024 01:25
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps jekyll-feed and github-pages. These dependencies needed to be updated together.
Updates
jekyll-feed
from 0.15.1 to 0.17.0Release notes
Sourced from jekyll-feed's releases.
Changelog
Sourced from jekyll-feed's changelog.
Commits
a58064c
Release 💎 v0.17.021a7fc9
Update history to reflect merge of #370 [ci skip]aa9ae0e
Allow disabling of jekyll-feed while in development (#370)423ca21
Update history to reflect merge of #365 [ci skip]b773a06
Add Ruby 3.1 to the CI matrix (#365)16d8294
Update history to reflect merge of #363 [ci skip]5543fc2
Update CI status badge (#363)3203b2e
Release 💎 v0.16.031e556f
Improve readability of entries in History document8bafec9
Update history to reflect merge of #359 [ci skip]Updates
github-pages
from 228 to 229Release notes
Sourced from github-pages's releases.
Commits
560d6fc
Merge pull request #904 from github/another-publish-fixab40e56
Another publish script fix14006ef
Merge pull request #903 from github/fix-release-script1641180
Fix release script14ecff1
Merge pull request #902 from github/bumb-dependenciesae1534f
Prep 2297078757
Update lib/github-pages/dependencies.rb2507b28
Bump dependencies (patch and minor only)3fb2b08
Merge pull request #901 from github/ruby-3x9a20094
Update .github/workflows/push.ymlDependabot 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 will merge this PR once CI passes on it, as requested by @nate2014jatc.
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)