Skip to content

📦 Update Deno dependencies - #10

Open
lambdalisue wants to merge 1 commit into
mainfrom
automation/update-dependencies
Open

📦 Update Deno dependencies#10
lambdalisue wants to merge 1 commit into
mainfrom
automation/update-dependencies

Conversation

@lambdalisue

@lambdalisue lambdalisue commented May 13, 2023

Copy link
Copy Markdown
Owner

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
@lambdalisue
lambdalisue force-pushed the automation/update-dependencies branch from 781db26 to dc183e4 Compare September 2, 2023 00:13
@lambdalisue
lambdalisue force-pushed the automation/update-dependencies branch from dc183e4 to a1ab232 Compare September 20, 2023 00:14
@lambdalisue
lambdalisue force-pushed the automation/update-dependencies branch from a1ab232 to 9b504a3 Compare September 28, 2023 00:14
@lambdalisue
lambdalisue force-pushed the automation/update-dependencies branch from 9b504a3 to 59cd514 Compare October 13, 2023 00:14
@lambdalisue
lambdalisue force-pushed the automation/update-dependencies branch from 59cd514 to 0246785 Compare November 2, 2023 00:14
@lambdalisue
lambdalisue force-pushed the automation/update-dependencies branch from 0246785 to 92a956a Compare November 11, 2023 00:14
@lambdalisue
lambdalisue force-pushed the automation/update-dependencies branch from 92a956a to d364b93 Compare November 18, 2023 00:15
@coderabbitai

coderabbitai Bot commented Nov 18, 2023

Copy link
Copy Markdown

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 d364b93 to af39070 Compare November 25, 2023 00:14
@lambdalisue
lambdalisue force-pushed the automation/update-dependencies branch from af39070 to 0dbf043 Compare December 14, 2023 00:15
@lambdalisue
lambdalisue force-pushed the automation/update-dependencies branch from 0dbf043 to 15da430 Compare December 22, 2023 00:15
@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 from 215c079 to cf01962 Compare January 13, 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 from e9be9b4 to fded459 Compare February 9, 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.

1 participant