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 Deno dependencies #10

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

Conversation

lambdalisue
Copy link
Owner

@lambdalisue lambdalisue commented May 13, 2023

The output of make update is

/home/runner/work/deno-disposable/deno-disposable/using_test.ts
[1/1] Looking for releases: https://deno.land/std@0.203.0/assert/mod.ts
[1/1] Attempting update: https://deno.land/std@0.203.0/assert/mod.ts -> 0.217.0
[1/1] Update successful: https://deno.land/std@0.203.0/assert/mod.ts -> 0.217.0

/home/runner/work/deno-disposable/deno-disposable/mod.ts

/home/runner/work/deno-disposable/deno-disposable/using.ts

/home/runner/work/deno-disposable/deno-disposable/types.ts

Successfully updated:
https://deno.land/std@0.203.0/assert/mod.ts 0.203.0 -> 0.217.0

Summary by CodeRabbit

  • Chores
    • Updated the version of the standard library module used for assertions to enhance stability and performance.

@lambdalisue lambdalisue force-pushed the automation/update-dependencies branch 2 times, most recently from b63bfe3 to e6fb4b8 Compare May 25, 2023 00:14
@lambdalisue lambdalisue force-pushed the automation/update-dependencies branch 2 times, most recently from 0597e43 to be9dadf Compare May 30, 2023 00:16
@lambdalisue lambdalisue force-pushed the automation/update-dependencies branch 2 times, most recently from ba625db to 17987b2 Compare June 16, 2023 00:16
@lambdalisue lambdalisue force-pushed the automation/update-dependencies branch from 17987b2 to cd8617b Compare July 5, 2023 00:19
@lambdalisue lambdalisue force-pushed the automation/update-dependencies branch 2 times, most recently from c07f704 to f8714b0 Compare July 20, 2023 00:16
@lambdalisue lambdalisue force-pushed the automation/update-dependencies branch from f8714b0 to 7224a8d Compare July 27, 2023 00:15
@lambdalisue lambdalisue force-pushed the automation/update-dependencies branch 2 times, most recently from 7f8a620 to c149a15 Compare August 11, 2023 00:13
@lambdalisue lambdalisue force-pushed the automation/update-dependencies branch 2 times, most recently from f5953a7 to 781db26 Compare August 25, 2023 00:13
Copy link

coderabbitai bot commented Nov 18, 2023

Walkthrough

The recent enhancement involves updating the imported assert/mod.ts module from version 0.203.0 to 0.224.0. This change aims to leverage the new features and improvements introduced in the latest version for enhanced functionality in the project.

Changes

File(s) Change Summary
using_test.ts Updated assert/mod.ts from 0.203.0 to 0.224.0

Poem

🐇✨
Among the code, a rabbit plays,
Upgrading with each hop, always.
From 0.203 to 0.224, a leap so grand,
Asserting stronger, with a steady hand.
In every line, in every test,
The rabbit's code, a reliable crest!
🌟📜


Recent Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between 0427572 and 884e9d4.
Files selected for processing (1)
  • using_test.ts (1 hunks)
Additional comments not posted (1)
using_test.ts (1)

6-6: Updated Deno standard library module assert to version 0.224.0.

Please ensure to run all tests to verify that the new version of the assert module does not introduce any regressions.


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.

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 a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @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.

@lambdalisue lambdalisue force-pushed the automation/update-dependencies branch from 15da430 to 215c079 Compare January 5, 2024 00:15
@lambdalisue lambdalisue force-pushed the automation/update-dependencies branch 2 times, most recently from 286e2d2 to e9be9b4 Compare February 2, 2024 00:14
@lambdalisue lambdalisue force-pushed the automation/update-dependencies branch 2 times, most recently from e3da706 to 171c9bf Compare February 23, 2024 00:14
@lambdalisue lambdalisue force-pushed the automation/update-dependencies branch 2 times, most recently from 511a255 to 87e6321 Compare March 2, 2024 00:14
@lambdalisue lambdalisue force-pushed the automation/update-dependencies branch 3 times, most recently from c66fbd5 to 50bd32c Compare March 16, 2024 00:14
@lambdalisue lambdalisue force-pushed the automation/update-dependencies branch from 50bd32c to f014ab3 Compare March 28, 2024 00:15
@lambdalisue lambdalisue force-pushed the automation/update-dependencies branch 2 times, most recently from fb14ceb to 35e5d65 Compare April 16, 2024 00:15
Update dependencies by udd:

/home/runner/work/deno-disposable/deno-disposable/types.ts

/home/runner/work/deno-disposable/deno-disposable/using.ts

/home/runner/work/deno-disposable/deno-disposable/using_test.ts
[1/1] Looking for releases: https://deno.land/std@0.203.0/assert/mod.ts
[1/1] Attempting update: https://deno.land/std@0.203.0/assert/mod.ts -> 0.224.0
[1/1] Update successful: https://deno.land/std@0.203.0/assert/mod.ts -> 0.224.0

/home/runner/work/deno-disposable/deno-disposable/mod.ts

Successfully updated:
https://deno.land/std@0.203.0/assert/mod.ts 0.203.0 -> 0.224.0
@lambdalisue lambdalisue force-pushed the automation/update-dependencies branch from 35e5d65 to 884e9d4 Compare April 26, 2024 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant