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

chore(deps): update jekyll ecosystem packages #525

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jekyll (source, changelog) "4.2.2" -> "4.3.3" age adoption passing confidence
jekyll-feed 0.15.0 -> 0.17.0 age adoption passing confidence

Release Notes

jekyll/jekyll (jekyll)

v4.3.3

Compare Source

Bug Fixes
  • Backport #​9392 for v4.3.x: Fix backward compatibility issues in the Logger (#​9510)
Development Fixes
  • Backport #​9237 for v4.3.x: Use Hash explicitly for Struct initializer (#​9285)

v4.3.2

Compare Source

Bug Fixes
  • Backport #​9257 for v4.3.x: Rename sass partial created for new blank site (#​9262)
  • Backport #​9187 for v4.3.x: Optimize Site#each_site_file (#​9256)
  • Backport #​9186 for v4.3.x: Remove totals in profile table properly (#​9255)
Development Fixes
  • Backport #​9223 for 4.3.x: Update sass related tests for jekyll-sass-converter 3.x (#​9254)

v4.3.1

Compare Source

Bug Fixes
  • Respect user-defined name attribute in documents (#​9167)
  • Revert "Incrementally rebuild when a data file is changed" (#​9170)
Documentation

v4.3.0

Compare Source

Minor Enhancements
  • Add webrick as a dependency (#​8524)
  • Regenerate supported mime types (#​8542)
  • Update include tag to be more permissive (#​8618)
  • Optimize Jekyll::Utils.parse_date (#​8425)
  • Update rubocop from 1.12 to 1.18 and min ruby from 2.4 to 2.5 (#​8741)
  • Always hide cache-dir contents from Git (#​8798)
  • Remove the warning about auto-regeneration on Windows (#​8821)
  • Propagate _data folder from theme (#​8815)
  • Support both tzinfo v1 and v2 along with non-half hour offsets. (#​8880)
  • Run vendor-mimes to update mime.types (#​8940)
  • Expose collection static files via site.static_files (#​8961)
  • Expose basename from document.rb as name to Liquid templates (#​8761)
  • Allow Configurable Converters on CSV (#​8858)
  • Introduce theme drop to expose theme-gem details (#​9129)
  • Relax version constraint to allow Rouge 4.x (#​9134)
  • Incrementally rebuild when a data file is changed (#​8771)
  • Support jekyll-sass-converter 3.x (#​9132)
Bug Fixes
  • fix: pin rubocop to 1.12 due to error with ruby 2.4 (#​8651)
  • Load Jekyll plugins from BUNDLE_GEMFILE location (#​8585)
  • fix(security): CVE-2021-28834 (#​8680)
  • Inject livereload script using location.protocol instead of http: (#​8718)
  • Respect collections_dir config within include tag (#​8756)
  • Fix regression in Convertible module from v4.2.0 (#​8786)
  • Revert #​7253: "Don't reset site.url to localhost:4000 by default" (#​8620)
  • Improve readability of CI logs (#​8877)
  • Fix deprecation message for missing doc method (#​8960)
  • Fix response header for content served via jekyll serve (#​8965)
  • Trigger livereload in sites without pages (#​8337)
  • Only enable BOM encoding option on UTF encodings (#​8363)
  • Ensure theme config is a Jekyll::Configuration object (#​8988)
  • Remove misleading totals row from --profile table (#​9039)
  • Unlock Psych dependency (#​9135)
  • Fix false positive conflicts for static files in a collection (#​9141)
Development Fixes
  • style: enable new cops (#​8538)
  • Allow dependabot to keep github actions up-to-date (#​8540)
  • Update actions/cache requirement to v2.1.3 (#​8543)
  • Pin rubocop version (#​8564)
  • style: add rubocop 1.9 cops (#​8567)
  • Cross Version Testing Locally and Faster CI (#​8610)
  • Use official Ruby setup GH action (#​8614)
  • Spell check action for markdown documentation (#​8675)
  • Update expect to cover docs/_posts (#​8677)
  • Bump check-spelling/check-spelling from 0.0.18 to 0.0.19 (#​8740)
  • Enable Rubocop accessor grouping, fix existing offenses (#​8293)
  • Tags:Highlight: Decomposed HTMLLegacy formatter (#​8623)
  • Relax Rubocop Dependency (#​8831)
  • Add a workflow to build gems consistently (#​8830)
  • Fix random test failures in TestExcerpt #to_liquid (#​8884)
  • Lock gem psych to v3.x (#​8918)
  • Fix typo in Bug Report template (#​8951)
  • Check symlink outside site_source without Pathutil (#​9015)
  • Stop testing with Rubies older than 2.7 on non-Windows (#​8955)
  • Bump actions/checkout from 2 to 3 (#​8986)
  • Remove git.io shortlinks from repo (#​9045)
  • Bump rubocop to 1.32 (#​9093)
  • Bump RuboCop to 1.36.x (#​9125)
  • Use check-spelling/check-spelling@v0.0.20 (#​9111)
  • Disable pending cops when running rubocop (#​9136)
  • Relax RDoc version dependency (#​9142)
Documentation
  • typo - do instead of don't (#​8518)
  • Document support for TSV files consistently (#​8488)
  • Add a disclaimer to tutorials involving Ruby code (#​8525)
  • Improve documentation on developing generators (#​8527)
  • Fixes typo in layouts_dir documentation (#​8532)
  • Fix i.e. typos in collections.md (#​8529)
  • Remove GitHub Pages content which is in GitHub docs (#​8533)
  • Step By Step Instructions Review (#​8399)
  • Fix typo in migrating from 3.0 to 4.0 page (#​8572)
  • Fix for important missing step in macOS Installation Docs: Add the Homebrew gems directory to the PATH (#​8496)
  • Use latest Jekyll-action configuration (#​8579)
  • docs: troubleshoot macOS with ARM64 architecture (#​8560)
  • docs: add overview of .jekyll-cache dir (#​8648)
  • docs: clarify where .jekyll-metadata comes from (#​8646)
  • Razorops CI/CD added (#​8656)
  • Specify default port and host for serve commands in docs (#​8624)
  • Update third-party.md (#​8652)
  • Add documentation for Sass configuration options (#​8587)
  • Add formcarry to forms section (#​8471)
  • Add step to set SDKROOT (#​8478)
  • Improve the "Markdown Options" Docs (#​8681)
  • Add 'webrick' warning note to "Quickstart" Docs (#​8727)
  • Update windows.md (#​8701)
  • IRC networks - Libera, Freenode (#​8706)
  • Improve GitHub Flavored Markdown Docs (#​8684)
  • Fixing URL in MacOS install for rbenv-doctor (#​8693)
  • Fix adjective in troubleshooting.md document (#​8777)
  • Goodbye Frank. We'll miss you. 💔 (#​8807)
  • Update index.html: Grammar fix. (#​8803)
  • Prefer Libera. Remove Freenode. (#​8811)
  • Update feature_request.md (#​8797)
  • Remove AWS Amplify from the showcase (#​8812)
  • Move Frank to Emeritus Core Team Members (#​8813)
  • Release post for v4.2.1 (#​8818)
  • Update CircleCI example (#​8829)
  • Fix typo (#​8835)
  • Added docs for running locally (#​8852)
  • Linting README.markdown (#​8900)
  • Remove text on GITHUB_TOKEN which is now built-in (#​8907)
  • Add Security Policy document (#​8823)
  • Manage repository meta documents consistently (#​8908)
  • docs: add Layer0 deployment guide (#​8915)
  • docs: Update README generated by jekyll new-theme (#​8919)
  • Update resources.md (#​8925)
  • Rewrite documentation on installing plugins (#​8921)
  • Improve maintainers guide on releasing a new version (#​8928)
  • Fix link for "CloudSh" (#​8934)
  • Recommend using actions/cache in GitHub Actions documentation (#​8948)
  • Remove references to EOL hakiri.io service (#​8946)
  • Release post for v4.2.2 (#​8982)
  • Document releasing off *-stable branches (#​8984)
  • Update document by fix yaml syntax error (#​8991)
  • Enhance option's case for Jekyll configuration (#​8992)
  • Fix typo in _docs/deployment/manual.md (#​8997)
  • Add quiet/verbose options (#​8996)
  • Update README.markdown re IRC Pointer (#​9005)
  • Remove Aerobatic (#​9007)
  • Add Jekyll 3.9.2 release post to 'master' branch (#​9013)
  • Simplify macOS installation docs (#​8993)
  • Improve document about GitHub Actions section (#​8853)
  • Update permalinks.md (#​9017)
  • Add clarity to docs on permalinks placeholders and built-ins (#​8995)
  • Remove Ionic Framework site from showcase (#​9057)
  • Windows: describe which option to choose (#​9049)
  • Improve links (http -> https) (#​9064)
  • Update ruby version for macos guide (#​9086)
  • Update posts.md (#​9151)
  • Release post for v4.3.0 (#​9157)
Site Enhancements
  • Improvements to CSS (#​7834)
  • Slightly update lang sh code-block styling (#​8857)
jekyll/jekyll-feed (jekyll-feed)

v0.17.0

Compare Source

Documentation
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

Compare Source

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)

v0.15.1

Compare Source

Bug Fixes
  • MetaTag: when encoding for XML special characters, handle non-string objects (#​326)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 11, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: docs/Gemfile.lock

/opt/containerbase/tools/bundler/1.17.2/3.3.0/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:272:in `search_up': undefined method `untaint' for an instance of String (NoMethodError)

      current  = File.expand_path(SharedHelpers.pwd).untaint
                                                    ^^^^^^^^
	from /opt/containerbase/tools/bundler/1.17.2/3.3.0/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:259:in `find_file'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.0/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:251:in `find_gemfile'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.0/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:27:in `root'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.0/gems/bundler-1.17.2/lib/bundler.rb:234:in `root'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.0/gems/bundler-1.17.2/lib/bundler.rb:246:in `app_config_path'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.0/gems/bundler-1.17.2/lib/bundler.rb:273:in `settings'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.0/gems/bundler-1.17.2/lib/bundler/feature_flag.rb:21:in `block in settings_method'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.0/gems/bundler-1.17.2/lib/bundler/cli.rb:97:in `<class:CLI>'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.0/gems/bundler-1.17.2/lib/bundler/cli.rb:7:in `<module:Bundler>'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.0/gems/bundler-1.17.2/lib/bundler/cli.rb:6:in `<top (required)>'
	from <internal:/opt/containerbase/tools/ruby/3.3.0/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:127:in `require'
	from <internal:/opt/containerbase/tools/ruby/3.3.0/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:127:in `require'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.0/gems/bundler-1.17.2/exe/bundle:23:in `block in <top (required)>'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.0/gems/bundler-1.17.2/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.0/gems/bundler-1.17.2/exe/bundle:22:in `<top (required)>'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.0/gems/bundler-1.17.2/exe/bundler:4:in `load'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.0/gems/bundler-1.17.2/exe/bundler:4:in `<top (required)>'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.0/bin/bundler:25:in `load'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.0/bin/bundler:25:in `<main>'

@renovate renovate bot changed the title chore(deps): update jekyll ecosystem packages Update jekyll ecosystem packages Oct 18, 2023
@renovate renovate bot changed the title Update jekyll ecosystem packages chore(deps): update jekyll ecosystem packages Oct 18, 2023
@renovate renovate bot force-pushed the renovate/jekyll-ecosystem-packages branch from ec07a9d to 1fce20e Compare November 16, 2023 09:36
@renovate renovate bot force-pushed the renovate/jekyll-ecosystem-packages branch from 1fce20e to 6a588ff Compare December 11, 2023 02:11
@renovate renovate bot force-pushed the renovate/jekyll-ecosystem-packages branch from 6a588ff to e4f1d71 Compare December 27, 2023 21:23
@renovate renovate bot force-pushed the renovate/jekyll-ecosystem-packages branch from e4f1d71 to 523ea25 Compare February 4, 2024 10:31
@renovate renovate bot force-pushed the renovate/jekyll-ecosystem-packages branch from 523ea25 to 6f018bd Compare March 24, 2024 14:38
Copy link
Contributor Author

renovate bot commented May 15, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: docs/Gemfile.lock

/opt/containerbase/tools/bundler/1.17.2/3.3.1/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:272:in `search_up': undefined method `untaint' for an instance of String (NoMethodError)

      current  = File.expand_path(SharedHelpers.pwd).untaint
                                                    ^^^^^^^^
	from /opt/containerbase/tools/bundler/1.17.2/3.3.1/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:259:in `find_file'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.1/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:251:in `find_gemfile'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.1/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:27:in `root'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.1/gems/bundler-1.17.2/lib/bundler.rb:234:in `root'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.1/gems/bundler-1.17.2/lib/bundler.rb:246:in `app_config_path'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.1/gems/bundler-1.17.2/lib/bundler.rb:273:in `settings'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.1/gems/bundler-1.17.2/lib/bundler/feature_flag.rb:21:in `block in settings_method'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.1/gems/bundler-1.17.2/lib/bundler/cli.rb:97:in `<class:CLI>'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.1/gems/bundler-1.17.2/lib/bundler/cli.rb:7:in `<module:Bundler>'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.1/gems/bundler-1.17.2/lib/bundler/cli.rb:6:in `<top (required)>'
	from <internal:/opt/containerbase/tools/ruby/3.3.1/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require'
	from <internal:/opt/containerbase/tools/ruby/3.3.1/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.1/gems/bundler-1.17.2/exe/bundle:23:in `block in <top (required)>'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.1/gems/bundler-1.17.2/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.1/gems/bundler-1.17.2/exe/bundle:22:in `<top (required)>'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.1/gems/bundler-1.17.2/exe/bundler:4:in `load'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.1/gems/bundler-1.17.2/exe/bundler:4:in `<top (required)>'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.1/bin/bundler:25:in `load'
	from /opt/containerbase/tools/bundler/1.17.2/3.3.1/bin/bundler:25:in `<main>'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants