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

build(deps): bump @docusaurus/core from 2.0.0-alpha.66 to 2.1.0 in /docs #792

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2022

Bumps @docusaurus/core from 2.0.0-alpha.66 to 2.1.0.

Release notes

Sourced from @​docusaurus/core's releases.

2.0.1 (2022-08-01)

Fix bad npm publish of 2.0.0

Committers: 1

2.0.0 (2022-08-01)

Bad npm publish, please use 2.0.1

💅 Polish

  • docusaurus

Committers: 2

2.0.0-rc.1 (2022-07-14)

🐛 Bug Fix

  • docusaurus
  • docusaurus-plugin-sitemap
    • #7774 fix(sitemap): complete gracefully when all pages have noIndex meta (@​Josh-Cena)
  • docusaurus-theme-classic
  • docusaurus-migrate
  • docusaurus-theme-search-algolia

💅 Polish

  • docusaurus-theme-translations

📝 Documentation

  • docusaurus-plugin-content-docs
    • #7706 docs: release process, versioning, breaking changes, public API surface (@​slorber)

... (truncated)

Changelog

Sourced from @​docusaurus/core's changelog.

2.1.0 (2022-09-01)

🚀 New Feature

  • docusaurus-theme-classic, docusaurus-theme-common
    • #8008 feat(theme): ability to use <DocCardList> without items prop, on any doc page (@​slorber)
  • docusaurus-plugin-content-docs, docusaurus-theme-classic
    • #7963 feat(docs): allow to configure noIndex per doc version (@​slorber)
    • #7949 feat(plugin-docs): docs sidebar item link: support "autoAddBaseUrl" attribute (@​slorber)
  • docusaurus-theme-translations

🐛 Bug Fix

  • create-docusaurus
    • #8032 fix(create-docusaurus): tutorial and init template improvements (@​slorber)
  • docusaurus-preset-classic
    • #8029 fix(preset-classic): broken link in "unrecognized keys" error message (@​mdubus)
  • docusaurus
  • docusaurus-plugin-sitemap
    • #7964 fix(sitemap): filter all routes with robots meta containing noindex (@​slorber)
  • docusaurus-theme-classic
    • #7910 fix(theme-classic): code block line number display with line wrapping (@​yzhe819)
    • #7786 fix: collapse siblings when first category is selected (@​whiteand)

💅 Polish

  • docusaurus-theme-classic
  • docusaurus-utils
    • #7941 feat(core): add new Webpack file-loader extensions: avif, mov, mkv, mpg, avi... (@​slorber)
  • docusaurus-theme-classic, docusaurus-types
    • #7942 feat(theme-classic): use lang attribute in navbar locale dropdown items (@​slorber)
  • docusaurus-theme-translations

📝 Documentation

  • create-docusaurus
    • #8032 fix(create-docusaurus): tutorial and init template improvements (@​slorber)
  • 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-sitemap, docusaurus-theme-classic

Committers: 10

... (truncated)

Commits
  • be9b094 v2.1.0
  • 26d2b9a chore: backport retro compatible commits for the Docusaurus v2.1 release (#8033)
  • bb65b5c chore: release v2.0.1 (#7919)
  • 1065e55 refactor(core): log Docusaurus & Node version before exiting (#7781)
  • 965a01e chore: port-2.0.0-rc.1 (#7782)
  • c48f338 fix(core): swizzle --eject js should not copy theme .d.ts files (#7776)
  • 542228e fix(deploy): revert "feat(deploy): copy local git config to tmp repo (#7702)"...
  • 636d470 refactor(core): use has instead of get to test for existence in ExecEnv (#7763)
  • 07641ae chore: upgrade dependencies (#7754)
  • f0f97f2 chore: prepare v2.0.0-beta.22 release (#7741)
  • 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)

Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) from 2.0.0-alpha.66 to 2.1.0.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v2.1.0/packages/docusaurus)

---
updated-dependencies:
- dependency-name: "@docusaurus/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file npm labels Sep 2, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #792 (b91b6e8) into master (3497ab0) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #792   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          163       163           
  Branches        51        51           
=========================================
  Hits           163       163           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 31, 2022

Superseded by #819.

@dependabot dependabot bot closed this Oct 31, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docs/docusaurus/core-2.1.0 branch October 31, 2022 11:13
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 npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant