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 jekyll from 4.3.4 to 4.4.1 #2037

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps jekyll from 4.3.4 to 4.4.1.

Release notes

Sourced from jekyll's releases.

v4.4.1

Bug Fixes

  • Restore globbed path behavior in front matter defaults (#9762)

v4.4.0

Minor Enhancements

  • Allow marking specific highlighted lines via Liquid (#9138)
  • Add gem csv to runtime dependency list (#9522)
  • Bump the minimum ruby version to 2.7 (#9525)
  • Acknowledge livereload_port from site config too (#9606)
  • Add gem base64 as runtime dependency (#9740)
  • Add gem json as runtime_dependency (#9671)
  • Remove unnecessary constraint on gem mercenary (#9758)

Bug Fixes

  • Optimize default front matter using File.fnmatch? (#9185)
  • Remove totals in profile table properly (#9186)
  • Optimize Site#each_site_file (#9187)
  • Rename sass partial created for new blank site (#9257)
  • Fix jekyll serve --detach with jekyll-sass-converter 3.x (#9304)
  • Handle TypeError from where filter gracefully (#9292)
  • Add support for upcoming logger 1.4.3 (#9392)
  • Fix typo in devcontainer.json (#9364)
  • Correct rubocop lint errors (#9600)
  • Fix inexistent layout warning for the default 404 page (#9589)
  • Relax version constraint on wdm in new Gemfile (#9662)
  • Fix --livereload-ignore option (#9570)
  • Render theme-gem root only in development (#9680)

Development Fixes

  • Cleanup highlight tag (#9177)
  • Run tests in utc (#9168)
  • Lock Ruby in CI to v3.1.2 and bump JRuby to v9.4.0.0 (#9196)
  • Update sass related tests for jekyll-sass-converter 3.x (#9223)
  • Split test/test_tags.rb into multiple files (#9230)
  • test: use hash explicitly for Struct initializer for ruby 3.2 (#9237)
  • script/default-site: accept flags for jekyll new (#9259)
  • Bump check-spelling/check-spelling from 0.0.20 to 0.0.21 (#9205)
  • Use check-spelling/[email protected] (#9199)
  • Bump RuboCop to v1.45.x (#9305)
  • Bump Rubocop to version 1.48.x (#9326)
  • Bump versions of ruby & nodejs in devcontainer (#9360)
  • Bump rubocop version to 1.52.x (#9361)
  • Upgrade RuboCop to 1.54 (#9401)
  • Add CodeQL workflow (#9397)
  • Bump actions/checkout from 3 to 4 (#9442)

... (truncated)

Changelog

Sourced from jekyll's changelog.

4.4.1 / 2025-01-29

Bug Fixes

  • Restore globbed path behavior in front matter defaults (#9762)

4.4.0 / 2025-01-27

Minor Enhancements

  • Allow marking specific highlighted lines via Liquid (#9138)
  • Add gem csv to runtime dependency list (#9522)
  • Bump the minimum ruby version to 2.7 (#9525)
  • Acknowledge livereload_port from site config too (#9606)
  • Add gem base64 as runtime dependency (#9740)
  • Add gem json as runtime_dependency (#9671)
  • Remove unnecessary constraint on gem mercenary (#9758)

Bug Fixes

  • Optimize default front matter using File.fnmatch? (#9185)
  • Remove totals in profile table properly (#9186)
  • Optimize Site#each_site_file (#9187)
  • Rename sass partial created for new blank site (#9257)
  • Fix jekyll serve --detach with jekyll-sass-converter 3.x (#9304)
  • Handle TypeError from where filter gracefully (#9292)
  • Add support for upcoming logger 1.4.3 (#9392)
  • Fix typo in devcontainer.json (#9364)
  • Correct rubocop lint errors (#9600)
  • Fix inexistent layout warning for the default 404 page (#9589)
  • Relax version constraint on wdm in new Gemfile (#9662)
  • Fix --livereload-ignore option (#9570)
  • Render theme-gem root only in development (#9680)

Development Fixes

  • Cleanup highlight tag (#9177)
  • Run tests in utc (#9168)
  • Lock Ruby in CI to v3.1.2 and bump JRuby to v9.4.0.0 (#9196)
  • Update sass related tests for jekyll-sass-converter 3.x (#9223)
  • Split test/test_tags.rb into multiple files (#9230)
  • test: use hash explicitly for Struct initializer for ruby 3.2 (#9237)
  • script/default-site: accept flags for jekyll new (#9259)
  • Bump check-spelling/check-spelling from 0.0.20 to 0.0.21 (#9205)
  • Use check-spelling/[email protected] (#9199)
  • Bump RuboCop to v1.45.x (#9305)
  • Bump Rubocop to version 1.48.x (#9326)
  • Bump versions of ruby & nodejs in devcontainer (#9360)
  • Bump rubocop version to 1.52.x (#9361)
  • Upgrade RuboCop to 1.54 (#9401)

... (truncated)

Commits

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 [jekyll](https://github.com/jekyll/jekyll) from 4.3.4 to 4.4.1.
- [Release notes](https://github.com/jekyll/jekyll/releases)
- [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown)
- [Commits](jekyll/jekyll@v4.3.4...v4.4.1)

---
updated-dependencies:
- dependency-name: 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 Feb 3, 2025
@dependabot dependabot bot requested a review from alphaX86 February 3, 2025 13:58
Copy link

netlify bot commented Feb 3, 2025

Deploy Preview for mesheryio-preview ready!

Name Link
🔨 Latest commit 03c0aad
🔍 Latest deploy log https://app.netlify.com/sites/mesheryio-preview/deploys/67a0cb6a8fe2d40008611a83
😎 Deploy Preview https://deploy-preview-2037--mesheryio-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@alphaX86 alphaX86 requested a review from a team February 4, 2025 16:07
@alphaX86
Copy link
Member

alphaX86 commented Feb 4, 2025

Hi @meshery/meshery-site-maintainers,

Please help to review this PR once as I don't have access rights to review/approve and merge accordingly on this repo. TIA

@alphaX86 alphaX86 removed their request for review February 4, 2025 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/website 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