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] committed Nov 9, 2024
1 parent 9e03b6c commit c40b2ef
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 72 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.4
DENO_VERSION: v2.0.5
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.4
DENO_VERSION: v2.0.5
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.4
DENO_VERSION: v2.0.5
steps:
- name: Setup repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down
126 changes: 63 additions & 63 deletions e2e-test/package-lock.json

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

12 changes: 6 additions & 6 deletions e2e-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"@playwright/test": "1.48.2",
"@types/eslint": "9.6.1",
"@types/eslint__js": "8.42.3",
"@types/node": "22.8.6",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-playwright": "2.0.0",
"globals": "15.11.0",
"eslint-plugin-playwright": "2.0.1",
"globals": "15.12.0",
"npm-run-all2": "7.0.1",
"prettier": "3.3.3",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2"
"typescript-eslint": "8.13.0"
}
}

0 comments on commit c40b2ef

Please sign in to comment.