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): update dependency docusaurus to v1.14.4 - autoclosed #52

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2018

This PR contains the following updates:

Package Type Update Change
docusaurus devDependencies minor 1.0.10 -> 1.14.4

Release Notes

facebook/docusaurus

v1.14.4

Compare Source

🐛 Bug Fix
  • docusaurus-1.x
🏠 Internal
Committers: 6

v1.14.3

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 2

v1.14.2

Compare Source

🐛 Bug Fix
📝 Documentation

v1.14.1

Compare Source

🐛 Bug Fix
🏠 Internal
📝 Documentation

v1.14.0

Compare Source

Added

  • feat: allow specifying meta desc in front matter (#​1859)

Docs

  • docs: document docker is optional (#​1848)

v1.13.0

Compare Source

Fixed

  • fix: content aligning breaks at IE11 (#​1684)
  • fix: footer links margin (#​1781)
  • feat: strip html from TOC (#​1762)

Docs

  • docs: document what should be in .gitignore (#​1709)
  • docs: change separateCSS to separateCss (#​1735)
  • docs: fix documented type for the cleanUrl option (#​1775)
  • docs: improve tutorial

v1.12.0

Compare Source

Changes

Added

  • feat: add "unlisted" front matter option for blog posts (#​1396)
  • feat: use primary color for highlighted items in table of contents (#​1628)

Chores

  • Upgrade a lot of dependencies to fix security vulnerabilities (#​1668)

Fixed

  • fix: remove the Container component from the docsNavContainer (#​1599)
  • fix: require babel dependencies directly (#​1575)
  • fix: replace apostrophe with empty string in header slugification (#​1618)
  • fix: wrong bootstrapped footer social links (#​1647)
  • fix: PostCSS warning on build command (#​1664)
  • fix: dont render html for meta description (#​1672)

Docs

  • docs: fix reference to publishing steps (#​1613)
  • docs: minor grammar fix in blog guide (#​1614)
  • docs: Fix Rendering of <AUTOGENERATED_TABLE_OF_CONTENTS> Tag on API - Markdown Features Page (#​1617)
  • docs: add Render hosting guide (#​1615)

v1.11.1

Compare Source

A bunch of dependency upgrades to resolve security issues.

v1.11.0

Compare Source

We added a new feature of highlighting the table of contents on the right side as you scroll the docs pages. A few bugs affecting local development were also fixed. More notably, the blog's left sidebar will not hide the post titles when docsSideNavCollapsible is turned on. This is a bugfix/backward-incompatible change depending on how you view it, but probably nobody wanted that collapsing behavior on the blog sidebar.

We also welcome @​wgao19 to the core team! She'll be helping us with Docusaurus 2 work leveraging on her experience writing documentation and CSS!

Changes
  • fix: reload siteConfig.js automatically when locally served page is refreshed (#​1509)
  • fix: don't collapse the blog navigation even if collapsible is true (#​1519)
  • fix: enable live reloading title of doc (#​1507)
  • feat: highlight nav item in onPageNav ToC (#​1524)

v1.10.0

Compare Source

This version mainly include many bug fixes and a new feature to use different host other than localhost through CLI flag.

Other than that, we also made some significant progress on Docusaurus 2 development. In the near future, we'll be rolling out the alpha version publicly to maximize community participation and feedback. Please stay tuned 😉

Thank you to following contributors:

Main Changes

v1.9.0

In preparation of F8 where @​yangshun will be holding a classroom session on building a Docusaurus site, we've added a tutorial to teach people how to create a versioned Docusaurus site.

We also revamped the docusaurus-init script such that the theme colors are random and you partnered with unDraw to generate illustrations that match your theme color! Check it out!

The sidebar icon on mobile screens have been changed to a more conventional hamburger style icon which is more intuitive. If you customized that part, check if your site's layout broke because of it.

Lastly, welcome Pulsar, Mockit and React Testing Library as users!

Thank you to the following contributors:

Fixed/Added
  • docs: consistent badge style (#​1371)
  • fix: prism syntax highlight .tsx properly (#​1391)
  • feat: add tutorial (#​1381)
  • feat: change icon for navToggle (#​1394)
  • fix: blog docs example as object property (#​1403)
  • docs: docs-examples-from-docusaurus is now installed as doc (#​1406)
  • fix: upgrade underscore.string to 3.3.5 (#​1404)

v1.8.1

Compare Source

We accidentally published 2.0.0-alpha.5 as latest on npm. Please do not use that and instead use the 1.x version.

v1.8.0

Compare Source

This version mainly include bug fixes and a new feature to skip the next release documents when versioning is enabled.

Thank you to the following contributors:

Fixed/Added
  • feat: Add --skip-next-release option to yarn build (#​1292)
  • fix: handle case insensitive table of contents token (#​1288)
  • fix: anchors links for underscore character (#​1309)
  • fix: autogenerated versions.js should not be confusing (#​1314)
Internal
  • Change Docusaurus landing page (#​1290)
  • We restructured our repository as a monorepo (#​1297)
  • We folded docusaurus versions (e.g: 1.1.0, 1.1.1, 1.1.2 -> 1.1.x) (#​1313)
  • optimize docusaurus continuous integration (#​1308)

v1.7.3

Compare Source

This version mainly includes bug fixes found in 1.7.0 that improves stability.

Thank you to the following contributors who helped with this release:

Fixed/Changed
  • Update code.facebook.com links to appropriate new destination (#​1224)
  • docs: showcase user accord-project (#​1225)
  • fix: change mainContainer padding to align with sidebars
  • docs: mention about CNAME option in publishing docs (#​1227)
  • docs: add ScanTrust to users (#​1228)
  • chore: upgrade husky to 1.3.1 (#​1229)
  • Remove more references to code.facebook.com (#​1231)
  • fix: use clean url for og:url when cleanUrl is true (#​1242)
  • fix: hovering algolia logo break its background color (#​1240)
  • docs: update CaptainDuckDuck to CapRover (#​1244)
  • chore: rename siteConfig.js to docusaurus.config.js (#​1245)
  • fix: make referenced links work with code block tabs (#​1249)
  • docs: showcase user Scalafmt (#​1250)
  • fix: wrong sidebar_label and title on versioned_docs (#​1265)
  • docs: update api-pages.md to document about overriding default styles (#​1266)
  • fix: upgrade jest to remove security vulnerability (#​1276)
  • docs: showcase user Microkubes (#​1274)
  • docs: showcase user Twirp (#​1275)
  • docs: add Polymath to users (#​1276)
  • fix: relative path markdown linking on versioned docs (#​1281)
  • fix(codetabs): fix key warning (#​1284)

v1.7.2

Compare Source

Minor fixes and improvements to some of the features introduced in 1.7.0.

Fixed/Changed
  • fix: horizontal overflow in collapsible sidebar (#​1205)
  • fix: docs asset links should follow specified docsUrl (#​1204)
  • fix: make search bar taller on widescreen (#​1210)
  • fix: change sidebar chevron icon to use svg (#​1211)

v1.7.1

Compare Source

HOTFIX

imagemin got pushed down into developer dependencies, breaking the build. This fixes that.

Fixed/Changed
  • fix: revert image-min back to dependencies (#​1201)

v1.7.0

Compare Source

It's the first release of the year! We've fixed a number of layout bugs and shipped a few significant new features such as:

  • Collapsible sidebar - Especially useful for pages with long list of items.
  • Language-specific Code Tabs - Great for documentations that target multiple languages.

We also welcome a ton of new users: Node Serialport, TypeGraphQL, React Native Sensors, FBT, KaTeX, Redux, and React Leaflet.

Thank you to the following contributors who helped with this release:

Fixed/Changed
  • fix: edit url should support versioned subdirectories (#​1154)
  • fix: gap on mobile devices when scrolling (#​1157)
  • chore: update imagemin and its dependencies (#​1162)
  • fix: pass docusaurus-publish cli args to build command (#​1185)
  • fix: missing default value for grid block content objects (#​1186)
  • fix: add margin-bottom: 0 to blog post author (#​1193)
  • fix: wrong padding for single row mobile nav (#​1191)
Added

v1.6.2

Compare Source

Hotfix for 1.6.1. We overlooked a critical bug caused by hardcoded path on PR #​1143. Please upgrade to 1.6.2, we are going to npm deprecate 1.6.1.

v1.6.1

Compare Source

This version mainly includes bug fixes found in 1.6.0 that improves stability.

Thank you to the following contributors who helped with this release:

Fixed/Changed
  • Fix docusaurus-version compilation error for subdirectory (cb1395)
  • Fix relative path markdown linking (#​1138)
  • Fix static files in blog/assets not working (#​1143)
Added
  • Allow custom commit message for publish-gh-pages (#​1136)

v1.6.0

Compare Source

This releases includes few bug fixes and features. One notable feature allows user to change/remove docs prefix from the generated docusaurus URL.

Welcome to our newest users, React-Slate, Hemera, React-Redux, Spectrum, TorchCraftAI, and Haul.

Thank you to the following contributors who helped with this release:

Fixed/Changed
  • Live reload not working on second try (#​1103)
  • Fix missing TOC on i18n pages (#​1119)
  • Fix docusaurus-version not working for subcategory in sidebar (#​1124)
  • Fix docusaurus-version to allow duplicate id in different subdirectory (#​1125)

v1.5.1

Compare Source

A release where we had many external contributors! Very excited to see the community being involved in the project.

Welcome to our newest users, Create React App, Stackery, Vasern, Noderize, React 360 and Formik.

Thank you to the following contributors who helped with this release:

Fixed/Changed
  • Throw error when forgot to pass in GIT_USER (#​1035)
  • Exclude file movements for last updated time (#​1023)
  • Update support for Web App Manifest (#​1046)
  • Render proper HTML instead of raw markdown in og:description (#​1054)
Added
  • New feature of displaying the last contributor to each document (#​980)
  • Document how to add "Copy" button to code blocks (#​1047)
  • Support reference-style linking in documents (#​1048)
  • Add caption to user page links (#​1075)
Removed

v1.5.0

Compare Source

This version introduces a big improvement to the sidebar, where you can now have subcategories.

Welcome to our newest user, Skip.

Thank you to the following contributors who helped with this release:

Fixed/Changed
  • Use dark mode color scheme for footer like button (#​959)
  • Fix highlightjs custom highlighting function (#​1016)
Added
  • Live reload port fallback if port is used (#​899)
  • Added option for client to include their own remarkable config (#​974)
  • Enabled subcategories in sidebar (#​892) (#​1026)
  • Add keyboard shortcut to focus on search box (#​1028)
Chore and Maintenance
  • Upgrade to babel 7 for v1 (#​995)
  • Fix typo in Getting Started docs (#​1013)
  • Reorganized siteConfig (#​1027)

v1.4.0

Compare Source

Welcome to our newest users, FuseBox and Bowler.

Thank you to the following contributors who helped with this release:

Fixed/Changed
  • Fix nested static in static folder breaks build (#​953)
  • Fix cleanUrl transformation unintentionally removing extension (#​923)
  • Fix conflicting strings in translations (#​917)
  • Header navigation now links to blog/, not blog (#​936)
  • Fix button wrapping behavior on mobile (#​921)
  • Fix wrong header navigation linking to a doc without translation (f1daddb)
  • Fixed navigation so that it takes full width on a docs (#​935)
Added
  • Allow user to add last updated time info on doc (#​913)
  • Support for user's own Web App Manifest in siteConfig (#​934)
  • Add docker file & documentation (#​936)
  • New docusaurus project has a better starting README (#​930)
  • Enable passing object to script and link (#​937)
Chore and Maintenance
  • New template for Documentation issue (39b7793)
  • Add new blog post about upcoming Docusaurus 2 (#​952)
  • Fix broken sponsor images in README (#​951)
  • Fix wrong user image URL (89f49b0)

v1.3.3

Compare Source

Welcome to our newest users, atalaya, Reaction Commerce, Plus (ThinkSNS+) and nteract.

Thank you to the following contributors who helped with this release:

Added

  • Add autoprefixing to CSS pipeline #​867
  • Support text language for code block style without any highlighting #​875

Fixed/Changed

  • Fix wrong CSS language prefix for fenced blocks #​842 #​870
  • Fix phrase emphasis not italicized #​850
  • Don't replace static assets linking in fenced code blocks #​864
  • Blogpost summary for blog feed is now properly truncated #​880
  • Fix failure to copy static image if image compression fail #​887
  • Fix: correct docs linking for custom defaultVersionShown #​894
  • Fix incorrect sitemap url for non default baseUrl #​902
  • Stricter css/main.css routing on development server #​904
  • Fix console error when onPageNav !== 'separate' #​909

Docs

  • Add documentation regarding usage of nested docs/ subdirectory #​860
  • Improve baseUrl documentation with an example #​863
  • Fix Table of contents documentation typo #​873
  • Update installation doc #​888 #​900
  • Update guides-translations.md for CircleCI 2.0 92f95d

Chore and Maintenance

v1.3.2

Compare Source

This version mainly includes bug fixes found in 1.3.1 that improves stability and UX improvements.

Welcome to our newest user, single-spa, a framework that allows you to use multiple front end frameworks in one SPA.

Thank you to the following contributors who helped with this release:

Fixed/Changed
  • Fix wrong sitemap for alternate URLs (#​828)
  • Publish-gh-pages should display the correct commit that triggers it (#​829)
  • Fix missing Facebook like buttons in blog posts (#​821)
  • Open browser with the correct baseUrl during development (#​819)
  • Fix Edit button alignment in Docs (#​819)

v1.3.1

Compare Source

This version mainly includes bug fixes found in 1.3.0 that improves stability.

Thank you to the following contributors who helped with this release:

Fixed/Changed

v1.3.0

Compare Source

1.3.0 introduces a brief clean up of our CSS, overall site typography and some improvements to Algolia search.

Welcome to our newest user, ml5, a really cool machine library in JavaScript.

Thank you to the following contributors who helped with this release:

Breaking changes
  • Since we made some CSS changes, there's a good chance it might not be compatible with your custom CSS if you have any. We recommend that you audit each page of the site for any UI issues caused by this change. We'll try to minimize such backward-incompatible CSS changes in future.
  • Other UI changes include:
    • Left sidebar is sticky by default on supported browsers. We saw many of our users write custom CSS for that behavior and decided to incorporate it in the core.
    • Footer is now a darker shade of black for better contrast.
    • Background color of site changed to #fff.
    • Headers are now black (from $primaryColor) and have bolder font weight.
    • Blockquotes are changed to yellow (from pink).
Fixed/Changed
  • The search input will now search the docs in the correct language.
  • Algolia will be able to scrap emulti-language and/or versioned sites better with the introduction of special meta tags.
Added

N/A

Removed

N/A

v1.2.1

Compare Source

Fixes from existing issues and those found in the 1.2.0 release. Fixes include being able to modify the metadata of a doc without resorting to deleting en.json, using absolute URLs instead of relative for docs links, and more. We also added a few new things as well.

Welcome to our newest users, Babel, Sonar, Metro, StreamPipes, and rest-hapi.

Thank you to the following contributors who helped with this release:

Breaking changes
  • This may not affect many users, but if you modified the en.json to add your own custom translation strings, we changed how this is handled, and you will need to follow the instructions here to modify your setup.
Added
Fixed/Changed
  • 1.2.0 introduced a bug where you could not update documentation metadata without deleting en.json. This has been fixed as part of the custom translation string breaking change.
  • Absolute URLs are now used instead of relative URLs for documentation linking to avoid trailing slash issues.
  • If you have had trouble updating Docusaurus, it may have been your Babel cache.
  • No more errors if heading anchors are empty.
  • Fixed bug when renaming version where sidebars.json were not getting updated.
  • Table of contents are now hidden when onPageNav is not separate.
Removed

N/A

v1.2.0

Compare Source

A major point release. This release adds highly requested features, including extension-less URLs, nested directories for docs and adding a second option (Prism) for syntax highlighting.

Welcome to our newest users, pnpm and Anssr Data.

A special thank you to @​endiliey who has come in and did awesome work for Docusaurus. @​endiliey is now an official maintainer of the Docusaurus repo because of his efforts.

Thank you to the following contributors who helped with this release:

Breaking changes

None that we know of. Please let us know if you find any as this is a big release and we may have missed something.

Added
Fixed/Changed
  • For better SEO, we now support meta:description.
  • Existing translation files are now loaded correctly.
  • URLs properly resolve no matter which language you are currently viewing.
  • Atom and RSS feed links are fixed for xxx.github.io sites.
  • Version pages link to the correct language, depending on the current language.
  • Do not start server if versions.js is missing and versioning is enabled.
  • Fail properly when current branch is the same as the deployment one.
  • Assets not found bug fixed in Windows.
  • OnPageNav now works on mobile devices.
  • Remove extra padding in code blocks.
  • Better gitignore for docusaurus-init
  • Documentation fixes: 123.
Removed

N/A

v1.1.5

Compare Source

Hotfix. A package in devDependencies needed to be moved to dependencies.

v1.1.4

Compare Source

Yet another hotfix release. We found an issue with the way we did LiveReload - we were watching the node_modules directory and that caused some users to encounter errors. We stopped watching node_modules directory in gaze.

Thank you to the following contributors who helped with this release:

Fixed/Changed

v1.1.3

Compare Source

npm had an issue where some packages were not being published. This should hopefully be resolved now; publishing a new version just in case.

Also, welcome TextLint and Open Power Quality as new users.

Thank you to the following contributors who helped with this release:

Fixed/Changed
  • onPageNav now shows in Safari.

v1.1.2

Compare Source

Another HOTFIX release. One of our third-party dependencies, tree-node-cli didn't support Node 10+. The package has been fixed and we have updated to use the new version of that package.

v1.1.1

Compare Source

HOTFIX release. Dependency bug found.

Fixed/Changed
  • opn needs to be installed, not just in dev dependencies.

v1.1.0

Compare Source

This is our first major point release. There are three primary reasons for this:


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 Apr 12, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 6f619a3 on renovate/docusaurus-1.x into ab31679 on master.

@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from 5770dcb to 5254330 Compare April 18, 2018 16:59
@renovate renovate bot changed the title Update dependency docusaurus to v1.0.11 Update dependency docusaurus to v1.0.12 Apr 18, 2018
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from 5254330 to 8ace31b Compare April 20, 2018 19:05
@renovate renovate bot changed the title Update dependency docusaurus to v1.0.12 Update dependency docusaurus to v1.0.13 Apr 20, 2018
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from 8ace31b to 528ecec Compare April 23, 2018 23:42
@renovate renovate bot changed the title Update dependency docusaurus to v1.0.13 Update dependency docusaurus to v1.0.14 Apr 23, 2018
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from 528ecec to 9308a47 Compare May 6, 2018 18:08
@renovate renovate bot changed the title Update dependency docusaurus to v1.0.14 Update dependency docusaurus to v1.0.15 May 6, 2018
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from 9308a47 to cbd4db7 Compare May 21, 2018 15:36
@renovate renovate bot changed the title Update dependency docusaurus to v1.0.15 Update dependency docusaurus to v1.1.0 May 21, 2018
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from cbd4db7 to b775250 Compare May 21, 2018 20:58
@renovate renovate bot changed the title Update dependency docusaurus to v1.1.0 Update dependency docusaurus to v1.1.1 May 21, 2018
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from b775250 to dbb8aee Compare May 22, 2018 04:48
@renovate renovate bot changed the title Update dependency docusaurus to v1.1.1 Update dependency docusaurus to v1.1.2 May 22, 2018
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from dbb8aee to 502acd4 Compare May 22, 2018 09:46
@renovate renovate bot changed the title Update dependency docusaurus to v1.1.2 Update dependency docusaurus to v1.1.1 May 22, 2018
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from 502acd4 to 8b2ee53 Compare May 23, 2018 18:30
@renovate renovate bot changed the title Update dependency docusaurus to v1.1.1 Update dependency docusaurus to v1.1.3 May 23, 2018
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from 8b2ee53 to ff080f0 Compare May 26, 2018 06:21
@renovate renovate bot changed the title Update dependency docusaurus to v1.1.3 Update dependency docusaurus to v1.1.4 May 26, 2018
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from ff080f0 to 004e95a Compare May 26, 2018 20:36
@renovate renovate bot changed the title Update dependency docusaurus to v1.1.4 Update dependency docusaurus to v1.1.5 May 26, 2018
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from 004e95a to b06b5db Compare June 10, 2018 19:25
@renovate renovate bot changed the title Update dependency docusaurus to v1.1.5 Update dependency docusaurus to v1.2.0 Jun 10, 2018
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from b06b5db to d57ca82 Compare June 17, 2018 23:03
@renovate renovate bot changed the title Update dependency docusaurus to v1.2.0 Update dependency docusaurus to v1.2.1 Jun 17, 2018
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from d57ca82 to ae98c34 Compare June 21, 2018 04:20
@renovate renovate bot changed the title Update dependency docusaurus to v1.2.1 Update dependency docusaurus to v1.3.0 Jun 21, 2018
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from ae98c34 to 426d713 Compare June 30, 2018 20:09
@renovate renovate bot changed the title Update dependency docusaurus to v1.7.2 Update dependency docusaurus to v1.7.3 Mar 20, 2019
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from 8e7bde6 to 6c643ea Compare March 30, 2019 15:04
@renovate renovate bot changed the title Update dependency docusaurus to v1.7.3 Update dependency docusaurus to v1.8.0 Mar 30, 2019
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from 6c643ea to ea23bcb Compare April 23, 2019 16:57
@renovate renovate bot changed the title Update dependency docusaurus to v1.8.0 Update dependency docusaurus to v1.8.1 Apr 23, 2019
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from ea23bcb to 500c8a1 Compare May 4, 2019 10:52
@renovate renovate bot changed the title Update dependency docusaurus to v1.8.1 Update dependency docusaurus to v1.9.0 May 4, 2019
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from 500c8a1 to a624f6b Compare May 22, 2019 13:53
@renovate renovate bot changed the title Update dependency docusaurus to v1.9.0 Update dependency docusaurus to v1.10.0 May 22, 2019
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from a624f6b to d820dce Compare June 1, 2019 11:57
@renovate renovate bot changed the title Update dependency docusaurus to v1.10.0 Update dependency docusaurus to v1.11.0 Jun 1, 2019
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from d820dce to 36caf1b Compare June 19, 2019 14:00
@renovate renovate bot changed the title Update dependency docusaurus to v1.11.0 Update dependency docusaurus to v1.11.1 Jun 19, 2019
@renovate renovate bot changed the title Update dependency docusaurus to v1.11.1 chore(deps): update dependency docusaurus to v1.11.1 Jul 19, 2019
@renovate renovate bot force-pushed the renovate/docusaurus-1.x branch from 36caf1b to 7446dd9 Compare July 20, 2019 10:33
@renovate renovate bot changed the title chore(deps): update dependency docusaurus to v1.11.1 chore(deps): update dependency docusaurus to v1.12.0 Jul 20, 2019
@renovate renovate bot changed the title chore(deps): update dependency docusaurus to v1.12.0 chore(deps): update dependency docusaurus to v1.13.0 Sep 16, 2019
@renovate renovate bot changed the title chore(deps): update dependency docusaurus to v1.13.0 chore(deps): update dependency docusaurus to v1.14.0 Nov 11, 2019
@renovate renovate bot changed the title chore(deps): update dependency docusaurus to v1.14.0 chore(deps): update dependency docusaurus to v1.14.1 Nov 21, 2019
@renovate renovate bot changed the title chore(deps): update dependency docusaurus to v1.14.1 chore(deps): update dependency docusaurus to v1.14.3 Dec 14, 2019
@renovate renovate bot changed the title chore(deps): update dependency docusaurus to v1.14.3 chore(deps): update dependency docusaurus to v1.14.4 Jan 18, 2020
@renovate renovate bot changed the title chore(deps): update dependency docusaurus to v1.14.4 chore(deps): update dependency docusaurus to v1.14.4 - autoclosed Aug 26, 2020
@renovate renovate bot closed this Aug 26, 2020
@renovate renovate bot deleted the renovate/docusaurus-1.x branch August 26, 2020 12:08
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.

2 participants