-
-
Notifications
You must be signed in to change notification settings - Fork 5
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 #43
Conversation
7d4223c
to
61df810
Compare
61df810
to
5ed4dde
Compare
Warning Rate Limit Exceeded@lambdalisue has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 14 minutes and 19 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the @coderabbitai review command. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. WalkthroughThe changes across various TypeScript files are primarily version updates for Deno standard library imports and a module used in a build script. The updates reflect a routine maintenance effort to keep dependencies current, ensuring the codebase benefits from the latest fixes and features of the Deno ecosystem. Changes
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? TipsChatThere are 3 ways to chat with CodeRabbit's AI:
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)
Additionally, you can add CodeRabbit Configration File (
|
f1589ec
to
e93ff96
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (4)
- inspect_test.ts (1 hunks)
- is_test.ts (1 hunks)
- scripts/build_npm.ts (1 hunks)
- util_test.ts (1 hunks)
Files skipped from review due to trivial changes (3)
- inspect_test.ts
- scripts/build_npm.ts
- util_test.ts
Additional comments: 1
is_test.ts (1)
- 1-11: The import statements have been updated to use the newer versions (0.208.0) of the Deno standard library modules. Ensure that the updated modules are compatible with the existing code and that no breaking changes have been introduced by the newer versions.
e93ff96
to
07db968
Compare
07db968
to
d6b236b
Compare
Update dependencies by udd: /home/runner/work/deno-unknownutil/deno-unknownutil/util_test.ts [1/1] Looking for releases: https://deno.land/[email protected]/assert/mod.ts [1/1] Attempting update: https://deno.land/[email protected]/assert/mod.ts -> 0.211.0 [1/1] Update successful: https://deno.land/[email protected]/assert/mod.ts -> 0.211.0 /home/runner/work/deno-unknownutil/deno-unknownutil/util.ts /home/runner/work/deno-unknownutil/deno-unknownutil/is_bench.ts /home/runner/work/deno-unknownutil/deno-unknownutil/scripts/build_npm.ts [1/1] Looking for releases: https://deno.land/x/[email protected]/mod.ts [1/1] Attempting update: https://deno.land/x/[email protected]/mod.ts -> 0.39.0 [1/1] Update successful: https://deno.land/x/[email protected]/mod.ts -> 0.39.0 /home/runner/work/deno-unknownutil/deno-unknownutil/inspect.ts /home/runner/work/deno-unknownutil/deno-unknownutil/is.ts /home/runner/work/deno-unknownutil/deno-unknownutil/mod.ts /home/runner/work/deno-unknownutil/deno-unknownutil/inspect_test.ts [1/1] Looking for releases: https://deno.land/[email protected]/testing/snapshot.ts [1/1] Attempting update: https://deno.land/[email protected]/testing/snapshot.ts -> 0.211.0 [1/1] Update successful: https://deno.land/[email protected]/testing/snapshot.ts -> 0.211.0 /home/runner/work/deno-unknownutil/deno-unknownutil/is_test.ts [1/3] Looking for releases: https://deno.land/[email protected]/assert/mod.ts [1/3] Attempting update: https://deno.land/[email protected]/assert/mod.ts -> 0.211.0 [1/3] Update successful: https://deno.land/[email protected]/assert/mod.ts -> 0.211.0 [2/3] Looking for releases: https://deno.land/[email protected]/testing/snapshot.ts [2/3] Attempting update: https://deno.land/[email protected]/testing/snapshot.ts -> 0.211.0 [2/3] Update successful: https://deno.land/[email protected]/testing/snapshot.ts -> 0.211.0 [3/3] Looking for releases: https://deno.land/[email protected]/testing/types.ts [3/3] Attempting update: https://deno.land/[email protected]/testing/types.ts -> 0.211.0 [3/3] Update successful: https://deno.land/[email protected]/testing/types.ts -> 0.211.0 Successfully updated: https://deno.land/[email protected]/assert/mod.ts 0.204.0 -> 0.211.0 https://deno.land/x/[email protected]/mod.ts 0.38.1 -> 0.39.0 https://deno.land/[email protected]/testing/snapshot.ts 0.204.0 -> 0.211.0 https://deno.land/[email protected]/assert/mod.ts 0.204.0 -> 0.211.0 https://deno.land/[email protected]/testing/snapshot.ts 0.204.0 -> 0.211.0 https://deno.land/[email protected]/testing/types.ts 0.204.0 -> 0.211.0
d6b236b
to
2839d63
Compare
The output of
make update
is