-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update for Deno 1.26.2 (#413)
- Loading branch information
Showing
15 changed files
with
161 additions
and
138 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM denoland/deno:alpine-1.17.3 | ||
FROM denoland/deno:alpine-1.26.2 | ||
WORKDIR /app | ||
|
||
# Install wait utility | ||
|
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
export * as base64 from "https://deno.land/std@0.141.0/encoding/base64.ts"; | ||
export * as hex from "https://deno.land/std@0.141.0/encoding/hex.ts"; | ||
export * as date from "https://deno.land/std@0.141.0/datetime/mod.ts"; | ||
export * as base64 from "https://deno.land/std@0.160.0/encoding/base64.ts"; | ||
export * as hex from "https://deno.land/std@0.160.0/encoding/hex.ts"; | ||
export * as date from "https://deno.land/std@0.160.0/datetime/mod.ts"; | ||
export { | ||
BufReader, | ||
BufWriter, | ||
} from "https://deno.land/std@0.141.0/io/buffer.ts"; | ||
export { copy } from "https://deno.land/std@0.141.0/bytes/mod.ts"; | ||
export { crypto } from "https://deno.land/std@0.141.0/crypto/mod.ts"; | ||
} from "https://deno.land/std@0.160.0/io/buffer.ts"; | ||
export { copy } from "https://deno.land/std@0.160.0/bytes/mod.ts"; | ||
export { crypto } from "https://deno.land/std@0.160.0/crypto/mod.ts"; | ||
export { | ||
type Deferred, | ||
deferred, | ||
delay, | ||
} from "https://deno.land/std@0.141.0/async/mod.ts"; | ||
export { bold, yellow } from "https://deno.land/std@0.141.0/fmt/colors.ts"; | ||
} from "https://deno.land/std@0.160.0/async/mod.ts"; | ||
export { bold, yellow } from "https://deno.land/std@0.160.0/fmt/colors.ts"; | ||
export { | ||
fromFileUrl, | ||
isAbsolute, | ||
join as joinPath, | ||
} from "https://deno.land/std@0.141.0/path/mod.ts"; | ||
} from "https://deno.land/std@0.160.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
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
Oops, something went wrong.
ddbac63
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