-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps(std): bump dependencies and prefer their lighter submodules (#422)
* deps: bump to latest `std` * fix(deps): use `BufReader` and `BufWriter` modules * deps: use `bytes/copy` module directly * deps: prefer `crypto/crypto` module * deps: prefer submodules of `async` module * deps: bump test dependencies * deps: prefer submodules of `datetime` * deps!: upgrade to `[email protected]` * fix: remove use of deprecated `hex.encode` function * deps!: update test dependencies * fix(test): update test imports --------- Co-authored-by: Basti Ortiz <[email protected]>
- Loading branch information
Showing
8 changed files
with
47 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,14 @@ | ||
export * as base64 from "https://deno.land/[email protected]/encoding/base64.ts"; | ||
export * as hex from "https://deno.land/[email protected]/encoding/hex.ts"; | ||
export * as date from "https://deno.land/[email protected]/datetime/mod.ts"; | ||
export { | ||
BufReader, | ||
BufWriter, | ||
} from "https://deno.land/[email protected]/io/buffer.ts"; | ||
export { copy } from "https://deno.land/[email protected]/bytes/mod.ts"; | ||
export { crypto } from "https://deno.land/[email protected]/crypto/mod.ts"; | ||
export { | ||
type Deferred, | ||
deferred, | ||
delay, | ||
} from "https://deno.land/[email protected]/async/mod.ts"; | ||
export { bold, yellow } from "https://deno.land/[email protected]/fmt/colors.ts"; | ||
export * as base64 from "https://deno.land/[email protected]/encoding/base64.ts"; | ||
export * as hex from "https://deno.land/[email protected]/encoding/hex.ts"; | ||
export { parse as parseDate } from "https://deno.land/[email protected]/datetime/parse.ts"; | ||
export { BufReader } from "https://deno.land/[email protected]/io/buf_reader.ts"; | ||
export { BufWriter } from "https://deno.land/[email protected]/io/buf_writer.ts"; | ||
export { copy } from "https://deno.land/[email protected]/bytes/copy.ts"; | ||
export { crypto } from "https://deno.land/[email protected]/crypto/crypto.ts"; | ||
export { delay } from "https://deno.land/[email protected]/async/delay.ts"; | ||
export { bold, yellow } from "https://deno.land/[email protected]/fmt/colors.ts"; | ||
export { | ||
fromFileUrl, | ||
isAbsolute, | ||
join as joinPath, | ||
} from "https://deno.land/std@0.160.0/path/mod.ts"; | ||
} from "https://deno.land/std@0.214.0/path/mod.ts"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,6 @@ export { | |
assertObjectMatch, | ||
assertRejects, | ||
assertThrows, | ||
} from "https://deno.land/[email protected]/testing/asserts.ts"; | ||
export * as streams from "https://deno.land/[email protected]/streams/conversion.ts"; | ||
} from "https://deno.land/[email protected]/assert/mod.ts"; | ||
export { format as formatDate } from "https://deno.land/[email protected]/datetime/format.ts"; | ||
export { copy as copyStream } from "https://deno.land/[email protected]/io/copy.ts"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51e34b2
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.
No typecheck tests failure
This error was most likely caused by incorrect type stripping from the SWC crate
Please report the following failure to https://github.com/denoland/deno with a reproduction of the current commit
Failure log