Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent ff19e76 commit c0b036b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
# renovate: datasource=github-releases depName=denoland/deno
DENO_VERSION: v2.0.6
DENO_VERSION: v2.1.1
steps:
- name: Setup repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
env:
# renovate: datasource=github-releases depName=denoland/deno
DENO_VERSION: v2.0.6
DENO_VERSION: v2.1.1
permissions:
contents: read
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
# renovate: datasource=github-releases depName=denoland/deno
DENO_VERSION: v2.0.6
DENO_VERSION: v2.1.1
steps:
- name: Setup repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down
16 changes: 8 additions & 8 deletions e2e-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions e2e-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@playwright/test": "1.49.0",
"@types/eslint": "9.6.1",
"@types/eslint__js": "8.42.3",
"@types/node": "22.9.0",
"@types/node": "22.9.2",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"eslint": "9.15.0",
Expand All @@ -25,7 +25,7 @@
"globals": "15.12.0",
"npm-run-all2": "7.0.1",
"prettier": "3.3.3",
"typescript": "5.6.3",
"typescript": "5.7.2",
"typescript-eslint": "8.15.0"
}
}

0 comments on commit c0b036b

Please sign in to comment.