Skip to content
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 dependencies (patch and minor only) #902

Merged
merged 3 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions lib/github-pages/dependencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,35 @@ class Dependencies
"jekyll-sass-converter" => "1.5.2",

# Converters
"kramdown" => "2.3.2",
"kramdown" => "2.4.0",
"kramdown-parser-gfm" => "1.1.0",
"jekyll-commonmark-ghpages" => "0.4.0",

# Misc
"liquid" => "4.0.4",
"rouge" => "3.26.0",
"github-pages-health-check" => "1.17.9",
"rouge" => "3.30.0",
"github-pages-health-check" => "1.18.2",

# Plugins
"jekyll-redirect-from" => "0.16.0",
"jekyll-sitemap" => "1.4.0",
"jekyll-feed" => "0.15.1",
"jekyll-feed" => "0.17.0",
"jekyll-gist" => "1.5.0",
"jekyll-paginate" => "1.1.0",
"jekyll-coffeescript" => "1.1.1",
"jekyll-coffeescript" => "1.2.2",
"jekyll-seo-tag" => "2.8.0",
"jekyll-github-metadata" => "2.13.0",
"jekyll-avatar" => "0.7.0",
"jekyll-github-metadata" => "2.16.1",
"jekyll-avatar" => "0.8.0",
"jekyll-remote-theme" => "0.4.3",
"jekyll-include-cache" => "0.2.1",

# Plugins to match GitHub.com Markdown
"jemoji" => "0.12.0",
"jemoji" => "0.13.0",
"jekyll-mentions" => "1.6.0",
"jekyll-relative-links" => "0.6.1",
"jekyll-relative-links" => "0.7.0",
"jekyll-optional-front-matter" => "0.3.2",
"jekyll-readme-index" => "0.3.0",
"jekyll-default-layout" => "0.1.4",
"jekyll-default-layout" => "0.1.5",
"jekyll-titles-from-headings" => "0.5.3",
}.freeze

Expand Down
2 changes: 1 addition & 1 deletion lib/github-pages/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GitHubPages
VERSION = 228
VERSION = 229
end
Loading