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 30, 2024
1 parent 438c3f4 commit b1f236a
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 83 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.1.1
DENO_VERSION: v2.1.2
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.1.1
DENO_VERSION: v2.1.2
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.1.1
DENO_VERSION: v2.1.2
steps:
- name: Setup repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down
148 changes: 75 additions & 73 deletions e2e-test/package-lock.json

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

14 changes: 7 additions & 7 deletions e2e-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
},
"devDependencies": {
"@eslint/compat": "1.2.3",
"@eslint/js": "9.15.0",
"@eslint/js": "9.16.0",
"@playwright/test": "1.49.0",
"@types/eslint": "9.6.1",
"@types/eslint__js": "8.42.3",
"@types/node": "22.9.2",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"eslint": "9.15.0",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-playwright": "2.1.0",
"globals": "15.12.0",
"npm-run-all2": "7.0.1",
"prettier": "3.3.3",
"prettier": "3.4.1",
"typescript": "5.7.2",
"typescript-eslint": "8.15.0"
"typescript-eslint": "8.16.0"
}
}

0 comments on commit b1f236a

Please sign in to comment.