Skip to content

chore(deps): update docusaurus to ~2.2.0 #5911

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

Merged
merged 1 commit into from
Nov 2, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@docusaurus/core ~2.1.0 -> ~2.2.0 age adoption passing confidence
@docusaurus/module-type-aliases ~2.1.0 -> ~2.2.0 age adoption passing confidence
@docusaurus/plugin-pwa ~2.1.0 -> ~2.2.0 age adoption passing confidence
@docusaurus/preset-classic ~2.1.0 -> ~2.2.0 age adoption passing confidence
@docusaurus/remark-plugin-npm2yarn ~2.1.0 -> ~2.2.0 age adoption passing confidence
@docusaurus/theme-common ~2.1.0 -> ~2.2.0 age adoption passing confidence

Release Notes

facebook/docusaurus

v2.2.0

Compare Source

🚀 New Feature
  • docusaurus-plugin-client-redirects
  • docusaurus
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-theme-classic, docusaurus-theme-mermaid, docusaurus-types, docusaurus
  • docusaurus-types, docusaurus
🐛 Bug Fix
  • docusaurus-plugin-ideal-image
  • docusaurus-theme-common
  • docusaurus-plugin-content-docs
    • #​8234 fix(plugin-content-docs): fix error message context (error cause) when doc processing fails (@​shanpriyan)
  • docusaurus-theme-classic, docusaurus-theme-translations
  • docusaurus-theme-classic, docusaurus-theme-common
    • #​8204 fix(theme-classic): fix SkipToContent without JS , refactor, make it public theming API (@​mturoci)
    • #​8059 fix(theme): preserve url ?search#hash on navbar version/locale dropdowns navigations (@​slorber)
  • docusaurus
  • docusaurus-theme-classic
  • docusaurus-utils
  • docusaurus-theme-translations
  • docusaurus-plugin-client-redirects
💅 Polish
Committers: 22

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Issue about dependencies of the package javascript Pull requests that update Javascript code labels Nov 1, 2022
@nx-cloud
Copy link

nx-cloud bot commented Nov 1, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 03b5f70. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 46 targets

Sent with 💌 from NxCloud.

@typescript-eslint
Copy link
Contributor

Thanks for the PR, @renovate[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint.

@netlify
Copy link

netlify bot commented Nov 1, 2022

Deploy Preview for typescript-eslint ready!

Name Link
🔨 Latest commit 03b5f70
🔍 Latest deploy log https://app.netlify.com/sites/typescript-eslint/deploys/6361f8fe9263120008f813a8
😎 Deploy Preview https://deploy-preview-5911--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@renovate renovate bot force-pushed the renovate/docusaurus branch from f017ea4 to 03b5f70 Compare November 2, 2022 04:58
@codecov
Copy link

codecov bot commented Nov 2, 2022

Codecov Report

Merging #5911 (f017ea4) into main (67744db) will decrease coverage by 0.01%.
The diff coverage is 87.78%.

❗ Current head f017ea4 differs from pull request most recent head 03b5f70. Consider uploading reports for the commit 03b5f70 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5911      +/-   ##
==========================================
- Coverage   91.33%   91.32%   -0.02%     
==========================================
  Files         361      365       +4     
  Lines       12044    12212     +168     
  Branches     3506     3564      +58     
==========================================
+ Hits        11000    11152     +152     
- Misses        748      752       +4     
- Partials      296      308      +12     
Flag Coverage Δ
unittest 91.32% <87.78%> (-0.02%) ⬇️

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

Impacted Files Coverage Δ
.../src/rules/sort-type-union-intersection-members.ts 90.74% <ø> (ø)
...ript-estree/src/create-program/createSourceFile.ts 87.50% <0.00%> (ø)
packages/utils/src/ts-eslint/RuleTester.ts 100.00% <ø> (ø)
...t-estree/src/create-program/useProvidedPrograms.ts 84.84% <50.00%> (ø)
...s/utils/src/eslint-utils/rule-tester/RuleTester.ts 85.54% <64.70%> (-4.46%) ⬇️
...-estree/src/create-program/createDefaultProgram.ts 78.26% <71.42%> (+0.98%) ⬆️
...ges/typescript-estree/src/create-program/shared.ts 83.33% <75.00%> (ø)
...pt-estree/src/create-program/createWatchProgram.ts 78.06% <78.57%> (ø)
...escript-estree/src/parseSettings/inferSingleRun.ts 80.00% <80.00%> (ø)
...-estree/src/create-program/createProjectProgram.ts 93.47% <81.81%> (ø)
... and 7 more

Copy link
Member

@bradzacher bradzacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BATCHED VERSION BUMPS ARE TIGHT
pitch_tight

@bradzacher bradzacher merged commit c874e50 into main Nov 2, 2022
@bradzacher bradzacher deleted the renovate/docusaurus branch November 2, 2022 05:12
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Issue about dependencies of the package javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant