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 #41

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Conversation

lambdalisue
Copy link
Member

@lambdalisue lambdalisue commented Sep 28, 2023

The output of make update is

/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.204.0
[1/3] Update successful: https://deno.land/[email protected]/assert/mod.ts -> 0.204.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.204.0
[2/3] Update successful: https://deno.land/[email protected]/testing/snapshot.ts -> 0.204.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.204.0
[3/3] Update successful: https://deno.land/[email protected]/testing/types.ts -> 0.204.0

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

/home/runner/work/deno-unknownutil/deno-unknownutil/is.ts

/home/runner/work/deno-unknownutil/deno-unknownutil/inspect.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.204.0
[1/1] Update successful: https://deno.land/[email protected]/testing/snapshot.ts -> 0.204.0

/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] Using latest: https://deno.land/x/[email protected]/mod.ts

/home/runner/work/deno-unknownutil/deno-unknownutil/util.ts

/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.204.0
[1/1] Update successful: https://deno.land/[email protected]/assert/mod.ts -> 0.204.0

/home/runner/work/deno-unknownutil/deno-unknownutil/is_bench.ts

Already latest version:
https://deno.land/x/[email protected]/mod.ts == 0.38.1

Successfully updated:
https://deno.land/[email protected]/assert/mod.ts 0.202.0 -> 0.204.0
https://deno.land/[email protected]/testing/snapshot.ts 0.202.0 -> 0.204.0
https://deno.land/[email protected]/testing/types.ts 0.202.0 -> 0.204.0
https://deno.land/[email protected]/testing/snapshot.ts 0.202.0 -> 0.204.0
https://deno.land/[email protected]/assert/mod.ts 0.202.0 -> 0.204.0

Update dependencies by udd:

/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.204.0
[1/3] Update successful: https://deno.land/[email protected]/assert/mod.ts -> 0.204.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.204.0
[2/3] Update successful: https://deno.land/[email protected]/testing/snapshot.ts -> 0.204.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.204.0
[3/3] Update successful: https://deno.land/[email protected]/testing/types.ts -> 0.204.0

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

/home/runner/work/deno-unknownutil/deno-unknownutil/is.ts

/home/runner/work/deno-unknownutil/deno-unknownutil/inspect.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.204.0
[1/1] Update successful: https://deno.land/[email protected]/testing/snapshot.ts -> 0.204.0

/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] Using latest: https://deno.land/x/[email protected]/mod.ts

/home/runner/work/deno-unknownutil/deno-unknownutil/util.ts

/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.204.0
[1/1] Update successful: https://deno.land/[email protected]/assert/mod.ts -> 0.204.0

/home/runner/work/deno-unknownutil/deno-unknownutil/is_bench.ts

Already latest version:
https://deno.land/x/[email protected]/mod.ts == 0.38.1

Successfully updated:
https://deno.land/[email protected]/assert/mod.ts 0.202.0 -> 0.204.0
https://deno.land/[email protected]/testing/snapshot.ts 0.202.0 -> 0.204.0
https://deno.land/[email protected]/testing/types.ts 0.202.0 -> 0.204.0
https://deno.land/[email protected]/testing/snapshot.ts 0.202.0 -> 0.204.0
https://deno.land/[email protected]/assert/mod.ts 0.202.0 -> 0.204.0
@lambdalisue lambdalisue force-pushed the automation/update-dependencies branch from 4fd00e2 to a808099 Compare October 13, 2023 00:14
@lambdalisue lambdalisue merged commit 8f8d181 into main Oct 18, 2023
4 checks passed
@lambdalisue lambdalisue deleted the automation/update-dependencies branch October 18, 2023 00:40
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