Skip to content

Commit 360114b

Browse files
committed
feat(deno-lint): upgrade to [email protected]
1 parent 74a8960 commit 360114b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ jobs:
275275
with:
276276
node-version: ${{ matrix.node }}
277277
check-latest: true
278+
cache: yarn
278279

279280
- name: Install dependencies
280281
run: yarn install --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
@@ -360,7 +361,6 @@ jobs:
360361
yum install nodejs -y
361362
npm install -g yarn
362363
yarn install --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
363-
yarn add ts-node -D -W
364364
365365
- name: Download artifacts
366366
uses: actions/download-artifact@v2

packages/deno-lint/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
annotate-snippets = {version = "0.9", features = ["color"]}
1212
anyhow = "1"
13-
deno_ast = "=0.8.0"
14-
deno_lint = "=0.21.0"
13+
deno_ast = "=0.9.0"
14+
deno_lint = "=0.22.0"
1515
env_logger = "0.9"
1616
global_alloc = {path = "../../crates/alloc"}
1717
globwalk = "0.8"

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
{
55
"automerge": true,
66
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
7+
},
8+
{
9+
"groupName": "deno-lint",
10+
"matchPackagePrefixes": ["deno_"]
711
}
812
],
913
"lockFileMaintenance": {

0 commit comments

Comments
 (0)