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

Update README and package.json #856

Merged
merged 2 commits into from
Jun 13, 2024
Merged

Update README and package.json #856

merged 2 commits into from
Jun 13, 2024

Conversation

kamiazya
Copy link
Owner

@kamiazya kamiazya commented Jun 13, 2024

This pull request includes updates to the README file to reflect changes in TypeDoc versions 0.24 and 0.25. Additionally, the "dist" folder has been added to the "files" field in the package.json file and the .gitignore file has been removed.

Copy link

changeset-bot bot commented Jun 13, 2024

🦋 Changeset detected

Latest commit: 7942c54

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

coderabbitai bot commented Jun 13, 2024


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@kamiazya
Copy link
Owner Author

kamiazya commented Jun 13, 2024

/snapshot-release
Edited by GitHub Action[bot]:

🦋  info npm info typedoc-plugin-mermaid
🦋  info typedoc-plugin-mermaid is being published because our local version (1.11.0-pr856-7942c5409ceab387fd5f0baaf07be1f51816819c) has not been published on npm
🦋  info Publishing "typedoc-plugin-mermaid" at "1.11.0-pr856-7942c5409ceab387fd5f0baaf07be1f51816819c"
🦋  success packages published successfully:
🦋  typedoc-plugin-mermaid@1.11.0-pr856-7942c5409ceab387fd5f0baaf07be1f51816819c

@kamiazya kamiazya merged commit 72cb8ae into main Jun 13, 2024
16 checks passed
@kamiazya kamiazya deleted the prepare-release branch June 13, 2024 16:12
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Outside diff range and nitpick comments (2)
README.md (2)

Line range hint 91-91: Consider adding a comma for better readability.

- Default: `latest`, Example: `8.14.0`
+ Default: `latest`, Example: `8.14.0`,

Line range hint 123-123: The excessive use of exclamation marks might be perceived as overly enthusiastic.

Consider reducing the number of exclamation marks in the "Contributions of any kind welcome!" sentence to maintain a professional tone.

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 0e81ccd and 7942c54.

Files selected for processing (3)
  • .changeset/small-chairs-cheat.md (1 hunks)
  • README.md (3 hunks)
  • package.json (1 hunks)
Files skipped from review due to trivial changes (2)
  • .changeset/small-chairs-cheat.md
  • package.json
Additional context used
LanguageTool
README.md

[typographical] ~91-~91: It seems that a comma is missing. (THANKS_COMMA)
Context: ...t, Example: 8.14.0` ## Contributors Thanks goes to these wonderful people ([emoji ...


[style] ~123-~123: Using many exclamation marks might seem excessive (in this case: 12 exclamation marks for a text that’s 2330 characters long) (EN_EXCESSIVE_EXCLAMATION)
Context: ...ation. Contributions of any kind welcome! ## License This software is released ...

Additional comments not posted (7)
README.md (7)

4-4: Badge added to show the node version supported by the package.


5-5: Badge added for npm downloads, useful for users to see the popularity of the package.


8-8: Badge added to encourage community contributions.


9-9: Updated the contributors badge to show the number directly from GitHub, enhancing transparency.


10-12: Added badges for the formatting, testing, and building tools used in the project.


31-37: New section added in the README to explain how to include the plugin in the typedoc.json. This is crucial for correct plugin usage.


70-70: Added a new example image link. Ensure the URL is correct and the image is accessible.

Verification successful

The image URL is accessible and returns a 200 OK status after following the redirection.

Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify the accessibility of the newly added image link.

# Test: Check the HTTP status code of the image URL. Expect: 200 OK.
curl -o /dev/null --silent --head --write-out '%{http_code}' https://github.com/kamiazya/typedoc-plugin-mermaid/raw/main/media/example.png

Length of output: 144



Script:

#!/bin/bash
# Description: Verify the accessibility of the newly added image link by following redirections.

# Test: Follow the redirection and check the HTTP status code of the final URL. Expect: 200 OK.
curl -o /dev/null --silent --head --write-out '%{http_code}' -L https://github.com/kamiazya/typedoc-plugin-mermaid/raw/main/media/example.png

Length of output: 147

@github-actions github-actions bot mentioned this pull request Jun 13, 2024
@kamiazya kamiazya linked an issue Jul 3, 2024 that may be closed by this pull request
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.

Issues with TypeDoc 0.25.x
1 participant