Skip to content

Commit 817ab3e

Browse files
chore(dev-deps): update all non-major dependencies
1 parent c2c589c commit 817ab3e

File tree

5 files changed

+43
-36
lines changed

5 files changed

+43
-36
lines changed

.github/workflows/semantic-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Validate PR title
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: amannn/action-semantic-pull-request@v5.4.0
15+
- uses: amannn/action-semantic-pull-request@v5.5.3
1616
env:
1717
GITHUB_TOKEN: ${{ github.token }}
1818
with:

.github/workflows/test-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: pnpm test:js-run
4141

4242
- name: Report coverage
43-
uses: codecov/codecov-action@v4.1.1
43+
uses: codecov/codecov-action@v4.5.0
4444
with:
4545
file: coverage/lcov.info
4646
flags: ${{ matrix.ts_version }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.12.0
1+
20.16.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@semantic-release/release-notes-generator": "14.0.1",
9393
"@stylistic/eslint-plugin": "2.6.1",
9494
"@types/dedent": "0.7.2",
95-
"@types/node": "18.18.0",
95+
"@types/node": "18.19.43",
9696
"@typescript-eslint/eslint-plugin": "8.0.0",
9797
"@typescript-eslint/parser": "8.0.0",
9898
"@vitest/coverage-v8": "2.0.5",

pnpm-lock.yaml

Lines changed: 39 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)