Skip to content

Commit

Permalink
Deno 1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed May 18, 2024
1 parent f19c512 commit 50297f2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/deno-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
deno-version:
- v1.30
- v1.43
- canary
fail-fast: false # run each branch to completion

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM denoland/deno:alpine-1.31.2
FROM denoland/deno:alpine-1.43.5
RUN apk add --no-cache graphviz
ADD fonts/ /usr/share/fonts/truetype/

Expand Down
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export { filesize } from "https://crux.land/6wZ5Sz#filesize@v1";
export type {
ModuleGraphJson,
ModuleJson,
} from "https://deno.land/x/deno_graph@0.43.2/lib/types.d.ts";
} from "https://deno.land/x/deno_graph@0.69.6/types.ts";

export {
trace,
Expand Down
12 changes: 8 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@ <h1>Deno Module Visualizer</h1>
<section>
<h2>Changelog</h2>
<p>
<strong>15 March 2023</strong>:
Upgraded service to Deno 1.31. Updated homepage examples.
<strong>18 May 2024</strong>:
Upgraded service to Deno 1.43, improving support for `jsr:*` and `node:*` imports.
</p>
<p>
<strong>12 Febuary 2023</strong>:
Upgraded service to Deno 1.30.
<strong>15 March 2023</strong>:
Upgraded service to Deno 1.31. Updated homepage examples.
</p>
<details>
<summary>Older releases</summary>
<p>
<strong>12 Febuary 2023</strong>:
Upgraded service to Deno 1.30.
</p>
<p>
<strong>11 July 2022</strong>:
Upgraded service to Deno 1.23. Added changelog.
Expand Down

0 comments on commit 50297f2

Please sign in to comment.