snyk / driftctl-docs

Docs site for driftctl
https://docs.driftctl.com
MIT License
4 stars 14 forks source link

[Snyk] Upgrade @docusaurus/preset-classic from 2.0.1 to 2.2.0 #261

Closed snyk-bot closed 1 year ago

snyk-bot commented 1 year ago

Snyk has created this PR to upgrade @docusaurus/preset-classic from 2.0.1 to 2.2.0.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Release notes
Package name: @docusaurus/preset-classic
  • 2.2.0 - 2022-10-29

    2.2.0 (2022-10-29)

    🚀 New Feature

    • docusaurus-plugin-client-redirects
      • #8227 feat(plugin-client-redirects): keep the query string + hash (@ Xabilahu)
    • docusaurus
      • #8210 feat(core): add --config param to swizzle command (@ e-im)
    • 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
      • #8151 feat(core): siteConfig.headTags API to render extra tags in document head (@ johnnyreilly)

    🐛 Bug Fix

    • docusaurus-plugin-ideal-image
    • docusaurus-theme-common
      • #8246 fix(mdx-loader): properly unwrap mdxAdmonitionTitle placeholder (@ Josh-Cena)
    • 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
      • #8192 fix(core): throw error for invalid URL in config file (@ forgeRW)
    • docusaurus-theme-classic
    • docusaurus-utils
      • #8137 fix(utils): remove non-ASCII limitation for path normalization (@ birjj)
      • #8158 fix(content-blog): make RSS feed generation work with slugs with .html extension (@ Pranav2612000)
    • docusaurus-theme-translations
    • docusaurus-plugin-client-redirects
      • #8067 fix(redirect): tolerate trailing slash difference if config is undefined (@ Josh-Cena)

    💅 Polish

    • docusaurus-theme-translations
      • #8253 chore(theme-translations): complete ru translations (@ lex111)
      • #8243 chore(theme-translations): complete French translations (@ forresst)
      • #8075 fix(theme-translation): complete Japanese theme default translation (@ pasora)
    • docusaurus
    • docusaurus-theme-classic
      • #8161 fix(theme): do not show tab content when tabbing over it; show after selection only (@ mturoci)
      • #8062 refactor(theme): remove hard-coded tag border-radius (@ homotechsual)
    • docusaurus-utils-validation, docusaurus
      • #8066 fix(core): normalize slashes for url/baseUrl instead of throwing (@ Josh-Cena)

    Committers: 22

  • 2.1.0 - 2022-09-02

    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
      • #7982 fix(theme): add aria-label to skip to content link region (@ YoniChechik)
      • #7940 refactor(theme-classic): split AnnouncementBar, increase z-index, use shadow (@ slorber)
      • #7876 refactor(theme-classic): make tag text visually certered (@ Kosai106)
    • 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

  • 2.0.1 - 2022-08-01

    2.0.1 (2022-08-01)

    Fix bad npm publish of 2.0.0

    Committers: 1

from @docusaurus/preset-classic GitHub release notes
Commit messages
Package name: @docusaurus/preset-classic
  • a308fb7 v2.2.0
  • 0d15422 revert too aggressive yarn.lock upgrade
  • 3deaceb fix litte issues after cherry pick
  • a5c11f7 chore(theme-translations): complete ru translations (#8253)
  • 4c964c6 fix(ideal-image): do not pass down `img` prop (#8250)
  • 31c9920 fix(mdx-loader): properly unwrap mdxAdmonitionTitle placeholder (#8246)
  • 2fb7cff fix(plugin-content-docs): fix error message context (error cause) when doc processing fails (#8234)
  • 51ba455 chore(theme-translations): complete French translations (#8243)
  • 828d711 chore: fix tree-node-cli license (#8248)
  • 324440a feat(plugin-client-redirects): keep the query string + hash (#8227)
  • 7dd225a feat(core): add --config param to swizzle command (#8210)
  • a9b622b fix(theme-classic): hamburger menu control navigation by keyboard (#8207)
  • e5fb257 fix(theme-classic): fix SkipToContent without JS , refactor, make it public theming API (#8204)
  • 433f08b feat: support mermaid code blocks in Markdown (#7490)
  • a990a5e fix(core): throw error for invalid URL in config file (#8192)
  • 6f5e669 fix(theme): announce theme switches when using screen reader. #7667 (#8174)
  • d1bf80e fix(theme): add more tag names to inline element set (#8190)
  • 38e65f4 feat(core): siteConfig.headTags API to render extra tags in document head (#8151)
  • 824a0f3 fix(utils): remove non-ASCII limitation for path normalization (#8137)
  • 086906d fix(theme-translation): complete Japanese theme default translation (#8075)
  • da01da1 fix(core): throw error for invalid URL in config file (#8159)
  • 6d405a6 fix(content-blog): make RSS feed generation work with slugs with .html extension (#8158)
  • 64601a9 fix(theme): mobile navbar & skipToContent should cover announcementBar (#8163)
  • 08b4caa fix(theme): do not show tab content when tabbing over it; show after selection only (#8161)
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

wbeuil commented 1 year ago

Closed in favour of https://github.com/snyk/driftctl-docs/pull/258/files