Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 27, 2020

This PR contains the following updates:

Package Type Update Change
@docusaurus/core dependencies patch 2.0.0-alpha.55 -> 2.0.0-alpha.56

Release Notes

facebook/docusaurus

v2.0.0-alpha.56

Compare Source

💥 Breaking Change
  1. If you refers to modules (plugins) in your config file in a string form, you will need to replace them with require.resolve calls, for example:
- plugins: ['@​docusaurus/plugin-google-analytics']
+ plugins: [require.resolve('@​docusaurus/plugin-google-analytics')]
  1. If you use a non-root base url (not /), then you had to specify it in logo link manually, but now you do not need to do this -- the base url will automatically be added to the logo url.

  • docusaurus-theme-classic
  • docusaurus-theme-classic, docusaurus-theme-search-algolia
  • docusaurus
🚀 New Feature
  • docusaurus-types, docusaurus
  • docusaurus-theme-classic
🐛 Bug Fix
💅 Polish
  • docusaurus-theme-classic
  • docusaurus-theme-search-algolia
  • docusaurus-init
  • docusaurus-theme-classic, docusaurus-theme-search-algolia
  • docusaurus
📝 Documentation
  • #​2809 docs(v2): add mention on DocSearch when you run the crawler on your own (@​s-pace)
🏠 Internal
Committers: 8

Renovate configuration

📅 Schedule: 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@coveralls
Copy link

coveralls commented May 27, 2020

Pull Request Test Coverage Report for Build 117159904

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.897%

Totals Coverage Status
Change from base Build 116495002: 0.0%
Covered Lines: 728
Relevant Lines: 745

💛 - Coveralls

@doug-martin doug-martin merged commit 87c9cdb into master May 28, 2020
@doug-martin doug-martin deleted the renovate/docusaurus-core-2.x branch May 28, 2020 05:37
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.

3 participants