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

Merged
merged 1 commit into from
Oct 10, 2021

Conversation

lambdalisue
Copy link
Owner

The output of make update is

./types.ts

./deps_test.ts
[1/3] Looking for releases: https://deno.land/[email protected]/testing/asserts.ts
[1/3] Attempting update: https://deno.land/[email protected]/testing/asserts.ts -> 0.110.0
[1/3] Update successful: https://deno.land/[email protected]/testing/asserts.ts -> 0.110.0
[2/3] Looking for releases: https://deno.land/[email protected]/io/mod.ts
[2/3] Attempting update: https://deno.land/[email protected]/io/mod.ts -> 0.110.0
[2/3] Update successful: https://deno.land/[email protected]/io/mod.ts -> 0.110.0
[3/3] Looking for releases: https://deno.land/[email protected]/async/mod.ts
[3/3] Attempting update: https://deno.land/[email protected]/async/mod.ts -> 0.110.0
[3/3] Update successful: https://deno.land/[email protected]/async/mod.ts -> 0.110.0

./writer_test.ts

./test.ts

./mod.ts

./reader_test.ts

./test_worker.ts

./deps.ts
[1/4] Looking for releases: https://deno.land/x/[email protected]/queue.ts
[1/4] Skip updating: https://deno.land/x/[email protected]/queue.ts
[2/4] Looking for releases: https://deno.land/[email protected]/async/mod.ts
[2/4] Attempting update: https://deno.land/[email protected]/async/mod.ts -> 0.110.0
[2/4] Update successful: https://deno.land/[email protected]/async/mod.ts -> 0.110.0
[3/4] Looking for releases: https://deno.land/[email protected]/async/mod.ts
[3/4] Attempting update: https://deno.land/[email protected]/async/mod.ts -> 0.110.0
[3/4] Update successful: https://deno.land/[email protected]/async/mod.ts -> 0.110.0
[4/4] Looking for releases: https://deno.land/x/[email protected]/mod.ts
[4/4] Using latest: https://deno.land/x/[email protected]/mod.ts

./writer.ts

./reader.ts

./example/worker.ts
[1/1] Looking for releases: https://deno.land/[email protected]/io/mod.ts
[1/1] Attempting update: https://deno.land/[email protected]/io/mod.ts -> 0.110.0
[1/1] Update successful: https://deno.land/[email protected]/io/mod.ts -> 0.110.0

./example/server.ts
[1/1] Looking for releases: https://deno.land/[email protected]/io/mod.ts
[1/1] Attempting update: https://deno.land/[email protected]/io/mod.ts -> 0.110.0
[1/1] Update successful: https://deno.land/[email protected]/io/mod.ts -> 0.110.0

./benchmark/benchmark.ts
[1/1] Looking for releases: https://deno.land/[email protected]/flags/mod.ts
[1/1] Attempting update: https://deno.land/[email protected]/flags/mod.ts -> 0.110.0
[1/1] Update successful: https://deno.land/[email protected]/flags/mod.ts -> 0.110.0

Already latest version:
https://deno.land/x/[email protected]/queue.ts == v1.0
https://deno.land/x/[email protected]/mod.ts == 0.4.0

Successfully updated:
https://deno.land/[email protected]/testing/asserts.ts 0.109.0 -> 0.110.0
https://deno.land/[email protected]/io/mod.ts 0.109.0 -> 0.110.0
https://deno.land/[email protected]/async/mod.ts 0.109.0 -> 0.110.0
https://deno.land/[email protected]/async/mod.ts 0.109.0 -> 0.110.0
https://deno.land/[email protected]/async/mod.ts 0.109.0 -> 0.110.0
https://deno.land/[email protected]/io/mod.ts 0.109.0 -> 0.110.0
https://deno.land/[email protected]/io/mod.ts 0.109.0 -> 0.110.0
https://deno.land/[email protected]/flags/mod.ts 0.109.0 -> 0.110.0
make[1]: Entering directory '/home/runner/work/deno-workerio/deno-workerio'
make[1]: Leaving directory '/home/runner/work/deno-workerio/deno-workerio'

Update dependencies by udd:

./types.ts

./deps_test.ts
[1/3] Looking for releases: https://deno.land/[email protected]/testing/asserts.ts
[1/3] Attempting update: https://deno.land/[email protected]/testing/asserts.ts -> 0.110.0
[1/3] Update successful: https://deno.land/[email protected]/testing/asserts.ts -> 0.110.0
[2/3] Looking for releases: https://deno.land/[email protected]/io/mod.ts
[2/3] Attempting update: https://deno.land/[email protected]/io/mod.ts -> 0.110.0
[2/3] Update successful: https://deno.land/[email protected]/io/mod.ts -> 0.110.0
[3/3] Looking for releases: https://deno.land/[email protected]/async/mod.ts
[3/3] Attempting update: https://deno.land/[email protected]/async/mod.ts -> 0.110.0
[3/3] Update successful: https://deno.land/[email protected]/async/mod.ts -> 0.110.0

./writer_test.ts

./test.ts

./mod.ts

./reader_test.ts

./test_worker.ts

./deps.ts
[1/4] Looking for releases: https://deno.land/x/[email protected]/queue.ts
[1/4] Skip updating: https://deno.land/x/[email protected]/queue.ts
[2/4] Looking for releases: https://deno.land/[email protected]/async/mod.ts
[2/4] Attempting update: https://deno.land/[email protected]/async/mod.ts -> 0.110.0
[2/4] Update successful: https://deno.land/[email protected]/async/mod.ts -> 0.110.0
[3/4] Looking for releases: https://deno.land/[email protected]/async/mod.ts
[3/4] Attempting update: https://deno.land/[email protected]/async/mod.ts -> 0.110.0
[3/4] Update successful: https://deno.land/[email protected]/async/mod.ts -> 0.110.0
[4/4] Looking for releases: https://deno.land/x/[email protected]/mod.ts
[4/4] Using latest: https://deno.land/x/[email protected]/mod.ts

./writer.ts

./reader.ts

./example/worker.ts
[1/1] Looking for releases: https://deno.land/[email protected]/io/mod.ts
[1/1] Attempting update: https://deno.land/[email protected]/io/mod.ts -> 0.110.0
[1/1] Update successful: https://deno.land/[email protected]/io/mod.ts -> 0.110.0

./example/server.ts
[1/1] Looking for releases: https://deno.land/[email protected]/io/mod.ts
[1/1] Attempting update: https://deno.land/[email protected]/io/mod.ts -> 0.110.0
[1/1] Update successful: https://deno.land/[email protected]/io/mod.ts -> 0.110.0

./benchmark/benchmark.ts
[1/1] Looking for releases: https://deno.land/[email protected]/flags/mod.ts
[1/1] Attempting update: https://deno.land/[email protected]/flags/mod.ts -> 0.110.0
[1/1] Update successful: https://deno.land/[email protected]/flags/mod.ts -> 0.110.0

Already latest version:
https://deno.land/x/[email protected]/queue.ts == v1.0
https://deno.land/x/[email protected]/mod.ts == 0.4.0

Successfully updated:
https://deno.land/[email protected]/testing/asserts.ts 0.109.0 -> 0.110.0
https://deno.land/[email protected]/io/mod.ts 0.109.0 -> 0.110.0
https://deno.land/[email protected]/async/mod.ts 0.109.0 -> 0.110.0
https://deno.land/[email protected]/async/mod.ts 0.109.0 -> 0.110.0
https://deno.land/[email protected]/async/mod.ts 0.109.0 -> 0.110.0
https://deno.land/[email protected]/io/mod.ts 0.109.0 -> 0.110.0
https://deno.land/[email protected]/io/mod.ts 0.109.0 -> 0.110.0
https://deno.land/[email protected]/flags/mod.ts 0.109.0 -> 0.110.0
make[1]: Entering directory '/home/runner/work/deno-workerio/deno-workerio'
make[1]: Leaving directory '/home/runner/work/deno-workerio/deno-workerio'
@lambdalisue lambdalisue merged commit 03126d4 into main Oct 10, 2021
@lambdalisue lambdalisue deleted the automation/update-dependencies-1633863050 branch October 10, 2021 10:54
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