Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Snyk] Upgrade @docusaurus/core from 2.0.0-beta.13 to 2.2.0 #30

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

Conversation

Mhmonicox
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @docusaurus/core from 2.0.0-beta.13 to 2.2.0.

ℹ️ 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.


  • The recommended version is 176 versions ahead of your current version.
  • The recommended version was released 4 months ago, on 2022-10-29.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Improper Privilege Management
SNYK-JS-SHELLJS-2332187
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Prototype Poisoning
SNYK-JS-QS-3153490
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-NTHCHECK-1586032
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Improper Verification of Cryptographic Signature
SNYK-JS-NODEFORGE-2430339
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ANSIREGEX-1583908
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ANSIREGEX-1583908
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-TERSER-2806366
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SIDEWAYFORMULA-3317169
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
No Known Exploit
Improper Verification of Cryptographic Signature
SNYK-JS-NODEFORGE-2430341
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
No Known Exploit
Improper Verification of Cryptographic Signature
SNYK-JS-NODEFORGE-2430337
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
No Known Exploit
Information Exposure
SNYK-JS-NANOID-2332193
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Prototype Pollution
SNYK-JS-JSON5-3182856
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Prototype Pollution
SNYK-JS-JSON5-3182856
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Information Exposure
SNYK-JS-FOLLOWREDIRECTS-2332181
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Information Exposure
SNYK-JS-FOLLOWREDIRECTS-2396346
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: @docusaurus/core
  • 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

  • 2.0.0 - 2022-08-01

    2.0.0 (2022-08-01)

    Bad npm publish, please use 2.0.1

    💅 Polish

    • docusaurus
      • #7781 refactor(core): log Docusaurus & Node version before exiting (@ Josh-Cena)

    Committers: 2

  • 2.0.0-rc.1 - 2022-07-14
    Read more
  • 2.0.0-beta.ff31de0ff - 2021-05-21
  • 2.0.0-beta.fc64c12e4 - 2021-07-28
  • 2.0.0-beta.fbdeefcac - 2021-07-01
  • 2.0.0-beta.fa9b0cd9c - 2021-07-13
  • 2.0.0-beta.fa7aa0810 - 2021-05-18
  • 2.0.0-beta.f7b5e9039 - 2021-07-15
  • 2.0.0-beta.f71e83450 - 2021-06-09
  • 2.0.0-beta.f47826297 - 2021-06-24
  • 2.0.0-beta.f33cd079c - 2021-07-13
  • 2.0.0-beta.f316ff5cd - 2021-07-07
  • 2.0.0-beta.f20599bb5 - 2021-06-22
  • 2.0.0-beta.f10304dd1 - 2021-06-03
  • 2.0.0-beta.f03479f69 - 2021-07-08
  • 2.0.0-beta.ec2486d2c - 2021-06-24
  • 2.0.0-beta.e85ec1ab1 - 2021-05-18
  • 2.0.0-beta.e5916dc59 - 2021-06-30
  • 2.0.0-beta.e2acda64f - 2021-06-15
  • 2.0.0-beta.e25c0e7d3 - 2021-06-15
  • 2.0.0-beta.e09291062 - 2021-05-14
  • 2.0.0-beta.dfe32dac9 - 2021-06-15
  • 2.0.0-beta.df8a900f9 - 2021-06-09
  • 2.0.0-beta.df19bbd14 - 2021-06-09
  • 2.0.0-beta.ddc0f46b7 - 2021-07-22
  • 2.0.0-beta.dc9f104cc - 2021-07-08
  • 2.0.0-beta.dc4664b48 - 2021-07-27
  • 2.0.0-beta.dc0336a34 - 2021-05-29
  • 2.0.0-beta.db6f5ce72 - 2021-05-20
  • 2.0.0-beta.d81d43c24 - 2021-06-09
  • 2.0.0-beta.d72f760e4 - 2021-06-02
  • 2.0.0-beta.d65cc9d23 - 2021-06-30
  • 2.0.0-beta.d3764f77f - 2021-07-13
  • 2.0.0-beta.d2e4e60cd - 2021-06-02
  • 2.0.0-beta.d0bbdd053 - 2021-06-09
  • 2.0.0-beta.ce847d664 - 2021-07-28
  • 2.0.0-beta.ce0764033 - 2021-06-07
  • 2.0.0-beta.c935fe2a3 - 2021-07-28
  • 2.0.0-beta.c8b9061f6 - 2021-06-15
  • 2.0.0-beta.c3127b65d - 2021-06-30
  • 2.0.0-beta.c0b8e9116 - 2021-05-18
  • 2.0.0-beta.bfd33dc63 - 2021-06-16
  • 2.0.0-beta.be9f9d6df - 2021-05-18
  • 2.0.0-beta.be695aa0e - 2021-07-12
  • 2.0.0-beta.bd46de18f - 2021-08-02
  • 2.0.0-beta.bb825faf1 - 2021-08-02
  • 2.0.0-beta.bb0c9eed0 - 2021-07-28
  • 2.0.0-beta.ba6545057 - 2021-06-18
  • 2.0.0-beta.b561679fd - 2021-05-18
  • 2.0.0-beta.b54ec7238 - 2021-06-16
  • 2.0.0-beta.b3e89d2a8 - 2021-07-28
  • 2.0.0-beta.aff848e87 - 2021-06-10
  • 2.0.0-beta.af3640dca - 2021-06-16
  • 2.0.0-beta.aeb8e9da5 - 2021-06-14
  • 2.0.0-beta.ace285b3b - 2021-06-15
  • 2.0.0-beta.ab3821cb3 - 2021-06-30
  • 2.0.0-beta.ab19070ab - 2021-05-18
  • 2.0.0-beta.aa79387e1 - 2021-06-24
  • 2.0.0-beta.aa176274b - 2021-06-16
  • 2.0.0-beta.a9343a191 - 2021-05-28
  • 2.0.0-beta.a7a5ea346 - 2021-07-23
  • 2.0.0-beta.a78e4f19b - 2021-06-29
  • 2.0.0-beta.a7618c775 - 2021-07-27
  • 2.0.0-beta.a72ed73d2 - 2021-07-28
  • 2.0.0-beta.a5d3d28ce - 2021-06-09
  • 2.0.0-beta.a1c17c76e - 2021-06-02
  • 2.0.0-beta.a024d23fd - 2021-06-09
  • 2.0.0-beta.9fe79caad - 2021-06-15
  • 2.0.0-beta.9fdbd4827 - 2021-06-19
  • 2.0.0-beta.9e615eff0 - 2021-07-29
  • 2.0.0-beta.99270dbab - 2021-06-24
  • 2.0.0-beta.9916a0b4a - 2021-06-24
  • 2.0.0-beta.9536ef900 - 2021-07-09
  • 2.0.0-beta.938e5a906 - 2021-07-27
  • 2.0.0-beta.8e9b829d9 - 2021-08-04
  • 2.0.0-beta.8d8e5b67e - 2021-06-18
  • 2.0.0-beta.8bdb3da23 - 2021-07-15
  • 2.0.0-beta.8bda3b2db - 2021-06-22
  • 2.0.0-beta.8a198ef20 - 2021-08-02
  • 2.0.0-beta.88de3a510 - 2021-07-19
  • 2.0.0-beta.869f4bf20 - 2021-06-09
  • 2.0.0-beta.8629fbdc7 - 2021-06-14
  • 2.0.0-beta.8621ae291 - 2021-07-24
  • 2.0.0-beta.85e87b560 - 2021-06-03
  • 2.0.0-beta.8501db78a - 2021-06-16
  • 2.0.0-beta.823b020c3 - 2021-06-30
  • 2.0.0-beta.818fb3956 - 2021-07-14
  • 2.0.0-beta.80b6d9728 - 2021-06-16
  • 2.0.0-beta.7fe2a9891 - 2021-06-29
  • 2.0.0-beta.7e55aa10a - 2021-06-23
  • 2.0.0-beta.7dc9fe839 - 2021-06-18
  • 2.0.0-beta.7babfe036 - 2021-07-09
  • 2.0.0-beta.7b2723717 - 2021-07-08
  • 2.0.0-beta.798f63400 - 2021-07-27
  • 2.0.0-beta.79031af16 - 2021-06-28
  • 2.0.0-beta.77264f1eb - 2021-06-09
  • 2.0.0-beta.73c24ecdc - 2021-05-17
  • 2.0.0-beta.737f80a02 - 2021-06-15
  • 2.0.0-beta.700a82aef - 2021-07-22
  • 2.0.0-beta.6f366f4b4 - 2021-07-27
  • 2.0.0-beta.69be003e1 - 2021-05-15
  • 2.0.0-beta.67d31f49e - 2021-06-25
  • 2.0.0-beta.677e53d4d - 2021-07-14
  • 2.0.0-beta.650f989db - 2021-08-02
  • 2.0.0-beta.644f148a8 - 2021-06-02
  • 2.0.0-beta.6392f88bb - 2021-05-19
  • 2.0.0-beta.633c2f60d - 2021-07-15
  • 2.0.0-beta.5bc0209f5 - 2021-05-28
  • 2.0.0-beta.57cf20933 - 2021-06-15
  • 2.0.0-beta.57806798c - 2021-06-03
  • 2.0.0-beta.56b6b01cd - 2021-05-21
  • 2.0.0-beta.55e9bd8ac - 2021-06-09
  • 2.0.0-beta.54e4b0266 - 2021-07-16
  • 2.0.0-beta.52f19e15f - 2021-06-15
  • 2.0.0-beta.526ce4493 - 2021-06-09
  • 2.0.0-beta.4e88ea0a1 - 2021-06-22
  • 2.0.0-beta.4d93c894f - 2021-06-25
  • 2.0.0-beta.4d06f26c1 - 2021-07-21
  • 2.0.0-beta.4cfbfa11e - 2021-07-28
  • 2.0.0-beta.4bc6a6375 - 2021-07-28
  • 2.0.0-beta.4a6de5cf7 - 2021-06-16
  • 2.0.0-beta.462b1cf2b - 2021-06-24
  • 2.0.0-beta.45a87a147 - 2021-07-13
  • 2.0.0-beta.44225a3df - 2021-07-16
  • 2.0.0-beta.41eaa690e - 2021-06-22
  • 2.0.0-beta.41d9288e3 - 2021-06-16
  • 2.0.0-beta.41b78466d - 2021-06-29
  • 2.0.0-beta.3e5a83259 - 2021-07-12
  • 2.0.0-beta.364051f23 - 2021-06-24
  • 2.0.0-beta.35bdde340 - 2021-06-02
  • 2.0.0-beta.35b1941a0 - 2021-06-02
  • 2.0.0-beta.34411e12e - 2021-06-15
  • 2.0.0-beta.32e76f1cc - 2021-06-16
  • 2.0.0-beta.2cd9fd6e2 - 2021-05-19
  • 2.0.0-beta.2c0b82e7a - 2021-08-04
  • 2.0.0-beta.24156efcf - 2021-07-23
  • 2.0.0-beta.237d1a31f - 2021-07-07
  • 2.0.0-beta.2303d6557 - 2021-06-09
  • 2.0.0-beta.22d3299b4 - 2021-08-03
  • 2.0.0-beta.1ec2c95e3 - 2021-06-30
  • 2.0.0-beta.1decd6f80 - 2021-05-29
  • 2.0.0-beta.1cecd78f2 - 2021-06-30
  • 2.0.0-beta.1b0acc554 - 2021-06-16
  • 2.0.0-beta.1ab8aa0af - 2021-05-18
  • 2.0.0-beta.1a3557b91 - 2021-07-12
  • 2.0.0-beta.15d451942 - 2021-06-02
  • 2.0.0-beta.15a2b59f9 - 2021-06-30
  • 2.0.0-beta.138b4c997 - 2021-06-24
  • 2.0.0-beta.1349ece88 - 2021-06-03
  • 2.0.0-beta.12faed89d - 2021-07-13
  • 2.0.0-beta.12cea5eef - 2021-07-20
  • 2.0.0-beta.119c6d143 - 2021-06-22
  • 2.0.0-beta.0fdb6836a - 2021-07-13
  • 2.0.0-beta.0f144213d - 2021-06-30
  • 2.0.0-beta.0e652730d - 2021-06-18
  • 2.0.0-beta.0bbbfb641 - 2021-06-16
  • 2.0.0-beta.0acbbc3d3 - 2021-07-08
  • 2.0.0-beta.0851e0e5b - 2021-07-15
  • 2.0.0-beta.083037d7a - 2021-07-23
  • 2.0.0-beta.05c85c7be - 2021-06-24
  • 2.0.0-beta.0417ab953 - 2021-06-02
  • 2.0.0-beta.01adf25b0 - 2021-05-14
  • 2.0.0-beta.007e90135 - 2021-07-14
  • 2.0.0-beta.759298296 - 2021-06-29
  • 2.0.0-beta.22 - 2022-07-08
    Read more
  • 2.0.0-beta.21 - 2022-05-27
    Read more
  • 2.0.0-beta.20 - 2022-05-05
    Read more
  • 2.0.0-beta.19 - 2022-05-04
  • 2.0.0-beta.18 - 2022-03-25
  • 2.0.0-beta.17 - 2022-03-03
  • 2.0.0-beta.16 - 2022-02-25
  • 2.0.0-beta.15 - 2022-01-26
  • 2.0.0-beta.14 - 2021-12-21
  • 2.0.0-beta.13 - 2021-12-10
from @docusaurus/core GitHub release notes
Commit messages
Package name: @docusaurus/core
  • 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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants