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

feat: add p5 #126

Closed
wants to merge 6 commits into from
Closed

feat: add p5 #126

wants to merge 6 commits into from

Conversation

yitiaoxianyugan
Copy link
Contributor

@yitiaoxianyugan yitiaoxianyugan commented Jun 5, 2024

Summary by CodeRabbit

  • New Features
    • Added a new dependency "p5" to enhance graphical capabilities.

Copy link

coderabbitai bot commented Jun 5, 2024

Walkthrough

The recent update primarily includes the addition of a new dependency, "p5", to the package.json file. This change does not alter any declarations of exported or public entities. The CHANGELOG.md reflects various version updates and new features but does not affect the current summary.

Changes

File Change Summary
package.json Added a new dependency "p5" with version "*".
CHANGELOG.md Updated with a series of version updates and new features.

Poem

In the land of code, a change does arise,
A new star called "p5" now lights up our skies.
Dependencies grow, but fear not the load,
For with each new library, we lighten our road.
So here's a cheer from a rabbit so spry,
Keep coding, keep growing, reach for the sky! 🌟


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.

@@ -1,35 +1,5 @@
# Changelog

## [1.61.0](https://github.com/cnpm/unpkg-white-list/compare/v1.60.0...v1.61.0) (2024-06-04)
Copy link
Member

Choose a reason for hiding this comment

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

不要修改这个文件

Copy link
Contributor Author

Choose a reason for hiding this comment

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

好的,合并的不小心撤销了

@fengmk2 fengmk2 changed the title 添加p5 https://registry.npmmirror.com/p5/1.9.3/files/lib/p5.min.js feat: add p5 Jun 5, 2024
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 (1)
CHANGELOG.md (1)

Line range hint 435-435: Correct verb agreement in feature description.

- * support allow scopes
+ * support allowed scopes
Tools
Markdownlint

5-5: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between d2d4890 and b6b9d8f.

Files selected for processing (2)
  • CHANGELOG.md (1 hunks)
  • package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • package.json
Additional context used
LanguageTool
CHANGELOG.md

[grammar] ~435-~435: There seems to be a noun/verb agreement error. Did you mean “allows” or “allowed”? (SINGULAR_NOUN_VERB_AGREEMENT)
Context: ... (2024-05-18) ### Features * support allow scopes ([#3](https://github.com/cnpm/un...

Markdownlint
CHANGELOG.md

5-5: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


12-12: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


19-19: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


26-26: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


36-36: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


44-44: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


51-51: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


58-58: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


65-65: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


73-73: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


81-81: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


93-93: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


100-100: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


113-113: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


120-120: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


127-127: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


134-134: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


141-141: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


148-148: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


155-155: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


162-162: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


169-169: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


176-176: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


183-183: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


190-190: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


198-198: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


205-205: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


212-212: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


219-219: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


226-226: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


233-233: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


240-240: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


247-247: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


254-254: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


261-261: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


268-268: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


276-276: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


283-283: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


290-290: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


297-297: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


304-304: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


311-311: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


318-318: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


330-330: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


337-337: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


345-345: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


352-352: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


359-359: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


366-366: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


373-373: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


381-381: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


390-390: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


397-397: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


404-404: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


411-411: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


418-418: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


425-425: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


432-432: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


439-439: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


446-446: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines

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

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between b6b9d8f and ae1e78b.

Files selected for processing (1)
  • package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • package.json

@yitiaoxianyugan yitiaoxianyugan closed this by deleting the head repository Jun 6, 2024
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.

2 participants