Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps @docusaurus/core from 2.0.0-alpha.58 to 2.0.0-alpha.60.

Release notes

Sourced from @docusaurus/core's releases.

2.0.0-alpha.60 (2020-07-29)

🚀 New Feature

  • docusaurus
  • docusaurus-1.x
    • #3124 feat(v1): add 'slugPreprocessor' config option to allow users customize the hash links (@Simek)
  • docusaurus-theme-search-algolia
    • #3133 feat(v2): add themeConfig validation to algolia theme (@slorber)

🐛 Bug Fix

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus
    • #3142 fix(v2): config validation fixes + add tests for config validation (@teikjun)
  • docusaurus
    • #3149 fix(v2): BrowserOnly should not return undefined (@slorber)
    • #3143 fix(v2): absolute Links should be automatically prefixed by baseurl (@slorber)
  • docusaurus-plugin-content-docs, docusaurus-types, docusaurus
    • #3141 fix(v2): remove buggy routesLoaded + deprecate routesLoaded lifecycle (@slorber)
  • docusaurus-theme-classic
    • #3140 fix(v2): navbar item links should allow unknown attributes (@slorber)
  • docusaurus-theme-search-algolia
    • #3138 fix(v2): add accessible label for Algolia search button (@hobadams)
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus

📝 Documentation

🏠 Internal

  • Other
  • docusaurus-1.x, docusaurus-init-1.x, docusaurus-init, docusaurus-mdx-loader, docusaurus-migrate, docusaurus-module-type-aliases, docusaurus-plugin-client-redirects, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-debug, docusaurus-plugin-google-analytics, docusaurus-plugin-google-gtag, docusaurus-plugin-ideal-image, docusaurus-plugin-pwa, docusaurus-plugin-sitemap, docusaurus-preset-bootstrap, docusaurus-preset-classic, docusaurus-theme-bootstrap, docusaurus-theme-classic, docusaurus-theme-live-codeblock, docusaurus-theme-search-algolia, docusaurus-types, docusaurus-utils, docusaurus, lqip-loader, stylelint-copyright

Committers: 4

v2.0.0-alpha.59

2.0.0-alpha.59 (2020-07-24)

Changelog

Sourced from @docusaurus/core's changelog.

2.0.0-alpha.60 (2020-07-29)

🚀 New Feature

  • docusaurus
  • docusaurus-1.x
    • #3124 feat(v1): add 'slugPreprocessor' config option to allow users customize the hash links (@Simek)
  • docusaurus-theme-search-algolia
    • #3133 feat(v2): add themeConfig validation to algolia theme (@slorber)

🐛 Bug Fix

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus
    • #3142 fix(v2): config validation fixes + add tests for config validation (@teikjun)
  • docusaurus
    • #3149 fix(v2): BrowserOnly should not return undefined (@slorber)
    • #3143 fix(v2): absolute Links should be automatically prefixed by baseurl (@slorber)
  • docusaurus-plugin-content-docs, docusaurus-types, docusaurus
    • #3141 fix(v2): remove buggy routesLoaded + deprecate routesLoaded lifecycle (@slorber)
  • docusaurus-theme-classic
    • #3140 fix(v2): navbar item links should allow unknown attributes (@slorber)
  • docusaurus-theme-search-algolia
    • #3138 fix(v2): add accessible label for Algolia search button (@hobadams)
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus

📝 Documentation

🏠 Internal

  • Other
  • docusaurus-1.x, docusaurus-init-1.x, docusaurus-init, docusaurus-mdx-loader, docusaurus-migrate, docusaurus-module-type-aliases, docusaurus-plugin-client-redirects, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-debug, docusaurus-plugin-google-analytics, docusaurus-plugin-google-gtag, docusaurus-plugin-ideal-image, docusaurus-plugin-pwa, docusaurus-plugin-sitemap, docusaurus-preset-bootstrap, docusaurus-preset-classic, docusaurus-theme-bootstrap, docusaurus-theme-classic, docusaurus-theme-live-codeblock, docusaurus-theme-search-algolia, docusaurus-types, docusaurus-utils, docusaurus, lqip-loader, stylelint-copyright

Committers: 4

2.0.0-alpha.59 (2020-07-24)

🚀 New Feature

Commits
  • 6124c60 v2.0.0-alpha.60
  • 7d3bd22 alpha 60
  • e7ec93b test(v2): add tests for config validation (#3142)
  • ee2d1b4 docs(v2): add myself to /team page + add TeamProfileCard component (#3145)
  • d28a29f fix(v2): BrowserOnly should not return undefined (#3149)
  • eeb5c93 docs(v2): prettier docs (#3146)
  • e1b2963 fix(v2): absolute Links should be automatically prefixed by baseurl (#3143)
  • 4247fc4 remove automatic withBaseUrl in Link
  • d25d4b0 fix(v2): remove buggy routesLoaded + deprecate routesLoaded lifecycle (#3141)
  • ac757e9 feat(v2): add validation escape hatch (#3134)
  • 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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [@docusaurus/core](https://github.com/facebook/docusaurus) from 2.0.0-alpha.58 to 2.0.0-alpha.60.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/master/CHANGELOG-2.x.md)
- [Commits](facebook/docusaurus@v2.0.0-alpha.58...v2.0.0-alpha.60)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@netlify
Copy link

netlify bot commented Jul 30, 2020

Deploy Preview built failed.

Built with commit 7290f19

https://app.netlify.com/sites/cocky-bohr-d5033d/deploys/5f22f2eee937eb00089b8cfa

@Josh-Cena Josh-Cena merged commit 6a81f8c into master Aug 3, 2020
@Josh-Cena Josh-Cena deleted the dependabot/npm_and_yarn/master/docusaurus/core-2.0.0-alpha.60 branch August 3, 2020 11:07
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