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

[Snyk] Fix for 4 vulnerabilities + docusaurus update to 3.0.1 #135

Conversation

PERES-Richard
Copy link
Contributor

What's in this PR?

Includes Snyk vulnerabilities fix from snyk-fix-177b60d8f260d8de05f7347f2f6190f6 branch with Docusaurus additionnal bump to latest 3.0.1 version (latest) to fix website failing deploy

@cscetbon
Copy link
Owner

cscetbon commented Dec 5, 2023

@PERES-Richard it complains about a character when it tries to compile

Error: MDX compilation failed for file "/home/runner/work/casskop/casskop/website/docs/6_references/3_cassandra_cluster_status.md"
Cause: Unexpected character `-` (U+002D) before name, expected a character that can start a name, such as a letter, `$`, or `_`
Details:
{
  "column": 121,
  "message": "Unexpected character `-` (U+002D) before name, expected a character that can start a name, such as a letter, `$`, or `_`",
  "line": 12,
  "name": "12:121",
  "place": {
    "line": 12,
    "column": 121,
    "offset": 423,
    "_index": 0,
    "_bufferIndex": 105
  },
  "reason": "Unexpected character `-` (U+002D) before name, expected a character that can start a name, such as a letter, `$`, or `_`",
  "ruleId": "unexpected-character",
  "source": "micromark-extension-mdx-jsx",
  "url": "https://github.com/micromark/micromark-extension-mdx-jsx#unexpected-character-at-expected-expect"
}
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

@PERES-Richard PERES-Richard force-pushed the snyk-fix-177b60d8f260d8de05f7347f2f6190f6 branch from c4ac5f0 to c5499b4 Compare December 5, 2023 23:57
@PERES-Richard
Copy link
Contributor Author

PERES-Richard commented Dec 6, 2023

@cscetbon yep there were a bunch of small annoying issues in the docs MD templates. Last commit fix all of those and cleaned up unused dependencies 😄

@AKamyshnikova AKamyshnikova merged commit 0c31f85 into cscetbon:snyk-fix-177b60d8f260d8de05f7347f2f6190f6 Dec 7, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants