Skip to content

Commit

Permalink
feat(deno-lint): upgrade to deno_lint@0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jan 18, 2022
1 parent 74a8960 commit 360114b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
check-latest: true
cache: yarn

- name: Install dependencies
run: yarn install --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
Expand Down Expand Up @@ -360,7 +361,6 @@ jobs:
yum install nodejs -y
npm install -g yarn
yarn install --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
yarn add ts-node -D -W
- name: Download artifacts
uses: actions/download-artifact@v2
Expand Down
4 changes: 2 additions & 2 deletions packages/deno-lint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ crate-type = ["cdylib"]
[dependencies]
annotate-snippets = {version = "0.9", features = ["color"]}
anyhow = "1"
deno_ast = "=0.8.0"
deno_lint = "=0.21.0"
deno_ast = "=0.9.0"
deno_lint = "=0.22.0"
env_logger = "0.9"
global_alloc = {path = "../../crates/alloc"}
globwalk = "0.8"
Expand Down
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
{
"automerge": true,
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
},
{
"groupName": "deno-lint",
"matchPackagePrefixes": ["deno_"]
}
],
"lockFileMaintenance": {
Expand Down

0 comments on commit 360114b

Please sign in to comment.