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-dev): bump hexo from 3.9.0 to 4.0.0 #32

Merged
merged 1 commit into from Oct 19, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps hexo from 3.9.0 to 4.0.0.

Release notes

Sourced from hexo's releases.

4.0.0

Breaking change

  • chore: drop Node 6 #3598
  • fix post_link, asset_link when title contains unescaped html charaters #3704
    • Affects asset_link, post_link tag plugins
    • If you want to retain unescaped characters, set false to the final argument {% asset_link 'filename 'title' 'false' %}
  • fix: encode permalink by default #3708
    • If you currently use encodeURI(post.permalink) (including permalink of page, tag & category variables), there are three options:
      1. Use encodeURI(decodeURI(post.permalink)) for backward-compatibility with hexo v3.9 (and older)
      2. Use encodeURL() function provided by hexo-util, it is backward-compatible
      3. Drop encodeURI() function, this breaks backward-compatibility
    • If you want to use the variables in decoded form,
    • This change does not apply to this.url variable.
  • fix(paginator): add escape option for compatibility with hexo-util@1.3.0 #3728
    • Theme devs, if you customize prev_text/next_text with html (e.g. to insert icons), you need to set escape: false in the parameter.

Feature

  • feat(filter): use existing excerpt if possible #3612

  • switch minimatch to micromatch #3538

  • feat: add option to disable meta generator tag #3653

    • Add meta_generator: false to config to disable
  • feat(generator): allow limit parallel generation #3665

    • If you experience "Out of memory" issue, try lowering the value in hexo g --concurrency <number>
  • Option to use date instead of file mtime for updated date #3235

    • If you prefer not to use file modification time in the post.updated variable, set use_date_for_updated: true in config
  • feat(list_tags): add Schema "keywords" and Microdata "tag" #3678

  • feat(permalink_variable): add pretty_urls option to remove index.html from url #3691

    • Use the following config to remove the trailing index.html from permalink variables
    pretty_urls:
      trailing_index: false
    • Does not apply to this.url variable (see #3661).
    • Should be compatible with existing canonical-related plugins, recommend plugin and theme devs to test
  • feat: add full_url_for helper #3701

    • use this helper full_url_for(page.path) instead of config.url + page.path
  • fix: external_link should use after_render #3675

    • added field and exclude options, see #3675 for guide.

Performance

  • perf(meta_generator): drop cheerio #3671
... (truncated)
Commits
  • 9662366 Merge pull request #3695 from curbengh/4.0.0
  • ac03b72 Merge pull request #3768 from seaoak/bugfix/backtick_code_block_on_blockquote...
  • 84c4c66 Disable to insert extra new line character into the end of backtick code bloc...
  • 6b329e9 Merge pull request #3765 from seaoak/feature/correct_filter_backtick_code_blo...
  • deaad6b docs(backtick_code): mention PR #3765
  • 894408a Correct processing of backtick code block on blockquote (fix Issue#2969)
  • 6bf6e98 release: 4.0.0
  • 79bdc95 fix(#2318): allow backtick code block in "blockquote" tag plugin (#2321)
  • bd70086 Merge pull request #3760 from seaoak/bugfix/test-of-box-fails-on-race-condition
  • e61116a Merge pull request #3761 from curbengh/warehouse-3-0-1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by curben, a new releaser for hexo since your current version.


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 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)
  • @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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [hexo](https://github.com/hexojs/hexo) from 3.9.0 to 4.0.0.
- [Release notes](https://github.com/hexojs/hexo/releases)
- [Commits](hexojs/hexo@3.9.0...4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 16, 2019
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling f4f8af7 on dependabot/npm_and_yarn/hexo-4.0.0 into 010021a on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling f4f8af7 on dependabot/npm_and_yarn/hexo-4.0.0 into 010021a on master.

@yoshinorin yoshinorin merged commit 8422bdb into master Oct 19, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/hexo-4.0.0 branch October 19, 2019 05:47
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.

None yet

2 participants