You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flagon.apache.org by GitBox <gi...@apache.org> on 2019/11/01 12:19:30 UTC

[GitHub] [incubator-flagon] dependabot[bot] opened a new pull request #8: Bump jekyll from 3.3.1 to 3.6.3 in /site

dependabot[bot] opened a new pull request #8: Bump jekyll from 3.3.1 to 3.6.3 in /site
URL: https://github.com/apache/incubator-flagon/pull/8
 
 
   Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.3.1 to 3.6.3.
   <details>
   <summary>Release notes</summary>
   
   *Sourced from [jekyll's releases](https://github.com/jekyll/jekyll/releases).*
   
   > ## v3.6.2
   > ### Development Fixes
   > 
   >   * Update Rubocop to 0.51.0 ([#6444](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6444))
   >   * Add test for layout as string ([#6445](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6445))
   > 
   > ### Bug Fixes
   > 
   >   * Problematic UTF+bom files ([#6322](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6322))
   >   * Always treat `data.layout` as a string ([#6442](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6442))
   > 
   > ## v3.6.1
   > ### Documentation
   > 
   >   * Doc y_day in docs/permalinks ([#6244](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6244))
   >   * Update frontmatter.md ([#6371](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6371))
   >   * Elaborate on excluding items from processing ([#6136](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6136))
   >   * Style lists in tables ([#6379](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6379))
   >   * Remove duplicate &[#34](https://github-redirect.dependabot.com/jekyll/jekyll/issues/34);available&[#34](https://github-redirect.dependabot.com/jekyll/jekyll/issues/34); ([#6380](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6380))
   > 
   > ### Development Fixes
   > 
   >   * Bump rubocop to use `v0.50.x` ([#6368](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6368))
   > 
   > ## v3.6.0
   > ### Minor Enhancements
   > 
   >   * Ignore final newline in folded YAML string ([#6054](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6054))
   >   * Add URL checks to Doctor ([#5760](https://github-redirect.dependabot.com/jekyll/jekyll/issues/5760))
   >   * Fix serving files that clash with directories ([#6222](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6222)) ([#6231](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6231))
   >   * Bump supported Ruby version to `>= 2.1.0` ([#6220](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6220))
   >   * set `LiquidError#template_name` for errors in included file ([#6206](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6206))
   >   * Access custom config array throughout session ([#6200](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6200))
   >   * Add support for Rouge 2, in addition to Rouge 1 ([#5919](https://github-redirect.dependabot.com/jekyll/jekyll/issues/5919))
   >   * Allow `yield` to logger methods &amp; bail early on no-op messages ([#6315](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6315))
   >   * Update mime-types. ([#6336](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6336))
   >   * Use a Schwartzian transform with custom sorting ([#6342](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6342))
   >   * Alias `Drop#invoke_drop` to `Drop#[]` ([#6338](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6338))
   > 
   > ### Bug Fixes
   > 
   >   * `Deprecator`: fix typo for `--serve` command ([#6229](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6229))
   >   * `Reader#read_directories`: guard against an entry not being a directory ([#6226](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6226))
   >   * kramdown: symbolize keys in-place ([#6247](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6247))
   >   * Call `to_s` on site.url before attempting to concatenate strings ([#6253](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6253))
   >   * Enforce Style/FrozenStringLiteralComment ([#6265](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6265))
   >   * Update theme-template README to note &[#39](https://github-redirect.dependabot.com/jekyll/jekyll/issues/39);assets&[#39](https://github-redirect.dependabot.com/jekyll/jekyll/issues/39); directory ([#6257](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6257))
   >   * Memoize the return value of `Document#url` ([#6266](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6266))
   >   * delegate `StaticFile#to_json` to `StaticFile#to_liquid` ([#6273](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6273))
   >   * Fix `Drop#key?` so it can handle a nil argument ([#6281](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6281))
   ></tr></table> ... (truncated)
   </details>
   <details>
   <summary>Changelog</summary>
   
   *Sourced from [jekyll's changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown).*
   
   > ## 3.6.3 / 2018-09-18
   > 
   > ### Bug Fixes
   > 
   >   * 3.6.x: security: fix `include` bypass of `EntryFilter#filter` symlink check ([#7229](https://github-redirect.dependabot.com/jekyll/jekyll/issues/7229))
   > 
   > ## 3.6.2 / 2017-10-21
   > 
   > ### Development Fixes
   > 
   >   * Update Rubocop to 0.51.0 ([#6444](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6444))
   >   * Add test for layout as string ([#6445](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6445))
   > 
   > ### Bug Fixes
   > 
   >   * Problematic UTF+bom files ([#6322](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6322))
   >   * Always treat `data.layout` as a string ([#6442](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6442))
   > 
   > ## 3.6.1 / 2017-10-20
   > 
   > ### Documentation
   > 
   >   * Doc y_day in docs/permalinks ([#6244](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6244))
   >   * Update frontmatter.md ([#6371](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6371))
   >   * Elaborate on excluding items from processing ([#6136](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6136))
   >   * Style lists in tables ([#6379](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6379))
   >   * Remove duplicate &[#34](https://github-redirect.dependabot.com/jekyll/jekyll/issues/34);available&[#34](https://github-redirect.dependabot.com/jekyll/jekyll/issues/34); ([#6380](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6380))
   > 
   > ### Development Fixes
   > 
   >   * Bump rubocop to use `v0.50.x` ([#6368](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6368))
   > 
   > ## 3.6.0 / 2017-09-21
   > 
   > ### Minor Enhancements
   > 
   >   * Ignore final newline in folded YAML string ([#6054](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6054))
   >   * Add URL checks to Doctor ([#5760](https://github-redirect.dependabot.com/jekyll/jekyll/issues/5760))
   >   * Fix serving files that clash with directories ([#6222](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6222)) ([#6231](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6231))
   >   * Bump supported Ruby version to `>= 2.1.0` ([#6220](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6220))
   >   * set `LiquidError#template_name` for errors in included file ([#6206](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6206))
   >   * Access custom config array throughout session ([#6200](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6200))
   >   * Add support for Rouge 2, in addition to Rouge 1 ([#5919](https://github-redirect.dependabot.com/jekyll/jekyll/issues/5919))
   >   * Allow `yield` to logger methods &amp; bail early on no-op messages ([#6315](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6315))
   >   * Update mime-types. ([#6336](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6336))
   >   * Use a Schwartzian transform with custom sorting ([#6342](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6342))
   >   * Alias `Drop#invoke_drop` to `Drop#[]` ([#6338](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6338))
   > 
   > ### Bug Fixes
   > 
   ></tr></table> ... (truncated)
   </details>
   <details>
   <summary>Commits</summary>
   
   - [`9012230`](https://github.com/jekyll/jekyll/commit/901223038f5d503dcea84de4fe00c98043a23740) Release :gem: 3.6.3
   - [`3ffee1d`](https://github.com/jekyll/jekyll/commit/3ffee1d601eaf68d1e76a95039d93308c3c91a1b) Release :gem: 3.6.3
   - [`caddaeb`](https://github.com/jekyll/jekyll/commit/caddaebf50cdadc5164902b9a57619af8110942d) 3.6.x: security: fix `include` bypass of `EntryFilter#filter` symlink check (...
   - [`0b83d76`](https://github.com/jekyll/jekyll/commit/0b83d760c4820eaada991cf5904ce3d580e80d9f) Update site History
   - [`0d555a7`](https://github.com/jekyll/jekyll/commit/0d555a7361ad4d07fad7381a0118f94512b83231) Release 💎 3.6.2
   - [`1cda184`](https://github.com/jekyll/jekyll/commit/1cda1842d26897d92ac4e6ac1344777da960e23a) Update history to reflect merge of [#6451](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6451) [#6452](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6452) [#6453](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6453) [ci skip]
   - [`5a0582a`](https://github.com/jekyll/jekyll/commit/5a0582aad63824b125c603ede44d1d6343284b16) Backport add-test-for-layout-as-string from [#6445](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6445) to 3.6-stable
   - [`035c6e0`](https://github.com/jekyll/jekyll/commit/035c6e0337415a440ef1611ec348093ce7da680e) Backport patch-1 from [#6442](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6442) to 3.6-stable
   - [`1377cf2`](https://github.com/jekyll/jekyll/commit/1377cf2f70f1bec5273e0e647105dcbc27bafc65) Backport utf8-bom from [#6322](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6322) to 3.6-stable ([#6451](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6451))
   - [`de4007c`](https://github.com/jekyll/jekyll/commit/de4007c2cd68d8ecf2e778b0b456d73a0597ca26) Update history to reflect merge of [#6450](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6450) [ci skip]
   - Additional commits viewable in [compare view](https://github.com/jekyll/jekyll/compare/v3.3.1...v3.6.3)
   </details>
   <br />
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jekyll&package-manager=bundler&previous-version=3.3.1&new-version=3.6.3)](https://help.github.com/articles/configuring-automated-security-fixes)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/incubator-flagon/network/alerts).
   
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services