Skip to content

chore: bump @docusaurus/core from 2.3.0 to 2.3.1 in /website#2566

Merged
sozercan merged 1 commit into
masterfrom
dependabot/npm_and_yarn/website/docusaurus/core-2.3.1
Feb 13, 2023
Merged

chore: bump @docusaurus/core from 2.3.0 to 2.3.1 in /website#2566
sozercan merged 1 commit into
masterfrom
dependabot/npm_and_yarn/website/docusaurus/core-2.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 6, 2023

Bumps @docusaurus/core from 2.3.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

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

Commits

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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 6, 2023
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/website/docusaurus/core-2.3.1 branch from 193fdb5 to 5ab232a Compare February 7, 2023 04:40
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Base: 53.41% // Head: 53.52% // Increases project coverage by +0.11% 🎉

Coverage data is based on head (5ab232a) compared to base (5ab923e).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2566      +/-   ##
==========================================
+ Coverage   53.41%   53.52%   +0.11%     
==========================================
  Files         120      120              
  Lines       10634    10634              
==========================================
+ Hits         5680     5692      +12     
+ Misses       4516     4507       -9     
+ Partials      438      435       -3     
Flag Coverage Δ
unittests 53.52% <ø> (+0.11%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/readiness/object_tracker.go 83.98% <0.00%> (+1.06%) ⬆️
...onstrainttemplate/constrainttemplate_controller.go 57.89% <0.00%> (+2.15%) ⬆️

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sozercan
Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) from 2.3.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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/website/docusaurus/core-2.3.1 branch from 5ab232a to 537ce3c Compare February 13, 2023 20:46
@sozercan sozercan merged commit dc1c49a into master Feb 13, 2023
@sozercan sozercan deleted the dependabot/npm_and_yarn/website/docusaurus/core-2.3.1 branch February 13, 2023 21:08
davis-haba pushed a commit to davis-haba/gatekeeper that referenced this pull request Mar 7, 2023
…licy-agent#2566)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
davis-haba pushed a commit to davis-haba/gatekeeper that referenced this pull request Mar 8, 2023
…licy-agent#2566)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants