Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps hexo-server from 1.0.0 to 2.0.0.

Release notes

Sourced from hexo-server's releases.

2.0.0

Breaking change

Feature

  • feat: support page with trailing '.html' @curbengh #111
    • When a page is available on http://yoursite.com/about.html, browsing http://yoursite.com/about will be served with "about.html" page.
    • When pretty_urls is used,
    pretty_urls: 
      trailing_index: false # defaults to true
    • Browsing http://yoursite.com/about.html will 301-redirect to http://yoursite.com/about.
    pretty_urls: 
      trailing_html: false # defaults to true
    • Browsing http://yoursite.com/2020/01/02/foo/index.html will 301-redirect to http://yoursite.com/2020/01/02/foo/.
    • This ensure a page only has one link to avoid SEO downgrade.

Changes

Dependencies

  • chore(deps-dev): bump hexo from 3.9.0 to 5.0.0 #104 #139
  • chore(deps-dev): bump mocha from 6.2.2 to 8.0.1 #126 #135
  • chore(deps-dev): bump eslint from 6.8.0 to 7.0.0 (#133)
  • chore(deps-dev): bump hexo-fs from 2.0.0 to 3.0.1 (#129)
  • chore(deps-dev): bump sinon from 7.5.0 to 9.0.2 (#128)
  • chore(deps): bump chalk from 2.4.2 to 4.0.0 #105 #127
  • chore(deps-dev): bump mocha from 6.2.2 to 7.1.1 (#126)
  • chore(deps-dev): bump uuid from 3.4.0 to 8.0.0 @SukkaW #122 #132
  • chore(deps-dev): bump nyc from 14.1.1 to 15.0.0 (#108)
  • Bump eslint-config-hexo from 3.0.0 to 4.0.0 (#106)
  • Bump open from 6.4.0 to 7.0.0 (#103)
Commits
  • 5693469 Merge pull request #140 from curbengh/v2.0.0
  • 294da08 release: 2.0.0
  • a146d2d Merge pull request #139 from hexojs/dependabot/npm_and_yarn/hexo-5.0.0
  • 4af84ab chore(deps-dev): bump hexo from 4.2.1 to 5.0.0
  • 634b41f merge(#138): from curbengh/node-10
  • f742e58 ci: add GitHub Actions
  • b0a5ab6 chore: drop Node 8
  • be420d1 Merge pull request #111 from curbengh/trailing-html
  • 96f02dd test(pretty_urls): default options should not redirect
  • 74b9d54 test: config is reset before each test
  • Additional commits viewable in compare view

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-server](https://github.com/hexojs/hexo-server) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/hexojs/hexo-server/releases)
- [Commits](hexojs/hexo-server@1.0.0...2.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 Aug 10, 2020
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.

1 participant