Skip to content

Commit

Permalink
chore: bump script deps (#5551)
Browse files Browse the repository at this point in the history
* ci: bump deno to 2.0.0

* refactor: remove raw imports

needs too much import map magic

* refactor: use jsr:@cliffy/command

* refactor: use @std and bump catjazz
  • Loading branch information
scarf005 authored Oct 10, 2024
1 parent 63a4a39 commit 0dee973
Show file tree
Hide file tree
Showing 15 changed files with 309 additions and 299 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:

- run: sudo apt-get install astyle

- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- uses: denoland/setup-deno@v2

- name: cache deno dependencies
uses: actions/cache@v4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ jobs:
- uses: ammaraskar/gcc-problem-matcher@master

- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- uses: denoland/setup-deno@v2

- name: build clang-tidy plugin
run: |
Expand Down
15 changes: 14 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,18 @@
"semiColons": false,
"lineWidth": 100
},
"importMap": "import_map.json"
"imports": {
"$asynciter/": "https://deno.land/x/asynciter@0.0.18/",
"$catjazz/": "https://deno.land/x/catjazz@v0.0.6/",
"$outdent/": "https://deno.land/x/outdent@v0.8.0/",
"$zod/": "https://deno.land/x/zod@v3.22.4/",
"@cliffy/command": "jsr:@cliffy/command@^1.0.0-rc.7",
"@cliffy/flags": "jsr:@cliffy/flags@^1.0.0-rc.7",
"@std/assert": "jsr:@std/assert@^1.0.6",
"@std/collections": "jsr:@std/collections@^1.0.7",
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
"@std/fs": "jsr:@std/fs@^1.0.4",
"@std/path": "jsr:@std/path@^1.0.6",
"@std/yaml": "jsr:@std/yaml@^1.0.5"
}
}
Loading

0 comments on commit 0dee973

Please sign in to comment.