Skip to content

Commit a96bb4d

Browse files
committed
test: make issue list output deterministic
1 parent 6fdd1e0 commit a96bb4d

6 files changed

Lines changed: 516 additions & 650 deletions

File tree

deno.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,36 +18,36 @@
1818
"generate-skill-docs": "deno run --allow-run --allow-read --allow-write skills/linear-cli/scripts/generate-docs.ts"
1919
},
2020
"imports": {
21-
"@cliffy/ansi": "jsr:@cliffy/ansi@^1.0.0-rc.8",
22-
"@cliffy/command": "jsr:@cliffy/command@^1.0.0-rc.8",
23-
"@cliffy/internal": "jsr:@cliffy/internal@^1.0.0-rc.8",
24-
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.8",
25-
"@cliffy/testing": "jsr:@cliffy/testing@^1.0.0-rc.8",
26-
"@graphql-codegen/cli": "npm:@graphql-codegen/cli@^5.0.7",
21+
"@cliffy/ansi": "jsr:@cliffy/ansi@^1.0.0",
22+
"@cliffy/command": "jsr:@cliffy/command@^1.0.0",
23+
"@cliffy/internal": "jsr:@cliffy/internal@^1.0.0",
24+
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0",
25+
"@cliffy/testing": "jsr:@cliffy/testing@^1.0.0",
26+
"@graphql-codegen/cli": "npm:@graphql-codegen/cli@^6.2.1",
2727
"@graphql-typed-document-node/core": "npm:@graphql-typed-document-node/core@^3.2.0",
2828
"@littletof/charmd": "jsr:@littletof/charmd@^0.1.2",
2929
"@opensrc/deno-open": "jsr:@opensrc/deno-open@^1.0.0",
30-
"@std/assert": "jsr:@std/assert@1",
31-
"@std/cli": "jsr:@std/cli@^1.0.12",
32-
"@std/fmt": "jsr:@std/fmt@1",
33-
"@std/fs": "jsr:@std/fs@^1.0.20",
34-
"@std/testing": "jsr:@std/testing@1",
35-
"@std/dotenv": "jsr:@std/dotenv@^0.225.3",
36-
"@std/encoding": "jsr:@std/encoding@^1.0.5",
37-
"@std/path": "jsr:@std/path@^1.0.8",
38-
"@std/toml": "jsr:@std/toml@^1.0.2",
30+
"@std/assert": "jsr:@std/assert@^1.0.19",
31+
"@std/cli": "jsr:@std/cli@^1.0.28",
32+
"@std/fmt": "jsr:@std/fmt@^1.0.9",
33+
"@std/fs": "jsr:@std/fs@^1.0.23",
34+
"@std/testing": "jsr:@std/testing@^1.0.17",
35+
"@std/dotenv": "jsr:@std/dotenv@^0.225.6",
36+
"@std/encoding": "jsr:@std/encoding@^1.0.10",
37+
"@std/path": "jsr:@std/path@^1.1.4",
38+
"@std/toml": "jsr:@std/toml@^1.0.11",
3939
"@types/mdast": "npm:@types/mdast@^4.0.4",
4040
"mdast": "npm:@types/mdast@^4.0.4",
41-
"graphql": "npm:graphql@^16.8.1",
41+
"graphql": "npm:graphql@^16.13.2",
4242
"./__generated__/graphql": "./src/__codegen__/graphql.ts",
43-
"graphql-request": "npm:graphql-request@^7.2.0",
44-
"lefthook": "npm:lefthook@^1.12.3",
43+
"graphql-request": "npm:graphql-request@^7.4.0",
44+
"lefthook": "npm:lefthook@^2.1.4",
4545
"remark-parse": "npm:remark-parse@^11.0.0",
4646
"remark-stringify": "npm:remark-stringify@^11.0.0",
47-
"sanitize-filename": "npm:sanitize-filename@^1.6.3",
47+
"sanitize-filename": "npm:sanitize-filename@^1.6.4",
4848
"unified": "npm:unified@^11.0.5",
49-
"unist-util-visit": "npm:unist-util-visit@^5.0.0",
50-
"valibot": "npm:valibot@^1.2.0"
49+
"unist-util-visit": "npm:unist-util-visit@^5.1.0",
50+
"valibot": "npm:valibot@^1.3.1"
5151
},
5252
"publish": {
5353
"include": [

0 commit comments

Comments
 (0)