Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps minimal-mistakes-jekyll from 4.24.0 to 4.26.0.

Release notes

Sourced from minimal-mistakes-jekyll's releases.

4.26.0 💎 arrives as piled-up features and bug fixes get cleaned up. Notably, the long-awaited support for Jekyll Paginate V2 and "copy" button for code blocks have landed 🎉

Bug Fixes

  • Fix an unclosed <p> tag in page__hero.html, near page.header.actions.
  • Remove overlay and revert X to hamburger icon when popup disappears. #3958
  • Fix SEO title when it contains a vertical bar. #3094 #3113
  • Remove "sticky sidebar" JS as it's now completely based on CSS media queries. #4245 #4645

Enhancements

  • Add support for Jekyll Paginate V2 🎉 #2636
  • Add "copy to clipboard" button for code blocks 🎉 #2812
  • Auto scroll sticky ToC with content. #3115
  • Replace "hidden" check in Liquid templates with where_exp: "item", "item.hidden != true".
  • Remove deprecated page.header.cta_url setting. #4821
  • Allow multiple nav lists in sidebar. #2843
  • Add popup parameter to {% include figure %} to enable Magnific Popup. #3119
  • Add target attribute for navigation link. #3056
  • Split schema to a separate include file. #3085
  • Cleanup _includes/seo.html.

Documentation & Maintenance

  • Rewrite skin previews on 05-configuration.md in Liquid template.
  • Remove unused classes from _layouts/single.html.
  • Migrate npm run scripts to Ruby Rake tasks.
  • Add Rake task version for updating all hard-coded version numbers from package.json all at once.
  • Merge categories and tags layout into _includes/posts-taxonomy.html.
  • Update Social Sharing links section. #4066

4.25.1

Bug Fixes

  • "You may also enjoy" no longer recommends hidden posts. #4653
  • Replaced dead link to "Viewport and Media Queries" slides. #4421
  • Fix broken where_exp in lunr-store.js for Jekyll < 4.0. #4808

Enhancements

  • Add Ukrainian translations. #4273
  • Add more configuration for Giscus. #4274
  • Bump jekyll-toc to v1.2.1.

Documentation & Maintenance

  • Bump shell-quote from 1.7.1 to 1.7.3 #3692
  • Add after-content.html and before-related.html includes to ease docs site overrides.
  • GitHub Workflows security hardening #3884
  • Replace Font Awesome v5 search page with v6.

... (truncated)

Changelog

Sourced from minimal-mistakes-jekyll's changelog.

4.26.0

Bug Fixes

  • Fix an unclosed <p> tag in page__hero.html, near page.header.actions.
  • Remove overlay and revert X to hamburger icon when popup disappears. #3958
  • Fix SEO title when it contains a vertical bar. #3094 #3113
  • Remove "sticky sidebar" JS as it's now completely based on CSS media queries. #4245 #4645

Enhancements

  • Add support for Jekyll Paginate V2 🎉 #2636
  • Add "copy to clipboard" button for code blocks 🎉 #2812
  • Auto scroll sticky ToC with content. #3115
  • Replace "hidden" check in Liquid templates with where_exp: "item", "item.hidden != true".
  • Remove deprecated page.header.cta_url setting. #4821
  • Allow multiple nav lists in sidebar. #2843
  • Add popup parameter to {% include figure %} to enable Magnific Popup. #3119
  • Add target attribute for navigation link. #3056
  • Split schema to a separate include file. #3085
  • Cleanup _includes/seo.html.

Documentation & Maintenance

  • Rewrite skin previews on 05-configuration.md in Liquid template.
  • Remove unused classes from _layouts/single.html.
  • Migrate npm run scripts to Ruby Rake tasks.
  • Add Rake task version for updating all hard-coded version numbers from package.json all at once.
  • Merge categories and tags layout into _includes/posts-taxonomy.html.
  • Update Social Sharing links section. #4066

4.25.1

Bug Fixes

  • "You may also enjoy" no longer recommends hidden posts. #4653
  • Replaced dead link to "Viewport and Media Queries" slides. #4421
  • Fix broken where_exp in lunr-store.js for Jekyll < 4.0. #4808

Enhancements

  • Add Ukrainian translations. #4273
  • Add more configuration for Giscus. #4274
  • Bump jekyll-toc to v1.2.1.

Documentation & Maintenance

  • Bump shell-quote from 1.7.1 to 1.7.3 #3692
  • Add after-content.html and before-related.html includes to ease docs site overrides.
  • GitHub Workflows security hardening #3884

... (truncated)

Commits
  • dc965c5 Release 4.26.0 💎
  • accc82a Add "new in v4.26.0" in documentation
  • 148349b Update CHANGELOG and bundle exec rake
  • 0527e17 Add "copy to clipboard" button for code blocks (#2812)
  • c76813f Remove "sticky sidebar" JS in favor of CSS media queries
  • 4364fb7 Cleanup seo.html and update CHANGELOG
  • dfaac40 Fix SEO title when it contains a vertical bar (#3113)
  • 9c386c5 Update CHANGELOG and bundle exec rake
  • 2f5e771 Split schema to a separate include file (#3085)
  • 16103c6 Remove overlay and revert X to hamburger icon when popup disappears (#3958)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [minimal-mistakes-jekyll](https://github.com/mmistakes/minimal-mistakes) from 4.24.0 to 4.26.0.
- [Release notes](https://github.com/mmistakes/minimal-mistakes/releases)
- [Changelog](https://github.com/mmistakes/minimal-mistakes/blob/master/CHANGELOG.md)
- [Commits](mmistakes/minimal-mistakes@4.24.0...4.26.0)

---
updated-dependencies:
- dependency-name: minimal-mistakes-jekyll
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels May 6, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Superseded by #82.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/bundler/minimal-mistakes-jekyll-4.26.0 branch May 13, 2024 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant