Skip to content

Commit e7588ea

Browse files
committed
Update all non-major dependencies
1 parent 438c3f4 commit e7588ea

File tree

5 files changed

+85
-83
lines changed

5 files changed

+85
-83
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
# renovate: datasource=github-releases depName=denoland/deno
16-
DENO_VERSION: v2.1.1
16+
DENO_VERSION: v2.1.2
1717
steps:
1818
- name: Setup repo
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
env:
1111
# renovate: datasource=github-releases depName=denoland/deno
12-
DENO_VERSION: v2.1.1
12+
DENO_VERSION: v2.1.2
1313
permissions:
1414
contents: read
1515
id-token: write

.github/workflows/test-installation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
# renovate: datasource=github-releases depName=denoland/deno
16-
DENO_VERSION: v2.1.1
16+
DENO_VERSION: v2.1.2
1717
steps:
1818
- name: Setup repo
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

e2e-test/package-lock.json

+75-73
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e-test/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
},
1313
"devDependencies": {
1414
"@eslint/compat": "1.2.3",
15-
"@eslint/js": "9.15.0",
15+
"@eslint/js": "9.16.0",
1616
"@playwright/test": "1.49.0",
1717
"@types/eslint": "9.6.1",
1818
"@types/eslint__js": "8.42.3",
19-
"@types/node": "22.9.2",
20-
"@typescript-eslint/eslint-plugin": "8.15.0",
21-
"@typescript-eslint/parser": "8.15.0",
22-
"eslint": "9.15.0",
19+
"@types/node": "22.10.1",
20+
"@typescript-eslint/eslint-plugin": "8.16.0",
21+
"@typescript-eslint/parser": "8.16.0",
22+
"eslint": "9.16.0",
2323
"eslint-config-prettier": "9.1.0",
2424
"eslint-plugin-playwright": "2.1.0",
2525
"globals": "15.12.0",
2626
"npm-run-all2": "7.0.1",
27-
"prettier": "3.3.3",
27+
"prettier": "3.4.1",
2828
"typescript": "5.7.2",
29-
"typescript-eslint": "8.15.0"
29+
"typescript-eslint": "8.16.0"
3030
}
3131
}

0 commit comments

Comments
 (0)