Skip to content

Bump jekyll, rb-fsevent and octopress-date-format #14

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

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 Apr 15, 2023

Bumps jekyll, rb-fsevent and octopress-date-format. These dependencies needed to be updated together.
Updates jekyll from 2.5.3 to 4.3.2

Release notes

Sourced from jekyll's releases.

v4.3.2

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

Bug Fixes

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

Documentation

  • Release post for v4.3.1 (#9171)

v4.3.0

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 alongwith 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)

... (truncated)

Changelog

Sourced from jekyll's changelog.

4.3.2 / 2023-01-20

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)

4.3.1 / 2022-10-26

Bug Fixes

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

Documentation

  • Release post for v4.3.1 (#9171)

4.3.0 / 2022-10-20

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)

... (truncated)

Commits

Updates rb-fsevent from 0.9.5 to 0.11.2

Release notes

Sourced from rb-fsevent's releases.

v0.11.2

  • Avoid modifying string literals #91

v0.11.1

  • rescue Errno::EBADF when closing pipe #92

v0.11.0

v0.10.4

  • Remove bundler development dependency #85

v0.10.3

  • Fix abnormal termination fails silently + burns cpu (#81)

v0.10.2

While procs are flexible about arity, lambdas and converted methods are not. Thus passing in two parameters broke any such callbacks. The only change in this release is that callback block arity is checked before passing in any values.

v0.10.1

  • rebuilt fsevent_watch against 10.8
  • fixed documentation

v0.10.0

  • MacOS 10.13 specific flags added to compatibility code
  • Added second parameter to callback with more detailed event info
  • Switched communication format to OTNetstrings, fixing a bug where some events were ignored if they contained certain characters
  • Removed custom path fixture from tests as there have been complaints about using the gem with maven (??)

v0.9.8

  • fsevent_watch : Fix "zombie" processes not dying (#62)

v0.9.7

  • Remove spec files from gemspec. (#58)

v0.9.6

  • Fix a bug in jruby env where pid is not a valid pid. #56

Sorry I skipped 0.9.5 release!

Commits

Updates octopress-date-format from 2.0.2 to 3.0.3

Changelog

Sourced from octopress-date-format's changelog.

3.0.3 - 2015-05-12

  • Support for Jekyll 3.0 and Jekyll Hooks

3.0.2 - 2015-01-06

  • Updated Octopress docs integration.

3.0.1 - 2014-10-12

  • Documentation now works with Octopress docs.

3.0.0 - 2014-10-09

  • Now only reads from Jekyll's configuration.
Commits
  • d0dcf2f Now works with Jekyll 3 and 2
  • 928a559 version bump [ci skip]
  • 7932f8f No need to test 1.9, since Jekyll 3 does not support it
  • 9e6602b Jekyll3, Jekyll Hooks, clash update
  • 3c20baa Removed unnecessary Gemfile
  • ae30da6 Fixed for new Octopress docs
  • c5bb45b Updated description on readme
  • 65c4327 Docs update for octopress-docs
  • b8e4478 version bump
  • d3ea4a0 Simplified configuration, now only using jekyll _config.yml
  • See full diff 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 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 disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [jekyll](https://github.com/jekyll/jekyll), [rb-fsevent](https://github.com/thibaudgg/rb-fsevent) and [octopress-date-format](https://github.com/octopress/date-format). These dependencies needed to be updated together.

Updates `jekyll` from 2.5.3 to 4.3.2
- [Release notes](https://github.com/jekyll/jekyll/releases)
- [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown)
- [Commits](jekyll/jekyll@v2.5.3...v4.3.2)

Updates `rb-fsevent` from 0.9.5 to 0.11.2
- [Release notes](https://github.com/thibaudgg/rb-fsevent/releases)
- [Commits](https://github.com/thibaudgg/rb-fsevent/commits/v0.11.2)

Updates `octopress-date-format` from 2.0.2 to 3.0.3
- [Release notes](https://github.com/octopress/date-format/releases)
- [Changelog](https://github.com/octopress/date-format/blob/master/CHANGELOG.md)
- [Commits](octopress/date-format@v2.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: jekyll
  dependency-type: direct:development
- dependency-name: rb-fsevent
  dependency-type: direct:development
- dependency-name: octopress-date-format
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 15, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants