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 Mar 8, 2025
1 parent dfe7273 commit 55ed897
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 29 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.2.2
DENO_VERSION: v2.2.3
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.2.2
DENO_VERSION: v2.2.3
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.2.2
DENO_VERSION: v2.2.3
steps:
- name: Setup repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down
55 changes: 33 additions & 22 deletions e2e-test/package-lock.json

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

8 changes: 4 additions & 4 deletions e2e-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
},
"devDependencies": {
"@eslint/compat": "1.2.7",
"@eslint/js": "9.21.0",
"@eslint/js": "9.22.0",
"@playwright/test": "1.51.0",
"@types/eslint": "9.6.1",
"@types/eslint__js": "8.42.3",
"@types/node": "22.13.8",
"@types/node": "22.13.10",
"@typescript-eslint/eslint-plugin": "8.26.0",
"@typescript-eslint/parser": "8.26.0",
"eslint": "9.21.0",
"eslint-config-prettier": "10.0.2",
"eslint": "9.22.0",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-playwright": "2.2.0",
"globals": "16.0.0",
"npm-run-all2": "7.0.2",
Expand Down

0 comments on commit 55ed897

Please sign in to comment.