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): bump @docusaurus/core from 2.2.0 to 2.3.1 #404

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

User description

Bumps @docusaurus/core from 2.2.0 to 2.3.1.

Release notes

Sourced from @​docusaurus/core's releases.

2.3.1 (2023-02-03)

🐛 Bug Fix

  • docusaurus-theme-common
    • #8628 fix(theme-common): fix issue in tab scroll position restoration on tab click (@​slorber)
    • #8619 fix(theme-common): localStorage utils dispatch too many storage events leading to infinite loop (@​slorber)
    • #8618 fix(theme-common): prepare usage of useSyncExternalStore compatibility with React 18 (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
  • docusaurus-utils
  • docusaurus-preset-classic
    • #8597 fix(preset-classic): install the right plugin for googleTagManager (@​Josh-Cena)

💅 Polish

  • docusaurus-theme-translations

🤖 Dependencies

  • docusaurus-plugin-client-redirects, docusaurus-theme-search-algolia, docusaurus

Committers: 3

2.3.0 (2023-01-26)

🚀 New Feature

  • docusaurus-theme-translations
    • #8541 feat(theme-translations): default translations for Slovenian (sl-SI) (@​MatijaSi)
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus
  • docusaurus
    • #8397 feat(core): deploy CLI - add support for git url "insteadOf": use 'remote get-url' to determine source repo url (@​friederbluemle)
  • docusaurus-theme-search-algolia
    • #8428 feat(theme-algolia): add option.replaceSearchResultPathname to process/replaceAll search result urls
  • docusaurus-plugin-google-tag-manager
    • #8470 feat(plugin-google-tag-manager): add new google-tag-manager plugin + deprecate google-analytics plugin

🐛 Bug Fix

... (truncated)

Changelog

Sourced from @​docusaurus/core's changelog.

2.3.1 (2023-02-03)

🐛 Bug Fix

  • docusaurus-theme-common
    • #8628 fix(theme-common): fix issue in tab scroll position restoration on tab click (@​slorber)
    • #8619 fix(theme-common): localStorage utils dispatch too many storage events leading to infinite loop (@​slorber)
    • #8618 fix(theme-common): prepare usage of useSyncExternalStore compatibility with React 18 (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
  • docusaurus-utils
  • docusaurus-preset-classic
    • #8597 fix(preset-classic): install the right plugin for googleTagManager (@​Josh-Cena)

💅 Polish

  • docusaurus-theme-translations

🤖 Dependencies

  • docusaurus-plugin-client-redirects, docusaurus-theme-search-algolia, docusaurus

Committers: 3

2.3.0 (2023-01-26)

🚀 New Feature

  • docusaurus-theme-translations
    • #8541 feat(theme-translations): default translations for Slovenian (sl-SI) (@​MatijaSi)
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus
  • docusaurus
    • #8397 feat(core): deploy CLI - add support for git url "insteadOf": use 'remote get-url' to determine source repo url (@​friederbluemle)
  • docusaurus-theme-search-algolia
    • #8428 feat(theme-algolia): add option.replaceSearchResultPathname to process/replaceAll search result urls
  • docusaurus-plugin-google-tag-manager
    • #8470 feat(plugin-google-tag-manager): add new google-tag-manager plugin + deprecate google-analytics plugin (@​lanegoolsby)

🐛 Bug Fix

... (truncated)

Commits
  • cf12f21 v2.3.1
  • 4cd2c65 chore(deps): bump eta from 1.12.3 to 2.0.0 (#8610)
  • c84d779 chore: backport retro compatible commits for the Docusaurus v2.3 release (#8585)
  • de97214 chore: backport retro compatible commits for the Docusaurus v2.2 release (#8264)
  • 7869e74 refactor(pwa): simplify registerSW code, fix ESLint errors (#7579)
  • 90d2de6 chore: upgrade dependencies (#7560)
  • 5746c58 refactor: handle all admonitions via JSX component (#7152)
  • abe5450 feat(core): allow customizing the i18n directory path (#7386)
  • 7dd822b chore: use npx --yes (#7549)
  • See full diff 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)

Generated description

Below is a concise technical summary of the changes proposed in this PR:

Upgrade @docusaurus/core from version 2.2.0 to 2.3.1 to incorporate recent bug fixes and new features. This update addresses issues in docusaurus-theme-common and docusaurus-theme-classic, including tab scroll position restoration and localStorage event handling. It also introduces compatibility with React 18 and adds new translation features for Slovenian. The package-lock.json and package.json files reflect these changes, ensuring the project benefits from the latest improvements and optimizations.

TopicDetails
Theme Fixes Fix issues in docusaurus-theme-common and docusaurus-theme-classic related to tab scroll and localStorage.
Modified files (1)
  • package-lock.json
Latest Contributors(2)
EmailCommitDate
ali.scott@gmail.comchore-remove-unused-de...October 12, 2023
artur.abato.janas@gmai...feat-add-glossary-529August 24, 2023
Core Upgrade Upgrade @docusaurus/core to version 2.3.1 to include bug fixes and new features.
Modified files (2)
  • package.json
  • package-lock.json
Latest Contributors(2)
EmailCommitDate
ali.scott@gmail.comchore-remove-unused-de...October 12, 2023
artur.abato.janas@gmai...feat-add-glossary-529August 24, 2023
New Features Add new translation features and compatibility with React 18.
Modified files (1)
  • package-lock.json
Latest Contributors(2)
EmailCommitDate
ali.scott@gmail.comchore-remove-unused-de...October 12, 2023
artur.abato.janas@gmai...feat-add-glossary-529August 24, 2023
This pull request is reviewed by Baz. Join @apps and the rest of your team on (Baz).

Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) from 2.2.0 to 2.3.1.
- [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.3.1/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 the dependencies Pull requests that update a dependency file label Mar 1, 2023
@dependabot dependabot bot requested a review from a team March 1, 2023 22:16
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.

0 participants